Questions tagged [moinmoin]

MoinMoin is an Open Source wiki program written in Python.

MoinMoin is an Open Source wiki program written in Python. MoinMoin supports access control lists MoinMoin is easy to extend

46 questions
1
vote
0 answers

No such method: getAuthToken

I am trying to write a script to authenticate with a MoinMoin Wiki that is not running on my machine. I am under the assumption that my approach is correct per the information found here (see section 3.11) on the official MoinMoin wiki page. My code…
Zeke Medley
  • 111
  • 7
1
vote
1 answer

Moinmoin Markdown attackment not working

I'm using Moinmoin with Markdown using the code below: #format text_markdown * [link test](attachment:sample.pdf) the attachment is not working nor did the alternative link working: #format text_markdown * [link…
1
vote
1 answer

wget recursive fails on wiki pages

I'm trying to recursively fetch all pages linked from a Moin wiki page. I've tried many different wget recursive options, which all have the same result: only the html file from the given URL gets downloaded, not any of the pages linked from that…
S. Sharp
  • 43
  • 3
1
vote
1 answer

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…
1
vote
1 answer

Migrate MoinMoin Wiki to MediaWiki

I have a MoinMoin Wiki (version 1.5.7), and i have MediaWiki (version 1.18.2). I found a few scripts that can help me import the pages from MoinMoin Wiki to MediaWiki, but the thing is that are not doing the whole proccess. What is the best approach…
Alex Brodov
  • 3,365
  • 18
  • 43
  • 66
1
vote
1 answer

Exposing built in server to outside machine

I would like to use moinmoin's built in server (running on ubuntu) to serve pages to other machines on my LAN. With the --interface flag, I can connect to the from the host machine by pointing my browser to 192.168.72.131:8080, but the server does…
ari
  • 4,269
  • 5
  • 24
  • 33
1
vote
2 answers

wmic Invalid XSL format (or) file name. error intermittent

I am getting the error randomly. Every 3rd or so time page loads no errors. Other 2/3rds of the time i get this error. ['X_Server_X on xxxx-xxx-xx-xxx - Invalid XSL format (or) file name.\r\n', 'string indices must be integers'] After a lot…
smushi
  • 701
  • 6
  • 17
1
vote
1 answer

Problems setting up MoinMoin on Debian Wheezy

I have problems setting up a single MoinMoin wiki on Debian Wheezy. What I want is a wiki at localhost/MyWiki (actually I don't care where it is exactly). I followed three different installation guides: The official README.Debian of the Debian…
user3040975
  • 615
  • 1
  • 6
  • 10
1
vote
1 answer

Can't upload attachment on MoinMoin

I have installed MoinMoin on my Windows machine: MoinMoin 1.9.7, Python 2.7 However, I can't upload an attachment to any page. I got the following error whenever I click "Upload": Bad Request The browser (or proxy) sent a request that this server…
1
vote
2 answers

CreatePdfDocument hangs with MoinMoin 1.9.7

I've installed moinmoin 1.9.7 on a mac, and added the CreatePdfDocument action. When using a very basic page (containing only the string "this page is left intentionally blank"), I am able to bring up the pdf configuration menu with…
blueberryfields
  • 45,910
  • 28
  • 89
  • 168
1
vote
1 answer

How to use flask render_template inside a MoinMoin macro?

I'm new to MoinMoin and flask. I have a moinmoin site using python macros. For the moment, I just use some basic string format method to return html from my macro. I would like to use the flask templates with the render_template method. It doesn't…
Viviane
  • 137
  • 1
  • 8
1
vote
1 answer

MoinMoin seperate theme folder from MoinMoin htdocs folder

I'd like to seperate my custom theme folder from the default MoinMoin htdocs folder. Here is my directory structure of my current…
maitscha
  • 141
  • 2
0
votes
1 answer

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 click the 'upload' button, I get redirected back to…
Vikram
  • 11
  • 3
0
votes
1 answer

No static content on Moin wiki with lighttpd/FastCGI

I have installed MoinMoin wiki on a Raspberry Pi 4 with lighttpd using FastCGI following mostly this guide: https://kia.jimmynguyen.co.nz/python/moin/wiki/lighttpd/2020/10/31/moin-wiki-installation-with-lighttpd.html The problem is that it does not…
peugas
  • 181
  • 15
0
votes
1 answer

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 luck. They both create an executable, but when…
writes_on
  • 1,735
  • 2
  • 22
  • 35