From 60b38a3a527f64d1bdceac664690519c3b3cff8a Mon Sep 17 00:00:00 2001 From: zotlabs Date: Fri, 16 Mar 2018 15:34:09 -0700 Subject: slight re-org and update of documentation, moving the tutorial to the top. --- Zotlabs/Storage/Directory.php | 2 +- doc/toc.html | 16 ++++++++-------- doc/tutorials/personal_channel.html | 17 ++++++++--------- view/tpl/cloud_directory.tpl | 6 +++--- 4 files changed, 20 insertions(+), 21 deletions(-) diff --git a/Zotlabs/Storage/Directory.php b/Zotlabs/Storage/Directory.php index 510d463c1..a2dd1e9b8 100644 --- a/Zotlabs/Storage/Directory.php +++ b/Zotlabs/Storage/Directory.php @@ -680,7 +680,7 @@ class Directory extends DAV\Node implements DAV\ICollection, DAV\IQuota, DAV\IMo throw new DAV\Exception\Forbidden('Permission denied.'); } else { - throw new DAV\Exception\NotFound('A component of the request file path could not be found.'); + throw new DAV\Exception\NotFound('A component of the requested file path could not be found.'); } } 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 @@

- About + Tutorials

- @@ -61,12 +59,14 @@

- Tutorials + About

- 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.

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 Social role with a level of default privacy that you are comfortable with. If you are unsure, -select Social - Restricted.

+select Social - Mostly public which allows easy interaction and provides privacy when you need it. +Alternatively, Social - Restricted 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.

+

Add a profile photo

-

Navigate to your channel home by clicking the "Home" icon on the left side of the -navbar, and then select the About tab to view your profile.

+

When your new channel is created, you will be directed to a page determined by your site admin. By default this is the Edit Profile page. -

Press the Edit button on the right to edit your profile information.

- -

image

- -

From the Profile Tools dropdown menu, select the Change profile photo

+

From the Profile Tools dropdown menu, select Change profile photo (or just click the profile photo).

image

@@ -44,7 +43,7 @@ navbar, and then select the About tab to view your profile.

image

-

When you press Submit you will be redirected back to the profile editor. +

When you press Done Editing 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.)

image

diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index ad3caff88..1f0addc95 100644 --- a/view/tpl/cloud_directory.tpl +++ b/view/tpl/cloud_directory.tpl @@ -1,5 +1,5 @@
- {{if $tiles}} +{{if $tiles}} {{* this is needed to append the upload files in the right order *}}
@@ -36,7 +36,7 @@
{{/foreach}}
- {{else}} +{{else}} @@ -80,5 +80,5 @@ {{/foreach}}
- {{/if}} +{{/if}}
-- cgit v1.2.3