Contents
Why this page
The moinmoin help don't seems optimal to me :-(. I have to search longtime to find most usual things, so I propose to write here what is not immediately obvious and may be usefull to others.
Original help on line
http://master.moinmo.in/HelpContents
Various notes
Images
html
(but how is this copied to docbook?)
Admonitions
use "admonitions" to flag pages
http://moinmo.in/AttentionBoxesForMoin is that the same thing?
Titles
Titles have to be separated from the == by a blank (mediawiki don't need this)
* in lists also have to have a leading blank
so the leading blank don't have the mediawiki usual meaning
we can use one = by title level (as many digits in the level number as = in the source - 5 is the max (= Title 1 =, == Title 2 ==).
Processing instructions
#pragma section-numbers on begins the numbers by 3, should be one! (and view is right). idea?
#redirect this page redirects to "this page" (even with blanks in the title) a la mediawiki
<<TableOfContents>> gives the table of content...
- acl are inherited, that is subpages have, by default, the same acl as the main page.
#pragma supplementation-page on added to a pages create a Discussion page and the associated link.
Pages formatting
To have two lines with small space in between, use <<BR>> to mimic html <br/>.
- a page name with a blank and the same name with a "_" go to the same page ("Task list" and "Task_list" are the same page, even if one of them shows a "?". At least the #redirect loops...
{{{[[jdd]]}}} donne [[jdd]] not clear - when {} on different lines, gives a box (try it)
`[[jdd]]` donne [[jdd]]
Attachements
http://moinmo.in/HelpOnActions/AttachFile?highlight=(attach) - it's possible to have attachements copied directly to the server (through ssh/scp), if sent in the <pagename>attachements folder. At least the macro <<AttachList>> builds the index.
Color2
"Color2.py" is installed, as is "MiniPage.py"
Syntax for colorizing text in MoinMoin 1.7.1:
In normal text
<<Color2(color,bgcolor,font,text)>> <<Color2(color,bgcolor,text)>> <<Color2(color,text)>>
Example, in normal text:
<<Color2(red,blue,courier,red courier on blue)>> red courier on blue
<<Color2(green,yellow,Green Font on Yellow Background)>> Green Font on Yellow Background <<Color2(orange,Orange Text)>> Orange Text
Also works within tables:
||<<Color2(red,blue,courier,red courier on blue)>><<BR>><<Color2(green,yellow,Green Font on Yellow Background)>><<BR>><<Color2(orange,Orange Text)>>||
red courier on blue |
||<style="background-color: #CCFFFF;"> <!> '''Notice!'''<<BR>>The allocation of IP addresses for the abc interfaces on the host start with 10.10.<<Color2(red,1)>>.<<Color2(red,1)>> --> (abc server .<<Color2(red,rack 1, rack position 1)>>). ||
|
![[LDP]](/moin_static184/ldp/tldp.png)
