From 1fb7b9baae27e9c62a6468fbdb94619b0dd90546 Mon Sep 17 00:00:00 2001 From: www-data Date: Sun, 6 Mar 2016 18:34:50 +0100 Subject: Doco: corrected git URL in git for non-developers --- doc/git_for_non_developers.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/git_for_non_developers.bb b/doc/git_for_non_developers.bb index b0a623104..80c11024b 100644 --- a/doc/git_for_non_developers.bb +++ b/doc/git_for_non_developers.bb @@ -14,7 +14,7 @@ Once you've done that, cd into the directory, and add an upstream. [code] cd red -git remote add upstream https://github.com/redmatrix/redmatrix +git remote add upstream https://github.com/redmatrix/hubzilla [/code] From now on, you can pull upstream changes with the command -- cgit v1.2.3 From 1c6faa3a00caa7c2f584741351b3bc56326f7cf2 Mon Sep 17 00:00:00 2001 From: Tobias Luther Date: Sun, 6 Mar 2016 18:45:43 +0100 Subject: Added Link to TOS to EMail templates targeting members --- view/en/lostpass_eml.tpl | 3 +++ view/en/passchanged_eml.tpl | 5 +++++ view/en/register_verify_member.tpl | 5 +++++ 3 files changed, 13 insertions(+) diff --git a/view/en/lostpass_eml.tpl b/view/en/lostpass_eml.tpl index 3b79d2791..285a65ade 100644 --- a/view/en/lostpass_eml.tpl +++ b/view/en/lostpass_eml.tpl @@ -29,4 +29,7 @@ Login Name: {{$email}} Sincerely, {{$sitename}} Administrator +-- +Terms Of Service: +{{$siteurl}}/help/TermsOfService diff --git a/view/en/passchanged_eml.tpl b/view/en/passchanged_eml.tpl index 0d94be3c2..61bf27943 100644 --- a/view/en/passchanged_eml.tpl +++ b/view/en/passchanged_eml.tpl @@ -18,3 +18,8 @@ Sincerely, {{$sitename}} Administrator + +-- +Terms Of Service: +{{$siteurl}}/help/TermsOfService + diff --git a/view/en/register_verify_member.tpl b/view/en/register_verify_member.tpl index d1e34be67..71f0964d4 100644 --- a/view/en/register_verify_member.tpl +++ b/view/en/register_verify_member.tpl @@ -23,3 +23,8 @@ To deny the request and remove the account, please visit: Thank you. + +-- +Terms Of Service: +{{$siteurl}}/help/TermsOfService + -- cgit v1.2.3 From a013ddbb91f6befb72c441f2b07fa2c2070987a6 Mon Sep 17 00:00:00 2001 From: Tobias Luther Date: Sun, 6 Mar 2016 21:32:36 +0100 Subject: Doc: Minor correction cloud URL in cloud.bb --- doc/cloud.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cloud.bb b/doc/cloud.bb index d5195c0f5..3e0ac1fd3 100644 --- a/doc/cloud.bb +++ b/doc/cloud.bb @@ -10,7 +10,7 @@ On many public servers there may be limits on disk usage. The quickest and easiest way to share files is through file attachments. In the row of icons below the status post editor is a tool to upload attachments. Click the tool, select a file and submit. After the file is uploaded, you will see an attachment code placed inside the text region. Do not edit this line or it may break the ability for your friends to see the attachment. You can use the post permissions dialogue box or privacy hashtags to restrict the visibility of the file - which will be set to match the permissions of the post your are sending. -To delete attachments or change the permissions on the stored files, visit [observer.baseurl]/filestorage/{{username}}" replacing {{username}} with the nickname you provided during channel creation. +To delete attachments or change the permissions on the stored files, visit [observer.baseurl]/cloud/{{username}}" replacing {{username}} with the nickname you provided during channel creation. [b]Web Access[/b] -- cgit v1.2.3