diff options
author | Andrew Manning <tamanning@zoho.com> | 2018-03-27 21:11:34 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2018-03-27 21:11:34 -0400 |
commit | 1dc795722a8e748ebb98e8fab778cd4686a0654f (patch) | |
tree | 4f4a4e8dea10090106c4d54a02c6860332cd9df4 /doc | |
parent | dcd658f12ea60945678717e3c310e94ece7b1f96 (diff) | |
parent | c98776923a3aed4a0a17ca1412787de3b718eba9 (diff) | |
download | volse-hubzilla-1dc795722a8e748ebb98e8fab778cd4686a0654f.tar.gz volse-hubzilla-1dc795722a8e748ebb98e8fab778cd4686a0654f.tar.bz2 volse-hubzilla-1dc795722a8e748ebb98e8fab778cd4686a0654f.zip |
Merge branch 'dev' into oauth2
Diffstat (limited to 'doc')
-rw-r--r-- | doc/member/member_guide.bb | 14 | ||||
-rw-r--r-- | doc/toc.html | 16 | ||||
-rw-r--r-- | doc/tutorials/personal_channel.html | 17 |
3 files changed, 25 insertions, 22 deletions
diff --git a/doc/member/member_guide.bb b/doc/member/member_guide.bb index 10ea4db57..591c1dd62 100644 --- a/doc/member/member_guide.bb +++ b/doc/member/member_guide.bb @@ -78,7 +78,11 @@ See Also [b]Mostly Public[/b] -The channel is a typical social networking profile. By default posts and published items are public, but one can over-ride this when creating the item and restrict it. You are listed in the directory. Your online presence and connections are visible to others. +The channel is a typical social networking profile. By default posts and published items are public, but you can over-ride this when creating the item and restrict it. You are listed in the directory. Your online presence and connections are visible to others. Only your immediate connections can comment on your public posts and send you private mail. The permission policies are similar to Facebook. + +[b]Party[/b] + +The channel is a permissive social networking profile. The permission policies are similar to Twitter and several free networks such as Diaspora and Mastodon. Anybody in the network can comment on your public posts and send you private mail. By default posts and published items are public, but you can over-ride this when creating the item and restrict it. You are listed in the directory. Your online presence and connections are visible to others. This mode [i]may[/i] increase your exposure to undesired communications and spam. [b]Restricted[/b] @@ -94,16 +98,16 @@ By default all posts and published items are sent to your 'Friends' privacy grou [b]Mostly Public[/b] -The channel is a typical forum. By default posts and published items are public. Members may post by @mention+ or wall-to-wall post. Posting photos and other published items is blocked. The channel is visible in the directory. Members are added automatically. +The channel is a typical forum. By default posts and published items are public. Members may post by !mention or wall-to-wall post. Posting photos and other published items is blocked. The channel is visible in the directory. Members are added automatically. [b]Restricted[/b] -By default all posts and published items are sent to the channel's 'Friends' privacy group. New friends are added to this privacy group. Members may post by @mention+ or wall-to-wall post, but posts and replies may also be seen by other receipients of the top-level post who are not members. The channel is visible in the directory. Members must be manually added by the forum owner. +By default all posts and published items are sent to the channel's 'Friends' privacy group. New friends are added to this privacy group. Members may post by !mention or wall-to-wall post, but posts and replies may also be seen by other receipients of the top-level post who are not members. The channel is visible in the directory. Members must be manually added by the forum owner. [b]Private[/b] -By default all posts and published items are sent to your 'Friends' privacy group. New friends are added to this privacy group. The owner can over-ride this and create a public post or public item if desired. Members cannot. You are NOT listed in the directory. Only your connections can see your other connections. Your online presence is hidden. Members must be manually added by the forum owner. Posting by @mention+ is disabled. Posts can only be made via wall-to-wall posts, and sent to members of the 'Friends' privacy group. They are not publicly visible. +By default all posts and published items are sent to your 'Friends' privacy group. New friends are added to this privacy group. The owner can over-ride this and create a public post or public item if desired. Members cannot. You are NOT listed in the directory. Only your connections can see your other connections. Your online presence is hidden. Members must be manually added by the forum owner. Posting by !mention is disabled. Posts can only be made via wall-to-wall posts, and sent to members of the 'Friends' privacy group. They are not publicly visible. [h4]Feed[/h4] @@ -195,7 +199,7 @@ The process for connecting to channels on other networks (such as GNU-Social, Ma Some communications offer more than one protocol. If you wish to connect with somebody on Mastodon (for instance) they can use either the 'ostatus' or the 'activitypub' protocol for communication. Generally the 'activitypub' protocol will provide a better experience than 'ostatus', but $Projectname will often choose the first protocol it discovers and this may not be the one you want. You may connect with somebody over a specific protocol by prepending the protocol name in square brackets to their "webbie". For example [code] -[activitypub]foobar@foo.bar +[activitypub]https://foo.bar/foobar [ostatus]foobar@foo.bar [diaspora]foobar@foo.bar [zot]foobar@foo.bar diff --git a/doc/toc.html b/doc/toc.html index 1b7de3cb3..f6ade61c7 100644 --- a/doc/toc.html +++ b/doc/toc.html @@ -2,14 +2,12 @@ <div class=""> <div class=""> <h3 class="panel-title"> - About + Tutorials </h3> </div> - <div id="about" class="doco-section"> + <div id="tutorials" class="doco-section"> <div class="flex-column"> - <a class="nav-link" href="/help/about/about">About</a> - <a class="nav-link" href="/help/about/project">Project</a> - <a class="nav-link" href="/help/about/about_hub">About this hub</a> + <a class="nav-link" href="/help/tutorials/personal_channel">Personal Channel</a> </div> </div> </div> @@ -61,12 +59,14 @@ <div class="panel"> <div class=""> <h3 class="panel-title"> - Tutorials + About </h3> </div> - <div id="tutorials" class="doco-section"> + <div id="about" class="doco-section"> <div class="flex-column"> - <a class="nav-link" href="/help/tutorials/personal_channel">Personal Channel</a> + <a class="nav-link" href="/help/about/about">About</a> + <a class="nav-link" href="/help/about/project">Project</a> + <a class="nav-link" href="/help/about/about_hub">About this hub</a> </div> </div> </div> diff --git a/doc/tutorials/personal_channel.html b/doc/tutorials/personal_channel.html index 9dbc2aaec..bbf367571 100644 --- a/doc/tutorials/personal_channel.html +++ b/doc/tutorials/personal_channel.html @@ -13,8 +13,11 @@ to a personal channel in a natural way.</p> <p>Enter your name and a nickname for the channel address, and select a "role". Typically if this is a personal channel that represents you, select a <strong>Social</strong> role with a level of default privacy that you are comfortable with. If you are unsure, -select <strong>Social - Restricted</strong>.</p> +select <strong>Social - Mostly public</strong> which allows easy interaction and provides privacy when you need it. +Alternatively, <strong>Social - Restricted</strong> is very popular among privacy advocates, though it may require a bit more +effort to meet people. Whichever setting you choose can be changed later if you decide you require more or less privacy than what is provided.</p> +<!-- This section no longer applicable <h3 id="Configure_your_channel_features">Configure your channel features</h3> <p>When your new channel is created you are directed to the channel settings page. @@ -26,17 +29,13 @@ enable various features. Remember to press the Submit button when you are done w your selections.</p> <p><img class="img-responsive" src="/help/tutorials/assets/3656a67dce40a1fc2515e9089217f2e136d4fcf8babe77bac00ecaad43ce.png" alt="image"><img class="img-responsive" src="/help/tutorials/assets/4aaaf1e124514c8d6999a5fe1d07be5af460cda4ba6cde9106ebc1564bb0.png" alt="image"><img class="img-responsive" src="/help/tutorials/assets/99a6efda4df631dfb2d2a849412044cc6a0f8aebeac289d28786f2649d24.png" alt="image"><img class="img-responsive" src="/help/tutorials/assets/e5d5674a34e848e2cce90a60fc416415271d9c51b81ad2a950fb0157222a.png" alt="image"></p> +--> <h3 id="Add_a_profile_photo">Add a profile photo</h3> -<p>Navigate to your channel home by clicking the "Home" icon on the left side of the -navbar, and then select the <strong>About</strong> tab to view your profile.</p> +<p>When your new channel is created, you will be directed to a page determined by your site admin. By default this is the <strong>Edit Profile</strong> page. -<p>Press the <strong>Edit</strong> button on the right to edit your profile information.</p> - -<p><img class="img-responsive" src="/help/tutorials/assets/2243e48ccea25bd907cce3dbd6fc9f7cd832a4c91a4c5dd294b7b219e7d8.png" alt="image"></p> - -<p>From the <strong>Profile Tools</strong> dropdown menu, select the <strong>Change profile photo</strong></p> +<p>From the <strong>Profile Tools</strong> dropdown menu, select <strong>Change profile photo</strong> (or just click the profile photo).</p> <p><img class="img-responsive" src="/help/tutorials/assets/31f42a02bdbae095e0329db6c3814e2975979aff12f873f43d81724c5e61.png" alt="image"></p> @@ -44,7 +43,7 @@ navbar, and then select the <strong>About</strong> tab to view your profile.</p> <p><img class="img-responsive" src="/help/tutorials/assets/458a842c2ea0fbe3b7869bb14dfffe1e5be098d1cd6e590bbead25b4cc05.png" alt="image"></p> -<p>When you press <strong>Submit</strong> you will be redirected back to the profile editor. +<p>When you press <strong>Done Editing</strong> you will be redirected back to the profile editor. (You might need to clear your browser cache if you have trouble seeing the new photo.)</p> <p><img class="img-responsive" src="/help/tutorials/assets/d080e92d797af5e863fa39b2084c16a8410de1f7a6559633435817444aef.png" alt="image"></p> |