diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-08-14 13:34:52 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-08-14 13:34:52 -0400 |
commit | 6868403383b1ab4684c63d30ac02f3a99e880be5 (patch) | |
tree | c17015bfc80dc3f5d23413961322dd81c4245691 /doc/context/en/settings | |
parent | d1cb925b5902e01eb1580921260faf3362279249 (diff) | |
download | volse-hubzilla-6868403383b1ab4684c63d30ac02f3a99e880be5.tar.gz volse-hubzilla-6868403383b1ab4684c63d30ac02f3a99e880be5.tar.bz2 volse-hubzilla-6868403383b1ab4684c63d30ac02f3a99e880be5.zip |
Context help for settings/features page
Diffstat (limited to 'doc/context/en/settings')
-rw-r--r-- | doc/context/en/settings/features/help.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/context/en/settings/features/help.html b/doc/context/en/settings/features/help.html new file mode 100644 index 000000000..86e4f5dae --- /dev/null +++ b/doc/context/en/settings/features/help.html @@ -0,0 +1,12 @@ +<dl class="dl-horizontal"> + <dt>General</dt> + <dd>This page allows you to configure settings for the many additional features of Hubzilla.</dd> + <dt><a href='#' onclick='$("#general-settings-title h3 a").click(); setTimeout((function() {contextualHelpFocus("#general-settings-title", 0)}), 1000); return false;' title="Click to highlight element...">General Features</a></dt> + <dd>General feature settings include options relevant to your channel, such as webpage and wiki hosting.</dd> + <dt><a href='#' onclick='$("#composition-settings-title h3 a").click(); setTimeout((function() {contextualHelpFocus("#composition-settings-title", 0)}), 1000); return false;' title="Click to highlight element...">Post Composition Features</a></dt> + <dd>The post composition features provide extra options and capabilities when composing new posts.</dd> + <dt><a href='#' onclick='$("#net_module-settings-title h3 a").click(); setTimeout((function() {contextualHelpFocus("#net_module-settings-title", 0)}), 1000); return false;' title="Click to highlight element...">Network and Stream Filtering</a></dt> + <dd>These settings modify features associated with filtering and controlling your view of incoming posts.</dd> + <dt><a href='#' onclick='$("#tools-settings-title h3 a").click(); setTimeout((function() {contextualHelpFocus("#tools-settings-title", 0)}), 1000); return false;' title="Click to highlight element...">Post/Comment Tools</a></dt> + <dd>These provide additional tools for categorizing posts and allowing additional commenting methods such as emoji or community tagging.</dd> +</dl>
\ No newline at end of file |