<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>sphinxcontrib-mscgen</name>
<shortdesc>mscgen Sphinx extension</shortdesc>
<description>This package contains the mscgen_ Sphinx_ extension.

.. _mscgen: http://www.mcternan.me.uk/mscgen/
.. _Sphinx: http://sphinx.pocoo.org/

Allow mscgen-formatted Message Sequence Chart (MSC) graphs to be included in
Sphinx-generated documents inline. For example::

    .. msc::

        hscale = "0.5";

        a,b,c;

        a-&gt;b [ label = "ab()" ] ;
        b-&gt;c [ label = "bc(TRUE)"];
        c=&gt;c [ label = "process()" ];</description>
<download-page>http://pypi.python.org/pypi/sphinxcontrib-mscgen</download-page>
<homepage rdf:resource="http://packages.python.org/sphinxcontrib-mscgen/" />
<maintainer><foaf:Person><foaf:name>Leandro Lucarella</foaf:name>
<foaf:mbox_sha1sum>e09572c917c0184a5a2b8af2ae483f0ea67aec9b</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.4dev-20090703</revision></Version></release>
</Project></rdf:RDF>