home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-
- <html>
-
- <head>
- <title>Main Config Settings</title>
- <meta name="GENERATOR" content="Microsoft FrontPage 1.1">
- </head>
-
- <body bgcolor="#C0C0C0">
- <form method="POST" action="%%action%%">
- %%menu%%<br>
- <h3>Main Config Settings</h3>
- <table border=2>
- <tr><th>Setting Description</th><th>Value</th></tr>
- <tr><td>My Name </td><td><input type=text size=20 maxlength=256 name="c_myname" value="%%c_myname%%"></td></tr>
- <tr><td>Managers EMail address </td><td><input type=text size=20 maxlength=256 name="c_manager" value="%%c_manager%%"></td></tr>
- <tr><td>Confirm postings </td><td><input type=text size=20 maxlength=256 name="c_confirm" value="%%c_confirm%%"></td></tr>
- <tr><td>Current log level: </td><td><table border=2>
- <tr><td>Error</td><td>Warn</td><td>Info</td><td>Debug</td><td>Flush</td></tr>
- <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>
- </table>
- </td></tr>
- <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>
- <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%%">
- <select name="s_expire_at" size=1>
- <option selected value="(Current)">(Current)</option>
- <option value="15 1,5,9,13,17,21">Every 4 hours</option>
- <option value="25 1,11">Every 12 hours</option>
- <option value="45 17">Every 24 hours</option>
- </select>
- </td></tr>
- <tr><td>Time(s) to suck news</td><td><input type=text size=10 maxlength=256 name="c_update_at" value="%%c_update_at%%">
- <select name="s_update_at" size=1>
- <option selected value="(Current)">(Current)</option>
- <option value="*5 *">Every 10 mins</option>
- <option value="20,40 *">Every 30 mins</option>
- <option value="50 *">Every hour</option>
- <option value="15 1,5,9,13,17,21">Every 4 hours</option>
- <option value="25 1,11">Every 12 hours</option>
- <option value="45 17">Every 24 hours</option>
- </select>
- </td></tr>
- <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>
- <tr><td>Disable nightly reports</td><td><input type=checkbox name="f_report" value="on" %%f_report%%></td></tr>
- <tr><td>Lookup DNS names of clients</td><td><input type=checkbox name="f_nodns" value="on" %%f_nodns%%></td></tr>
- <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>
- <tr><td>Detect and stop spam</td><td><input type=checkbox name="t_spam_stop" value="ON" %%t_spam_stop%%></td></tr>
- </table>
- <p><input type=submit name="config_save" value="Save Changes"></p>
- <input type=hidden name="truelist" value="f_report,f_nodns,t_cachedall,t_spam_stop">
- </form>
- <p> </p>
- </body>
-
- </html>
-