Galaxia provides a theme for MoinMoin wiki engine intended to be used in gNewSense official Web site. This theme is based on the default “modern” theme distributed with MoinMoin 1.9.x.
Home page with blue header version
Note
Currently, the theme looks like in the image above, except for the section below the header and breadcrumbs. I still need to figure out how to customize that part only for the home page.
This theme is being tested with the quick, or desktop, installation provided by MoinMoin 1.9.x. The following steps are for installing the theme in such a configuration. Note that these steps assume you have a copy of Galaxia in which you’ll find the website-theme directory with the appropriate files.
Put galaxia/website-theme/galaxia.py file in the moin-1.9.x/wiki/data/plugin/theme directory.
Put galaxia/website-theme/galaxia directory in moin-1.9.x/MoinMoin/web/static/htdocs.
Modify moin-1.9.x/wikiconfig.py file to assign the following value to the logo_string variable:
logo_string = u'<img src="%s/galaxia/img/gnewsense.png" alt="gNewSense">' % url_prefix_static
Add the following attribute to moin-1.9.x/wikiconfig.py to be able to use the translation widget.
translation_languages = { 'de': u"Deutsch", 'en': u"English", 'es': u"Español", 'fr': u"Français", 'it': u"Italiano", }
Run moin-1.9.x/wikiserver.py.
Open your browser and go to http://localhost:8080/.
Create a user by clicking on “Login”.
Login as the user you created and select galaxia theme from your user preferences.