shithub: werc

RSS feed

e7cc7868 – sl <sl@stanleylieber.com> authored on 2019/12/09 18:21
apps/blagh/rss20.tpl: find the correct most recently updated file so the <lastBuildDate> field is precisely accurate.

63858bcc – sl <sl@stanleylieber.com> authored on 2019/12/09 18:20
apps/blagh/atom.tpl: find the correct most recently updated file so the feed <updated> field is precisely accurate.

f23046e2 – sl <sl@stanleylieber.com> authored on 2019/12/09 17:19
bin/werclib.rc: ndate -a is rfc3339; ndate -t is iso-8601

8952caa9 – sl <sl@stanleylieber.com> authored on 2019/12/09 17:18
apps/blagh/atom.tpl, rss20.tpl: date -t -> date -a

044eb3da – sl <sl@stanleylieber.com> authored on 2019/12/09 17:09
bin/werclib.rc -> ndate -t output rfc3339 compliant dates.

d4e58a94 – sl <sl@stanleylieber.com> authored on 2019/12/09 17:03
apps/blagh/atom.tpl: fix rfc3339 dates for feed <updated> and entry <updated> fields, needed for feed validation.

101efc66 – sl <sl@stanleylieber.com> authored on 2019/12/09 14:46
apps/blagh/rss20.tpl: improve grep for <lastBuildDate>

12823b51 – sl <sl@stanleylieber.com> authored on 2019/12/09 14:37
apps/blagh/rss20.tpl: correctly generate accurate dates for <lastBuildDate> and <pubDate>.

7f28dcfd – sl <sl@stanleylieber.com> authored on 2019/12/09 14:36
bin/werclib.rc: fn ndate: convert seconds to date when seconds is provided as the second argument.

90545cad – sl <sl@stanleylieber.com> authored on 2019/12/07 16:58
sites/werc.cat-v.org/index.md: update repo and contact urls

5e85d358 – sl <sl@stanleylieber.com> authored on 2019/12/07 16:58
sites/werc.cat-v.org/apps/blagh/index.md: update example urls

39e0c226 – sl <sl@stanleylieber.com> authored on 2019/12/07 16:57
sites/default.cat-v.org/_werc/lib/: remove javascript google tracker from footers and headers

cbfeb6d9 – sl <sl@stanleylieber.com> authored on 2019/12/07 16:55
apps/blagh/: fix rss (passes validation), partially fix atom (does not pass validation)

528ffdd5 – sl <sl@stanleylieber.com> authored on 2019/12/07 16:55
bin/werclib.rc: replace fn datei and fn datet (both broken) with fn ndate (implements 9front's date -i, -m, and -t)

b05ef130 – sl <sl@stanleylieber.com> authored on 2019/12/07 16:53
apps/wman/app.rc: fix columnization

e3868c52 – sl <sl@stanleylieber.com> authored on 2017/08/10 17:43
bin/contrib/rc-httpd/handlers/dir-index: use urlencode(1), not urlencode.awk (for now?)

41f09af2 – sl <sl@stanleylieber.com> authored on 2016/12/21 16:38
bin/aux/* bin/contrib/*: change bang paths to /bin/*: this will later be documented.

dbaeaf8c – sl <sl@stanleylieber.com> authored on 2016/12/02 15:35
etc/initrc: change default markdown formatter from markdown.pl (no modern perl on plan 9) to md2html.awk (works everywhere)

b0e38afc – sl <sl@stanleylieber.com> authored on 2016/12/01 14:46
bin/contrib/tcp80: move log to /var/log/rc-httpd

454f0abf – khm <khm@9front.org> authored on 2016/02/17 07:19
paste: remove some code smell, roll index.html into app.rc

9a25ae37 – sl <sl@stanleylieber.com> authored on 2016/02/11 11:25
bin/contrib/rc-httpd/handlers/dir-index: use urlencode.awk