Revision history for FormatterDevInfo


Revision [1275]

Last edited on 2008-11-01 23:23:06 by YanB [Removed HomePage link]

No Differences

Revision [388]

Edited on 2006-12-27 22:05:29 by YanB [minor formatting + recommend link to main server]
Additions:
HomePage
<<For updated information and discussion, we recommend you view this page on the main server: [[http://wikkawiki.org/FormatterDevInfo | click here]]<<::c::
- [[http://wikkawiki.org/WantedFormatters | Wanted Wikka formatters]]
- Within the formatter process ##$text## (mostly string manipulations) and print the result to ##stdout##.
- note: the "##;line-number##" is for the moment only used in the GeSHi code.
- When you display a normal page, the default ##handlers/page/show.php## handler will call at some point ##$this->Format($this->page["body"], "wakka")## which includes the ##formatters/wakka.php## code.
- In ##" else if (preg_match("/^%%(.*?)%%$/s", $thing, $matches)) "## a new call to ##$wakka->Format($code, $language);## is made.
- ##$language = "ini"## in this example and ##$code## is our content (and will become ##$text##).
1) ##preg_replace## patterns in ##$text##: ##formatters/ini.php##
CategoryEN - CategoryReview
Deletions:
[[WikkaDocumentation | Wikka Documentation]]
- [[WantedFormatters | Wanted Wikka formatters]]
- Within the formatter process $text (mostly string manipulations) and print the result to stdout.
- note: the ";line-number" is for the moment only used in the GeSHi code.
- When you display a normal page, the default ##handlers/page/show.php## handler will call at some point $this->Format($this->page["body"], "wakka") which includes the ##formatters/wakka.php## code.
- In " else if (preg_match("/^%%(.*?)%%$/s", $thing, $matches)) " a new call to $wakka->Format($code, $language); is made.
- $language = "ini" in this example and $code is our content (and will become $text).
1) preg_replace patterns in $text: ##formatters/ini.php##
CategoryDocumentation


Revision [104]

The oldest known version of this page was created on 2005-05-31 12:17:41 by NilsLindenberg [minor formatting + recommend link to main server]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki