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
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