Graphingwiki extension for MoinMoin

We had to disable anonymous write access to tickets and wikis because of spam bots. If you don't have a personal trac login, login with username "anominous" for username and password is the programming language graphingwiki is written in (in lower case).

Compatibility

MoinMoin

Version Status Branch Notes
MoinMoin 1.3.x Used to work, might not work anymore moin-1.5-stable
MoinMoin 1.5.x Used to work, might not work anymore moin-1.5-stable
MoinMoin 1.6.x Used to work recently, still some deployments in active use moin-1.6-stable Note changed link and macro markups
MoinMoin 1.7.x We used to have a 1.7 branch but the floppy containing the code was lost n/a
MoinMoin 1.8.x Most tested, most used, most supported trunk
MoinMoin 1.9.x Branch started, doens't work yet moin-1.9  

Python

Version Status Notes
Python 2.3.x Doesn't work
Python 2.4.x Most tested, most used, most supported
Python 2.5.x Should work Note patch for xmlrpc

News

Other websites

Installing & Configuring Graphingwiki

Using Graphingwiki

Developing Graphingwiki

i18n

See i18n

Commit Rights

Create a Trac ticket to request commit access.

SVN

To check out the svn trunk, do

svn co http://svn.graphingwiki.webfactional.com/trunk/

To merge from changes made in trunk to your branch using svnmerge.py, cd to the branch directory (eg moin-1.6-branch/) and run svnmerge.py merge. This will do the changes in your copy but won't yet do any check-ins and generate a file with autogenerated commit message called svnmerge-commit-message.txt. Then you fix up merge conflicts, and then commit with svn commit -F svnmerge-commit-message.txt.