Commit Graph

5 Commits

Author SHA1 Message Date
Mike Sharov adbf83cf85 Remove obsolete stuff in docs/
- Remove docs/CHANGES; see git release tag description.
- Remove docs/CREDITS; see git history.
- Deprecate filters. Filters used to be necessary for getting
    https or Atom feeds. Since both of these were very common, everybody
    had to use filters. Now snownews reads https and Atom natively
    and filters just aren't needed any more for most people. So keep
    supporting them, but stop mentioning them favorably in the docs.
- Remove the bugzilla example script. Having contributed scripts in the
    main repository is a bad idea because I can't test them and thus
    have no idea whether they work. They were never even installed by
    default, making discoverability a problem.
2021-09-22 19:54:51 -04:00
Mike Sharov 5792d4aebd Remove html_entities configuration
Stop reading or creating the html_entities config file. libxml
htmlEntityLookup already knows about all the entities, so there is no
reason to make the user type them in manually.
2021-09-18 14:46:55 -04:00
Mike Sharov f73bbe857f Put usage instructions from man page into README 2021-04-11 18:34:59 -04:00
Mike Sharov 62c0bd5e0e Store feed list as OPML
The old format consisted of |-separated lines, one per feed. OPML is the
usual standard for RSS feed lists, and snownews included the opml2snow
utility to convert to and from it. This commit converts urls format to
native OPML, removing the need for the utility. The file is also renamed
from urls to urls.opml.
2021-04-11 17:36:45 -04:00
Mike Sharov 3dd61a9ba2 Flatten man/ hierarchy for easier access 2018-04-30 13:31:06 -04:00