Mercurial > noffle
annotate README.html @ 40:bc79bd130098 noffle
[svn] Do not return local server name in brackets.
| author | enz |
|---|---|
| date | Fri, 05 May 2000 09:27:04 +0100 |
| parents | 8e972daaeab9 |
| children |
| rev | line source |
|---|---|
| 0 | 1 <html> |
| 2 <head> | |
| 3 <title>NOFFLE</title> | |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
4 <META NAME="description" CONTENT="NOFFLE is a news server for Linux that is optimized for low speed dialup connections to the Internet and few users. It can be used to add offline reading capability to news readers."> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
5 <META NAME="keywords" CONTENT="noffle, news server, news reader, offline, modem, dialup, linux"> |
| 0 | 6 </head> |
| 7 | |
| 8 <body bgcolor=white> | |
| 9 <p> | |
| 10 | |
| 11 <center> | |
| 12 <h1>The NOFFLE News Server</h1> | |
| 13 </center> | |
| 14 | |
| 15 <p> | |
| 16 <hr> | |
| 17 <p> | |
| 18 | |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
19 <ul> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
20 <li> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
21 <a href="#features">Features</a> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
22 <li> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
23 <a href="#compatibility">Compatibility with News Clients</a> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
24 <li> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
25 <a href="#getting">Getting NOFFLE</a> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
26 <li> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
27 <a href="#documentation">Documentation</a> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
28 <li> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
29 <a href="#links">Links</a> |
| 38 | 30 <li> |
| 31 <a href="#acknowledgements">Acknowledgements</a> | |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
32 </ul> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
33 |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
34 <p> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
35 <hr> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
36 <p> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
37 |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
38 <h2><a name="features">Features</a></h2> |
| 0 | 39 |
| 40 NOFFLE is a | |
| 41 <a href=http://search.yahoo.com/bin/search?p=usenet>Usenet</a> | |
| 42 news server optimized for few users and low speed dial-up connections | |
| 43 to the Internet. | |
| 44 It acts as a server to news clients running on the | |
| 45 local host, but gets its news feed by acting as a client to a remote server. | |
| 46 NOFFLE is written for the | |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
47 <a href=http://www.linux.org/>Linux </a> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
48 operating system and freely available under |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
49 <a href=http://www.fsf.org/copyleft/gpl.html>GPL</a>. |
| 0 | 50 <p> |
| 51 While Online: | |
| 52 <ul> | |
| 53 <li> | |
| 54 Any newsgroup can be read, selected articles are fetched | |
| 55 immediately from the remote server. | |
| 56 </ul> | |
| 57 <p> | |
| 58 While Offline: | |
| 59 <ul> | |
| 60 <li> | |
| 61 Allows reading news offline with many news clients, | |
| 62 even if they do not support offline reading by themselves. | |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
63 </li> |
| 0 | 64 <li> |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
65 Groups can be retrieved in overview, full or thread mode. |
| 0 | 66 <ul> |
| 67 <li> | |
| 68 In overview mode, opened articles that have not been completely downloaded | |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
69 yet are marked for download. NOFFLE generates a pseudo article body telling |
| 0 | 70 the human about this. |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
71 </li> |
| 0 | 72 <li> |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
73 In full mode, complete articles are fetched at once. |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
74 </li> |
| 0 | 75 <li> |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
76 Thread mode is like overview mode, but opening an article marks the |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
77 whole thread for download (all later articles for some time |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
78 that are referencing the original article). |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
79 </li> |
| 0 | 80 </ul> |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
81 </li> |
| 0 | 82 <li> |
| 83 The news feed is invoked automatically next online time by calling | |
| 84 NOFFLE in the ip-up script. | |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
85 </li> |
| 0 | 86 <li> |
| 87 Groups can be put on the fetch list via the 'noffle' | |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
88 command or |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
89 automatically when someone tries to read them. Groups can be automatically |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
90 removed from the fetch list, when nobody accesses them for some time. |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
91 </li> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
92 <li> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
93 NOFFLE also offers limited support for local groups. Articles posted |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
94 in local groups appear in the news database for those groups immediately, |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
95 and are expired in the same way as other articles. |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
96 </li> |
| 0 | 97 </ul> |
| 98 | |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
99 <h2><a name="compatibility">Compatibility with News Clients</a></h2> |
| 0 | 100 |
| 101 Subscribing to groups in full mode should work with any news reader. | |
| 102 Caching of articles is unnecessary, since NOFFLE already caches them | |
| 103 and should be switched off. | |
| 104 <p> | |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
105 Subscribing to groups in overview mode or thread mode requires the |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
106 following from the news reader program: |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
107 <p> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
108 <ul> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
109 <li> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
110 It must not cache articles at all (or allow to switch the cache off), |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
111 because the article bodies change from the pseudo body |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
112 "marked for download" to the real body. |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
113 <p> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
114 <li> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
115 The reader should rarely open article bodies automatically, |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
116 because it will mark them unwantedly for download. |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
117 </ul> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
118 |
| 0 | 119 <p> |
| 120 | |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
121 <h2><a name="getting">Getting NOFFLE</a></h2> |
| 0 | 122 |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
123 NOFFLE can be downloaded from this web site. |
| 0 | 124 <blockquote> |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
125 <tt><a href=./noffle-1.0pre5.tar.gz>noffle-1.0pre5.tar.gz</a></tt> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
126 (current release, 18 Apr 2000) |
| 0 | 127 <br> |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
128 <tt><a href=./noffle-1.0pre4.tar.gz>noffle-1.0pre4.tar.gz</a></tt> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
129 (current release, 13 Nov 1999) |
| 0 | 130 </blockquote> |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
131 RPM packages have been created by |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
132 <a href="mailto:moderm@gmx.net">Mario Moder</a>. They are available |
| 0 | 133 at |
| 134 <blockquote> | |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
135 <tt><a href="ftp://ftp.fbam.de/pub/linux/">ftp://ftp.fbam.de/pub/linux/</a></tt> |
| 0 | 136 </blockquote> |
| 137 <p> | |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
138 |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
139 <img src="img_new.gif" width="32" height="16" alt="[NEW]"> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
140 I moved Noffle to |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
141 <a href="http://sourceforge.net/">SourceForge</a> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
142 recently. You can download files from the |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
143 <a href="http://sourceforge.net/project/?group_id=1044">Noffle project page</a>. |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
144 There is also a mailing list and a discussion forum. |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
145 |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
146 <h2><a name="documentation">Documentation</a></h2> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
147 |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
148 Read the files README and INSTALL from the package |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
149 for compiling and installing NOFFLE on your system. |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
150 <p> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
151 Some German documentation |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
152 (<img src="img_german.gif" width="16" height="14" alt="[Deutsch]"> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
153 <a href="http://home.t-online.de/home/klaus.moedinger/noffle_install_de.html">"NOFFLE Installation"</a>) |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
154 is provided by |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
155 <a href="mailto:klaus.moedinger@t-online.de">Klaus Mödinger</a>. |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
156 <p> |
| 0 | 157 The current version is still beta. Please send bug reports, |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
158 comments and patches to |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
159 <a href="mailto:markus.enzenberger@t-online.de"> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
160 markus.enzenberger@t-online.de</a>. |
| 0 | 161 <p> |
| 162 | |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
163 <h2><a name="links">Links</a></h2> |
| 0 | 164 |
| 165 <ul> | |
| 166 <li> | |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
167 <a href="http://www.tin.org/docs.html">NNTP information</a> |
| 0 | 168 <li> |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
169 <a href="http://www.privat.kkf.net/~mark.bulmahn/ncontr.html">ncontr</a> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
170 - graphical front-end for NOFFLE by |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
171 <a href="mailto:mbu@privat.kkf.net">Mark Bulmahn</a> |
| 0 | 172 <li> |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
173 <a href="http://www.leafnode.org/"> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
174 Leafnode</a> - news server similar to NOFFLE |
| 0 | 175 <li> |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
176 <a href="http://space.mit.edu/~davis/slrn.html">SLRN</a> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
177 - powerful news reader for Windows and Unix |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
178 <li> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
179 <a href="http://www.gedanken.demon.co.uk/wwwoffle/index.html">WWWOFFLE</a> |
|
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
180 - http proxy |
| 0 | 181 </ul> |
| 182 | |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
183 |
| 38 | 184 <h2><a name="acknowledgements">Acknowledgements</a></h2> |
| 185 | |
| 186 The <i>wildmat</i> newsgroup pattern matching software used by NOFFLE | |
| 187 was developed by Rich Salz, and is as distributed with INN | |
| 188 v2.2. | |
| 189 | |
| 0 | 190 <p> |
| 191 <hr> | |
| 192 <small><i> | |
|
26
526a4c34ee2e
[svn] Applied patch from Jim Hague: support for local groups / new command
enz
parents:
0
diff
changeset
|
193 Last modified 4/2000, |
| 0 | 194 <a href="mailto:markus.enzenberger@t-online.de">Markus Enzenberger</a> |
| 195 </i></small> | |
| 196 | |
| 197 </body> | |
| 198 </html> |
