diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-06-12 21:15:52 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-06-12 21:15:52 -0400 |
commit | 3e804757c1a28efc30dc06f2cbcaf007785980f3 (patch) | |
tree | c912252fe43475171799db11ecac87435c761ea8 /doc/context/en | |
parent | cc43a49b6d95ab3f3e2495d452f4dfc195788942 (diff) | |
download | volse-hubzilla-3e804757c1a28efc30dc06f2cbcaf007785980f3.tar.gz volse-hubzilla-3e804757c1a28efc30dc06f2cbcaf007785980f3.tar.bz2 volse-hubzilla-3e804757c1a28efc30dc06f2cbcaf007785980f3.zip |
Context help for wiki interface
Diffstat (limited to 'doc/context/en')
-rw-r--r-- | doc/context/en/wiki/help.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/context/en/wiki/help.html b/doc/context/en/wiki/help.html new file mode 100644 index 000000000..314a9d60b --- /dev/null +++ b/doc/context/en/wiki/help.html @@ -0,0 +1,10 @@ +<dl class="dl-horizontal"> + <dt>General</dt> + <dd>Each wiki is a collection of pages, composed as Markdown-formatted text files.</dd> + <dt><a href='#' onclick='contextualHelpFocus("#wiki_list", 1); return false;' title="Click to highlight element...">Wiki List</a></dt> + <dd>Wikis owned by the channel <i>that you have permission to view</i> are listed in the side panel.</dd> + <dt><a href='#' onclick='contextualHelpFocus("#wiki-get-history", 0); return false;' title="Click to highlight element...">Page History</a></dt> + <dd>Every revision of a page is saved to allow quick reversion. Click the <b>History</b> tab to view a history of page revisions, including the date and author of each. The revert button will load the selected revision but will not automatically save the page.</dd> + <dt><a href='#' onclick='contextualHelpFocus("#wiki_page_list", 1); return false;' title="Click to highlight element...">Pages</a></dt> + <dd>The list of pages in the wiki are listed in the <b>Wiki Pages</b> panel. Prior to saving page edits using the <b>Page</b> control dropdown menu, you may <a href='#' onclick='contextualHelpFocus("#id_commitMsg", 0); return false;' title="Click to highlight element...">enter a custom message</a> to be displayed in the <a href='#' onclick='contextualHelpFocus("#wiki-get-history", 0); return false;' title="Click to highlight element..."><b>Page History</b></a> viewer along with the revision.</dd> +</dl>
\ No newline at end of file |