bin/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
bin/contrib/tcp80: default log location is /var/log/www
bin/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)
initial import of changes from 9front bikeshedding; bundle rc-httpd
Be a bit more careful before we redirect to plain files when we get a trailing / and can't find a dir.
Update readme to point to #cat-v instead of #plan9.
Ignore leading spaces/tabs when extracting a title from HTML files.
Fix typo and add a new item to todo list.
When more than one file with the same 'name' (eg., foo.md, foo.html) do not display it more than once in dir listings.
Add 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.
Fix typo in Apache instructions, thanks cdarwin!
Two new configuration options for wman:
Make dir listings a bit prettier by replacing [-_] with spaces.
Fix typo in comment, thanks btdn for reporting it.
When showing a _header.md file for a dir listing, try to extract the page title from it.
Added tag LATEST-RELEASE for changeset 3da783326101
Many documentation changes and updates.
Fix 'Hello World' app to work with modern app API. Thanks EthanG for pointing this out.
Replace '_' in paths in werc's docs section with '-', and set up apropriate redirects to avoid broken links.
Handle https urls consistently in redirects.
Comment out reddit button because reddit's servers are very unreliable.
Document what you need to change in initrc if you want to use 9base.
Add testimonials page to werc site.
Add sitemap.xml to dirfilter so it doesn't show up in dir listings when no index exists in site root.
Update README with 9base dependency.
Remove direct links to feeds, they can be added in a user's config easily enough.
Remove internal nofollow's that waste pagerank.
Add a couple of missing files from the site and other minnor doc changes.
Note about bug where markdown references are used in blog posts.
By default don't include the site's title | sub-title in the <title> of pages from which we were able to extract a title.
Still extract tile if 'empty' line after tile contains spaces.
Set some reasonable titles for man pages.
Make the path to initrc.local more clear.
Display only 20 entries per column in man page listings, this avoids scrillbars most of the time.
Remove underline from footer's links too.
Allow overriding the manual section listing page (just create an index.md or index.html in the dir where wman is enabled).
Some minor style adjustements: make links not underlined by default, and tighten a bit the sidebar menu.
Added tag LATEST-RELEASE for changeset 78f04ff85404
Fix anon posting, make 'pseudo-captcha' more fun and slightly harder.
Cat-v.org updates: Style and default headers/tracker code update.
Document dir listing optinos and _header.md and _footer.md
Documentation and cat-v.org top bar changes.
Added tag LATEST-RELEASE for changeset f66d10ce42b8
Merge bugfix for dirdir from werc-dev repo.
Fix bug that caused the creation of directories in wiki to act erratically.
Added tag LATEST-RELEASE for changeset ee3f62e35784
Add header and footer to apps directory.
Add missing wman search template! Doh.
Added tag LATEST-RELEASE for changeset e9ce8c4b5391
Replace nroff reference with troff -N, thanks garbeam!
Added tag LATEST-RELEASE for changeset 20d3644520b2
Commit documentation changes from the live site.
Add rel="nofollow" for links to user loggin page.
Fix sitemap.tpl when $sitedir is an absolute path. Thanks again to arg for reporting, tracking, and fixing this bug!
For HEAD request, only quit after we send the new line that ends the headers section. This was making nginx unhappy. Thanks arg for reporting, tracking it down and fixing this bug!
Add lastmod support to sitemap.xml
Add first draft of unit testing runner.
Added tag LATEST-RELEASE for changeset 4e19df0f133d
Added tag LATEST-RELEASE for changeset 736f86ef8231
Do Pubsubhubbub submit in the background so we don't block.
Fix bug where incorrect elements in the navigation sidebar were highlighted, thanks to arg for reporting this.
Much better (I hope) get_html_title implementation, first try to find <title>, if that fails, get the first non-tag string in the file.
Implement the sitemaps.org standard 'protocol' with sitemap.xml.
Remove superfluous debug print that was commited by mistake.