Tagged Questions
The moinmoin tag has no wiki summary.
4
votes
3answers
2k views
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, the "DesktopEdition" version.
It seemed like a good option: no ...
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
1answer
349 views
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 ...
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
14 views
Unable to attach certain file types to MoinMoin page?
I configured a a local MoinMoin server and am trying to attach an excel file to a page. Upload for cpp, ods and txt files works fine but pdf, exe, doc, xls and xlsx files DON'T get attached. Once 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
0answers
11 views
Linking to a predefined search
I have a search in MoinMoin of the form:
##Person name only on certain pages
(Name) & (title:regex:SBSB*([0-9][0-9][0-9][0-9]))
I would like to add this search to the wiki as a link. However, ...
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
...
0
votes
1answer
87 views
How should I configure MoinMoin page text searches to ignore its own help files?
My software team uses a MoinMoin wiki to record our coding guidelines and other best practices. Like most wikis, each page includes a basic search box, and MoinMoin offers both "Titles" and "Text" ...
0
votes
1answer
76 views
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 ...