<?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>plone.recipe.lxml</name>
<shortdesc>Buildout recipe that creates a lxml egg</shortdesc>
<description>This buildout recipe creates a lxml egg and builds libxml2 
        and libxslt dependencies from source.
        
        You can use it with a part like this:

        [buildout]
        parts = lxml 
        eggs = 
            lxml == 2.1.2

        [lxml]
        recipe=plone.recipe.lxml    
        egg = lxml == 2.1.2

        The available options are:    

        egg -- The lxml version you want to use. The default setting ist 
               'lxml == 2.1.2'.

        libxml2-url -- A URL from which the libxml2 sources can be downloaded.
                       The default setting is
                       'http://xmlsoft.org/sources/libxml2-2.6.32.tar.gz'.

        libxslt-url -- A URL from which libxslt sources can be downloaded. 
                       The default setting is
                       'http://xmlsoft.org/sources/libxslt-1.1.24.tar.gz'.     

        Installation notes:

        The lxml egg is not build with buildout in offline mode.
        This recipe does not work with windows.</description>
<homepage rdf:resource="http://svn.plone.org/svn/collective/buildout/plone.recipe.lxml" />
<maintainer><foaf:Person><foaf:name>Plone Foundation</foaf:name>
<foaf:mbox_sha1sum>7a7fecc394759b12e477801b9a3b3df2747d421c</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.3</revision></Version></release>
</Project></rdf:RDF>