XSite

XSite is a static site generator designed around XML. Unlike many other SSGs, which are usually based on Markdown and text templating, XSite takes input in pure XML, including XSLT for templating and XHTML or another XML content language. It parses the XML and works with the elements, attributes, etc., rather than working at the character level, which has various consequences.

I'm also building a blogging system based on XSite, called XBlog. XBlog is currently fairly basic; it doesn't paginate the index or limit the length of the Atom feed yet. It does, however, support Webmention, including automatically fetching a summary, title, and author for each mention, but this requires a multi-step workflow for moderation, as well as a CGI script.