moinmoin

Offline access to MoinMoin wiki using Google Gears

How to add offline access functionality to MoinMoin wiki? As a minimum, I would love to have browsing access to all pages on a server-based wiki (while being offline). Search and other things, which do not modify the content, are secondary. An added bonus would be if this solution allowed to update wiki content while offline and push i...

Shell Script doesn't run automatically though it is registered in Mac OS X Login Items

I have the following shell script registered in my "Login Items" preferences but it does not seem to have any effect. It is meant to launch the moinmoin wiki but only works when it is run by hand from a terminal window, after which it runs until the machine is next shut down. #!/bin/bash cd /Users/stuartcw/Documents/Wiki/moin-1.7.2 /usr...

How to use InterWiki links in moinmoin?

We use a number of diffrent web services in our company, wiki(moinmoin), bugtracker (internally), requestracker (customer connection), subversion. Is there a way to parse the wikipages so that if I write "... in Bug1234 you could ..." Bug1234 woud be renderd as a link to http://mybugtracker/bug1234 ...

MoinMoin CGI and Query String Parameters

I've just chosen MoinMoin over TWiki to create a simple-but-robust web site. In addition to zero ramp-up and very basic authentication and Wiki features, I need to execute a few simple scripts that take the user's ID and email address as parameters. TWiki supported this with: [[/cgi-bin/mywiki/userscript?id=%USERNAME%&email=%USERINFO{...

Getting started with a personal wiki and moinmoin

I have been planning to start a personal wiki to organize my projects. After shopping for a personal wiki I settled on moinmoin desktop. It seemed like a good option: no complicated installation, no db and written in Python (which is a plus for me, in case I want to tweek the code). However, I a bit overwhelmed and have no idea where...

Error 'LocalConfig' object has no attribute 'url_prefix' in moinmoin wiki (when installing freemindbrowser plugin)

I tried to embed some freemind file in the moinmoin wiki. I have been always shown the error: 'LocalConfig' object has no attribute 'url_prefix' when I tried to display some freemind attachment. What's wrong?? ...

Minimal way to render Wiki Syntax (for example MoinMoin Wiki)

I enjoy using to Wikis to document all kind of stuff (recently I used MoinMoin, so I am used to that syntax). Now I am looking for a more lightweight solution, for documents where setting up a MoinMoin server is too much hassle. What is the "easiest" way to render a .txt file in Wiki syntax (for example by displaying it, or converting ...

Where is the source pages for MoinMoin HelpOn pages?

Setting up MoinMoin 1.9.2 on my Fedora 13 laptop, I had to download the moinmoin 1.9.3 installation tar file to add static contents that the Fedora packages did not include. What I am missing are all the HelpContent & HelpOn* pages. These Wiki Pages were not in the moin-1.9.3.tar.gz Does anyone know how to obtain the HelpOn pages for ...