Created new branch for Debian Live live-cd build system development. This
commit includes the default configuration files, which don't work with Debian "etch".
This commit is contained in:
commit
ec818dbbc3
253 changed files with 6460 additions and 0 deletions
27
hints/trac-wiki.txt
Normal file
27
hints/trac-wiki.txt
Normal file
|
@ -0,0 +1,27 @@
|
|||
some useful macros:
|
||||
* [[TOC]] - at the beginning of the document
|
||||
* [[AutoNav]] - below [[TOC]], followed by a line with "----"
|
||||
* [[AddComment]] - at the end of the page (below "----")
|
||||
* [[WikiInclude($PAGENAME)]] - include another wiki page
|
||||
* [[redirect(wiki:$PAGENAME)]] - redirect to another page (useful to redirect to default lang)
|
||||
* [[Image(file/trunk/cbox-tree.d/var/www/cryptobox-img/screenshots/$NAME)]] - beware: you may use "wiki" or "ticket" instead of "file" - very unusual syntax
|
||||
* [[FootNote(Text)]] - creates a reference to a footnote - the list of footnotes is expanded by "[[FootNote]]"
|
||||
|
||||
special things:
|
||||
* the first level heading ("= TEXT =") is considered as the page title - only lower level headings will be a part of the table of contents
|
||||
* links like "CryptoBoxUser/de" are not recogniced - use "[wiki:CryptoBoxUser/de CryptoBoxUser]" instead
|
||||
* for a deeper level of items or enumerations, you have to add two(!) additional spaces in front of the symbol ("*" or "1.") - this is obviously strange ...
|
||||
|
||||
default page layout:
|
||||
[[TOC]]
|
||||
[[AutoNav]]
|
||||
----
|
||||
|
||||
= Title =
|
||||
|
||||
== Heading ... ==
|
||||
...
|
||||
|
||||
----
|
||||
== Comments ==
|
||||
[[AddComment]]
|
Loading…
Add table
Add a link
Reference in a new issue