## This file is subject to the terms and conditions defined in
## file 'LICENSE', which is part of this source code package.
## Copyright (c) 2009 SKR Farms (P) LTD.
<%inherit file="/base/basic1.html"/>
<%namespace name="elements" file="/component/elements.html"/>
<%namespace name="forms" file="/component/forms.html"/>
<%!
page_tooltips = [
[ 'Help',
"""Each wiki page is rendered with html translated wiki document and gives simple
statistical details for the page. Download a wiki page as text, pdf, html or
ps file.
"""
],
[ 'Comments',
"""Discussions on wiki document"""
],
[ 'History',
"""List of previous versions of a wiki page and color coded differences
between them.
"""
],
[ 'Attachments',
"""Upload attachments by clicking on the iconized title. Clicking on the
same once again will hide it. Delete attachments by clicking on the cross-wire.
Upload any number of files.
Every attached file, will have its "id" in paranthesis. Use the id value when
refering to the attachment.
"""
],
[ 'Tags',
"""Tag a wiki page by clicking on the iconized title. Delete tags by clicking
on the cross-wire. Tag names should be 2 or more characters.
"""
],
[ 'Markups',
"""
Text-Markup |
'' bold '' // italic //
__ underline __
^^ super-script ^^
,, super-script ,,
'/ bold-italic '/
'_ bold-underline '_
/_ italic-underline /_
'/_ super-script '/_
~? escape one character
\\\n escape newline
\\\\ line break
|
Links and anchor | [[ href | text ]] [[ *href_in_newwindow | text ]] [[ $anchor | text ]] [[ +image | text ]] |
Heading | =, ==, ===, ====, =====, for upto five levels of sub-headings |
Horizontal-rule | ---- |
Block-Markup |