Wikka Documentation : ShowCodeInfo

HomePage :: Index :: RecentChanges :: Search :: Login/Register
[272] Latest edit on 2006-11-12 14:05:56 by YanB [cat + updated 2 links]


Additions:
HomePage

Displaying the source code of a page


A Wikka page is generated through some basic FormattingRules that are interpreted by the Wikka Engine to display the page as HTML

There are several ways for displaying the source code of a Wikka page:

  1. If you have write-access to the page, you can click on the Edit link to display an editable version of the page.

  2. You can also display the source of a page (since version 1.1.6.0) by using the showcode handler. To use it, just add /showcode to the end of any page URL.
For example:

http://docs.wikkawiki.org/HomePage shows the rendered version of HomePage

http://docs.wikkawiki.org/HomePage/showcode displays the source code.

  1. A plain text version of a page source is also available via the raw handler (usage: PageName/raw); when called up directly, this does not result in a "readable" page (because it gets treated as HTML which "squashes" all whitespace) but it's very useful for usage in actions that need to deal with the source of a page.


Related pages:



CategoryEN

Deletions:
Wikka Documentation

Displaying the source code of a page


A Wikka page is generated through some basic FormattingRules that are interpreted by the Wikka Engine to display the page as HTML

There are several ways for displaying the source code of a Wikka page:

  1. If you have write-access to the page, you can click on the Edit link to display an editable version of the page.

  2. You can also display the source of a page (since version 1.1.6.0) by using the showcode handler. To use it, just add /showcode to the end of any page URL.
For example:

http://wikka.jsnx.com/HomePage shows the rendered version of HomePage

http://wikka.jsnx.com/HomePage/showcode displays the source code.

  1. A plain text version of a page source is also available via the raw handler (usage: PageName/raw); when called up directly, this does not result in a "readable" page (because it gets treated as HTML which "squashes" all whitespace) but it's very useful for usage in actions that need to deal with the source of a page.


Related pages:



CategoryDocumentation



[39] The oldest known version of this page was created on 2004-12-15 10:46:06 by JavaWoman [edited info about raw handler; layout]

History of recent changes for ShowCodeInfo
Wikka Documentation

Displaying the source code of a page


A Wikka page is generated through some basic FormattingRules that are interpreted by the Wikka Engine to display the page as HTML

There are several ways for displaying the source code of a Wikka page:

  1. If you have write-access to the page, you can click on the Edit link to display an editable version of the page.

  2. You can also display the source of a page (since version 1.1.6.0) by using the showcode handler. To use it, just add /showcode to the end of any page URL.
For example:

http://wikka.jsnx.com/HomePage shows the rendered version of HomePage

http://wikka.jsnx.com/HomePage/showcode displays the source code.

  1. A plain text version of a page source is also available via the raw handler (usage: PageName/raw); when called up directly, this does not result in a "readable" page (because it gets treated as HTML which "squashes" all whitespace) but it's very useful for usage in actions that need to deal with the source of a page.


Related pages:



CategoryDocumentation
Creative Common Attribution-ShareAlike License
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.1262 seconds