XOXO

DESCRIPTION:

XOXO is a Ruby XOXO parser and generator. It provides a Ruby API similar to Marshal and YAML (though more specific) to load and dump XOXO, an simple, open outline format written in standard XHTML and suitable for embedding in (X)HTML, Atom, RSS, and arbitrary XML.

FEATURES/ISSUES:

  • Uses REXML’s pull parser.

  • Serialize any object via to_xoxo.

RELEASE NOTES:

Please see HISTORY file.

SYNOPSIS:

Simple way to generate XOXO.

obj.to_xoxo

INSTALLATION:

To install with RubyGems simply open a console and type:

gem install xoxo

Local installation requires Setup.rb (gem install setup), then download the tarball package and type:

tar -xvzf xoxo-1.0.0.tgz
cd xoxo-1.0.0
sudo setup.rb all

Windows users use ‘ruby setup.rb all’.

COPYING:

Copyright © 2006 Christian Neukirchen

This program is ditributed unser the terms of the Ruby license.

See LICENSE or COPYING file for details.