Commit Graph

301 Commits

Author SHA1 Message Date
uriel
4eb1d92200 Fix handling of static /pub/ files. 2009-01-16 01:08:54 +01:00
uriel
c6ee6093f5 Add handling of static files for /pub/* 2009-01-14 00:36:32 +01:00
uriel
81ca7feb2d Get rid of response_format which was only used by blagh feeds anyway, and we can emulate by setting $headers to nil plus adding a $res_tail var. 2009-01-13 03:18:19 +01:00
uriel
679fefacac Various small cleanups: remove unused code, clarity and reliability fixes here and here, move code to more appropriate locations, improve some comments. 2009-01-12 02:07:31 +01:00
uriel
08d295a667 Move misplaced comment 2009-01-11 07:13:25 +01:00
uriel
912dea9e6e Fix blah to work with new handler interfaces.
Remove outdated app-framework code.
Clanup some of the fallback handler setting code.
2009-01-11 04:40:40 +01:00
uriel
bf16d2b4c8 Handler interface reorg, take oportunity to cleanup default_master.tpl and move comments bits to bridge app. 2009-01-11 04:03:46 +01:00
uriel
116d7c3931 - New static_file and select_mime functions.
- Minor improvements to get_post_args, set status unless one of the requested args is present.
2009-01-11 04:02:07 +01:00
uriel
bc051f1b27 Handle static files! (Should only be used as a fallback if static files are not handled by httpd) 2009-01-10 05:23:44 +01:00
uriel
65598e15d1 Move top header/title generation for werc.rc to default template. 2009-01-10 04:57:41 +01:00
uriel
86ba2b9392 Minor reorg of handler selection, move comment code to bridge app.
Bigger changes still to come.
2009-01-09 03:08:02 +01:00
uriel
09575c869f Awk_buffer does seem to improve things a bit, but changed the buffer side to an empirically determined value. 2009-01-09 02:06:41 +01:00
uriel
3e99d92b05 Delete some debug code in a function that is not used yet. 2009-01-09 02:03:36 +01:00
uriel
74f63b6698 Very minor style fixes, and obfuscate local var in ll_add. 2009-01-08 16:48:09 +01:00
uriel
900119d659 Add nested lists rc helper 2009-01-08 16:46:00 +01:00
uriel
cdaecd9238 Minor optimizations and reliability improvments to fproc_cache. 2009-01-07 23:50:49 +01:00
uriel
c09789caaf Make tabs/spaces indentation consistent. 2009-01-05 05:49:45 +01:00
uriel
50874c7dee Two other minor code formating changes for readability. 2009-01-05 05:48:23 +01:00
uriel
e0178ea762 Remove a debug tee(1) and split sidebar ls pipeline in three lines to make it more readable. 2009-01-05 05:46:37 +01:00
uriel
a9b49f9f61 Make perm redirect code a bit simpler and a bit less hideous. 2009-01-05 05:41:10 +01:00
uriel
efb5bdf499 Fix stupid bug in last commit. 2009-01-04 23:24:35 +01:00
uriel
69c02ecfb9 Simplify and optimize some of the canonical-url-redirections. 2009-01-04 23:21:55 +01:00
uriel
9478cec323 Simplify genbody/set_handler and reorg some env vars, including moving sitedirs/sitedir out of default initrc. 2009-01-04 22:49:05 +01:00
uriel
25a624318c Very minor dirfilter cleanups and some extra comments. 2009-01-04 07:57:13 +01:00
uriel
7e3a41152e Simplify .txt handler, and remove double spacing, if lines are too close we should use css to space them. 2009-01-04 03:59:52 +01:00
uriel
3f77822d0a More consistent use of dirfilter in sidebar code.
This shoudl allow dots in path elements to show up in sidebar properly!
2009-01-03 02:02:50 +01:00
uriel
63816db0c6 Delete some deprecated code left over from the old blog system. 2009-01-02 16:51:59 +01:00
uriel
ba1eea3078 Fix handling of _werc/config in domain root. 2009-01-01 08:14:38 +01:00
uriel
85e0153050 Move $local_path deffinition to a more correct place. 2008-12-31 00:16:47 +01:00
uriel
1e72e6499f Two small simplifications to app handling. Specially merge _test and _setup functions into a single _init. 2008-12-28 23:42:24 +01:00
uriel
1684a29bd2 Remove blog-related code from werc.rc
Make variable use more consistent:
    * $REQUEST_URI and $uri are replaced with $req_path
    * $body is replaced with $local_path
Other simplifications and cleanups.
2008-12-28 23:40:57 +01:00
uriel
08d6044274 Rename $baseuri to $base_url 2008-12-28 20:20:48 +01:00
uriel
cfd4940d06 Replace 404_handler with a direct call to tpl_handler. 2008-12-28 11:52:57 +01:00
uriel
713a591618 Minor comment cleanups. 2008-12-28 11:51:03 +01:00
uriel
de11460a52 Source _werc/config files with their container dir as working directory (allows for relative references in config variables, for example: blaghDirs=(../people/*/blog/)). NOTE: this require some config files to be updated, specially ones with blogDirs in them, $sitedir/ references and full paths are not required anymore.
Added two new global vars: $werc_root and $req_paths_list.
Change sidebar menu generation to use $req_paths_list.
2008-12-27 11:53:58 +01:00
uriel
921a67d8df New function to pick 'metadata' out of new .md convention for attributes. 2008-12-24 12:18:44 +01:00
uriel
b029c8774b Move app handler before default dir listing handler 2008-12-24 12:18:05 +01:00
uriel
c63cb84e94 Only call select_apps if enabled_apps is not null. 2008-12-21 09:47:08 +01:00
uriel
270c9999a0 Add sample 'hello world' app and enabled_apps config variable. 2008-12-21 09:37:40 +01:00
uriel
14c33b7110 Style consistency fixes around bin/aux/* and bin/contrib/* 2008-12-21 00:13:53 +01:00
uriel
8c10f7653a Explicitly call awk when running template.awk so we can use p9p's awk if available and improve portability to native Plan 9. 2008-12-21 00:08:49 +01:00
uriel
d052435688 New html_handler that replaces gnu/sed with awk by sqweek, sorry for taking so long and thanks! 2008-12-20 22:56:49 +01:00
uriel
b99d6ebf78 Add timezone to blog posts date, thanks to dho for the original patch.
Used the opportunity to provide the current date/time info in $current_date_time for any other similar uses.
2008-12-20 22:36:25 +01:00
uriel
c9c9a6f283 Tiny style fix. 2008-12-20 22:29:32 +01:00
uriel
200307d77f Reorg debug printouts a bit. 2008-12-20 13:31:19 +01:00
uriel
4c56c67284 Move trailing * executable market strpping to dirfilter.
All dirfilter users need it so far, and we should not allow * in file names anyway.
2008-12-20 13:15:56 +01:00
uriel
abb5df1d32 Make coding style more consistent. 2008-12-20 06:32:37 +01:00
uriel
6095d57ab8 A couple of minor code simplifications and add a comment about some code that probably should be killed. 2008-12-20 05:46:41 +01:00
uriel
4cd62ee394 Simplification of sidebar code: do away with fn menu, and merge code directly into gensidebar.
No need to run sidebar code in a subshell anymore.
2008-12-20 03:42:43 +01:00
uriel
bb189a3a74 Simplify dir listing handler, and deal better with corner cases. 2008-12-20 02:57:01 +01:00
uriel
8d8419cc24 Make sites/ dir configurable. 2008-12-20 02:18:11 +01:00
uriel
54bb58bef7 First bits of minimal 'modular' app framework, move some blog code out of werc.rc and other minnor code cleanups. 2008-12-20 02:08:12 +01:00
uriel
d396e90262 Merge 2008-12-16 08:12:49 +01:00
uriel
c857ea6d5a Add comment noting a possible bug in fproc. 2008-12-16 07:08:05 +00:00
uriel
7f48cf458a Make fproc more reliable (fool-proof).
For some reason I have found empty files showing up in cache dirs, this should at least clean them up.
2008-12-16 07:02:36 +00:00
uriel
ce17e73168 Fix and cleanup dir listing regexp. 2008-12-16 03:45:44 +01:00
uriel
2023d168c9 Fix: don't completely delete 'sort helper' delimiter, revert it back to a '/', and coalesce any extra '/' for tidiness 2008-12-13 16:16:10 +00:00
uriel
54e35210f9 Fix sortedBlogPostList to handle paths containing a '.', and strip the '/./' used as a sort delimiter from output 2008-12-13 16:58:08 +01:00
uriel
86c55df5ec Fix bug in crop_text, and allow to set the 'ellipsis' text ('...' by default) 2008-12-12 02:25:10 +01:00
uriel
4c77b804a6 Fix and simplify code that generates rss/atom urls. Now it handles urls in / properly. 2008-12-11 21:38:31 +00:00
uriel
9e734581e1 Improve dirfilter, simplified and made more reliable. Also strip trailing * from ls -F output (not sure if this should be added to dirfilter itself. 2008-11-29 16:20:08 +01:00
uriel
b99f989ccf Fix typo in dirfilter, thanks to soul9 for finding this! 2008-11-29 15:23:59 +01:00
uriel
757f051c52 Add atom feeds, still needs some cleanup, but seems to mostly work. 2008-11-26 04:56:39 +01:00
uriel
41940806db New helper function: crop_text 2008-11-26 04:50:03 +01:00
uriel
5eee46892e Allow to hide 'by line' in blog posts by setting blogAuthor to ''. 2008-11-23 22:31:07 +01:00
uriel
71f59e4ea1 Fix display of dir_listing_handler headers. Thanks to soul9 and mycroftiv for reporting this. 2008-11-20 05:21:15 +01:00
uriel
fdf008b7ce Update dirfilter to hide .html .txt and .tpl indexes from listing too. 2008-11-15 20:30:08 +01:00
uriel
def444ac29 New menu implementation, removes the recursive calls to rc/awk, also makes use of dirfilter more consistent and simplifies some code.
Other minnor cleanups.
2008-10-27 00:41:23 +01:00
uriel
a8f056f052 Use explicitly relative paths when sourcing now that . is not in path
Add comment about perf issues with menu()
2008-10-26 05:29:42 +01:00
uriel
8f59aebdcf Big cleanup of bin/, move external programs to contrib/, move minor useful scripts to aux/, and most important of all move controller.rc to werc.rc 2008-10-26 04:29:50 +01:00
uriel
f94838cdbd Mark gensitemaptxt.rc as deprecated 2008-10-26 03:37:52 +01:00
uriel
a42e7ad88b Improvements to auth code, now the interface and implemenation are much cleaner. 2008-10-22 09:18:55 +02:00
uriel
29e035ec53 Update comments code to use new comment dir format and the new user auth system 2008-10-22 09:17:08 +02:00
uriel
1e42eabd6d New req_path var 2008-10-21 16:37:16 +02:00
uriel
75336c57a5 Replace debug and 'false' calls with setting $status 2008-10-21 16:36:45 +02:00
uriel
02d615d015 Replace debug_handler with a template. 2008-10-18 03:36:22 +02:00
uriel
4fdbace4ec Replace blog_dir_handler with a template in lib/feeds/html.tpl 2008-10-18 03:32:13 +02:00
uriel
3e2903b4e3 Many big changes:
* Cache arg list in get_post_args so it can be called more than once and from inside templates.
* Get/set_cookie functions.
* New user auth system that actually works.
* Make_blog_post actually works now.
* Many other fixes and improvments.
2008-10-18 03:26:54 +02:00
uriel
59e0b8049c Minnor READMe/TODO updates 2008-10-14 08:15:16 +02:00
uriel
934412c67f Make rc happy and comment work in progress code 2008-10-14 06:59:19 +02:00
uriel
ba321ad6f1 More minnor comment and code formatting changes 2008-10-14 01:59:10 +02:00
uriel
852c4c3ace Fix bug where blogDir wouldn't be set properly 2008-10-14 01:49:35 +02:00
uriel
3359120260 Minnor comment change 2008-10-14 01:48:17 +02:00
uriel
2430d25379 If we get a request for a .html file, redirect to the 'canonical' url for that file 2008-10-14 01:46:52 +02:00
uriel
7bf53de8f4 Minnor code format and comment cleanups, remove duplicated code 2008-10-14 01:40:20 +02:00
uriel
9ebc2b44de Simplify dir listing code 2008-10-14 01:25:37 +02:00
uriel
801e66c4ee Remove some clumsy commented out code to change menu item order in blog dirs 2008-10-14 01:16:41 +02:00
uriel
c80b39c56d Minnor code style cleanup 2008-10-14 01:13:00 +02:00
uriel
bc560ebfc1 Properly test if msterSite is set when looking for templates 2008-10-14 01:10:34 +02:00
uriel
f43b3303b3 Remove deprecated code to handle old config and teomplate locations 2008-10-14 01:09:12 +02:00
uriel
72f3dbc144 Brown paper bag bugfix, make rss feeds work again! 2008-09-30 15:28:48 +02:00
uriel
8e27191afd Allo to override the blog post author by setting the conf blogAuthor and use file owner as a fallback only for blogs that are not 'agregators'.
Remove some blog info related dead code.
2008-09-30 10:41:10 +02:00
uriel
7a33f7dfb3 Experimental comments system 2008-09-26 14:23:19 +02:00
uriel
5982cea1ba Syntax fix and other minnor improvements 2008-09-26 11:09:18 +02:00
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