martin kaspar - 2003-05-26

hello all

i want to ask if i can use the phpWiki and am able to convert my data later into another wiki - (e.g. in a Cocoon - Wiki  [see http://xml.apache.org/forrest/wiki-sample.html ] )

does the Syntax of phpWiki support the following set:

cit : http://xml.apache.org/forrest/wiki-sample.html 

Forrest's Wiki Support
Forrest now has partial support for documentation in Wiki format, thanks to the Chaperon parser. Wiki is a simple text format that can be learned in minutes. This page provides an overview of the syntax that Forrest supports, namely a subset of that used by the Cocoon Wiki.

Quick reference
----       = Make a horizontal ruler. Extra '-' is ignored.
\\         = force a line break, \\\=force line break and clear.

[link]     = creates a hyperlink to an internal WikiPage called 'Link'.
[this is also a link] = creates a hyperlink to an internal WikiPage called
'ThisIsAlsoALink'.
[click here|link] = creates a hyperlink to an internal WikiPage called
'Link', but displays the text 'click here' to the
user instead of 'Link'.
[1]        = Makes a reference to a footnote numbered 1.
[#1]       = Marks the footnote number 1.
[[link]    = creates text '[link]'.

!heading   = small heading with text 'heading'
!!heading  = medium heading with text 'heading'
!!!heading = large heading with text 'heading'

''text''   = prints 'text' in italic.
__text__   = prints 'text' in bold.
{{text}}   = prints 'text' in monospaced font.

* text     = makes a bulleted list item with 'text'
# text     = makes a numbered list item with 'text'
;term:ex   = makes a definition for 'term' with the explanation 'ex'

<<<<<<<<<<<<<<<<<<<<<<

to explain it a bit more: i want to be able to use the phpWiki in a environment for rapid prototyping: In a few months i probably want to switch to a Cocoon-wiki, cause
this cocoon publishing engine (wiki) supports XML througout the whole environment! so it is important for me to have a set created texts, which can be portet over...

thanks for the answers...

meta