Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MoinMoinDiscussion

From ZeroWiki

Talk about the things on MoinMoinTodo and MoinMoinIdeas in this space...

Images

Q: How do you inline an image stored locally? (e.g. ../wiki-moimoin/data/images/picture.gif)

A: See the [[Icon]] macro; besides that, fully qualified URLs to the wiki server work, too.

    • R: The Icon macro worked well. I wanted to avoid the fully qualified URL because to access the Wiki in question requires password authentication. Including an image using the full URL caused my webserver (Apache 1.3.19) to reprompt for authentication whenever the page was viewed or re-edited. Perhaps a default

[[Image]] macro could be added to the distribution (essentially identical to [[Icon]] ) which isn't relative to the data/img directory. (!) I've actually been thinking about trying to cook up my own "upload image" (or upload attachment) macro. I need to familiarize myself with the MoinMoin source first, but would others find this useful?