Wednesday, 26 February 2003
ChronicleLite ... A blogger.com client in Java
Buffy ... we hardly knew ye.
Tuesday, 25 February 2003
Posting via XML-RPC
blojsom's plugin API and XML-RPC support ... it's here!
2) blojsom XML-RPC support (includes a handler for the Blogger API)
The plugin API was just so damn simple as to be comical. Basically, you define your named plugins like:
hello-world=org.ignition.blojsom.plugin.HelloWorldPlugin macro-expand=org.ignition.blojsom.plugin.MacroExpansionPlugin blojsom-plugin-chain=hello-world, macro-expandOn startup, blojsom will load the various plugins defined in the plugin.properties file and parse the blojsom-plugin-chain to determine how the plugins should be executed. As blojsom processes requests, after the blog entries have been retrieved, the plugins are processed in the order defined in blojsom-plugin-chain by calling their process() method. And that's it! WHAM, BAM, THANK YOU MAAM! The XML-RPC support warrants a much longer discussion and I just have to get back to some real work. But damn, it works! And all of this has been committed to CVS and it's all documented.
Monday, 24 February 2003
What's up with javablogs?
Sunday, 23 February 2003
blojsom 1.3 available
Saturday, 22 February 2003
Two blojsom blogs go online in one day!
blojsom 1.3 almost done ... here's the changelog
General:
- blojsom now requires Java 1.4.x as it now uses some of the Java 1.4 regular expression support
- Added the blojsom favicon.ico file and references in the html JSP and Velocity templates
- main.css was renamed to blojsom.css to avoid potential conflicts with existing style sheets
- dispatcher-map.properties was changed to dispatcher.properties
- Added Blog(Properties blogConfiguration) to the Blog class and removed previous Blog constructor
- Removed intermediate category output in html JSP template
- blog-file-extensions now takes a comma-separated list of regular expressions, rather than simply file extensions
- Added blog-directory-filter to blojsom.properties, which takes a comma-separated list of regular expressions for directories to filter when generating the category list
- Correctly placed requested category BlogCategory object on the context
- Powered-by logo is now href'd to http://blojsom.sf.net
- Images for RSS 0.92 and RSS 2.0 added with hrefs to the RSS feed for the current category
- Each flavor has a <link/> tag for RSS harvesters
- blojsom can now generate RSS 2 feeds. flavor=rss2
BUG 689070: ClassCastException in rss.jsp
BUG 691221: All URIs need trailing /
The following RFEs were addressed:
RFE 684341: blog-file-extensions -> blog-file-name-pattern
