microBlog (a.k.a. mBlog)
What is it?
the simplest and the safest blog software to run - just write your blog entries
and template in XHTML file (using your favorite WYSIWYG HTML editor) and let microBlog generate
XHTML files, RSS feeds etc.
or view content dynamically rendered by servlet (good for editing preview)
Features:
- GENERAL: performance - very fast and low memory overhead
- GENERAL: easy of use - this is very simple and does not require DB backend input
consists of two files: XHTML file with actual blog content and templates file also written
in XHTML...
- BLOG: blog content is XHTML page that follows simple formatting rules (blog
title must in <h3> etc.)
- TEMPLATE: template is any valid XHTML page annotated with microBlog tags and in
contrast to JSP templates are not compiled to bytecode and can be used
immediately
- RELIABILITY: can generate static content so it can be easily served from HTTP server
without CGI, servlets, etc.
- EASY OF USE: instant preview through servlet available
- PERFORMANCE: super efficient blog template that is stateless (and immutable after
creation) and can be shared safely between requests to servlets (works great
even without caching such as OSCache)
- RSS: generates valid RSS 0.9x and 2.0 (and add RSS check buttons automatically)
Requirement
microBlog requires the latest XPP3 and support for generics and enhanced
syntax available as early access from SUN and in future JDK 1.5
More ...
Example of blog generated by microBlog:
alek blogs.
For more info contact the author.