Commit graph

586 commits

Author SHA1 Message Date
Uriel
1cf9178ffb Add header and footer to apps directory. 2009-09-14 01:50:12 +00:00
Uriel
055dc9a922 Minor fixes to the werc site. 2009-09-14 01:38:48 +00:00
Uriel
845fdf1231 Update top bar links. 2009-09-14 01:38:29 +00:00
Uriel
9de7986636 Add missing wman search template! Doh. 2009-09-14 01:37:50 +00:00
Uriel
53d37df671 Added tag LATEST-RELEASE for changeset e9ce8c4b5391 2009-09-09 10:39:56 +02:00
Uriel
2652df9cbe New release 2009-09-09 10:39:56 +02:00
Uriel
99b0974e38 Replace nroff reference with troff -N, thanks garbeam! 2009-08-26 00:48:38 +02:00
Uriel
2cbe504e7e Added tag LATEST-RELEASE for changeset 20d3644520b2 2009-08-16 03:37:43 +02:00
Uriel
55888e9d39 New release 2009-08-16 03:37:43 +02:00
Uriel
d9027c6d80 Commit documentation changes from the live site. 2009-08-16 03:26:57 +02:00
Uriel
7868ca6f27 Add rel="nofollow" for links to user loggin page. 2009-08-10 12:34:19 +02:00
Uriel
2fa68d1133 Fix sitemap.tpl when $sitedir is an absolute path. Thanks again to arg for reporting, tracking, and fixing this bug! 2009-08-09 21:02:42 +02:00
Uriel
9a65fb1b4e 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! 2009-08-09 18:39:54 +02:00
Uriel
92a6125952 Add lastmod support to sitemap.xml 2009-08-08 05:32:42 +02:00
Uriel
700911af68 Add first draft of unit testing runner. 2009-08-08 03:17:28 +02:00
Uriel
c0425e9b19 Added tag LATEST-RELEASE for changeset 4e19df0f133d 2009-08-06 16:40:08 +02:00
Uriel
0ab55885ea Added tag LATEST-RELEASE for changeset 736f86ef8231 2009-08-06 03:17:13 +02:00
Uriel
9eeaa5bb39 New release 2009-08-06 03:17:13 +02:00
Uriel
534ee5f3b4 Do Pubsubhubbub submit in the background so we don't block. 2009-08-06 01:09:04 +00:00
Uriel
1181046c9e Fix bug where incorrect elements in the navigation sidebar were highlighted, thanks to arg for reporting this. 2009-08-06 02:20:58 +02:00
Uriel
e4f6185bfa Update README 2009-08-05 17:06:25 +02:00
Uriel
c7c130e591 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. 2009-07-30 02:12:06 +02:00
Uriel
c31d3e77ca Implement the sitemaps.org standard 'protocol' with sitemap.xml. 2009-07-29 01:41:18 +02:00
Uriel
d797533863 Remove superfluous debug print that was commited by mistake. 2009-07-29 01:21:24 +02:00
Uriel
cb97e355bf Whitespace change. 2009-07-28 23:58:32 +02:00
Uriel
f6faca3ea9 Further HTML5-fication, plus fix some case consistency mismatches. 2009-07-28 20:49:53 +02:00
Uriel
8a30cf0b68 Add example of formatter option using md2html.awk. 2009-07-28 20:48:18 +02:00
Uriel
2d8ce10389 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 ()).
Move title extracting functions from sitemap.tpl to werclib.rc.
Rewrite .md title extraction code to only match first lines when 'underlines' with =.

Use the changes above to generate better page titles when possible.
2009-07-28 20:28:35 +02:00
Uriel
a2e426eb11 Add yiyus md2html.awk script as an alternative to markdown.pl 2009-07-28 14:49:52 +02:00
Uriel
c5e1087500 Implement 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.
2009-07-28 14:36:38 +02:00
Uriel
068ccb8c7f Don't include domain in sitemap links, this avoid breaking when port is not 80. 2009-07-25 01:11:15 +00:00
Uriel
2ba381db11 Enable pubsub on test blagh feed. 2009-07-20 04:01:51 +00:00
Uriel
d8d9e66dfa Further work on pubsubhub support. I think we now have all we are supposed to, but I'm not sure it works yet. 2009-07-20 04:01:36 +00:00
Uriel
d5bb1460e9 Add url_encode function to cgilib.rc 2009-07-20 03:59:49 +00:00
Uriel
78ff5df038 Add a dummy file to etc/users/ so hg doesn't swallow it. 2009-07-20 02:17:07 +00:00
Uriel
f0052d7f74 Test pages for title generation. 2009-07-19 08:02:11 +02:00
Uriel
01876141f3 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. 2009-07-19 08:01:42 +02:00
Uriel
4345888b7f 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. 2009-07-19 07:42:45 +02:00
Uriel
0062873b2b Initial commit of tst.cat-v.org test suite. 2009-07-19 04:48:41 +02:00
Uriel
7413921b31 Start to convert templates to HTML 5 2009-07-19 04:02:30 +02:00
Uriel
df5668add0 Experimental support for Google's pubsubhubbub 2009-07-19 03:27:26 +02:00
convert-repo
16799d8ca0 update tags 2009-07-01 07:59:37 +00:00
Uriel
bab1aec55e Added tag LATEST-RELEASE for changeset f0ca5ef9c3f8 2009-07-01 07:52:14 +02:00
Uriel
ee3e6103a8 Added tag LATEST-RELEASE for changeset 0848be7b72e8 2009-07-01 07:36:00 +02:00
Uriel
a880cee9b5 New release 2009-07-01 07:36:00 +02:00
Uriel
9323bab756 Mention required lighttpd modules in docs. 2009-07-14 22:54:28 +00:00
Uriel
5ee3b334ee s/ninetimes/9times/ in top bar to save space. 2009-07-14 22:54:09 +00:00
Uriel
13787def8a Add extra new line between posts to avoid formatting from one post to extend to the next. 2009-07-14 22:53:23 +00:00
Uriel
1963dd3e47 Merge. 2009-07-10 02:53:52 +00:00
Uriel
697594eb5d Documentation updates.
- Fix dumb mistake in wman docs
- Document Plan 9's httpd setup.
2009-07-10 02:53:18 +00:00