A recipe to build a wiki site with MoinMoin
Project description
Introduction
============
''collective.recipe.moin'' is a `zc.buildout`_ recipe which creates
a entry point for the wiki engine `MoinMoin`_
Installation
============
It is very simple to use. This is a minimal ''buildout.cfg'' file:::
[buildout]
parts = wiki
[wiki]
recipe = collective.recipe.moin
protocol = wsgi
sitename = My Wiki
language_default = en
This will create a folder in parts/ called ``wiki`` that contain the egg folder, the config file and the web server deployment file.
When you have a previous config file you can use this::
[buildout]
parts = wiki
[wiki]
recipe = collective.recipe.moin
config = /some/path/to/wikiconfig.py
protocol = wsgi
Parameters
==========
* ``protocol``, Default: ``wsgi``
This option create a script for the server deployment. Otrer options: ``fcgi``, ``cgi``
* ``config``, Default: /path/to/parts/name_of_part/wikiconf.py
If you don't specify a MoinMoin configuration file, the recipe create a basic config file with the parameters filled in the recipe conf.
* ``title``, Default: ``My Wiki``
The title of the Wiki app.
Deployment
==========
The apache configuration for this buildout looks like this:::
WSGIScriptAlias /mysite /home/me/buildout/parts/wiki/moin.wsgi
<Directory /home/me/buildout>
Order deny,allow
Allow from all
</Directory>
Credits
=======
* `Erik Rivera`_, initial implementation
.. _zc.buildout: http://pypi.python.org/pypi/zc.buildout
.. _MoinMoin: http://moinmo.in
.. _`Erik Rivera`: http://rivera.pro
1.0 - Octuber 18, 2011
---------------------
* Initial release
[erikriver]
============
''collective.recipe.moin'' is a `zc.buildout`_ recipe which creates
a entry point for the wiki engine `MoinMoin`_
Installation
============
It is very simple to use. This is a minimal ''buildout.cfg'' file:::
[buildout]
parts = wiki
[wiki]
recipe = collective.recipe.moin
protocol = wsgi
sitename = My Wiki
language_default = en
This will create a folder in parts/ called ``wiki`` that contain the egg folder, the config file and the web server deployment file.
When you have a previous config file you can use this::
[buildout]
parts = wiki
[wiki]
recipe = collective.recipe.moin
config = /some/path/to/wikiconfig.py
protocol = wsgi
Parameters
==========
* ``protocol``, Default: ``wsgi``
This option create a script for the server deployment. Otrer options: ``fcgi``, ``cgi``
* ``config``, Default: /path/to/parts/name_of_part/wikiconf.py
If you don't specify a MoinMoin configuration file, the recipe create a basic config file with the parameters filled in the recipe conf.
* ``title``, Default: ``My Wiki``
The title of the Wiki app.
Deployment
==========
The apache configuration for this buildout looks like this:::
WSGIScriptAlias /mysite /home/me/buildout/parts/wiki/moin.wsgi
<Directory /home/me/buildout>
Order deny,allow
Allow from all
</Directory>
Credits
=======
* `Erik Rivera`_, initial implementation
.. _zc.buildout: http://pypi.python.org/pypi/zc.buildout
.. _MoinMoin: http://moinmo.in
.. _`Erik Rivera`: http://rivera.pro
1.0 - Octuber 18, 2011
---------------------
* Initial release
[erikriver]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file collective.recipe.moin-0.7.tar.gz
.
File metadata
- Download URL: collective.recipe.moin-0.7.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7e52ca578167d21cfdc55505cae23adc4f20846b9af2eb5e2c2ead6047b19ad |
|
MD5 | 7e4569c0d9d8c3c98cb0d058968d3c51 |
|
BLAKE2b-256 | 09c2beb9c6f537f01023ec8c2415a5f95f5d5f365a724173df7a58e6acc14e00 |