Vorläufig / Preliminary, work in progress
.
.
.
Typo3 2 MoinMoin
Because Typo3 is more and more difficult to maintain, I wanted to move my most important model aeroplane web page to my https://moinmo.in/ wiki. OK, they are in the time range from 2005 to 2012, but some informations are still valid today.
Fortunately I got help from Reimar Bauer's software Coconuts documentation.
Coconuts is an open source software library in Python which interacts with a MoinMoin wiki. It can be used to create snapshots of given URLs. This makes refactoring of existing web pages much easier.
A mouse click on a picture will expand the picture for better viewing.
A mouse click on a source program will show the listing in a new window with colour coding.
Installation
See Coconuts install.
Install moinmoin wiki version 1.9.9 if not already done.
Download the newest Coconuts .gz archiv and expand it.
# for Ubuntu 16.04 $ mkdir Install # if not yet made $ cd Install # download archiv $ wget https://coconuts.icg.kfa-juelich.de/hg/coconuts-0.5/archive/tip.tar.gz # extract archiv $ tar -xzf tip.tar.gz $ cd coconuts-0-5-66bb61002551 # I do not want to install as a Python dist-package for easier access.
A Python version 2.7 must be installed.
Install the Python Image Library:
$ pip2 install pillow
Install parser package Arnica from Reimar Bauer
Install web browser Firefox (version 57 upwards). + Install Pearl Crescent Page Save extension for Firefox (version 57 upwards) pagesaver.
In parameters setup in field File name pattern: %t_%5
Comment in file MoinMoin/config/multiconfig.py in order to enable "xmlrpc" (Remote Procedure Call)
- Edit line 796 [#'xmlrpc' ....
- Restart moinmoin wiki (e.g. touch moin-1.9.9/moin.wsgi)
otherwise you get an error message: Fault: <Fault 1: 'No such method: getAuthToken_repr.'>
- Install HTML formatter
$ sudo apt-get install libtidy-0.99-0
Setup
Links
- [[
Contact Email
Please enter your Email address, if you expect an answer.
The entered Email address will not be published, or given away.
List of pages in this category:
-- RudolfReuter 2018-03-03 21:45:56
Go back to CategoryTypo3 or FrontPage