37edc0cbadbin/contrib/rc-httpd/handlers/error: add missing error 400
front
sl
2021-11-22 00:45:43 -0500
d8f8ed14a9bin/contrib/rc-httpd{rc-httpd, handlers/error}: do some minimal sanitization on $SERVER_NAME before handing it off to select-handler. this prevents malformed Host: headers from retrieving arbitrary files from the file system. (thanks, Lightning)
sl
2021-11-21 18:49:58 -0500
721fd1e85fcss: add cat-v's default style; fix pre tag fontsize in it
khm
2020-06-20 02:53:04 -0700
e7795dec96sites/werc.cat-v.org/: update for 1.5 release
stanley lieber
2020-06-16 21:51:39 -0400
2ee0d90e9elib/404.tpl: remove google javascript
stanley lieber
2020-06-16 21:32:23 -0400
be9a1cb0c4sites/werc.cat-v.org/apps/duckduckgo/index.md: fix markdown display formatting for example commands.
stanley lieber
2020-06-15 20:43:24 -0400
a7cfc6ee95add bin/contrib/fix-rc-scripts (thanks, Ethan Gardner)
stanley lieber
2020-06-15 20:22:56 -0400
3f21805683sites/werc.cat-v.org/index.md: mention werc-commits mailing list; thank Ethan Gardner for rc-httpd
stanley lieber
2020-06-15 20:20:11 -0400
3cd0ca0e92bin/contrib/rc-httpd/rc-httpd: plan9port does not have read -c; replace with dd (thanks, khm)
stanleylieber
2020-06-14 22:30:20 -0400
094e2622bcbin/contrib/tcp80: plan9port does not include 9front utilities used by rc-httpd. set $PATH here to include replacement utilities from bin/contrib.
stanleylieber
2020-06-14 22:28:55 -0400
22427c0fd7bin/contrib/tcp80: set $PLAN9 here.
stanleylieber
2020-06-12 22:17:58 -0400
d10036292abin/contrib/rc-httpd/select-handler: clarify comments; add rules for maintainer test apparatus.
stanleylieber
2020-06-12 20:52:27 -0400
b522533954pub/style/style.css: leave vanity behind
stanley lieber
2020-06-09 23:02:57 -0400
43b72cf5d3bin/werc.rc: don't hardcode default header template. move it into werc_exec_request and use fn get_lib_file to prefer a site-specific headers.tpl, just like other .tpl files
stanley lieber
2020-06-09 20:42:37 -0400
3d826f83e6apps/blagh/rss20.tpl: find the correct most recently updated file so the <lastBuildDate> field is precisely accurate.
stanley lieber
2019-12-09 23:21:45 -0500
0f81109a24apps/blagh/atom.tpl: find the correct most recently updated file so the feed <updated> field is precisely accurate.
stanley lieber
2019-12-09 23:20:11 -0500
0249712e67bin/werclib.rc: ndate -a is rfc3339; ndate -t is iso-8601
stanley lieber
2019-12-09 22:19:18 -0500
b34f460662apps/blagh/atom.tpl, rss20.tpl: date -t -> date -a
stanley lieber
2019-12-09 22:18:12 -0500
1f2f324654apps/blagh/atom.tpl: fix rfc3339 dates for feed <updated> and entry <updated> fields, needed for feed validation.
stanley lieber
2019-12-09 22:03:57 -0500
175faff417apps/blagh/rss20.tpl: improve grep for <lastBuildDate>
stanley lieber
2019-12-09 19:46:57 -0500
b601c168d9apps/blagh/rss20.tpl: correctly generate accurate dates for <lastBuildDate> and <pubDate>.
stanley lieber
2019-12-09 19:37:43 -0500
dec5683059bin/werclib.rc: fn ndate: convert seconds to date when seconds is provided as the second argument.
stanley lieber
2019-12-09 19:36:03 -0500
3d4e19aa0esites/werc.cat-v.org/index.md: update repo and contact urls
stanley lieber
2019-12-07 21:58:39 -0500
72e2e56875sites/werc.cat-v.org/apps/blagh/index.md: update example urls
stanley lieber
2019-12-07 21:58:11 -0500
02d9246e9fsites/default.cat-v.org/_werc/lib/: remove javascript google tracker from footers and headers
stanley lieber
2019-12-07 21:57:16 -0500
81969a371dapps/blagh/: fix rss (passes validation), partially fix atom (does not pass validation)
stanley lieber
2019-12-07 21:55:44 -0500
4f42153162bin/werclib.rc: replace fn datei and fn datet (both broken) with fn ndate (implements 9front's date -i, -m, and -t)
stanley lieber
2019-12-07 21:55:00 -0500
e46212286capps/wman/app.rc: fix columnization
stanley lieber
2019-12-07 21:53:38 -0500
c4bd47b73dbin/contrib/rc-httpd/handlers/dir-index: use urlencode(1), not urlencode.awk (for now?)
stanley lieber
2017-08-10 21:43:54 -0400
13e55c83b2bin/aux/* bin/contrib/*: change bang paths to /bin/*: this will later be documented.
sl
2016-12-21 21:38:03 -0500
c743f00542etc/initrc: change default markdown formatter from markdown.pl (no modern perl on plan 9) to md2html.awk (works everywhere)
sl
2016-12-02 20:35:58 -0500
1e14f758f8bin/contrib/tcp80: move log to /var/log/rc-httpd
sl
2016-12-01 19:46:03 -0500
5bf3790c9epaste: remove some code smell, roll index.html into app.rc
khm
2016-02-17 12:19:07 -0500
ba554d6d62bin/contrib/rc-httpd/handlers/dir-index: use urlencode.awk
sl
2016-02-11 16:25:11 -0500
5bde5e35a5bin/contrib/rc-httpd: rc-httpd add system $PATH to $path; bin/contrib/rc-httpd/handlers/serve-static: try two different versions of file(1) syntax
sl
2016-02-10 14:04:14 -0500
44d244d62abin/contrib/tcp80: default log location is /var/log/www
sl
2016-02-09 14:24:05 -0500
96af0b9ca0bin/contrib/rc-httpd/: fix default paths and environment variables; create a generic default select-handler; add tcp80, used for launching rc-httpd from listen(8)
sl
2016-02-04 21:47:22 -0500
32414fdfffinitial import of changes from 9front bikeshedding; bundle rc-httpd
sl
2016-02-04 15:05:05 -0500
3b1be16a19Be a bit more careful before we redirect to plain files when we get a trailing / and can't find a dir.
Uriel
2012-08-19 01:16:10 +0200
131d63f0f0Update readme to point to #cat-v instead of #plan9.
Uriel
2012-08-19 01:07:54 +0200
916eba13c9Ignore leading spaces/tabs when extracting a title from HTML files.
Uriel
2011-06-30 22:58:17 +0000
10a7206fcfFix typo and add a new item to todo list.
Uriel
2011-06-28 22:12:53 +0000
11d50bb6f2When more than one file with the same 'name' (eg., foo.md, foo.html) do not display it more than once in dir listings.
Uriel
2011-06-28 03:48:22 +0000
3d2b2ea2d7Documentation updates: - Try to explain better that werc expects Plan 9 tools in /usr/local/plan9/bin/ - Note possible bug. - Other small doc changes.
Uriel
2011-06-28 01:50:24 +0000
18032ba244Fix stupid typo in comment.
Uriel
2011-02-05 16:50:47 +0000
5ef94d8c75Add commented out stderr debug command. This is provides functionality similar to werc_errlog_wrap.rc but it is easier to enable without changing the http server configuration.
Uriel
2011-02-05 16:49:29 +0000