Commit Graph

120 Commits

Author SHA1 Message Date
uriel
ff7a2fda4d Merge big code reorg 2008-07-16 03:12:29 +02:00
uriel
167b1ba067 Big code reorg: split request handling code into two steps: 1) handler selection 2) handler execution
This allows for real 404 errors and in the future more cleanups and features
2008-07-16 03:05:41 +02:00
uriel
ecce9787a3 Rss compliance fix, put lastBuildDate where it belongs, even if the value is just aproximated 2008-07-12 07:58:04 +02:00
uriel
14d7125498 Some redirect improvements (add the domain name to match string) 2008-07-12 07:34:43 +02:00
uriel
35c7b64a8f Comment out blog post reverse chronological ordering which wasn't working consistently and was creating other problems 2008-07-09 07:23:46 +02:00
uriel
b833383189 Minnor style/debug improvements 2008-07-09 00:55:45 +02:00
uriel
6cfc40aab9 Exit after doing a perm redirect, and some small style fixes 2008-07-08 00:23:00 +02:00
uriel
3f9fe9fc39 Autogenerate robots.txt files pointing to sitemap.txt 2008-07-07 15:19:52 +02:00
uriel
7c104de7ef Automatically redirect directory requests to the correct canonical address 2008-07-07 05:40:39 +02:00
uriel
79054ec84c Fix silly syntax error in blog-sidebar code 2008-07-07 05:07:27 +02:00
uriel
c2fe445b82 Add some new debug facilities, and also fix a minnor bug in the new blog-sidebar-menu 2008-07-06 01:49:45 +02:00
uriel
d4428fddea New regex based redirection mechanism, still somewhat expermental 2008-07-06 01:23:41 +02:00
uriel
51d7cbb67e Properly comment out css attributes 2008-07-05 22:38:41 +02:00
uriel
d8f9560369 Include <link RSS header for 'implicit' blogs 2008-07-05 21:32:29 +02:00
uriel
0191040c7c Move .txt handling belog site-wide .tpl's which was allowing the .txt sitemaps to shadow the html version 2008-07-05 04:55:56 +02:00
uriel
bc5d47cc1f Make it easy to hide certain directories or files from _config 2008-07-05 04:32:29 +02:00
uriel
0ad779eb82 Fix to handle 'implicit dir paths' (ie., paths that match a dir but have no trailing /) properly in menu 2008-07-04 22:49:05 +02:00
uriel
b82d3855af Remove debig echo 2008-07-01 04:10:58 +02:00
uriel
5adb51696f Comment explaning what still needs to be done to properly allow files in dirs 2008-06-28 06:26:28 +02:00
uriel
b04ecc731e Merge 2008-06-28 06:08:44 +02:00
uriel
5fcae041ab Fix coding style 2008-06-28 06:07:59 +02:00
uriel
7e8f7b5fb1 I'm a moron, revert pointless change to dirfilter that broke everything 2008-06-28 05:55:28 +02:00
uriel
6b4834f120 Merge 2008-06-28 05:07:48 +02:00
uriel
8f20b2bf42 Fix dirfilter to so files with dots in name are displayed 2008-06-28 05:06:52 +02:00
uriel
189bef9b83 Re-remove tpl/ files that somehow got re-added 2008-06-28 04:16:59 +02:00
uriel
8f885e7050 Fix regexp to handle dots in path elements (brown paper bag bug) 2008-06-28 04:15:15 +02:00
uriel
06cfea63a7 Merge bpst.rc 2008-06-28 04:09:52 +02:00
uriel
3b8719c9ac Add comment pointing out misterious branch 2008-06-28 04:03:11 +02:00
uriel
07d967fb8c Experimental: allow (non-consecutive) dots in path elements! 2008-06-28 04:02:16 +02:00
uriel
44aa31aaf0 Add bpst.rc script to easily create blog posts, it takes a single argument that is used as the post tile. 2008-06-28 02:13:36 +02:00
uriel
36b3768226 Add new redirectPermanent _config variable 2008-06-28 00:53:24 +02:00
uriel
0d5e27249e Move rss template into its own file 2008-06-27 03:16:07 +02:00
uriel
b7afad5ae3 Minnor TODO list update 2008-06-27 03:15:23 +02:00
uriel
1da83b67bf Make the output of fortunes.txt more readable and comment a couple of hacks/issues with .txt files. 2008-06-18 21:27:08 +02:00
uriel
27c8b1a5cd Make font side for <pre> more readable 2008-06-18 21:17:32 +02:00
uriel
ba966c75d6 Make .txt actually work 2008-06-18 21:12:41 +02:00
uriel
0624bf8723 Add support for .txt files 2008-06-18 21:06:57 +02:00
uriel
5cf2236cdd Fix silly syntax error, thanks anothy for the bug repport and squeek for the fix 2008-06-15 20:41:32 +02:00
uriel
0f53816a4f More correctly follow the rss spec, and use mtime for lastBuildDate and the post date for pubDate instead. 2008-06-11 20:09:41 +02:00
uriel
31b7d028dd Update ignore list, and add a dummy file to sites/ 2008-06-10 16:42:55 +02:00
uriel
8a1501b5e0 Ignore sites/* 2008-06-10 16:38:42 +02:00
uriel
1921c23049 Remove sites from werc repo 2008-06-10 16:34:16 +02:00
uriel
db7cfde4d6 Make troff-generated html pages look a bit better 2008-06-10 16:33:28 +02:00
uriel
1ffed7ab29 Use fmt(1) to fix formating of rss feed descriptions 2008-06-10 12:12:41 +02:00
uriel
890542d9b9 - Move some of the rss code to where it belongs
- Generate </body></html> automatically
2008-06-09 07:21:39 +02:00
uriel
a9036d180d * s/formater/formatter/g
* Fix rss validator warnings
* Fix xhtml validator errors (properly close <link /> tag and remove align= attribute).
2008-06-06 09:39:07 +02:00
uriel
40e5ad565b Have a more reasonable inter-paragraph marging. 2008-06-05 20:01:21 +02:00
uriel
e37ed0f709 Reverse menu listing of blog items. 2008-05-31 06:22:58 +02:00
uriel
cb3640e717 Add two more missing files 2008-04-02 21:42:48 +02:00
uriel
ea98aecd54 Content updates and missing files 2008-04-02 21:39:23 +02:00