Commit graph

  • 78ff5df038 Add a dummy file to etc/users/ so hg doesn't swallow it. Uriel 2009-07-20 02:17:07 +00:00
  • f0052d7f74 Test pages for title generation. Uriel 2009-07-19 08:02:11 +02:00
  • 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. Uriel 2009-07-19 08:01:42 +02:00
  • 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. Uriel 2009-07-19 07:42:45 +02:00
  • 0062873b2b Initial commit of tst.cat-v.org test suite. Uriel 2009-07-19 04:48:41 +02:00
  • 7413921b31 Start to convert templates to HTML 5 Uriel 2009-07-19 04:02:30 +02:00
  • df5668add0 Experimental support for Google's pubsubhubbub Uriel 2009-07-19 03:27:26 +02:00
  • 16799d8ca0 update tags convert-repo 2009-07-01 07:59:37 +00:00
  • bab1aec55e Added tag LATEST-RELEASE for changeset f0ca5ef9c3f8 Uriel 2009-07-01 07:52:14 +02:00
  • ee3e6103a8 Added tag LATEST-RELEASE for changeset 0848be7b72e8 Uriel 2009-07-01 07:36:00 +02:00
  • a880cee9b5 New release Uriel 2009-07-01 07:36:00 +02:00
  • 9323bab756 Mention required lighttpd modules in docs. Uriel 2009-07-14 22:54:28 +00:00
  • 5ee3b334ee s/ninetimes/9times/ in top bar to save space. Uriel 2009-07-14 22:54:09 +00:00
  • 13787def8a Add extra new line between posts to avoid formatting from one post to extend to the next. Uriel 2009-07-14 22:53:23 +00:00
  • 1963dd3e47 Merge. Uriel 2009-07-10 02:53:52 +00:00
  • 697594eb5d Documentation updates. Uriel 2009-07-10 02:53:18 +00:00
  • 08480e3a46 Merge docs changes and fixes. Uriel 2009-06-20 11:56:12 +02:00
  • 2eca0fa287 Documentation fixes and additions. Uriel 2009-06-26 20:32:02 +00:00
  • 9a87f888f6 Fix two typos, thanks echoline! Uriel 2009-06-20 11:55:26 +02:00
  • babb2cfe03 Added tag LATEST-RELEASE for changeset d57a4b0d249e Uriel 2009-06-14 20:21:17 +02:00
  • 48cbe13833 New release Uriel 2009-06-14 20:21:17 +02:00
  • b5800c33ef Strip title from rss/atom 'summary'(ie., body). Uriel 2009-06-13 15:59:43 +02:00
  • f01bfb63ec Remove the obsolete feed templates, they were moved to apps/blagh/ a while ago. Uriel 2009-06-13 06:28:12 +02:00
  • a1c0c70f36 Allo to set blagh conf_ options from initrc.local as well. Uriel 2009-06-12 23:59:47 +02:00
  • e197bfb743 Optimization/fix to only pass the content of all blog posts at once to $formatter This seems to some how fix a strange bug I have seen on my test setup, need to investigate more. Uriel 2009-06-12 23:56:48 +02:00
  • 4052a82ee4 Merge tags. Uriel 2009-06-12 23:45:27 +02:00
  • 6eee7a07aa 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. Uriel 2009-06-12 23:44:21 +02:00
  • a4d8f71e37 Added tag LATEST-RELEASE for changeset 9fc8f17498d1 Uriel 2009-06-10 04:23:16 +02:00
  • 646e181bcd New release Uriel 2009-06-10 04:23:16 +02:00
  • 0b05539176 Urldecode '_' (ie., %5F) in request paths to make stackoverflow.com links happy. Uriel 2009-06-10 02:58:36 +02:00
  • c0689e595a I'm a retard, fix brown paper bag bug from the last commit. Uriel 2009-06-07 10:40:35 +02:00
  • e91609e301 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. Uriel 2009-06-06 16:20:02 +02:00
  • 9d87478586 Add a simple wrapper to log stderr in broken http servers. Uriel 2009-06-06 16:15:56 +02:00
  • e8cd9a1978 Optimization: avoid using a temporary file to calculate the hash in md_handler. Uriel 2009-06-01 07:00:11 +02:00
  • e9a96d0e26 Add hiawatha sample config. Uriel 2009-05-31 11:46:28 +00:00
  • 2b1428822c Documentation spelling fixes. Uriel 2009-05-31 04:52:59 +00:00
  • 051219c864 Document setup for nginx. Uriel 2009-05-31 06:48:48 +02:00
  • 1d320ebf61 Move setup of main handler for 404 to a setup_404_handler function that can be more easily overriden, for example from config files! Uriel 2009-05-29 10:07:01 +00:00
  • 9d7ac1c517 Do not set handler if man page doesn't exist so we can provide proper 404 (or other fall-back) Make 'Intro' page title fixing case-insensitive to deal with Plan B man pages. Uriel 2009-05-29 10:04:27 +00:00
  • 7718328227 Minor update to 'Add This' link in site's top header. Uriel 2009-05-28 22:00:28 +00:00
  • fd2f9540c9 Don't add extra / to url when we redirect to proper path in wman Uriel 2009-04-19 23:56:05 +00:00
  • 5267263402 Add missing </a>. Thanks Josh! Uriel 2009-04-19 15:26:26 +00:00
  • de077b0e51 Merge Uriel 2009-04-19 15:23:15 +00:00
  • 7843c9c560 Add missing space. Uriel 2009-04-19 15:22:33 +00:00
  • 64f9c5d208 Add missing new line separating http headers from body, thanks Nsz and Arg for pointing this regresion. Uriel 2009-03-21 21:08:49 +01:00
  • a954647be4 Fix umask for newly created dirdir pages. Uriel 2009-03-17 01:02:35 +00:00
  • 5470a678f7 Fix null concat in wman search code. Uriel 2009-03-16 23:42:44 +00:00
  • eccc6367bc Added tag LATEST-RELEASE for changeset e0679b8be504 Uriel 2009-03-15 18:41:09 +01:00
  • 50cbd5b922 New release Uriel 2009-03-15 18:41:09 +01:00
  • 1c73471579 Add comment on auth docs to review in the futre. Uriel 2009-03-14 14:32:22 +01:00
  • e6f200a5a2 Clean up dirdir, less code, and less bugs! Uriel 2009-03-14 14:25:54 +01:00
  • 588c035b3b Rewrite redirect handling code with nested lists. New ll_addh to add items to the head of a nested list (use with care!). Uriel 2009-03-14 00:28:34 +01:00
  • 673bdaf664 Reorg headers, http headers now are echo-ed from werc.rc instead of being part of headers.tpl. This fixes some bugs in the handling HEAD and makes things a bit more clear. Uriel 2009-03-13 13:04:25 +01:00
  • 77ecde8fa2 Change the order in which redirects are evaluated, so one can override them on config files. Uriel 2009-03-13 10:51:43 +00:00
  • 3836ee8f56 More wman updates, new search functionality and handle better corner cases. Uriel 2009-03-13 10:51:07 +00:00
  • 8488a0b651 Yet another version of wman, templatized, and now Unix man pages use the same path style as Plan 9/Inferno. Uriel 2009-03-10 01:16:13 +00:00
  • d12a6910c0 Big update to wman app. Many fixes and improvements. Uriel 2009-03-09 22:16:39 +00:00
  • 29ecc0b153 Remove add_synth_paths function, not really needed, can manipulate variable directly for now. Uriel 2009-03-09 22:16:11 +00:00
  • b4886321ca Doc and website fixes. Uriel 2009-03-09 22:10:26 +00:00
  • a0254318ee Fix a bug where check_user would not work properly when called from config files. Uriel 2009-03-09 22:08:22 +00:00
  • b1df2966e3 New api to allow 'synthetic' dirs, only for sidebar for now. Uriel 2009-03-08 23:58:49 +01:00
  • 3a5298bd38 Ok, I give up, reverting part of last checking because CSS sucks. Uriel 2009-03-07 23:14:33 +00:00
  • d1e98c0ecf Make sidebar borders more light, and remove a superfluous double-border. Uriel 2009-03-07 21:53:55 +00:00
  • 62fe405de0 Minmal docs for wman. Uriel 2009-03-07 21:20:22 +00:00
  • 8e52e0447e Minor docs update. Uriel 2009-03-06 17:34:34 +00:00
  • e10ba023ba Remove trailing / from path elements to make nsz happy Uriel 2009-03-06 16:58:51 +00:00
  • ebfd6561cf First draft of wman app to browse and display manpages. Uriel 2009-03-06 16:32:33 +00:00
  • ed6ae63185 Ops, uncomment the IE6 hack. Uriel 2009-03-06 02:53:42 +00:00
  • 37551a8d14 Update TODO Uriel 2009-03-06 02:24:26 +00:00
  • 516e9e7518 Simplify unused code. Uriel 2009-03-06 02:24:11 +00:00
  • a7593fab9f Comment on how this IE hack makes other browsers ugly. Uriel 2009-03-06 02:23:35 +00:00
  • 18434f2f3f Minor CSS cosmetic fix, add white left-border to sidebar items so their width doesn't change on hover. Uriel 2009-03-06 01:35:06 +00:00
  • 5d4157063c Reverse the RSS/ATOM discovery tag order, make ATOM the default. Uriel 2009-03-06 00:15:26 +00:00
  • 371cb1938a Add files in sites/default.cat-v.org/ as complement to sites/werc.cat-v.org/ Uriel 2009-03-06 00:03:41 +00:00
  • de1c6fca30 Update nhttpd setup docs. Uriel 2009-03-06 00:02:53 +00:00
  • bb1f738b8b Added tag LATEST-RELEASE for changeset 884e94ecf23c Uriel 2009-03-05 23:56:32 +01:00
  • 9f6486a6b9 New release Uriel 2009-03-05 23:56:32 +01:00
  • 84db5e1dc8 Merge Uriel 2009-03-04 09:03:09 +00:00
  • ada935e42b Only display Edit button when no other handler_body_main has been set (ie., if file really doesn't exist). Uriel 2009-03-04 09:05:40 +01:00
  • 6c88960330 Implement file creation for dirdir. Uriel 2009-03-04 03:12:54 +01:00
  • feb444fc1c Correct <ul> and <li> nesting in navigation sidebar. Uriel 2009-03-03 22:34:26 +00:00
  • 547f98328f Revert the <ul> fix which was not really correct, and fix another missing </li>. Uriel 2009-03-03 22:04:17 +00:00
  • 54395f790d Stop generating an extra superfluous <ul></ul> in sidebar menu. Uriel 2009-03-03 21:38:22 +00:00
  • 2a34765dbc Add mising </p>. Uriel 2009-03-03 21:37:36 +00:00
  • 2c21ba4ae7 Exit after printing http headers if request method is HEAD. Uriel 2009-03-03 20:24:25 +00:00
  • 301331f63f Cosmetic code fix. Uriel 2009-03-03 20:23:51 +00:00
  • c9b9e4e9bf Preserve ifs when calling other functions after temporary altering it. Fixes a couple of minor bugs. Uriel 2009-03-03 20:23:00 +00:00
  • d12c13ee25 Further cleanup and simplification of redirect code. Uriel 2009-03-03 13:15:46 +00:00
  • e74f2966ca Documentation updates. Uriel 2009-03-03 12:32:39 +00:00
  • a4c7445523 New link_bar handler to be used in sidebars. Uriel 2009-03-03 12:32:03 +00:00
  • 94a777ef1f Style and html fixes for user login template. Uriel 2009-03-02 16:46:23 +00:00
  • 1fafe877e8 Documentation updates. Uriel 2009-02-28 14:02:34 +00:00
  • 835d392f0c Groups are now simply users with a /members file with one member per file. Uriel 2009-02-28 13:27:16 +00:00
  • 8c932c3a55 Rename $blog_editors to $conf_blog_editors and give it the default value of 'blog-editors'. Uriel 2009-02-28 13:26:40 +00:00
  • 32706e97c7 Be more careful when checking passwords, make sure that the password file exists and is not empty. Uriel 2009-02-28 12:56:13 +00:00
  • 2573838f1b Merge. Uriel 2009-02-27 22:39:19 +00:00
  • 2313a0851b Minor style changes. Uriel 2009-02-27 22:38:55 +00:00
  • 30a9ac3b00 Site config minor simplification. Uriel 2009-02-26 11:51:22 +01:00
  • a3c2c71275 Big overhaul of dirdir rewriting most code to be much simpler, reliable and efficient. Uriel 2009-02-26 11:50:18 +01:00
  • b00107e3b8 Make bridge app more correct: only activated when GET-ing pages which can have comments and don't get confused by other apps POSTs. Simplify code along the way. Uriel 2009-02-26 11:42:20 +01:00