Commit Graph

649 Commits

Author SHA1 Message Date
uriel
5e5f1bd886 Anon posting for bridge. 2009-10-20 02:09:55 +02:00
uriel
62457db7e3 Merge updates from 'stable'. 2009-10-20 02:09:21 +02:00
uriel
e79347248a Cat-v.org updates: Style and default headers/tracker code update. 2009-10-19 23:49:11 +00:00
uriel
6c3701f1fc Document dir listing optinos and _header.md and _footer.md 2009-09-30 21:44:16 +00:00
uriel
d7a7d559b4 Documentation and cat-v.org top bar changes. 2009-09-30 21:31:39 +00:00
uriel
c1fd48960e Added tag LATEST-RELEASE for changeset f66d10ce42b8 2009-09-23 12:55:27 +02:00
uriel
5c4b70890d New release 2009-09-23 12:55:26 +02:00
uriel
dc8bae50f9 Merge bugfix for dirdir from werc-dev repo. 2009-09-23 12:31:52 +02:00
uriel
bf723398c5 Merge. 2009-09-23 12:28:20 +02:00
uriel
47911fb298 Fix bug that caused the creation of directories in wiki to act erratically. 2009-09-22 17:12:34 +02:00
uriel
6f5daf8040 Added tag LATEST-RELEASE for changeset ee3f62e35784 2009-09-17 21:13:51 +02:00
uriel
5dd64d3a3d New release 2009-09-17 21:13:50 +02:00
uriel
b51274447e Minor changes to the werc main page. 2009-09-17 08:36:25 +00:00
uriel
6d748d2c62 Add header and footer to apps directory. 2009-09-14 01:50:12 +00:00
uriel
f1a04427d9 Minor fixes to the werc site. 2009-09-14 01:38:48 +00:00
uriel
f0b4f73ebd Update top bar links. 2009-09-14 01:38:29 +00:00
uriel
b27d16a66e Add missing wman search template! Doh. 2009-09-14 01:37:50 +00:00
uriel
b0da13b0ca Added tag LATEST-RELEASE for changeset e9ce8c4b5391 2009-09-09 10:39:56 +02:00
uriel
704dc11a69 New release 2009-09-09 10:39:56 +02:00
uriel
85efc8a4b7 Replace nroff reference with troff -N, thanks garbeam! 2009-08-26 00:48:38 +02:00
uriel
4cc07dd805 Added tag LATEST-RELEASE for changeset 20d3644520b2 2009-08-16 03:37:43 +02:00
uriel
ea50155596 New release 2009-08-16 03:37:43 +02:00
uriel
89240023e1 Commit documentation changes from the live site. 2009-08-16 03:26:57 +02:00
uriel
5e1f5d2b6d Add rel="nofollow" for links to user loggin page. 2009-08-10 12:34:19 +02:00
uriel
fc6a26ec08 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
7cdee641be 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
677a928bc2 Add lastmod support to sitemap.xml 2009-08-08 05:32:42 +02:00
uriel
5a6063590b Add first draft of unit testing runner. 2009-08-08 03:17:28 +02:00
uriel
43bed805bd Added tag LATEST-RELEASE for changeset 4e19df0f133d 2009-08-06 16:40:08 +02:00
uriel
7e27f53dab Added tag LATEST-RELEASE for changeset 736f86ef8231 2009-08-06 03:17:13 +02:00
uriel
9309732949 New release 2009-08-06 03:17:13 +02:00
uriel
c2d81e3dfb Do Pubsubhubbub submit in the background so we don't block. 2009-08-06 01:09:04 +00:00
uriel
3a1191a4a0 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
c046cbd057 Update README 2009-08-05 17:06:25 +02:00
uriel
e4424e0844 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
a188daebdc Implement the sitemaps.org standard 'protocol' with sitemap.xml. 2009-07-29 01:41:18 +02:00
uriel
a400307a19 Remove superfluous debug print that was commited by mistake. 2009-07-29 01:21:24 +02:00
uriel
e3e9fd0754 Whitespace change. 2009-07-28 23:58:32 +02:00
uriel
345cd6b545 Further HTML5-fication, plus fix some case consistency mismatches. 2009-07-28 20:49:53 +02:00
uriel
3302281612 Add example of formatter option using md2html.awk. 2009-07-28 20:48:18 +02:00
uriel
8cd04dd184 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
9afb192c91 Add yiyus md2html.awk script as an alternative to markdown.pl 2009-07-28 14:49:52 +02:00
uriel
f5474bcc0d 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
1b56834736 Don't include domain in sitemap links, this avoid breaking when port is not 80. 2009-07-25 01:11:15 +00:00
uriel
59e181b036 Enable pubsub on test blagh feed. 2009-07-20 04:01:51 +00:00
uriel
904c11dbb4 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
8f76833a08 Add url_encode function to cgilib.rc 2009-07-20 03:59:49 +00:00
uriel
ef84f6915e Add a dummy file to etc/users/ so hg doesn't swallow it. 2009-07-20 02:17:07 +00:00
uriel
a18e815468 Test pages for title generation. 2009-07-19 08:02:11 +02:00
uriel
328c6a394e 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