Revision [17218]

This is an old revision of Mod042fShowPageCodeHandler made by JavaWoman on 2007-07-07 15:05:50.

 

Wikka Mod 042

Type: Feature Addition

Credit

The author of WakkaWiki handlers/page/raw.php (assuming Hendrik Mans)
JsnX Jason Tourtelotte (slimmed it down, and added passing the output through nl2br and htmlspecialchars)
GmBowen for prompting the development

Description


This modification adds a page handler that shows the raw code of a page, formatted somewhat for viewing.

Usage:
Add /showcode to the end of any page URL.

For example:
http://wikka.jsnx.com/HomePage/showcode


handlers/page/showcode.php
 <?php
if ($this->HasAccess("read") && $this->page) {
    // display raw page, slightly formatted for viewing
    print(nl2br(htmlspecialchars($this->page["body"], ENT_QUOTES)));
}
?>
There are 17 comments on this page. [Show comments]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki