-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Plone 3 Products Development Cookbook
If you don't plan either to install or use ArchGenXML, you definitely should use the following installation method.
You might also have ArchGenXML installed but want i18ndude to be alone. You certainly can, but you'll miss automatic i18n files generation by ArchGenXML. It's up to you what to do.
Create a directory for the target i18ndude installation:
$ mkdir ~/i18ndude $ cd ~/i18ndude
Prepare the buildout environment by downloading (or copying from an existing location) the bootstrap.py file:
$ wget http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py
Create a buildout.cfg file for i18ndude like the following one:
[buildout]
parts =
i18ndude
[i18ndude]
recipe = zc.recipe.egg:scripts
eggs =
i18ndude
Bootstrap and build i18ndude:
$ python bootstrap.py $ ./bin/buildout
After this, you'll have a new i18ndude command available to be used in the bin folder.
You should consider adding i18ndude/bin in your PATH environment...
Change the font size
Change margin width
Change background colour