home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 November / APC411-2.ISO / server / dnews52b.exe / config.mgr < prev    next >
Encoding:
Text File  |  1997-12-20  |  3.0 KB  |  57 lines

  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  2.  
  3. <html>
  4.  
  5. <head>
  6. <title>Main Config Settings</title>
  7. <meta name="GENERATOR" content="Microsoft FrontPage 1.1">
  8. </head>
  9.  
  10. <body bgcolor="#C0C0C0">
  11. <form method="POST" action="%%action%%">
  12. %%menu%%<br>
  13. <h3>Main Config Settings</h3>
  14. <table border=2>
  15. <tr><th>Setting Description</th><th>Value</th></tr>
  16. <tr><td>My Name </td><td><input type=text size=20 maxlength=256 name="c_myname" value="%%c_myname%%"></td></tr>
  17. <tr><td>Managers EMail address </td><td><input type=text size=20 maxlength=256 name="c_manager" value="%%c_manager%%"></td></tr>
  18. <tr><td>Confirm postings </td><td><input type=text size=20 maxlength=256 name="c_confirm" value="%%c_confirm%%"></td></tr>
  19. <tr><td>Current log level: </td><td><table border=2>
  20. <tr><td>Error</td><td>Warn</td><td>Info</td><td>Debug</td><td>Flush</td></tr>
  21. <tr><td><input type=radio %%error%% name="c_loglvl" value="error"></td><td><input type=radio name="c_loglvl" %%warn%% value="warn"></td><td><input type=radio name="c_loglvl" %%info%% value="info"></td><td><input type=radio name="c_loglvl" value="debug" %%debug%%></td><td><input type=radio name="c_loglvl" value="flush" %%flush%%></td></tr>
  22. </table>
  23. </td></tr>
  24. <tr><td>Days to keep sucking a group</td><td><input type=text size=20 maxlength=256 name="c_life" value="%%c_life%%"></td></tr>
  25. <tr><td>Time(s) to expire old items</td><td><input type=text size=10 maxlength=256 name="c_expire_at" value="%%c_expire_at%%">
  26. <select name="s_expire_at" size=1>
  27. <option selected value="(Current)">(Current)</option>
  28. <option value="15 1,5,9,13,17,21">Every 4 hours</option>
  29. <option value="25 1,11">Every 12 hours</option>
  30. <option value="45 17">Every 24 hours</option>
  31. </select>
  32. </td></tr>
  33. <tr><td>Time(s) to suck news</td><td><input type=text size=10 maxlength=256 name="c_update_at" value="%%c_update_at%%">
  34. <select name="s_update_at" size=1>
  35. <option selected value="(Current)">(Current)</option>
  36. <option value="*5 *">Every 10 mins</option>
  37. <option value="20,40 *">Every 30 mins</option>
  38. <option value="50 *">Every hour</option>
  39. <option value="15 1,5,9,13,17,21">Every 4 hours</option>
  40. <option value="25 1,11">Every 12 hours</option>
  41. <option value="45 17">Every 24 hours</option>
  42. </select>
  43. </td></tr>
  44. <tr><td>Rotate log file ever n lines</td><td><input type=text size=10 maxlength=256 name="c_debug_rotate" value="%%c_debug_rotate%%"></td></tr>
  45. <tr><td>Disable nightly reports</td><td><input type=checkbox name="f_report" value="on" %%f_report%%></td></tr>
  46. <tr><td>Lookup DNS names of clients</td><td><input type=checkbox name="f_nodns" value="on" %%f_nodns%%></td></tr>
  47. <tr><td>Don't show 'downloading' messages (e.g. full feed)</td><td><input type=checkbox name="t_cachedall" value="ON" %%t_cachedall%%></td></tr>
  48. <tr><td>Detect and stop spam</td><td><input type=checkbox name="t_spam_stop" value="ON" %%t_spam_stop%%></td></tr>
  49. </table>
  50. <p><input type=submit name="config_save" value="Save Changes"></p>
  51. <input type=hidden name="truelist" value="f_report,f_nodns,t_cachedall,t_spam_stop">
  52. </form>
  53. <p> </p>
  54. </body>
  55.  
  56. </html>
  57.