{ "info": { "author": "Erik Rivera", "author_email": "erik@rivera.pro", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "Programming Language :: Python" ], "description": "Introduction\n============\n\n''collective.recipe.moin'' is a `zc.buildout`_ recipe which creates\na entry point for the wiki engine `MoinMoin`_\n\nInstallation\n============\n\nIt is very simple to use. This is a minimal ''buildout.cfg'' file:::\n\n [buildout]\n parts = wiki\n\n [wiki]\n recipe = collective.recipe.moin\n protocol = wsgi\n sitename = My Wiki\n language_default = en\n\n\nThis will create a folder in parts/ called ``wiki`` that contain the egg folder, the config file and the web server deployment file.\n\nWhen you have a previous config file you can use this::\n\n [buildout]\n parts = wiki\n\n [wiki]\n recipe = collective.recipe.moin\n config = /some/path/to/wikiconfig.py\n protocol = wsgi\n\nParameters\n==========\n\n* ``protocol``, Default: ``wsgi``\n This option create a script for the server deployment. Otrer options: ``fcgi``, ``cgi``\n * ``config``, Default: /path/to/parts/name_of_part/wikiconf.py\n If you don't specify a MoinMoin configuration file, the recipe create a basic config file with the parameters filled in the recipe conf.\n * ``title``, Default: ``My Wiki``\n The title of the Wiki app.\n\nDeployment\n==========\n\nThe apache configuration for this buildout looks like this:::\n\n WSGIScriptAlias /mysite /home/me/buildout/parts/wiki/moin.wsgi\n\n \n Order deny,allow\n Allow from all\n \n\nCredits\n=======\n\n * `Erik Rivera`_, initial implementation\n\n.. _zc.buildout: http://pypi.python.org/pypi/zc.buildout\n.. _MoinMoin: http://moinmo.in\n.. _`Erik Rivera`: http://rivera.pro\n\n\n\n1.0 - Octuber 18, 2011\n---------------------\n\n* Initial release\n [erikriver]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pythonmexico/collective.recipe.moin", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.recipe.moin", "package_url": "https://pypi.org/project/collective.recipe.moin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.recipe.moin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/pythonmexico/collective.recipe.moin" }, "release_url": "https://pypi.org/project/collective.recipe.moin/0.7/", "requires_dist": null, "requires_python": null, "summary": "A recipe to build a wiki site with MoinMoin", "version": "0.7" }, "last_serial": 788144, "releases": { "0.6": [ { "comment_text": "", "digests": { "md5": "3cfc4bf85494c4d3cac46901de4090e0", "sha256": "483f6e113d0eb60d416076b0744816b69ba0b4426b0e5664b2cd439f50db8848" }, "downloads": -1, "filename": "collective.recipe.moin-0.6.tar.gz", "has_sig": false, "md5_digest": "3cfc4bf85494c4d3cac46901de4090e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5748, "upload_time": "2011-10-22T08:08:14", "url": "https://files.pythonhosted.org/packages/86/6e/40b8a47e755d867a829695d8ffc302cd8d7ed43af98f08f0fad3a15434e6/collective.recipe.moin-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "7e4569c0d9d8c3c98cb0d058968d3c51", "sha256": "d7e52ca578167d21cfdc55505cae23adc4f20846b9af2eb5e2c2ead6047b19ad" }, "downloads": -1, "filename": "collective.recipe.moin-0.7.tar.gz", "has_sig": false, "md5_digest": "7e4569c0d9d8c3c98cb0d058968d3c51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5763, "upload_time": "2011-10-26T05:58:36", "url": "https://files.pythonhosted.org/packages/09/c2/beb9c6f537f01023ec8c2415a5f95f5d5f365a724173df7a58e6acc14e00/collective.recipe.moin-0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7e4569c0d9d8c3c98cb0d058968d3c51", "sha256": "d7e52ca578167d21cfdc55505cae23adc4f20846b9af2eb5e2c2ead6047b19ad" }, "downloads": -1, "filename": "collective.recipe.moin-0.7.tar.gz", "has_sig": false, "md5_digest": "7e4569c0d9d8c3c98cb0d058968d3c51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5763, "upload_time": "2011-10-26T05:58:36", "url": "https://files.pythonhosted.org/packages/09/c2/beb9c6f537f01023ec8c2415a5f95f5d5f365a724173df7a58e6acc14e00/collective.recipe.moin-0.7.tar.gz" } ] }