Simon Woodside | AxBlog: an AxKit-based Weblog
Skip to content >

AxBlog: an AxKit-based Weblog

AxBlog is a slightly less than basic weblog written in pure XSLT for AxKit. Supports RSS 1.0 syndication.

Latest release

The latest release is axblog-0.2.tgz, version 0.2, the latest alpha release.

Overview

This is a basic weblog for users of the AxKit XML Application Server from Apache (http://axkit.org/). It's the code I use for my own weblogs at simonwoodside.com and semacode.org. It uses an XML file as the data store and is fully implemented in XSLT. Therefore, it may also be useful under Cocoon or other XML/XSLT systems. All of the processing is done using XSLT pipelines on the server side, generating HTML styled with CSS2 layout for the client side.

This open source software is licensed under the terms of the GNU General Public License. See LICENSE.txt for license information.

Features

  • RSS output for syndication
  • all formatting done through multiple, reusable XSLT pipelines
  • output to client is in HTML 4.01
  • all data is stored in a single XML file for use in multiple locations
  • mix and match XSLT in different orders to achieve different effects
  • all of the site design and layout is done using XHTML and CSS2
  • modular design to fit into other AxKit sites
  • header, footer, etc. are factored out into the xinc directory

Copyright © 1996-2007 Simon Woodside. If no license is noted, rights are reserved.

Valid XHTML 1.0 strict? Made with AxKit and Saxite.