Commit Graph

5 Commits

Author SHA1 Message Date
8f1508e200 removed find -regex and merged pattern into awk command
basically this means that rivet works on alpine (busybox)
2021-11-18 00:20:05 +01:00
280d0946db version 0.3
fixes:
	- fixed the mess of options and general inconsistencies between program
	  man page and help message
	- fixed some cases where rivet should fail but didn't and specified
	  return values for all exit conditions
	- fixed the header system, before the header would have been added
	  inside of <head></head> which is incorrect, browsers would fix it
	  on the fly but still it is not correct.
	  Now _header.html contents are put inside <header></header> at the
	  beginning of <body>
	- fixed <footer> outside of <body>
	- some fixes in the man page

additions:
	- added the requirement for _metadata.html, this file contains tags
	  and html metadata that is put inside <head>
	- the main article is now enclosed inside <article></article> tags for
	  better styling
2021-06-12 13:08:51 +02:00
4c6f06b6b7 version 0.2
changes:
	- rivet now generates an atom feed with the last 3 (configurable)
		modified articles
	- rivet now generates links in the index list to html files in srcdir
	- Articles with unkown title will have their filename as the title
	- minor code refractor
2021-03-21 14:22:20 +01:00
78c99f9cc8 correct version in makefile 2020-09-10 16:22:01 +02:00
635c2d8521 added makefile for easy install 2020-09-10 01:09:34 +02:00