{ "info": { "author": "Martin Aspeli", "author_email": "optilude@gmx.net", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "License :: OSI Approved :: Zope Public License", "Programming Language :: Python" ], "description": "Introduction\n============\n\nThis recipe install the Deliverance proxy as an out-of-process transform.\n\nTo learn more about Deliverance, see http://openplans.org/projects/deliverance\n\nThis will probably only work on Unix systems. On Windows, you are likely to\nneed to install binaries for lxml. Tested primarily on OS X. If you have\ngot it to work on Windows, please let the author know!\n\nAdd this to your buildout.cfg::\n\n [buildout]\n parts = deliverance\n\n [deliverance]\n recipe = plone.recipe.deliverance\n\nThis will download the Deliverance egg and its dependencies. It will also \nfetch and build libxml2 and libxslt from source. \n\nA new script will be written to the top-level 'bin' directory, called \n'deliverance' (taken from the name of thes buildout part). This sets up the \nenvironment appropriately and then starts the Deliverance daemon.\n\nA Deliverance configuration file will be generated in \ndeliverance/deliverance-proxy.ini. You can edit this - it will not be \noverridden when buildout is re-run, although it will be re-generated if it is\nremoved.\n\nThe files deliverance/rules/rules.xml and deliverance/rules/standardrules.xml\ncontain a example rules. An example theme is installed in \ndeliverance/static/theme.html. If you change these, they will not be\noverridden. If you remove the 'rules' and 'static' directories, they will\nbe recreated with these example files, otherwise they are left alone.\n\nOther possible options for the deliverance section include:\n\neggs\n Any other eggs you may want to install. By default, this is just the\n Deliverance egg (and its dependencies, of course).\n\nscripts\n Any console scripts to install. By default, this includes 'paster'. Set this\n an empty value to disable script generation (for example if another recipe\n is installing 'paster')\n\npaster\n Path to a script to use to run 'paster'. Defaults to the generated 'paster'\n script. This option is only needed if you disable script generation and\n there is no bin/paster in the buildout.\n\nlibxml2_url\n A URL from which the libxml2 sources can be downloaded. If you do not want\n libxml2 to be installed, set this to an empty value. Otherwise, a default\n \"known good\" version is downloaded and compiled.\n\nlibxslt_url\n A URL from which libxslt sources can be downloaded. Again, set this to an\n empty value to avoid compiling libxslt.\n\nThe following options affect the generated deliverance-proxy.ini configuration\nfile.\n \ndebug\n Set to true or false to enable or disable deliverance error reporting.\n \nhost\n The host to bind the Deliverance process to. By default, it will listen to\n any IP address.\n\nport\n The port for the Deliverance process. Defaults to 8000.\n\nproxy\n The URL being proxied by Deliverance. Defaults to http://localhost:8080.\n\ntheme\n A URI for the theme. To specify a path relative to the 'deliverance' prefix\n it with \"/.deliverance/\". The default is /.deliverance/static/theme.html\n\nrules\n A URI for the rules file. Again, use \"/.deliverance\" to specify a path\n relative to the 'deliverance' directory. The default is\n /.deliverance/rules/rules.xml\n\nrewrite\n Rewrite all headers and internal links to appear to come from the proxied\n server. Defaults to 'true'.\n\ntransparent\n Do not rewrite the Host header when passing on a request. Defaults to\n 'true'.\n\nserializer\n Configure the serializer used to turn deliverance's DOM tree. Defaults to\n \"deliverance.serializer.HTML4\". Use \"deliverance.serializer.XHTML\" if you\n need to output XHTML. *Only available on svn versions of deliverance*.\n\n\n\nChangelog\n=========\n\n1.0 - UNRELEASED\n----------------\n\n- Add an option to configure the deliverance serializer.\n [wichert]\n\n- Correct reST syntax in documentation and add the changelog to the package's\n long description.\n [wichert]\n\n1.0b4 - September 1, 2007\n-------------------------\n\n- Build dependencies first\n [optilude]\n\n\n1.0b3 - June 19, 2007\n---------------------\n\n- Build in some resiliance for win32, by not attempting to CMMI there. Also\n replace the wrapper script with a python one, which should work\n cross-platform. \n [optilude]\n\n1.0b2 - June 14, 2007\n---------------------\n\n- Correct permissions for generated scripts.\n [optilude]\n\n- Add link to the Deliverance site\n [optilude]\n\n\n1.0b1 - June 14, 2007\n---------------------\n\n- Initial release\n [optilude]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://svn.plone.org/svn/collective/buildout/plone.recipe.deliverance", "keywords": "", "license": "ZPL 2.1", "maintainer": null, "maintainer_email": null, "name": "plone.recipe.deliverance", "package_url": "https://pypi.org/project/plone.recipe.deliverance/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/plone.recipe.deliverance/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://svn.plone.org/svn/collective/buildout/plone.recipe.deliverance" }, "release_url": "https://pypi.org/project/plone.recipe.deliverance/1.0rc1/", "requires_dist": null, "requires_python": null, "summary": "Install Deliverance", "version": "1.0rc1" }, "last_serial": 796415, "releases": { "1.0b1": [ { "comment_text": "", "digests": { "md5": "0a34de5f25f8fb63fbe51fa958cdb387", "sha256": "9581da026760202aa68d07c44ac7cc8470f01da290f3afdabdabb0e9c7fbfcaa" }, "downloads": -1, "filename": "plone.recipe.deliverance-1.0b1-py2.4.egg", "has_sig": false, "md5_digest": "0a34de5f25f8fb63fbe51fa958cdb387", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 11694, "upload_time": "2007-06-14T20:23:32", "url": "https://files.pythonhosted.org/packages/22/1e/125d720a0e1ed23767559438c34ed2abdb3fac75849aaa669c07e31ba142/plone.recipe.deliverance-1.0b1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "10278d3b104f76f95e0578638fb8942e", "sha256": "8cb9213da68538ab77018da194b728f3f665e4e602b364d01d2b5260e96320c1" }, "downloads": -1, "filename": "plone.recipe.deliverance-1.0b1.tar.gz", "has_sig": false, "md5_digest": "10278d3b104f76f95e0578638fb8942e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10965, "upload_time": "2007-06-14T20:23:15", "url": "https://files.pythonhosted.org/packages/54/c8/fd324cad0054ad658bbb5c765c97a02c5a9da7ab4f3fc2c788f18c356846/plone.recipe.deliverance-1.0b1.tar.gz" } ], "1.0b2": [ { "comment_text": "", "digests": { "md5": "9443920257db87e171e2e961fc15b8b6", "sha256": "69d3b68aa62dd04a4e0fb1e47d5cce16731d4ae2f7f91610b982e018ab0e5169" }, "downloads": -1, "filename": "plone.recipe.deliverance-1.0b2-py2.4.egg", "has_sig": false, "md5_digest": "9443920257db87e171e2e961fc15b8b6", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 11688, "upload_time": "2007-06-14T20:49:24", "url": "https://files.pythonhosted.org/packages/1b/43/90c215a4d821a7299fee213991867b8777c827f5195c79a976e7d5130d8c/plone.recipe.deliverance-1.0b2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "79fbc357a6b22bbe81a6f159a2875c5b", "sha256": "83065c9e6c105447a0e2d3eabdd2a4cf83af0dc7a479de658102df8b45cac656" }, "downloads": -1, "filename": "plone.recipe.deliverance-1.0b2.tar.gz", "has_sig": false, "md5_digest": "79fbc357a6b22bbe81a6f159a2875c5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10965, "upload_time": "2007-06-14T20:49:16", "url": "https://files.pythonhosted.org/packages/59/1c/a141708ceec791bb54275fac216f11d2688c69fc69fb674127d061ecbbe1/plone.recipe.deliverance-1.0b2.tar.gz" } ], "1.0b3": [ { "comment_text": "", "digests": { "md5": "e5ad57fb76b2f07236221ae35ff88d96", "sha256": "bf76416625b59f7397550e4e6092991972b078b4575530039f88ef207004d2ac" }, "downloads": -1, "filename": "plone.recipe.deliverance-1.0b3-py2.4.egg", "has_sig": false, "md5_digest": "e5ad57fb76b2f07236221ae35ff88d96", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 13211, "upload_time": "2007-06-19T22:59:01", "url": "https://files.pythonhosted.org/packages/7f/c6/a0386cbba10ef12e814d4b913481c2892407215e742b918546a944c89f10/plone.recipe.deliverance-1.0b3-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "aae5d09fc55e4797aeeff92b5d887f17", "sha256": "4c2b93ccf33ea090fe619bae7432542676a94cd18f9180639fc86ef2c8867693" }, "downloads": -1, "filename": "plone.recipe.deliverance-1.0b3.tar.gz", "has_sig": false, "md5_digest": "aae5d09fc55e4797aeeff92b5d887f17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11499, "upload_time": "2007-06-19T22:59:00", "url": "https://files.pythonhosted.org/packages/d7/ff/6e8bcb92f02cbb383892b9d522fb52dae36fdc2034dea98b92d7662ed1ee/plone.recipe.deliverance-1.0b3.tar.gz" } ], "1.0b4": [ { "comment_text": "", "digests": { "md5": "b9e4e7ace9e879500a91c09bfa66c610", "sha256": "2365ba9951d4f9db1946f8aee4f8c857f402efaa1f9a6a9c655ebebcfd1c2af0" }, "downloads": -1, "filename": "plone.recipe.deliverance-1.0b4-py2.4.egg", "has_sig": false, "md5_digest": "b9e4e7ace9e879500a91c09bfa66c610", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 13219, "upload_time": "2007-09-01T23:18:28", "url": "https://files.pythonhosted.org/packages/24/bd/5a2abd0d7e34dc34e1ad59ff48b09370eb0a93f1772a63f68482eb48f862/plone.recipe.deliverance-1.0b4-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "85e46e055ca9f005cef7012ebea7a2f8", "sha256": "4ff3570de9c4df452bbccdec955296def3b01685c62dcb690a243364dc61f231" }, "downloads": -1, "filename": "plone.recipe.deliverance-1.0b4.tar.gz", "has_sig": false, "md5_digest": "85e46e055ca9f005cef7012ebea7a2f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11502, "upload_time": "2007-09-01T23:18:28", "url": "https://files.pythonhosted.org/packages/80/c7/2e371b1e12ccaa9c0f48078a15e86f651b6fad9190ba3acaa85effdc82a6/plone.recipe.deliverance-1.0b4.tar.gz" } ], "1.0rc1": [ { "comment_text": "", "digests": { "md5": "76b0f2703d1656b6c1a02db173f0046e", "sha256": "b703732261fd88be2ae6abcb88ea28f39e523c2286ac8df547ece923108c1799" }, "downloads": -1, "filename": "plone.recipe.deliverance-1.0rc1-py2.4.egg", "has_sig": false, "md5_digest": "76b0f2703d1656b6c1a02db173f0046e", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 13753, "upload_time": "2008-04-05T17:30:57", "url": "https://files.pythonhosted.org/packages/d7/ea/9a416ba98170bab6a03aa9416ca151dbf1144e8ba6f0f3c681f78fef7c01/plone.recipe.deliverance-1.0rc1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "8ea77499434e17f53731610f6125afc4", "sha256": "7ea80035b7aa204459f602e7eba39d2e8365ccc9778449781fe4eba7a500faf3" }, "downloads": -1, "filename": "plone.recipe.deliverance-1.0rc1.tar.gz", "has_sig": false, "md5_digest": "8ea77499434e17f53731610f6125afc4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11948, "upload_time": "2008-04-05T17:30:57", "url": "https://files.pythonhosted.org/packages/ee/47/5fa90d76f06771cce8f853048f8035670d2cfe008a9d35c2e122d5e6c2a3/plone.recipe.deliverance-1.0rc1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "76b0f2703d1656b6c1a02db173f0046e", "sha256": "b703732261fd88be2ae6abcb88ea28f39e523c2286ac8df547ece923108c1799" }, "downloads": -1, "filename": "plone.recipe.deliverance-1.0rc1-py2.4.egg", "has_sig": false, "md5_digest": "76b0f2703d1656b6c1a02db173f0046e", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 13753, "upload_time": "2008-04-05T17:30:57", "url": "https://files.pythonhosted.org/packages/d7/ea/9a416ba98170bab6a03aa9416ca151dbf1144e8ba6f0f3c681f78fef7c01/plone.recipe.deliverance-1.0rc1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "8ea77499434e17f53731610f6125afc4", "sha256": "7ea80035b7aa204459f602e7eba39d2e8365ccc9778449781fe4eba7a500faf3" }, "downloads": -1, "filename": "plone.recipe.deliverance-1.0rc1.tar.gz", "has_sig": false, "md5_digest": "8ea77499434e17f53731610f6125afc4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11948, "upload_time": "2008-04-05T17:30:57", "url": "https://files.pythonhosted.org/packages/ee/47/5fa90d76f06771cce8f853048f8035670d2cfe008a9d35c2e122d5e6c2a3/plone.recipe.deliverance-1.0rc1.tar.gz" } ] }