Tagged Questions

3
votes
5answers
1k views

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 ...
2
votes
1answer
217 views

How to programmatically create a new Page in MoinMoin?

I want to write a python script that calls some external REST service and then creates MoinMoin pages based on the data that I pull back. I am using Python 2.4.3 on CentOS 5.3 and MoinMoin 1.9.3 in a ...
2
votes
4answers
2k views

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 ...
1
vote
3answers
394 views

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 ...
0
votes
0answers
43 views

A wikibot for a MoinMoin-based wiki?

I think about writing a Python bot for a MoinMoin-based wiki, so if anyone is aware about some code sources I can use or re-use, please share a link. If it were a MediaWiki-based robot, there is a ...
0
votes
0answers
86 views

Create standalone MoinMoin wiki executable

I'm trying to create a standalone, desktop version of a MoinMoin wiki so I can distribute it on a CDROM to people who may or may not have Python installed. I've tried both py2exe and bbfreeze with no ...
0
votes
1answer
101 views

MoinMoin 1.9 programmatically creating page error: MoinMoin.PageEditor.AccessDenied: You are not allowed to edit this page!

I am trying to create a new wiki page programmatically with MoinMoin. But it is not allowing me to edit the page, how do I provide a user to create this page as? [Fri Mar 11 11:44:35] [root]@[dev] ...
0
votes
1answer
167 views

How to use the PageEditor in MoinMoin 1.9.3 with wikifarm configuration?

I was able to find the documentation on PageEditor from this answer. But I can't find information on how to construct a proper ScriptContext object to pass into the PageEditor as the request ...
0
votes
0answers
43 views

Does anyone know how to get the ExcelPastedTable.py Parser to work in MoinMoin 1.9.3?

I am trying to get the ExcelPastedTable.py parser to work in MoinMoin 1.9.3 It says to edit a file that doesn't exist in 1.9.3 anymore. This only works if you modify ...