Project

xoxo

0.0
No commit activity in last 3 years
No release in over 3 years
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[http://microformats.org/wiki/xoxo], a simple, open outline format written in standard XHTML and suitable for embedding in (X)HTML, Atom, RSS, and arbitrary XML.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
 Project Readme

XOXO¶ ↑

Homepage | Source Code | Issue Tracker

<img src=“http://travis-ci.org/rubyworks/xoxo.png” />

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¶ ↑

  • Uses REXML’s pull parser.

  • Serialize any object via ‘to_xoxo`.

RESOURCES¶ ↑

The original version of this code was written by Christian Neukirchen, and can be found here and a blog post on it here.

The offical XOXO format site is here.

RELEASE NOTES¶ ↑

Please see HISTORY.rdoc file.

SYNOPSIS¶ ↑

Simple way to generate XOXO.

obj.to_xoxo

For more details see the QED and API documentation.

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’.

COPYRIGHTS¶ ↑

Copyright © 2006 Christian Neukirchen, Rubyworks

This program is ditributable under the terms of the MIT license.

See COPYING.rdoc file for details.