sfeed

Simple RSS and Atom feed parser
git clone https://git.sinitax.com/codemadness/sfeed
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit 12b080714aa1e3c884105b77db2e8ba0d12d93bf
parent 2124c1f046e790292a1e20ee27db8ba1e80251e0
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri,  4 Apr 2014 15:44:52 +0200

README: update, i plan to support plan9 mk :)

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>

Diffstat:
MREADME | 14+++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/README b/README @@ -13,6 +13,7 @@ Dependencies Optional dependencies --------------------- +- make (for Makefile) or mk (for mkfile) (plan9 or 9base). - POSIX shell used by sfeed_update and sfeed_opml_export. - curl: http://curl.haxx.se/ @@ -96,13 +97,20 @@ feed url - string (extra field added by sfeed_update) item baseurl site - string (extra field added by sfeed_update) -Usage ------ +Build and install +----------------- -To build and install (respects DESTDIR and PREFIX variable): +Using make (respects DESTDIR and PREFIX variable): make install +or using plan9 mk: + +mk install + + +Usage +----- To update feeds and format the feeds file (configfile argument is optional):