<?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>collective.recipe.plonesite</name>
<shortdesc>A buildout recipe to create and update a plone site</shortdesc>
<description>.. contents::

- Report bugs at https://bugs.launchpad.net/collective.buildout/


Detailed Documentation
**********************

Options
=======

site-id
    The id of the Plone site that the script will create.  This will also be
    used to update the site once created.  Default: Plone

admin-user
    The id of an admin user that will be used as the 'Manager'.  Default: admin

products-initial
    A list of products to quickinstall just after initial site creation

profiles-inital
    A list of GenericSetup profiles to run just after initial site creation.
    Profiles have the following format: &lt;package_name&gt;:&lt;profile&gt; (e.g.
    my.package:default)

products
    A list of products to quickinstall each time buildout is run

profiles
    A list of GenericSetup profiles to run each time buildout is run

instance
    The name of the instance that will run the script. Default: instance

zeoserver
    The name of the zeoserver part that should be used.  This is only required
    if you are using a zope/zeo setup. Default: not set

Example usage
=============

We'll start by creating a buildout that uses the recipe::

    &gt;&gt;&gt; write('buildout.cfg',
    ... """
    ... [buildout]
    ... parts = test1
    ...
    ... [test1]
    ... recipe = collective.recipe.plonesite
    ... option1 = %(foo)s
    ... option2 = %(bar)s
    ... """ % { 'foo' : 'value1', 'bar' : 'value2'})

Running the buildout gives us::

    &gt;&gt;&gt; print 'start', system(buildout) # doctest:+ELLIPSIS
    start...
    Installing test1.
    Unused options for test1: 'option2' 'option1'.
    &lt;BLANKLINE&gt;



Contributors
************

Clayton Parker, Author


Change history
**************

0.1 (2008-10-11)
================

- Created recipe with ZopeSkel
  [claytron]


Download
********</description>
<homepage rdf:resource="http://sixfeetup.com" />
<maintainer><foaf:Person><foaf:name>Clayton Parker</foaf:name>
<foaf:mbox_sha1sum>f52340d8ee79679fb27e7ac2fdbef8dd3f452c68</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1</revision></Version></release>
</Project></rdf:RDF>