98a9988f7dNote about bug where markdown references are used in blog posts.
Uriel
2010-01-19 00:31:55 +0000
d293f6b635By default don't include the site's title | sub-title in the <title> of pages from which we were able to extract a title.
Uriel
2010-01-19 00:30:24 +0000
7dae66e13eStill extract tile if 'empty' line after tile contains spaces.
Uriel
2010-01-19 00:28:25 +0000
83ed78e39eSet some reasonable titles for man pages.
Uriel
2009-12-07 05:38:42 +0000
62e49425bcAdd golang to default top bar.
Uriel
2009-12-07 05:38:01 +0000
37d55298ebMake the path to initrc.local more clear.
uriel
2009-11-18 01:28:58 +0000
30f0439673Display only 20 entries per column in man page listings, this avoids scrillbars most of the time.
uriel
2009-10-29 09:47:53 +0000
5ebdff2a47Style cleanups and polishments.
uriel
2009-10-29 09:47:19 +0000
8aa4f9ce08Remove underline from footer's links too.
uriel
2009-10-25 10:00:20 +0000
0b60e1c935We have moved to #cat-v!
uriel
2009-10-25 09:31:13 +0000
21b75ecd4cAllow overriding the manual section listing page (just create an index.md or index.html in the dir where wman is enabled).
uriel
2009-10-25 09:31:01 +0000
89240023e1Commit documentation changes from the live site.
uriel
2009-08-16 03:26:57 +0200
5e1f5d2b6dAdd rel="nofollow" for links to user loggin page.
uriel
2009-08-10 12:34:19 +0200
fc6a26ec08Fix sitemap.tpl when $sitedir is an absolute path. Thanks again to arg for reporting, tracking, and fixing this bug!
uriel
2009-08-09 21:02:42 +0200
7cdee641beFor 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!
uriel
2009-08-09 18:39:54 +0200
677a928bc2Add lastmod support to sitemap.xml
uriel
2009-08-08 05:32:42 +0200
5a6063590bAdd first draft of unit testing runner.
uriel
2009-08-08 03:17:28 +0200
43bed805bdAdded tag LATEST-RELEASE for changeset 4e19df0f133d
uriel
2009-08-06 16:40:08 +0200
7e27f53dabAdded tag LATEST-RELEASE for changeset 736f86ef8231
uriel
2009-08-06 03:17:13 +0200
c2d81e3dfbDo Pubsubhubbub submit in the background so we don't block.
uriel
2009-08-06 01:09:04 +0000
3a1191a4a0Fix bug where incorrect elements in the navigation sidebar were highlighted, thanks to arg for reporting this.
uriel
2009-08-06 02:20:58 +0200
e4424e0844Much better (I hope) get_html_title implementation, first try to find <title>, if that fails, get the first non-tag string in the file.
uriel
2009-07-30 02:12:06 +0200
a188daebdcImplement the sitemaps.org standard 'protocol' with sitemap.xml.
uriel
2009-07-29 01:41:18 +0200
a400307a19Remove superfluous debug print that was commited by mistake.
uriel
2009-07-29 01:21:24 +0200
345cd6b545Further HTML5-fication, plus fix some case consistency mismatches.
uriel
2009-07-28 20:49:53 +0200
3302281612Add example of formatter option using md2html.awk.
uriel
2009-07-28 20:48:18 +0200
8cd04dd184New 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 ()).
uriel
2009-07-28 20:28:35 +0200
9afb192c91Add yiyus md2html.awk script as an alternative to markdown.pl
uriel
2009-07-28 14:49:52 +0200
f5474bcc0dImplement dir listing headers and footers. Just add a _header.md or _footer.md file to any directory and their contents will be displayed together with the directory listing.
uriel
2009-07-28 14:36:38 +0200
1b56834736Don't include domain in sitemap links, this avoid breaking when port is not 80.
uriel
2009-07-25 01:11:15 +0000
59e181b036Enable pubsub on test blagh feed.
uriel
2009-07-20 04:01:51 +0000
904c11dbb4Further work on pubsubhub support. I think we now have all we are supposed to, but I'm not sure it works yet.
uriel
2009-07-20 04:01:36 +0000
8f76833a08Add url_encode function to cgilib.rc
uriel
2009-07-20 03:59:49 +0000
ef84f6915eAdd a dummy file to etc/users/ so hg doesn't swallow it.
uriel
2009-07-20 02:17:07 +0000
a18e815468Test pages for title generation.
uriel
2009-07-19 08:02:11 +0200
328c6a394eProperly 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.
uriel
2009-07-19 08:01:42 +0200
5dbd9b27e2When 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.
uriel
2009-07-19 07:42:45 +0200
352958bef3Initial commit of tst.cat-v.org test suite.
uriel
2009-07-19 04:48:41 +0200
4cf713e5a6Start to convert templates to HTML 5
uriel
2009-07-19 04:02:30 +0200
1ddf17b4bbExperimental support for Google's pubsubhubbub
uriel
2009-07-19 03:27:26 +0200