Matt I think that you mentioned that you want to put together a package of examples, including a weblog. I've got the code for my weblog in CVS. It's 100% XML/XSLT and a little bit of mod_rewrite. Do you want to use it?

http://simonwoodside.com/cvs

specifically look at

  http://simonwoodside.com/cgi-bin/viewcvs.cgi/simonwoodside/weblog/
    and
http://simonwoodside.com/cgi-bin/viewcvs.cgi/siteware-shared/ weblog/xsl/

The important files are
- weblog.xml -- the data store
- weblog.xsl -- the code
- .htaccess -- the mod_rewrite rules

Features:
- RSS feed
- multiple views:
-- latest posts
-- browse by day
-- summary of latest posts
-- just latest post titles
- tagging:
-- tag browser
-- tag labels with number of other posts for each tag
-- two-level tagging system (somewhat unique feature)

Non-features:
- no online blog post/editor -- currently have to edit the XML directly (I use oXygen)

Anyway it's not exactly "packaged" but you can probably pull it out without too much trouble.

Oh and if you haven't already seen it in operation, visit my site below or http://semacode.org

--simon

--
http://simonwoodside.com


Reply via email to