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.
Added tag LATEST-RELEASE for changeset d57a4b0d249e
Strip title from rss/atom 'summary'(ie., body).
Remove the obsolete feed templates, they were moved to apps/blagh/ a while ago.
Allo to set blagh conf_ options from initrc.local as well.
Optimization/fix to only pass the content of all blog posts at once to $formatter
New configuration variable for blagh: conf_max_posts_per_page sets the maximum numbers to display in a blog feed, default is 32. Note that this also affects rss feeds.
Added tag LATEST-RELEASE for changeset 9fc8f17498d1
Urldecode '_' (ie., %5F) in request paths to make stackoverflow.com links happy.
I'm a retard, fix brown paper bag bug from the last commit.
Move shared .tpl files to tpl/ from lib/, this fixes a DoS vulneravility where master_template.tpl could be accessed as a standalone .tpl file that recursively called itself.
Add a simple wrapper to log stderr in broken http servers.
Optimization: avoid using a temporary file to calculate the hash in md_handler.
Move setup of main handler for 404 to a setup_404_handler function that can be more easily overriden, for example from config files!
Do not set handler if man page doesn't exist so we can provide proper 404 (or other fall-back)
Minor update to 'Add This' link in site's top header.
Don't add extra / to url when we redirect to proper path in wman
Add missing new line separating http headers from body, thanks Nsz and Arg for pointing this regresion.
Fix umask for newly created dirdir pages.
Added tag LATEST-RELEASE for changeset e0679b8be504
Add comment on auth docs to review in the futre.
Clean up dirdir, less code, and less bugs!
Rewrite redirect handling code with nested lists.
Reorg headers, http headers now are echo-ed from werc.rc instead of being part of headers.tpl.
Change the order in which redirects are evaluated, so one can override them on config files.
More wman updates, new search functionality and handle better corner cases.
Yet another version of wman, templatized, and now Unix man pages use the same path style as Plan 9/Inferno.
Big update to wman app. Many fixes and improvements.
Remove add_synth_paths function, not really needed, can manipulate variable directly for now.
Fix a bug where check_user would not work properly when called from config files.
New api to allow 'synthetic' dirs, only for sidebar for now.
Ok, I give up, reverting part of last checking because CSS sucks.
Make sidebar borders more light, and remove a superfluous double-border.
Remove trailing / from path elements to make nsz happy
First draft of wman app to browse and display manpages.
Comment on how this IE hack makes other browsers ugly.
Minor CSS cosmetic fix, add white left-border to sidebar items so their width doesn't change on hover.
Reverse the RSS/ATOM discovery tag order, make ATOM the default.
Add files in sites/default.cat-v.org/ as complement to sites/werc.cat-v.org/
Added tag LATEST-RELEASE for changeset 884e94ecf23c
Only display Edit button when no other handler_body_main has been set (ie., if file really doesn't exist).
Implement file creation for dirdir.
Correct <ul> and <li> nesting in navigation sidebar.
Revert the <ul> fix which was not really correct, and fix another missing </li>.
Stop generating an extra superfluous <ul></ul> in sidebar menu.
Exit after printing http headers if request method is HEAD.
Preserve ifs when calling other functions after temporary altering it. Fixes a couple of minor bugs.
Further cleanup and simplification of redirect code.
New link_bar handler to be used in sidebars.
Style and html fixes for user login template.