<?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>zopyx.smartprintng.server</name>
<shortdesc>ZOPYX SmartPrintNG Server</shortdesc>
<description>zopyx.smartprintng.server
=========================

A repoze.bfg based server implementation for the SmartPrintNG framework.


Installation
============

- create an virtualenv environment (Python 2,4, 2.5 or 2.6)::

    virtualenv --no-site-packages .

- install ``repoze.bfg`` (by installing ``repoze.bfg.xmlrpc`` having ``repoze.bfg``
  as a dependency) ::

    bin/easy_install -i http://dist.repoze.org/bfgsite/simple repoze.bfg.xmlrpc

- install the SmartPrintNG server::

    bin/easy_install zopyx.smartprintng.server

- create a ``server.ini`` configuration file::

    [DEFAULT]
    debug = true

    [app:main]
    use = egg:zopyx.smartprintng.server#app
    reload_templates = true
    debug_authorization = false
    debug_notfound = false

    [server:main]
    use = egg:Paste#http
    host = 127.0.0.1
    port = 6543
    bin/python setup.py develop

- start the server::

    bin/paster serve server.ini 


Contact
=======

| ZOPYX Ltd. &amp; Co. KG
| c/o Andreas Jung, 
| Charlottenstr. 37/1
| D-72070 Tuebingen, Germany
| E-mail: info at zopyx dot com
| Web: http://www.zopyx.com



Changelog
=========

0.3.3 (2009/07/12)
------------------

* fix for missing BASE tag within HTML files

0.3.2 (2009/07/12)
------------------

* better logging


0.3.1 (2009/07/08)
------------------

* disabled check for maximum size of the request within
  parse_xmlrpc_request() since 8MB is too small for us


0.3.0 (2009/07/06)
------------------

* switched to repoze.bfg

0.2.0 (2009/07/06)
------------------

* improved handling of temporary directories


0.1.2 (2009/07/05)
------------------

* improved handling of temporary directories

0.1.1 (2009/07/05)
------------------

* improved logging and error handling

0.1 (2009/07/05)
----------------

* Initial release</description>
<maintainer><foaf:Person><foaf:name>Andreas Jung</foaf:name>
<foaf:mbox_sha1sum>58dab64923a86a01607ead955ec4567e441a6223</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.3.3</revision></Version></release>
</Project></rdf:RDF>