diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-04-17 07:29:08 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-04-17 07:29:08 -0400 |
commit | f4cca21fdf99f0cdd9be900c9190f7e5f6590828 (patch) | |
tree | 70cead4d5e43cf94d0cc1f3ebd6977f6b911827c /doc/context/en/network | |
parent | d7fe48d1b683bf11c796dca22c01b83076d1e96b (diff) | |
download | volse-hubzilla-f4cca21fdf99f0cdd9be900c9190f7e5f6590828.tar.gz volse-hubzilla-f4cca21fdf99f0cdd9be900c9190f7e5f6590828.tar.bz2 volse-hubzilla-f4cca21fdf99f0cdd9be900c9190f7e5f6590828.zip |
Recover lost language translation accommodation and doc/context restructuring
Diffstat (limited to 'doc/context/en/network')
-rw-r--r-- | doc/context/en/network/help.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/context/en/network/help.html b/doc/context/en/network/help.html new file mode 100644 index 000000000..53e993b69 --- /dev/null +++ b/doc/context/en/network/help.html @@ -0,0 +1,10 @@ +<dl class="dl-horizontal"> + <dt>General</dt> + <dd>The network page displays a stream of posts and conversations, typically ordered by the most recently updated. This page is highly customizable.</dd> + <dt><a href='#' onclick='contextualHelpFocus("#profile-jot-wrapper", 0); return false;' title="Click to highlight element...">Create a Post</a></dt> + <dd>At the top of the page there is a text box that says "Share". Clicking this box opens a new post editor. The post editor is customizable, but the basic editor provides fields for a post body and an optional post <b>Title</b>. Buttons below the text area to the left provide shortcuts to text formatting and inserting links, images, and other data into the post. The buttons to the right provide a post preview, the post permissions setting, and a <b>Submit</b> button to send the post.</dd> + <dt><a href='#' onclick='contextualHelpFocus("#group-sidebar", 1); return false;' title="Click to highlight element...">Privacy Groups</a></dt> + <dd>The privacy groups you have created are displayed in the side panel. Selecting them filters posts to those created by channels in the chosen group.</dd> + <dt><a href='#' onclick='$("#dbtn-acl").click(); return false;' title="Click to highlight element...">Post Permissions</a></dt> + <dd>The access control list (ACL) is what you use to set who can see your new post. Pressing the ACL button beside the Submit button will display a dialog in which you can select what channels and/or privacy groups can see the post. You can also select who is explicitly denied access. For example, say you are planning a surprise party for a friend. You can send an invitation post to everyone in your <b>Friends</b> group <i>except</i> the friend you are surprising. In this case you "show" the <b>Friends</b> group but "don't show" that one person.</dd> +</dl>
\ No newline at end of file |