summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG9
-rw-r--r--LICENSE2
-rw-r--r--README2
3 files changed, 6 insertions, 7 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 766aafc..13db49a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,9 +8,8 @@ Features:
* Added hotkeys to sfeed_html to toggle showing only new items (n key) and
focusing the menu (s key) or items (i key) using a tiny bit of
javascript.
- * Auto-detect XML encoding.
-
-
+ * Auto-detect XML character set encoding (sfeed_xmlenc).
+ * Auto-detect RSS/Atom feeds from web-pages (sfeed_web).
* Added sfeed_frames, a formatting program to output feeds as a HTML file with
frames. It's optimized to look good in older browsers that don't necesarily
support CSS or modern HTML, like links. See the man page for more details.
@@ -18,9 +17,7 @@ Features:
this parser is also non-validating, it will not check the XML for errors
or stop parsing if it contains errors (which is good).
* Removed the dependency on a POSIX C compiler / libc and converted to
- ANSI C. Added some headers and files (compat.c, compat.h) for
- compatibility with really old compilers or add useful functions that exist
- beyond ANSI C.
+ C99.
Bug fixes:
----------
diff --git a/LICENSE b/LICENSE
index 68c8dfc..f20747c 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT/X Consortium License
-© 2011-214 Hiltjo Posthuma <hiltjo@codemadness.org>
+© 2011-014 Hiltjo Posthuma <hiltjo@codemadness.org>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/README b/README
index 030b53b..9f9ec97 100644
--- a/README
+++ b/README
@@ -36,6 +36,8 @@ sfeed_html - Format feeds file (TSV) from sfeed_update to HTML.
sfeed_frames - Format feeds as a HTML file with frames.
sfeed_opml_import - Generate a sfeedrc config file based on an opml file.
sfeed_opml_export - Generate an opml file based on a sfeedrc config file.
+sfeed_xmlenc - Detect character set encoding from XML stream.
+sfeed_web - Detect url to RSS/Atom feed from a webpage.
sfeedrc.example - Example config file.