Doco - politics, unwritten pages, links, and stuff. Nothing major.
This commit is contained in:
parent
77fb1c2ee6
commit
b27790302b
@ -25,10 +25,6 @@ An individual computer or server connected to the RedMatrix. These are provided
|
|||||||
|
|
||||||
The system operator of an individual hub.
|
The system operator of an individual hub.
|
||||||
|
|
||||||
**spy network**
|
|
||||||
|
|
||||||
Typically large centralised providers including but not limited to Facebook and Google. RedMatrix PRIVATE communications are designed to even be resistant to monitoring by the American NSA, however the technical capabilities of the NSA are not completely known and no guarantee of privacy against this organisation can be made. RedMatrix PUBLIC communications are not protected in any way.
|
|
||||||
|
|
||||||
##Policies
|
##Policies
|
||||||
|
|
||||||
**Public Information**
|
**Public Information**
|
||||||
@ -52,7 +48,7 @@ Comments to posts that were created by others and posts which are designated as
|
|||||||
|
|
||||||
**Private Information**
|
**Private Information**
|
||||||
|
|
||||||
RedMatrix developers will ensure that any content you provide which is designated as PRIVATE will be protected against eavesdropping - to the best of their ability. Private content is generally hidden or obscured even from hub administrators. It is also stripped from email notifications. It is difficult but NOT impossible for this content to be seen by a hub administrator who is determined to monitor your communications. We consider this like the lock on the door of a house. It will generally keep the house safe, but a determined burgler will ignore the lock on the door and instead break a window.
|
RedMatrix developers will ensure that any content you provide which is designated as PRIVATE will be protected against eavesdropping - to the best of their ability. Private content is generally hidden or obscured even from hub administrators. It is also stripped from email notifications. It is difficult but NOT impossible for this content to be seen by a hub administrator. This is a side effect of the physical laws of the universe. Unfortunately, if a database needs to decrypt a post at display time, it must have the means to decrypt the post! End to end encryption is also provided and this CANNOT be seen, even by a determined administrator.
|
||||||
|
|
||||||
##Identity Privacy
|
##Identity Privacy
|
||||||
|
|
||||||
@ -74,3 +70,4 @@ The RedMatrix RECOMMENDS that hub administrators provide a grace period of 1-2 d
|
|||||||
|
|
||||||
If you typically and regularly post content of an adult or offensive nature, you are STRONGLY encouraged to mark your account "NSFW" (Not Safe For Work). This will prevent the display of your profile photo in the directory except to viewers that have chosen to disable "safe mode". If your profile photo is found by directory administrators to be adult or offensive, the directory administrator MAY flag your profile photo as NSFW. There is currently no official mechanism to contest or reverse this decision, which is why you SHOULD mark your own account NSFW if it is likely to be inappropriate for general audiences.
|
If you typically and regularly post content of an adult or offensive nature, you are STRONGLY encouraged to mark your account "NSFW" (Not Safe For Work). This will prevent the display of your profile photo in the directory except to viewers that have chosen to disable "safe mode". If your profile photo is found by directory administrators to be adult or offensive, the directory administrator MAY flag your profile photo as NSFW. There is currently no official mechanism to contest or reverse this decision, which is why you SHOULD mark your own account NSFW if it is likely to be inappropriate for general audiences.
|
||||||
|
|
||||||
|
#include doc/macros/main_footer.bb;
|
||||||
|
@ -1,36 +0,0 @@
|
|||||||
Profiles
|
|
||||||
========
|
|
||||||
|
|
||||||
* [Home](help)
|
|
||||||
|
|
||||||
Red has unlimited profiles. You may use different profiles to show different "sides of yourself" to different audiences. This is different to having different _channels_. Different channels allow for completely different sets of information. You may have a channel for yourself, a channel for your sports team, a channel for your website, or whatever else. A profile allows for finely graded "sides" of each channel. For example, your default public profile might say "Hello, I'm Fred, and I like laughing". You may show your close friends a profile that adds "and I also enjoy dwarf tossing".
|
|
||||||
|
|
||||||
You always have a profile known as your "default" or "public" profile. This profile is always available to the general public and cannot be hidden (there may be rare exceptions on privately run or disconnected sites). You may, and probably should restrict the information you make available on your public profile.
|
|
||||||
|
|
||||||
That said, if you want other friends to be able to find you, it helps to have the following information in your public profile...
|
|
||||||
|
|
||||||
* Your real name or at least a nickname everybody knows
|
|
||||||
* A photo of **you**
|
|
||||||
* Your location on the planet, at least to a country level.
|
|
||||||
|
|
||||||
Without this basic information, you could get very lonely here. Most people (even your best friends) will not try and connect with somebody that has a fake name or doesn't contain a real photo.
|
|
||||||
|
|
||||||
In addition, if you'd like to meet people that share some general interests with you, please take a moment and add some "Keywords" to your profile. Such as "music, linux, photography" or whatever. You can add as many keywords as you like.
|
|
||||||
|
|
||||||
To create an alternate profile, select "View Profile" from the menu of your Red Matrix site, then click on the pencil at your profile photo. You may edit an existing profile, change the profile photo, add things to a profile or create a new profile. You may also create a "clone" of an existing profile if you only wish to change a few items but don't wish to enter all the information again. To do that, click on the profile you want to clone and choose "Clone this profile" there.
|
|
||||||
|
|
||||||
In the list of your profiles, you can also choose the contacts who can see a specific profile. Just click on "Edit visibility" next to the profile in question (only available for the profiles that are not your default profile) and then click on user images to add them to or remove them from the group of people who can see this profile.
|
|
||||||
|
|
||||||
Once a profile has been selected, when the person views your profile, they will see the private profile you have assigned. If they are not authenticated, they will see your public profile.
|
|
||||||
|
|
||||||
There is a setting which allows you to publish your profile to a directory and ensure that it can be found by others. You can change this setting on the "Settings" page.
|
|
||||||
|
|
||||||
If you do not wish to be found be people unless you give them your channel address, you may leave your profile unpublished.
|
|
||||||
|
|
||||||
**Keywords and Directory Search**
|
|
||||||
|
|
||||||
On the directory page, you may search for people with published profiles. The search is typically for your nickname or part of your full name. However this search will also match against other profile fields - such as gender, location, "about", work, and education. You may also include "Keywords" in your default profile - which may be used to search for common interests with other members. Keywords are used in the channel suggestion tool and although they aren't visible in the directory, they are shown if people visit your profile page.
|
|
||||||
|
|
||||||
Directory searches are also able to use "boolean" logic so that you can search for "+lesbian +Florida" and find those who's sexual preference (or keywords) contain the world "lesbian" and that live in Florida. See the section on "Topical Tags" on the [Tags-and-Mentions](help/Tags-and-Mentions) page for more information on performing boolean searches.
|
|
||||||
|
|
||||||
On your Connnections page and in the directory there is a link to "Suggestions" or "Channel Suggestions", respectively. This will find channels who have matching and/or similar keywords. The more keywords you provide, the more relevant the search results that are returned. These are sorted by relevance.
|
|
@ -1,7 +1,7 @@
|
|||||||
[b]Installing On Debian[/b]
|
[b]Installing On Debian[/b]
|
||||||
|
|
||||||
While following the instructions for any other installation will work on Debian, for this platform we also provide an install script
|
While following the instructions for any other installation will work on Debian, for this platform we also provide an install script
|
||||||
which can be [zrl=http://beardyunixer.com:1234/?p=debian-install-script.git;a=tree]downloaded here[/zrl]
|
which can be [url=http://gitweb.whogotzot.com/debian-install-script]downloaded here[/url]
|
||||||
|
|
||||||
[b]THIS SCRIPT IS MEANT TO BE RUN ON A NEW OR JUST REINSTALLED SERVER[/b]
|
[b]THIS SCRIPT IS MEANT TO BE RUN ON A NEW OR JUST REINSTALLED SERVER[/b]
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ For the initial setup git may not be installed on your server, to install git:
|
|||||||
|
|
||||||
If wget is installed try
|
If wget is installed try
|
||||||
|
|
||||||
[code]wget "http://beardyunixer.com:1234/?p=debian-install-script.git;a=blob_plain;f=debian-setup.sh;hb=HEAD" -O debian-setup.sh[/code]
|
[code]wget "http://gitweb.whogotzot.com/debian-install-script/snapshot/91e76332668509585d52d4fa3f5b81a728c67fa6.tar.gz" -O debian-setup.sh[/code]
|
||||||
|
|
||||||
To install wget:
|
To install wget:
|
||||||
[code]apt-get install wget[/code]
|
[code]apt-get install wget[/code]
|
||||||
|
@ -20,13 +20,13 @@ Returns the global app structure ($a).
|
|||||||
|
|
||||||
(App:: is usually assigned to the global $a), so $a->get_observer() or get_app()->get_observer() - returns an xchan structure representing the current viewer if authenticated (locally or remotely).
|
(App:: is usually assigned to the global $a), so $a->get_observer() or get_app()->get_observer() - returns an xchan structure representing the current viewer if authenticated (locally or remotely).
|
||||||
|
|
||||||
[b]get_config($family,$key), get_pconfig($uid,$family,$key)[/b]
|
[b]get_config($family,$key), get_pconfig($uid,$family,$key), get_xconfig($xchan_hash,$family,$key)[/b]
|
||||||
|
|
||||||
Returns the config setting for $family and $key or false if unset.
|
Returns the config setting for $family and $key or false if unset.
|
||||||
|
|
||||||
[b] set_config($family,$key,$value), set_pconfig($uid,$family,$key,$value)[/b]
|
[b] set_config($family,$key,$value), set_pconfig($uid,$family,$key,$value)[/b]
|
||||||
|
|
||||||
Sets the value of config setting for $family and $key to $value. Returns $value. The config versions operate on system-wide settings. The pconfig versions get/set the values for a specific integer uid (channel_id).
|
Sets the value of config setting for $family and $key to $value. Returns $value. The config versions operate on system-wide settings. The pconfig versions get/set the values for a specific integer uid (channel_id). The xconfig version get/sets the value for a specific xchan hash - generally used for remote users.
|
||||||
|
|
||||||
[b]dbesc()[/b]
|
[b]dbesc()[/b]
|
||||||
|
|
||||||
|
@ -43,6 +43,11 @@ valid SSL certificate rather than disabling port 443.
|
|||||||
4) Rsync everything in custom/ (this will only exist if you have custom modules)
|
4) Rsync everything in custom/ (this will only exist if you have custom modules)
|
||||||
5) Dump and restore DB.
|
5) Dump and restore DB.
|
||||||
|
|
||||||
|
[*]
|
||||||
|
[b]How do I set the default homepage for logged out viewers?[/b]
|
||||||
|
|
||||||
|
Use the custom_home addon available in the main addons repository.
|
||||||
|
|
||||||
[/ul]
|
[/ul]
|
||||||
|
|
||||||
#include doc/macros/main_footer.bb;
|
#include doc/macros/main_footer.bb;
|
||||||
|
13
doc/main.bb
13
doc/main.bb
@ -24,7 +24,7 @@ Zot is the great new communicaton protocol invented especially for the Red Matri
|
|||||||
[zrl=[baseurl]/help/cloud]Cloud Storage[/zrl]
|
[zrl=[baseurl]/help/cloud]Cloud Storage[/zrl]
|
||||||
[zrl=[baseurl]/help/remove_account]Remove Channel or Account[/zrl]
|
[zrl=[baseurl]/help/remove_account]Remove Channel or Account[/zrl]
|
||||||
|
|
||||||
[size=large][b]Using the Red Matrix[/b][/size]
|
[size=large][b]Members Help[/b][/size]
|
||||||
[zrl=[baseurl]/help/tags_and_mentions]Tags and Mentions[/zrl]
|
[zrl=[baseurl]/help/tags_and_mentions]Tags and Mentions[/zrl]
|
||||||
[zrl=[baseurl]/help/webpages]Web Pages[/zrl]
|
[zrl=[baseurl]/help/webpages]Web Pages[/zrl]
|
||||||
[zrl=[baseurl]/help/bbcode]BBcode reference for posts and comments[/zrl]
|
[zrl=[baseurl]/help/bbcode]BBcode reference for posts and comments[/zrl]
|
||||||
@ -32,20 +32,15 @@ Zot is the great new communicaton protocol invented especially for the Red Matri
|
|||||||
[zrl=[baseurl]/help/cloud_desktop_clients]Cloud Desktop Clients[/zrl]
|
[zrl=[baseurl]/help/cloud_desktop_clients]Cloud Desktop Clients[/zrl]
|
||||||
[zrl=[baseurl]/help/AdvancedSearch]Advanced Directory Search[/zrl]
|
[zrl=[baseurl]/help/AdvancedSearch]Advanced Directory Search[/zrl]
|
||||||
[zrl=[baseurl]/help/addons]Help With Addons[/zrl]
|
[zrl=[baseurl]/help/addons]Help With Addons[/zrl]
|
||||||
[zrl=[baseurl]/help/nomadic-identity]Got Zot? Nomadic Identity, Channel Cloning And More[/zrl]
|
|
||||||
[zrl=[baseurl]/help/diaspora_compat]Diaspora Communications Compatibility (Diaspora and Friendica)[/zrl]
|
[zrl=[baseurl]/help/diaspora_compat]Diaspora Communications Compatibility (Diaspora and Friendica)[/zrl]
|
||||||
|
|
||||||
[size=large][b]Frequently Asked Questions For Members[/b][/size]
|
|
||||||
[zrl=[baseurl]/help/faq_members]FAQ For Members[/zrl]
|
[zrl=[baseurl]/help/faq_members]FAQ For Members[/zrl]
|
||||||
|
|
||||||
[size=large][b]For Hub Administrators[/b][/size]
|
[size=large][b]Administrators Help[/b][/size]
|
||||||
[zrl=[baseurl]/help/install]Install[/zrl]
|
[zrl=[baseurl]/help/install]Install[/zrl]
|
||||||
[zrl=[baseurl]/help/debian_install]Easy Install on Debian via script[/zrl]
|
[zrl=[baseurl]/help/debian_install]Easy Install on Debian via script[/zrl]
|
||||||
[zrl=[baseurl]/help/red2pi]Installing Red on the Raspberry Pi[/zrl]
|
[zrl=[baseurl]/help/red2pi]Installing Red on the Raspberry Pi[/zrl]
|
||||||
[zrl=[baseurl]/help/problems-following-an-update]Problems Following A Software Update[/zrl]
|
|
||||||
[zrl=[baseurl]/help/troubleshooting]Troubleshooting Tips[/zrl]
|
[zrl=[baseurl]/help/troubleshooting]Troubleshooting Tips[/zrl]
|
||||||
|
[zrl=[baseurl]/help/hidden_configs]Tweaking RedMatrix's Hidden Configurations[/zrl]
|
||||||
[size=large][b]Frequently Asked Questions For Hub Admins[/b][/size]
|
|
||||||
[zrl=[baseurl]/help/faq_admins]FAQ For Admins[/zrl]
|
[zrl=[baseurl]/help/faq_admins]FAQ For Admins[/zrl]
|
||||||
|
|
||||||
[size=large][b]Technical Documentation[/b][/size]
|
[size=large][b]Technical Documentation[/b][/size]
|
||||||
@ -69,7 +64,6 @@ Zot is the great new communicaton protocol invented especially for the Red Matri
|
|||||||
[zrl=[baseurl]/help/to_do_code]To-Do list for Developers[/zrl]
|
[zrl=[baseurl]/help/to_do_code]To-Do list for Developers[/zrl]
|
||||||
[zrl=[baseurl]/help/git_for_non_developers]Git for Non-Developers[/zrl]
|
[zrl=[baseurl]/help/git_for_non_developers]Git for Non-Developers[/zrl]
|
||||||
|
|
||||||
|
|
||||||
[size=large][b]Frequently Asked Questions For Developers[/b][/size]
|
[size=large][b]Frequently Asked Questions For Developers[/b][/size]
|
||||||
[zrl=[baseurl]/help/faq_developers]FAQ For Developers[/zrl]
|
[zrl=[baseurl]/help/faq_developers]FAQ For Developers[/zrl]
|
||||||
|
|
||||||
@ -79,5 +73,6 @@ Zot is the great new communicaton protocol invented especially for the Red Matri
|
|||||||
[url=https://github.com/friendica/red-addons]Addon Website[/url]
|
[url=https://github.com/friendica/red-addons]Addon Website[/url]
|
||||||
[url=https://zothub.com/channel/one]Development Channel[/url]
|
[url=https://zothub.com/channel/one]Development Channel[/url]
|
||||||
|
|
||||||
|
[url=[baseurl]/help/credits]RedMatrix Credits[/url]
|
||||||
[size=large][b]About This Red Matrix Site[/b][/size]
|
[size=large][b]About This Red Matrix Site[/b][/size]
|
||||||
[zrl=[baseurl]/siteinfo] [baseurl]/siteinfo[/zrl]
|
[zrl=[baseurl]/siteinfo] [baseurl]/siteinfo[/zrl]
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
[b]How to install the Red Matrix on a Raspberry Pi[/b]
|
[b]How to install the Red Matrix on a Raspberry Pi[/b]
|
||||||
|
|
||||||
[zrl=[baseurl]/help/main] Back to the main page[/zrl]
|
|
||||||
Last update 2014-02-22
|
|
||||||
[hr]
|
|
||||||
|
|
||||||
You just bought a Raspberry Pi and want to run the RED Matrix with your own domain name?
|
You just bought a Raspberry Pi and want to run the RED Matrix with your own domain name?
|
||||||
|
|
||||||
Then this page is for you! You will:
|
Then this page is for you! You will:
|
||||||
|
@ -3,4 +3,6 @@
|
|||||||
[li][zrl=[baseurl]/help/technical_faq]Technical FAQ[/zrl][/li]
|
[li][zrl=[baseurl]/help/technical_faq]Technical FAQ[/zrl][/li]
|
||||||
[li][zrl=[baseurl]/help/problems-following-an-update]Problems following an update[/zrl][/li]
|
[li][zrl=[baseurl]/help/problems-following-an-update]Problems following an update[/zrl][/li]
|
||||||
|
|
||||||
|
#include doc/macros/troubleshooting_footer.bb;
|
||||||
#include doc/macros/main_footer.bb;
|
#include doc/macros/main_footer.bb;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user