NEWSLISTA program to simplify the HTTP browsing of newsgroups. Frequently Asked NEWSLIST Questions IntroductionMost Web browsers allow the user to read usenet newsgroup articles by specifying the group name in a URL. eg 'news:comp.answers'. To browse through many groups, though, (and there are several thousand of them) you really need a page or pages containing links to all the groups. There are some good ones out there, for example, http://www.w3.org/pub/DataSources/News/Groups/Overview.html is the standard one at CERN, but it only shows the groups available there, which may be rather different from those available on your machine. Groups which are local to your organisation, for example, will not appear. Some browsers now have a facility to list all the locally available newsgroups, but not all do. Also, if you're on a slow link, it may take a while to download the group names to your machine. Newslist is a program which creates a hierarchy of pages for you based on the groups available from YOUR server. You should be able to see some sample Newslist output by looking at http://www.cl.cam.ac.uk/newslist/root.html. Subjects which have just a few sub-groups are listed on the same page while parts of the hierarchy with many groups in them (like 'comp') appear on separate pages. You can set the threshold at which this occurs. Descriptions of the newsgroups can be added to the pages by giving Newslist a file with one group per line. eg:
A suitable list detailing most groups can be found at ftp://ftp.uu.net/uunet-info/ in the file newsgroups.gz. You could edit it to add information about local groups if required. Getting NewslistNewslist is written in Python - a splendid interpreted object-oriented language which I suggest you get right now from www.python.org, if you haven't already got it. Once you have Python, Newslist consists of a single source file: or you can get it, with this page, in a gzipped tar file. (6.5K) Make sure you read the information at the beginning of the program source and configure the variables before running. If you have an earlier version, you might like to look at the change history. In addition to Python, you need:
I tend to run newslist as a cron job each night, and with the '-a' option once a week. The programming is not very beautiful, but it works! It comes with no warranty, express or implied, but with the hope that some others may find it useful. Quite a few people seem to! Comments, improvements & suggestions welcomed. |