Improve dirfilter, simplified and made more reliable. Also strip trailing * from ls -F output (not sure if this should be added to dirfilter itself.
Fix typo in dirfilter, thanks to soul9 for finding this!
Added tag LATEST-RELEASE for changeset 5b215822ce6d
Add atom feeds, still needs some cleanup, but seems to mostly work.
Allow to hide 'by line' in blog posts by setting blogAuthor to ''.
Fix display of dir_listing_handler headers. Thanks to soul9 and mycroftiv for reporting this.
Update blog post code, use new check_user function and remove now superfluous get_user call, thanks 9soul for the report!
Remove leftover from old name for blog app (now 'brag')
Update dirfilter to hide .html .txt and .tpl indexes from listing too.
Remove some left over headers from default headers.tpl
Added tag LATEST-RELEASE for changeset 83f3423f678a
New menu implementation, removes the recursive calls to rc/awk, also makes use of dirfilter more consistent and simplifies some code.
Use explicitly relative paths when sourcing now that . is not in path
Add back /usr/bin/ to default path (/usr/bin/awk makes us actually less portable *sigh*)
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
Tighten default path setting, this forces us to make references to /usr/bin/ programs explicit, which should help become more portable... it also messes up awk until we can get it into p9p
Make some corrections to default initrc comments and update to use the renamed md_cache.rc
Mark gensitemaptxt.rc as deprecated
Update sitemap.tpl to use _werc/config instead of the deprecated _config, also don't include in sitemap sub-tress where permanentRedirect is set to make Google happy.
Update blog posting code to use new auth api, also create _apps/brag/
Minor improvements to user login template to use new user auth api
Improvements to wiki and comments code, take advantage of improvements in user auth interfaca
Improvements to auth code, now the interface and implemenation are much cleaner.
Update comments code to use new comment dir format and the new user auth system
Replace debug and 'false' calls with setting $status
Split $body into two vars, this allows to more easily retrive the intra-site path for the request as req_path, then use this to fix a bug in 404.tpl
Added tag LATEST-RELEASE for changeset 732be9c66be6
Add initial templates for user login and blog post entry.
Replace debug_handler with a template.
Replace blog_dir_handler with a template in lib/feeds/html.tpl
Make rc happy and comment work in progress code
More minnor comment and code formatting changes
Fix bug where blogDir wouldn't be set properly
If we get a request for a .html file, redirect to the 'canonical' url for that file
Minnor code format and comment cleanups, remove duplicated code
Remove some clumsy commented out code to change menu item order in blog dirs
Properly test if msterSite is set when looking for templates
Remove deprecated code to handle old config and teomplate locations
Add trailing / for directories in sitemap to make google crawler happy
Add comment to in progress atom template for future reference
Brown paper bag bugfix, make rss feeds work again!
Added tag LATEST-RELEASE for changeset c39c10c98412
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'.
Use /tmp to store temporay sitemap.txt files
Syntax fix and other minnor improvements
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.
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.
Dynamically generate a sitemap.txt when the sitemap page is requested
Add sample Atom feed file as basis for future template.
Add master, footer and header templates to lib.
Enable search for lib files in deprecated paths only if disableDeprecated is not true.
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/.
Added tag LATEST-RELEASE for changeset 308022a5eb91
Cleanup a bit the code that generates page and blog-post titles.
Use plan9port var so we can set the location of p9p without having to change the $path
Reorganize configuration variables, now all settings can be customized from initrc.local and the default initrc documents the available options
Use /usr/bin/env to the perl binary in markdown.pl
Correct inverted scape codes for > and < in .txt files
Proper handling of .txt files in sitemaps, sidebar and dir listings.
Note that we should replace stat(1) with ls(1) and mtime(1)
Added tag LATEST-RELEASE for changeset bc6374e77ae5
Added tag LATEST-RELEASE for changeset 92c7d4ed4d36
Added tag LATEST-RELEASE for changeset 017fe93c6e70
Added tag LATEST-RELEASE for changeset 92c7d4ed4d36
Added tag LATEST-RELEASE for changeset 08eddef51e28
Use correct css class for sidebar items