Sha256: d7549b64629aaedb974fbe4e2cf1bbc994f37d6dc77f78f0dcf84ea97bc5a979

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

= XOXO

* http://death.rubyforge.org
* http://death.rubyforge.org/xoxo
* http://chneukirchen.org/repos/xoxo-rb/


== 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[http://microformats.org/wiki/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 RELEASE file.


== SYNOPSIS

Simple way to generate XOXO.

  obj.to_xoxo


== HOW TO INSTALL

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 (C) 2006 Christian Neukirchen

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

See LICENSE file for details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xoxo-1.0.0 README