diff options
author | zuntum <zuntum> | 2001-10-31 20:59:00 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-10-31 20:59:00 +0000 |
commit | 357035734b69b9da4b409c072366a328aaddabc2 (patch) | |
tree | b8174b07e5f6072d89e0ac6466ae83197944712f /news/newscache/DESCR | |
parent | 58022b1c3a7fe2947a92e4b86998903c01be2bcf (diff) | |
download | pkgsrc-357035734b69b9da4b409c072366a328aaddabc2.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'news/newscache/DESCR')
-rw-r--r-- | news/newscache/DESCR | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/news/newscache/DESCR b/news/newscache/DESCR new file mode 100644 index 00000000000..e7afbcb0e38 --- /dev/null +++ b/news/newscache/DESCR @@ -0,0 +1,23 @@ + NewsCache is a free cache server for USENET News available under the GNU +General Public License. NewsCache can be plugged in between your news +reader(s) and your news server. NewsCache acts to news readers like a news +server and retrieves news articles from the news server like a news reader. +Whenever, a client requests an article from NewsCache, NewsCache checks +whether the article has already been stored in the cache area. If this is +the case, the article is sent directly to its client. Otherwise, the article +is requested from the upstream news server, stored in the cache area and sent +back to the client. + + NewsCache provides the following functionality: + + * Offline news reading. + * Small articles are stored within a single database. This improves + performance and reduces the number of inodes used of your system. + * The overview-database is generated on the fly for articles already + cached by the cache server. + * This reduces the amount of disk space used, but decreases performance + slightly. + * The newsgroup-database is now managed as an array instead of a list to + allow direct access to articles. + * Merging different news servers to a virtual feed (on a per newsgroup + basis). |