From a3c37f145817407df28e9ffea6a83a6cd2b31cdd Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 5 May 2015 03:56:10 -0700 Subject: first pass name change --- doc/what_is_zot.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/what_is_zot.bb') diff --git a/doc/what_is_zot.bb b/doc/what_is_zot.bb index 5dce2cb6f..836f174b4 100644 --- a/doc/what_is_zot.bb +++ b/doc/what_is_zot.bb @@ -55,7 +55,7 @@ For more detailed, technical information about Zot, check out the following link - [url=https://github.com/friendica/red/wiki/zot]Zot development specification[/url] - - [url=https://github.com/redmatrix/redmatrix/blob/master/include/zot.php]Zot reference implementation in PHP[/url] + - [url=https://github.com/redmatrix/hubzilla/blob/master/include/zot.php]Zot reference implementation in PHP[/url] #include doc/macros/main_footer.bb; -- cgit v1.2.3 From 5b5f0666f9addc4b2c0cd69495d9fe8f76011ee2 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 5 May 2015 03:59:51 -0700 Subject: second pass name change --- doc/what_is_zot.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/what_is_zot.bb') diff --git a/doc/what_is_zot.bb b/doc/what_is_zot.bb index 836f174b4..374cf598d 100644 --- a/doc/what_is_zot.bb +++ b/doc/what_is_zot.bb @@ -1,6 +1,6 @@ [b]What is Zot?[/b] -Zot is the protocol that powers the Red Matrix, providing three core capabilities: Communications, Identity, and Access Control. +Zot is the protocol that powers the Hubzilla, providing three core capabilities: Communications, Identity, and Access Control. The functionality it provides can also be described as follows: @@ -39,7 +39,7 @@ You cannot be silenced. You cannot be removed from the matrix, unless you yourse [b][size=20]Access Control[/size][/b] -Zot's identity layer allows you to provide fine-grained permissions to any content you wish to publish - and these permissions extend across the Red Matrix. This is like having one super huge website made up of an army of small individual websites - and where each channel in the matrix can completely control their privacy and sharing preferences for any web resources they create. +Zot's identity layer allows you to provide fine-grained permissions to any content you wish to publish - and these permissions extend across the Hubzilla. This is like having one super huge website made up of an army of small individual websites - and where each channel in the matrix can completely control their privacy and sharing preferences for any web resources they create. Currently, the matrix supports communications, photo albums, events, and files. This will be extended in the future to provide content management services (web pages) and cloud storage facilities, such as WebDAV and multi-media libraries. Every object and how it is shared and with whom is completely under your control. -- cgit v1.2.3 From 364025e550341b2922104e83d2a2fddaf4f21652 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 13 May 2015 17:59:45 -0700 Subject: remove project name dependency from most of the doc files to ease project merging, there are going to be some edge cases requiring manual tweaking as most of this was done by script. --- doc/what_is_zot.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/what_is_zot.bb') diff --git a/doc/what_is_zot.bb b/doc/what_is_zot.bb index 5dce2cb6f..765600806 100644 --- a/doc/what_is_zot.bb +++ b/doc/what_is_zot.bb @@ -1,6 +1,6 @@ [b]What is Zot?[/b] -Zot is the protocol that powers the Red Matrix, providing three core capabilities: Communications, Identity, and Access Control. +Zot is the protocol that powers the $Projectname, providing three core capabilities: Communications, Identity, and Access Control. The functionality it provides can also be described as follows: @@ -39,7 +39,7 @@ You cannot be silenced. You cannot be removed from the matrix, unless you yourse [b][size=20]Access Control[/size][/b] -Zot's identity layer allows you to provide fine-grained permissions to any content you wish to publish - and these permissions extend across the Red Matrix. This is like having one super huge website made up of an army of small individual websites - and where each channel in the matrix can completely control their privacy and sharing preferences for any web resources they create. +Zot's identity layer allows you to provide fine-grained permissions to any content you wish to publish - and these permissions extend across the $Projectname. This is like having one super huge website made up of an army of small individual websites - and where each channel in the matrix can completely control their privacy and sharing preferences for any web resources they create. Currently, the matrix supports communications, photo albums, events, and files. This will be extended in the future to provide content management services (web pages) and cloud storage facilities, such as WebDAV and multi-media libraries. Every object and how it is shared and with whom is completely under your control. -- cgit v1.2.3