Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
= XOXO
{Homepage}[http://rubyworks.github.com/xoxo] | {Source Code}[http://github.com/rubyworks/xoxo] | {Issue Tracker}[http://github.com/rubyworks/xoxo/issues]
{}[http://travis-ci.org/rubyworks/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[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
to_xoxo
.== RESOURCES
The original version of this code was written by Christian Neukirchen, and can be found here[http://chneukirchen.org/repos/xoxo-rb/] and a blog post on it here[http://chneukirchen.org/blog/archive/2006/01/xoxo-rb-0-1-released.html].
The offical XOXO format site is here[http://microformats.org/wiki/xoxo].
== 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 (c) 2006 Christian Neukirchen, Rubyworks
This program is ditributable under the terms of the MIT license.
See COPYING.rdoc file for details.
FAQs
Unknown package
We found that xoxo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.