<?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>zinebuildout</name>
<shortdesc>Deploy the Zine blog engine with Paste in a buildout</shortdesc>
<description>Installation
============

This package allows you to install Zine and its dependencies in a sandbox with
buildout, then serve it with any WSGI server while using the Paste facilities
for WSGI stack configuration.

Install Zine:
-------------
Download and extract the zinebuildout archive from PyPI,
(or clone it with: hg clone https://cody.gorfou.fr/hg/zinebuildout ).
You don't need to easy_install it.
Then run: ::

  $ python bootstrap.py
  $ ./bin/buildout

Configure Zine:
---------------
Edit "deploy.ini" to adapt ``instance_folder``, ``host`` and ``port`` to
your needs. You don't need to change anything if you just want to try it on
your local host.

Start Zine:
-----------
In foreground: ::

  $ ./bin/paster serve deploy.ini

Or in background: ::

  $ ./bin/paster serve --daemon deploy.ini

Versions
========

0.4 (2009-02-19)
----------------
- remove the zine section from Paste config. (thx Calvin)
  It will allow defining several zine instances in the same config file.

0.3  (2009-01-29)
-----------------
- fixed the bad 0.2 release

0.2  (2009-01-27)
-----------------
- move to zine 0.1.2
- no more need to configure the instance folder
- Added pygments and docutils (for the rst parser)

0.1  (2009-01-14)
-----------------

initial buildout for Zine 0.1.1</description>
<homepage rdf:resource="https://cody.gorfou.fr/hg/zinebuildout" />
<maintainer><foaf:Person><foaf:name>Christophe Combelles</foaf:name>
<foaf:mbox_sha1sum>db9205a11c6315d73f20a83a753806e800f9bd3d</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.4</revision></Version></release>
</Project></rdf:RDF>