Mercurial > noffle-website
annotate htdocs/index.html @ 2:53d5f8005f44 website
[svn] fixed HTML, updated Debian paragraph
author | godisch |
---|---|
date | Sat, 15 Feb 2003 12:44:01 +0000 |
parents | 9c922e041740 |
children | 234173a32d6d |
rev | line source |
---|---|
2 | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1
9c922e041740
[svn] Add SF logo to main page, plus small HTML tidies.
bears
parents:
0
diff
changeset
|
2 |
0 | 3 <html> |
4 <head> | |
5 <title>Noffle</title> | |
2 | 6 <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1"> |
0 | 7 <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."> |
8 <META NAME="keywords" CONTENT="noffle, news server, news reader, offline, modem, dialup, linux, gnu/linux"> | |
9 </head> | |
10 | |
1
9c922e041740
[svn] Add SF logo to main page, plus small HTML tidies.
bears
parents:
0
diff
changeset
|
11 <body> |
0 | 12 |
13 <h1>The Noffle News Server</h1> | |
14 | |
15 <hr> | |
16 | |
17 <ul> | |
18 <li> | |
19 <a href="#features">Features</a> | |
20 <li> | |
21 <a href="#compatibility">Compatibility with News Clients</a> | |
22 <li> | |
23 <a href="#getting">Getting Noffle</a> | |
24 <li> | |
25 <a href="#documentation">Documentation</a> | |
26 <li> | |
27 <a href="#links">Links</a> | |
28 </ul> | |
29 | |
30 <p> | |
31 <hr> | |
32 <p> | |
33 | |
34 <h2><a name="features">Features</a></h2> | |
35 | |
36 Noffle is a | |
37 <a href="http://www.dmoz.org/Computers/Usenet/">Usenet</a> | |
38 news server optimized for few users and low speed dial-up connections | |
39 to the Internet. | |
40 It acts as a server to news clients running on the | |
41 local host, but gets its news feed by acting as a client to a remote server. | |
42 Noffle is written for the | |
43 <a href="http://www.linux.org/">GNU/Linux </a> | |
44 operating system and freely available under | |
45 <a href="http://www.fsf.org/copyleft/gpl.html">GPL</a>. | |
46 <p> | |
47 While Online: | |
48 <ul> | |
49 <li> | |
50 Any newsgroup can be read, selected articles are fetched | |
51 immediately from the remote server. | |
52 </ul> | |
53 <p> | |
54 While Offline: | |
55 <ul> | |
56 <li> | |
57 Allows reading news offline with many news clients, | |
58 even if they do not support offline reading by themselves. | |
59 <p> | |
60 <li> | |
61 Groups can be retrieved in overview, full or thread mode. | |
62 <ul> | |
63 <li> | |
64 In overview mode, opened articles that have not been completely downloaded | |
65 yet are marked for download. Noffle generates a pseudo article body telling | |
66 the human about this. | |
67 <li> | |
68 In full mode, complete articles are fetched at once. | |
69 <li> | |
70 Thread mode is like overview mode, but opening an article marks the | |
71 whole thread for download (all later articles for some time | |
72 that are referencing the original article). | |
73 </ul> | |
74 <p> | |
75 <li> | |
76 The news feed is invoked automatically next online time by calling | |
77 Noffle in the ip-up script. | |
78 <p> | |
79 <li> | |
80 Groups can be put on the fetch list via the 'noffle' | |
81 command or | |
82 automatically when someone tries to read them. Groups can be automatically | |
83 removed from the fetch list, when nobody accesses them for some time. | |
84 </ul> | |
85 | |
86 <h2><a name="compatibility">Compatibility with News Clients</a></h2> | |
87 | |
88 Subscribing to groups in full mode should work with any news reader. | |
89 Caching of articles is unnecessary, since Noffle already caches them | |
90 and should be switched off. | |
91 <p> | |
92 Subscribing to groups in overview mode or thread mode requires the | |
93 following from the news reader program: | |
94 <p> | |
95 <ul> | |
96 <li> | |
97 It must not cache articles at all (or allow to switch the cache off), | |
98 because the article bodies change from the pseudo body | |
99 "marked for download" to the real body. | |
100 <p> | |
101 <li> | |
102 The reader should rarely open article bodies automatically, | |
103 because it will mark them unwantedly for download. | |
104 </ul> | |
105 | |
106 <p> | |
107 | |
108 | |
109 <h2><a name="getting">Getting Noffle</a></h2> | |
110 | |
111 <p> | |
112 The latest releases of Noffle can be downloaded from the | |
113 <a href="http://sourceforge.net/project/showfiles.php?group_id=1044"> | |
114 File List</a> of the | |
115 <a href="http://sourceforge.net/project/?group_id=1044"> | |
116 Noffle Project Page</a> at Sourceforge. | |
117 <br> | |
118 There is also | |
119 <a href="http://sourceforge.net/cvs/?group_id=1044"> | |
120 CVS access to the current development version</a>. | |
121 </p> | |
122 | |
123 <p> | |
124 RPM packages are available from | |
125 <a href="http://www.bear-cave.org.uk/linux/noffle"> | |
126 Jim Hague's Noffle page</a>. | |
127 </p> | |
128 | |
129 <p> | |
130 Noffle is included in the | |
131 <a href="http://www.debian.org">Debian GNU/Linux</a> | |
2 | 132 distribution, thanks to |
133 <a href="mailto:paul@wurtel.demon.nl">Paul Slootman</a> and | |
134 <a href="mailto:martin@godisch.de">Martin Godisch</a> for maintaining | |
135 the <a href="http://packages.debian.org/unstable/news/noffle.html" | |
136 >Noffle Debian Package</a>. | |
0 | 137 </p> |
138 | |
139 | |
140 <h2><a name="documentation">Documentation</a></h2> | |
141 | |
142 <p> | |
143 Read the files README and INSTALL from the package | |
144 for compiling and installing Noffle on your system. | |
145 </p> | |
146 | |
147 <p> | |
148 Users can talk to each other on the | |
149 <a href="http://lists.sourceforge.net/mailman/listinfo/noffle-users"> | |
150 Noffle-Users Mailing List</a>. | |
151 <br> | |
152 New releases and other important news are announced on the | |
153 <a href="http://lists.sourceforge.net/mailman/listinfo/noffle-announce"> | |
154 Noffle-Announce Mailing List</a>. | |
155 <br> | |
156 Bugs should be reported to the | |
1
9c922e041740
[svn] Add SF logo to main page, plus small HTML tidies.
bears
parents:
0
diff
changeset
|
157 <a href="http://sourceforge.net/bugs/?group_id=1044">Noffle Bug Tracker</a>. |
0 | 158 </p> |
159 | |
160 <h2><a name="links">Links</a></h2> | |
161 | |
162 <ul> | |
163 <li> | |
164 <a href="http://www.tin.org/docs.html">NNTP information</a> | |
165 <li> | |
1
9c922e041740
[svn] Add SF logo to main page, plus small HTML tidies.
bears
parents:
0
diff
changeset
|
166 <a href="http://www.leafnode.org/">Leafnode</a> - news server |
0 | 167 <li> |
1
9c922e041740
[svn] Add SF logo to main page, plus small HTML tidies.
bears
parents:
0
diff
changeset
|
168 <a href="http://home.t-online.de/home/juergen.haible/english.htm">Hamster</a> |
2 | 169 - news and mail server for Windows |
0 | 170 <li> |
171 <a href="http://space.mit.edu/~davis/slrn.html">SLRN</a> | |
172 - powerful news reader for Windows and Unix | |
173 <li> | |
174 <a href="http://www.gedanken.demon.co.uk/wwwoffle/index.html">WWWOFFLE</a> | |
175 - http proxy | |
176 </ul> | |
177 | |
178 | |
179 <p> | |
180 <hr> | |
1
9c922e041740
[svn] Add SF logo to main page, plus small HTML tidies.
bears
parents:
0
diff
changeset
|
181 <A href="http://sourceforge.net"> |
2 | 182 <IMG src="http://sourceforge.net/sflogo.php?group_id=1044&type=1" |
1
9c922e041740
[svn] Add SF logo to main page, plus small HTML tidies.
bears
parents:
0
diff
changeset
|
183 width="88" height="31" border="0" alt="SourceForge Logo"> </A> |
0 | 184 </body> |
185 </html> |