Commit Graph

307 Commits

Author SHA1 Message Date
uriel
e3a70a73fc Further cleanup and code reorganization, move generic cgi related functions to cgilib.rc, start to add code to be used for handing comments and wiki editing. 2008-09-26 10:35:12 +02:00
uriel
b11c5d52b2 Big reorganization of blog and rss code, now much better integrated with the rest of the handler system, plus fixed a few bugs along the way.
This will make it easier to add things like .atom feeds and comments later.
2008-09-25 11:06:14 +02:00
uriel
a3b35d668a Enable search for lib files in deprecated paths only if disableDeprecated is not true. 2008-09-25 07:01:30 +02:00
uriel
346b758756 Reorganization of included and template files, made more consistent and logical. inc/ is now called lib/, and all non-staic files in pub/ have moved to lib/.
In site dirs _config and _default.tpl have moved to _werc/ in preparation for things like comments.
2008-09-24 20:21:32 +02:00
uriel
2e2b46379e Cleanup a bit the code that generates page and blog-post titles. 2008-09-21 17:01:51 +02:00
uriel
c07e1c4ae4 Update TODO file 2008-09-18 05:45:20 +02:00
uriel
bcd3d0e1b4 Reorganize configuration variables, now all settings can be customized from initrc.local and the default initrc documents the available options 2008-09-17 02:16:33 +02:00
uriel
e286d4c57b Use /usr/bin/env to the perl binary in markdown.pl 2008-09-17 01:39:52 +02:00
uriel
c8d7861da4 Fix 404 status string 2008-09-16 22:29:52 +02:00
uriel
76e78f3bbd Correct inverted scape codes for > and < in .txt files 2008-09-15 07:23:00 +02:00
uriel
b68c3a6042 Remove unused line 2008-09-15 07:18:47 +02:00
uriel
c8a8a3ad6b Hide robots.txt too! 2008-09-15 07:18:31 +02:00
uriel
892bfbfa8b Proper handling of .txt files in sitemaps, sidebar and dir listings. 2008-09-14 23:31:09 +02:00
uriel
eba8d52b39 Note that we should replace stat(1) with ls(1) and mtime(1) 2008-09-14 23:17:46 +02:00
uriel
0e082e71a7 Add a web server in rc by maht 2008-09-14 21:38:38 +02:00
uriel
3d693fcf32 Use correct css class for sidebar items 2008-09-12 01:31:32 +02:00
uriel
6d73f640e3 New get_inc_file function to be used in templates and other places to get
includes/templates that can be overriden on a per-site (and group of sites)
basis.
2008-09-05 01:11:14 +02:00
uriel
d96eb01908 Fix blog title links 2008-08-29 01:05:05 +02:00
uriel
b602615194 Handle shared pub/ .tpl properly 2008-08-29 00:57:40 +02:00
uriel
3284ff4552 Minnor fix to filter out blog posts items that don't begin with a date (maybe this will break some 'legacy' posts?) 2008-08-28 23:33:53 +02:00
uriel
5cebebd10a Automatic perm redirect of foo/index to the canonical path foo/, also move the perm redirect function up and delete some unused code 2008-08-28 23:32:07 +02:00
uriel
e7ba54ee6f Comment out broken/unused code, plus some minnor debug improvements and a cat-v.org specific hack 2008-08-27 05:27:40 +02:00
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
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
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
8f20b2bf42 Fix dirfilter to so files with dots in name are displayed 2008-06-28 05:06:52 +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
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
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
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
89b78688de Make default dir listing a bit less ugly 2008-03-16 09:16:39 +01:00
uriel
ca99f3f13e New (saner?) title format, and extra input sanity check. 2008-03-15 21:54:24 +01:00
uriel
c0419c584d Many content updates and fixes. 2008-03-15 21:01:31 +01:00
uriel
c818918695 Fix URLs in rss feeds. 2008-02-26 23:08:42 +01:00
uriel
19edd7a88b Markdown caching system 2007-06-29 10:28:58 +02:00
uriel
6a104ad03f Fix wrong permalinks for gsoc.cat-v.org/blog (this is a bit of a special case hack) 2007-06-27 13:11:05 +02:00
uriel
3e7069e2fd Add 'permalinks' to blog posts. 2007-06-25 23:14:52 +02:00
uriel
7569ec910d Fix bug that broke project blogs (that had set blogDirs in parental _config) 2007-06-20 07:42:47 +02:00
uriel
abbe859888 Fix RSS feeds, this sucks and needs to be heavily reworked 2007-06-19 03:53:34 +02:00
uriel
93f07e609f Add feature to handle shared templates in pub/ and use it for a new sitemap template 2007-06-18 01:45:45 +02:00
uriel
6bb186b132 Small fix to last commit's hack, check that we don't have blogDirs or inBlog *after* parsing _config 2007-06-15 14:15:35 +02:00
uriel
5125688859 Hack on top of hack: set inBlog for dirs that are magically set as blogs 2007-06-15 14:10:31 +02:00
uriel
fb9c1117f4 Comment about how 'dirfilter' is now used in some _config files 2007-06-15 06:36:06 +02:00
uriel
4852d6f41b Make html filtering hack case insensitive 2007-06-15 06:33:49 +02:00
uriel
c8fb03fe41 Titles for individual blog posts 2007-06-13 12:13:49 +02:00
uriel
5a96319640 Previous fix also fixes what the comment complained about 2007-06-13 12:02:04 +02:00
uriel
a403020e1d Don't cascade blogDirs setting into individual blog dir items 2007-06-13 11:58:22 +02:00
uriel
29c39d6a73 Massive add and update of new content and other files. 2007-06-12 00:36:35 +02:00
uriel
dd16b71bea New embeded handling of .html files
Remove old sh gensitemap

Allow 'Blog' as well as 'blog'
2007-06-09 23:36:37 +02:00
uriel
1ebac62918 New sitemap generator in rc that also includes .html files 2007-06-09 23:34:55 +02:00
uriel
26a405b69e Fix null concat error when opening rss feeds with no items 2007-06-05 11:08:24 +02:00
Kris Maglione
a3049b1d25 Call rc with $rcargs for debugging. 2007-06-05 01:54:01 +02:00
Kris Maglione
f9f2354d9f Fixed botched merge. 2007-06-05 01:52:37 +02:00
kris
63977165e3 Some cleanup. 2007-06-05 00:36:30 +02:00
kris
38438ff47e Fix inc/headers.tpl. 2007-06-04 21:06:36 +02:00
kris
060fb355e3 Create $extraHeaders for pages with blog entries. 2007-06-04 20:57:18 +02:00
kris
284cd02bac Wrap the RSS description in <pre> tags. Fix summary. (should run the description through fmt(1), since *some* people insist on using WordPress, which doesn't hard wrap paragraphs). 2007-06-04 20:41:42 +02:00
kris
2c6b1beb8d Fix the RSS content-type. 2007-06-04 06:52:33 +02:00
kris
bf0b5f7c91 Fix sed snafu. 2007-06-04 06:34:33 +02:00
kris
b8e73e19c3 Fixed RSS. 2007-06-04 06:20:23 +02:00
kris
47c3409022 Add </rss> tag. 2007-06-04 06:03:01 +02:00
kris
2084e40a06 Blockbuffer all output. 2007-06-04 06:02:00 +02:00
kris
6e97b15088 Added rss to controller. 2007-06-04 05:41:28 +02:00
kris
86173667e1 Modified controller. 2007-06-04 05:26:58 +02:00
uriel
677a89989c Really fix dir listing filter now 2007-06-03 09:02:58 +02:00
uriel
82f8dedcd2 Move functions near the top, allow .tpl files to be parsed on the fly and dont expect .md files everywhere, move some things into functions 2007-06-03 07:36:01 +02:00
root
3e6ed44c89 Fix directory listing 2007-06-02 06:55:35 +02:00
uriel
f62511594d Remove all '_' from title 2007-05-31 02:10:25 +02:00
uriel
6ffde63aa9 Proper fix for the blog post sort issue 2007-05-30 12:10:23 +02:00
uriel
89a5535257 Various small fixes and code improvements, mostly for the blog code 2007-05-30 11:52:05 +02:00
uriel
321eda21b6 Allow numbers in paths! 2007-05-29 05:43:22 +02:00
uriel
83a98a6a64 Delete left-over files that were either deleted or moved 2007-05-29 05:01:31 +02:00
uriel
2da17ffa11 Major update of scripts 2007-05-29 04:04:05 +02:00
uriel
e48d20254f A bunch of stuff before breaking things up 2007-05-28 04:07:40 +02:00
uriel
58060d803e Initial commit 2007-05-27 13:25:55 +02:00