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.
Further HTML5-fication, plus fix some case consistency mismatches.
Add example of formatter option using md2html.awk.
New context var 'local_file' that will point to the on-disk-file that represents the main content of a given page request (if such exists, otherwise it is '' or ()).
Add yiyus md2html.awk script as an alternative to markdown.pl
Implement dir listing headers and footers. Just add a _header.md or _footer.md
Don't include domain in sitemap links, this avoid breaking when port is not 80.
Further work on pubsubhub support. I think we now have all we are supposed to, but I'm not sure it works yet.
Add a dummy file to etc/users/ so hg doesn't swallow it.
Properly handle dashes in paths the same way we treated underscores when generating page titles. This includes sitemaps, sidebar nav trees and the page title header itself.
When using a path element to generate a page title, replace '[a-z]-[a-z]' with '[a-z] [a-z]', this allows us to use dashes in paths that are more SEO-friendly than underscores.
Initial commit of tst.cat-v.org test suite.
Start to convert templates to HTML 5
Experimental support for Google's pubsubhubbub
update tags
Added tag LATEST-RELEASE for changeset f0ca5ef9c3f8
Added tag LATEST-RELEASE for changeset 0848be7b72e8
Mention required lighttpd modules in docs.
s/ninetimes/9times/ in top bar to save space.
Add extra new line between posts to avoid formatting from one post to extend to the next.