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

  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  2.  
  3. <html>
  4.  
  5. <head>
  6. <title>Add/Modify Feed</title>
  7. <meta name="GENERATOR" content="Microsoft FrontPage 1.1">
  8. </head>
  9. <body bgcolor="#C0C0C0">
  10. <form action="%%action%%" method="POST">
  11. <p>%%menu%% </p>
  12. <h3>Add/Modify Feed %%c_site%%</h3>
  13. <form action="%%action%%" method="POST">
  14. <table cellpadding=0 cellspacing=1>
  15. <tr><td>Feed Name: <input type=text size=20 maxlength=256 name="c_site" value="%%c_site%%"></td></tr>
  16. <tr><td>Groups: <input type=text size=50 maxlength=500 name="c_groups" value="%%c_groups%%"></td></tr>
  17. <tr><td>Exclude messages that come from: <input type=text size=30 maxlength=500 name="c_exclude" value="%%c_exclude%%"></td></tr>
  18. </table>
  19. <p></p>
  20.  
  21. <input type=submit  name="feed_set" value="Save Changes">
  22. <input type=hidden  name="feedn" value="%%feedn%%">
  23. <table cellpadding=0 cellspacing=1>
  24. <tr><th>Type of feed</th></tr>
  25. <tr><td><input type=radio name="c_type" %%type_me%% value="me"> Me feed (these are rules to apply to incoming articles)</td></tr>
  26. %%ifdef%%notme%%
  27. <tr><td><input type=radio name="c_type" %%type_builtin%% value="builtin"> Send articles upstream using the Builtin Ihave mechanism</td></tr>
  28. <tr><td><input type=radio name="c_type" %%type_posting%% value="posting"> Send aritcles upstream using the Builtin Posting mechanism</td></tr>
  29. <tr><td><input type=radio name="c_type" %%type_live%% value="live">Send full live feed to another server using the high speed live link</td></tr>
  30. <tr><td><input type=radio name="c_type" %%type_smtp%% value="smtp">This is the SMTP gateway and not a feed</td></tr>
  31. <tr><td><input type=radio name="c_type" %%type_uucp%% value="uucp"> This is a UUCP feed, Write in rnews format to <input type=text size=20 maxlength=256 name="c_uucp_dir" value="%%c_uucp_dir%%"></td></tr>
  32. %%endif%%
  33. </table>
  34. <p></p>
  35. <table cellpadding=0 cellspacing=1>
  36. <tr><th>Misc Settings</th></tr>
  37. <tr><td><input type=checkbox name="t_onlyposts" %%t_onlyposts%% value="ON">Only send local posts to this feed</td></tr>
  38. <tr><td>If using live link use this many simultaneous channels <input type=text size=20 maxlength=256 name="c_live_nchan" value="%%c_live_nchan%%"></td></tr>
  39. <tr><td>Max message size (bytes): <input type=text size=10 maxlength=256 name="c_maxsize" value="%%c_maxsize%%"></td></tr>
  40. <tr><td>Max cross posts in a single message: <input type=text size=10 maxlength=256 name="c_maxcross" value="%%c_maxcross%%"></td></tr>
  41. </table>
  42. <table cellpadding=0 cellspacing=1 border>
  43. <tr><th>Accept/Reject</th><th>Header</th><th>String</th>
  44. </tr>
  45. <tr>
  46. %%rules%%
  47. </tr>
  48. </table>
  49.  
  50. </form>
  51. </body>
  52.  
  53. </html>
  54.