Revision history for ShowCodeInfo
Revision [22739]
Last edited on 2016-05-20 07:38:41 by JavaWoman [Replaces old-style internal links with new pipe-split links.]Additions:
This page can now be found on the [[Docs:ShowCodeInfo | Wikka Documentation Server]].
An archive of [[http://wikkawiki.org/ShowCodeInfo/revisions | old revisions of this page]] is still available for reference.<<
An archive of [[http://wikkawiki.org/ShowCodeInfo/revisions | old revisions of this page]] is still available for reference.<<
Deletions:
An archive of [[http://wikkawiki.org/ShowCodeInfo/revisions
old revisions of this page]] is still available for reference.<<
Additions:
<<===This page has moved===
This page can now be found on the [[Docs:ShowCodeInfo Wikka Documentation Server]].
Thanks for updating your bookmarks!
----
An archive of [[http://wikkawiki.org/ShowCodeInfo/revisions
old revisions of this page]] is still available for reference.<<
::c::
----
CategoryMigratedDocs
This page can now be found on the [[Docs:ShowCodeInfo Wikka Documentation Server]].
Thanks for updating your bookmarks!
----
An archive of [[http://wikkawiki.org/ShowCodeInfo/revisions
old revisions of this page]] is still available for reference.<<
::c::
----
CategoryMigratedDocs
Deletions:
-----
=====Displaying the source code of a page=====
A Wikka page is generated through some basic FormattingRules that are interpreted by the [[WikiEngine 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 [[ACLInfo write-access]] to the page, you can click on the Edit link to display an [[EditPageInfo editable version]] of the page.--- ---
~1) 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**:
~-[[HandlerInfo Wikka Handlers]]
----
CategoryDocumentation
Additions:
~1) If you have [[ACLInfo write-access]] to the page, you can click on the Edit link to display an [[EditPageInfo editable version]] of the page.--- ---
~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.
~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.
Deletions:
~1) A plain text version of a page source can be visualized by using the **raw** handler. (usage: ##""PageName/raw""##)
Additions:
[[WikkaDocumentation Wikka Documentation]]
~http://wikka.jsnx.com/HomePage shows the rendered version of HomePage
~http://wikka.jsnx.com/HomePage shows the rendered version of HomePage
Deletions:
~http://wikka.jsnx.com/HomePage/ shows the rendered version of HomePage
Additions:
~1) 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.
Deletions:
Additions:
~1) A plain text version of a page source can be visualized by using the **raw** handler. (usage: ##""PageName/raw""##)
Deletions:
Additions:
~1) If you have [[ACLInfo write-access]] to the page, you can click on the Edit link to display an [[EditPageInfo editable version]] of the page.