These FormattingRules are generated automatically by PyDiddy. Keep this under your pillow.
DOCUMENTATION OF THE FORMATTING RULES IN PYDIDDY
========================================================
* WikiName: a word with at least two pairs consisting of:
(UPPERCASE ASCII LETTER : lowercase ascii letter, _ , 0123456789)
gets replace by link to this Page.
* Urls: http|ftp|mailto will be a <a href ...> in the final page.
* mailto: e-mail adresses get replaced by mailto:-links
* Pretty Urls:
( Text to display ==> http|ftp|file://the_link/ )
* Header:
== H2 ==
=== h3 ===
(h1 is reserved for the page title!)
* Blank lines: paragraph.
* ''italics'' and '''bold'''
* Lists:
* you get a
* bulleted
* list
* which can also be indented
* to several levels
* some level between
A blank line ends the list.
To insert program source without reformatting in a monospace font, use three
curly braces:
{{{
public static void main(String[] args) {
out.println("Hello");
}
if i == 3:
print i
}}}
i.e. <pre> in HTML
<br> is done with 3 dashes at the
---start
---of
---a
--- line.
Horizontal rules:
---- and more dashes gives <hr> with ascending thickness.
* Auto signature: "--me" is replace with "--NameOfLoggedInUser"
* Macros: perform various tasks:
Usage:
[[Macroname]]
Possible macronames are:
TitleSearch: search form for finding titles
FullSearch: search form for finding everything
WordIndex: list of words in page titles
TitleIndex: list of all page titles
RecentChanges: what's new
GoTo: form input to directly call a page
FormattingRules: you're reading it right now.
PdWebRing: nice formatted Pd-Webring form
FormattingRules
FindPage - Search.
Recent Changes here.
Last modified: Sat 23 Aug 2003 11:37 CEST