(rss feed)
New werc release ( By uriel Last mod: Oct 28 00:21 )
More major features and improvements for 1.0.
- A Wiki module: dirdir!
- Clean up /bin/, controller.rc renamed werc.rc!
- Big improvements to the blogging and user auth modules.
- Convert md_cache.rc into a generic caching system, that can cache any file-associated data.
- Much faster and cleaner menu implementation.
- Many bug fixes and improvements.
New werc release ( By uriel Last mod: Oct 28 00:22 )
Another big push towards 1.0, major new features and improvements.
- New user auth/permisions system.
- New web interface to enter blog posts.
- Lots of code cleanup and simplification.
- Documentation updates.
- Many other minor features.
- Many bug fixes.
New werc release ( By uriel Last mod: Sep 30 11:44 )
Last major release before 1.0, big refactoring that fixes many bugs and provides major new features, also huge improvements in usability and documentation.
- Reorganized include and template files into lib/
- Moved _config files and inc/tpl files to a single _werc/ inside sites
- Allow to override any tpl/inc file at site and master site levels.
- Make all configuration available through etc/initrc.local and document etc/initrc.
- Big refactoring of blog related code, fixing many bugs.
- Dynamic generation of sitemap.txt
- Experimental blog comment support!
- Many other bug fixes and improvements.
New werc release ( By uriel Last mod: Jul 9 05:09 )
Many bug fixes, improvements and some new useful features.
- New per dir and regexp based 301 redirection features to make it easy to move whole trees without breaking any links
- Easily hide files and directories from the navigation tree and sitemap (again helpful when moving things)
- Automatically canonize directory urls (avoids broken links for relative URLs)
- Improvements to automatic robots.txt and sitemap generation
- Added some new debug facilities that can easily be enabled/disabled to help catch both bugs and issues with documents (broken links, etc).
- Many minor bug fixes, correctness issues and general polish.
Released werc 0.1.4 ( By uriel Last mod: Jun 28 04:15 )
Added some minnor features, various improvements, code cleanups and bug fixes.
- Move rss template into its own file.
- Add new redirectPermanent _config variable, allows easy generation of permanent redirects.
- Experimental: allow (non-consecutive) dots in path elements! (Sorry for the security paranoia)
- Add bpst.rc script to easily create blog posts, it takes a single argument that is used as the post tile.
- Other minnor fixes and cleanups.