MoinMoin Installation Notes for IIS 5.1 on Windows XP SP2
The problems I got were:
- Not being able to save edited pages
InterWiki images not displaying
To fix the save problem, I gave "modify" permissions on the data subdirectory of testwiki to the Internet Guest Account (IUSR_BIOSTAT043 in my case).
To include an image in the logo string, save it in the testwiki directory or even make an images directory and edit "wikiconfig.py".
logo_string = u'<img src="/mywiki/logo.gif" alt="Logo ">Test Wiki' OR logo_string = u'<img src="/mywiki/images/logo.gif" alt="Logo ">Test Wiki'
To include a fav icon (for bookmarks and tabbed browsers) in "wikiconfig.py".
html_head = ''' <link rel="icon" href="/wiki/favicon.ico" type="image/ico"> ''' OR html_head = ''' <link rel="icon" href="/testwiki/images/favicon.ico" type="image/ico"> '''
I'm working on updating the HelpOnInstalling/InternetInformationServer help page, but I can't do more than I already understand.
Wanted
The theme used on FrontPage
I think they still use MoinMoin 1.2
- Just ask them if they have it available somewhere (the theme).
A word-wrap text editor that will print Wiki formatting (think TeX/LaTeX).
Maybe Scite can be enhanced to support MoinMoin markup.