aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2015-01-19 12:12:31 +1100
committerRedMatrix <info@friendica.com>2015-01-19 12:12:31 +1100
commit9924a39e45b3962a4eba6ece2b1147e7d5166044 (patch)
tree6311a3efda54cee25d926a83778974e2157eb71e
parent673556a8472a1e6343c00a70651a90c79288da6c (diff)
parent08038eafb4e1e1374356727fa1f21dab244185cb (diff)
downloadvolse-hubzilla-9924a39e45b3962a4eba6ece2b1147e7d5166044.tar.gz
volse-hubzilla-9924a39e45b3962a4eba6ece2b1147e7d5166044.tar.bz2
volse-hubzilla-9924a39e45b3962a4eba6ece2b1147e7d5166044.zip
Merge pull request #866 from redswede/dev_redswede
Translations and updates to doc-files
-rwxr-xr-x.gitignore3
-rw-r--r--doc/Remove-Account.md1
-rw-r--r--doc/TermsOfService.md2
-rw-r--r--doc/account_basics.bb5
-rw-r--r--doc/encryption.bb10
-rw-r--r--doc/extra_features.bb1
-rw-r--r--doc/main.bb1
-rw-r--r--doc/permissions.bb8
-rw-r--r--doc/profiles.bb6
-rw-r--r--doc/red2pi.bb5
-rw-r--r--doc/remove_account.bb4
-rw-r--r--doc/sv/main.bb86
-rw-r--r--doc/sv/roles.bb57
-rw-r--r--doc/troubleshooting.bb2
14 files changed, 173 insertions, 18 deletions
diff --git a/.gitignore b/.gitignore
index a12143ef5..0c61bbc38 100755
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,6 @@ doc/SiteTOS.md
#Ingore site theme schemas
view/theme/redbasic/schema/default.php
+
+#Ignore emacs tempfiles
+.#*
diff --git a/doc/Remove-Account.md b/doc/Remove-Account.md
index 322b95578..dc39a8cbd 100644
--- a/doc/Remove-Account.md
+++ b/doc/Remove-Account.md
@@ -1,3 +1,4 @@
+// this page is out of date...
Remove Account
==============
diff --git a/doc/TermsOfService.md b/doc/TermsOfService.md
index 41e9c0de7..50fec64cf 100644
--- a/doc/TermsOfService.md
+++ b/doc/TermsOfService.md
@@ -1,4 +1,4 @@
Terms of Service
================
-#include doc/SiteTOS.md;
+#include doc/SiteTOS.md; //error does not exist...
diff --git a/doc/account_basics.bb b/doc/account_basics.bb
index a8fd6e5fd..0a55d2f03 100644
--- a/doc/account_basics.bb
+++ b/doc/account_basics.bb
@@ -22,13 +22,16 @@ Once you have provided the necessary details, click the 'Register' button. Some
[b]Create a Channel[/b]
-Next, you will be presented with the &quot;Add a channel&quot; screen. Normally, your first channel will be one that represents you - so using your own name (or psuedonym) as the channel name is a good idea. The channel name should be thought of as a title, or brief description of your channel. The &quot;choose a short nickname&quot; box is similar to a &quot;username&quot; field. We will use whatever you enter here to create a channel address, which other people will use to connect to you, and you will use to log in to other sites. This looks like an email address, and takes the form nickname@siteyouregisteredat.xyz
+Next, you will be presented with the &quot;Add a channel&quot; screen. Normally, your first channel will be one that represents you - so using your own name (or psuedonym) as the channel name is a good idea. The channel name should be thought of as a title, or brief description of your channel. The &quot;choose a short nickname&quot; box is similar to a &quot;username&quot; field. We will use whatever you enter here to create a channel address, which other people will use to connect to you, and you will use to log in to other sites. This looks like an email address, and takes the form nickname@siteyouregisteredat.xyz*
When your channel is created you will be taken straight to your settings page where you can define permissions, enable features, etc. All these things are covered in the appropriate section of the helpfiles.
+*Note: It is not possible to change this address after creating the channel.
+
See Also
[zrl=[baseurl]/help/permissions]Permissions[/zrl]
+[zrl=[baseurl]/help/privacy]Privacy[/zrl]
[zrl=[baseurl]/help/profiles]Profiles[/zrl]
[zrl=[baseurl]/help/remove_account]Remove Account[/zrl]
diff --git a/doc/encryption.bb b/doc/encryption.bb
index 3eee7a452..427c5f96b 100644
--- a/doc/encryption.bb
+++ b/doc/encryption.bb
@@ -1,4 +1,4 @@
-[size=large]Builtin Automatic Encryption Plus Super-Safe Encryption[/size]
+[size=large]Builtin Automatic Encryption[/size]
Full disclosure: The encryption Red Matrix uses per default is not absolutely waterproof. There [i]are[/i] known procedures to circumvent it. [i]But[/i] this takes a lot of effort and needs to be done individually for each channel. And to make this clear: Other services store your messages in plaintext, therefore we regard this approach as a [i]significant[/i] improvement for your privacy. Plus you are always free to use further encryption and password protection if you so desire.
@@ -6,11 +6,11 @@ To explain this in more detail:
- each channel has its key pair
- every non-public post is automatically encrypted
-- optional password protected super-safe encryption (needs to be enabled in settings)
+- optional password protect content via crypto-javascript browser-to-browser encryption (needs to be enabled in settings) Full disclosure: A rogue hub admin could injects malicious javascript-code (e.g. keylogging-abilities) into the code. Encrypt our stuff out of band with GPG, become a hub administrator yourself or use other means of communication if this worries you.
So what is the scope of security? Full disclosure: This might be great, but it is not perfect.
-- every non-public post is automatically encrypted but persons who have access to the site's database and files [i]may[/i] be able to decrypt everything by usig these keys which obviously need to be stored on the server. To be clear: The encrypion keys are different for every channel and it is [i]quite an effort[/i] to do this. And again: Other services store your messages in plain text unencrypted. So this [i]is[/i] quite a significant win for your privacy.
-So if you require super tight encryption enable ... and protect your posting with a password only you and the adressee(s) know. This way even people with access to the database and server ...
+- every non-public post is automatically encrypted but persons who have access to the site's database and files [i]may[/i] be able to decrypt everything by using these keys which obviously need to be stored on the server. To be clear: The encrypion keys are different for every channel and it is [i]quite an effort[/i] to do this. And again: Other services store your messages in plain text unencrypted. So this [i]is[/i] quite a significant win for your privacy.
+We believe that the NSA-level dragnet plaintext extracting mass surveillance is probably not possible due to the design of the zot protocol. Dedicated attacks including hacking into one hub to obtain the server logs and database only partly reveal what is going on between people communication between different hubs. We believe that this makes it much more expensive for state-level attackers to access your content in Red Matrix.
-... needs to be written ...
+We gladly accept help improving the security of the system and auditing it as well.
diff --git a/doc/extra_features.bb b/doc/extra_features.bb
index 2e877375e..be14fdb5b 100644
--- a/doc/extra_features.bb
+++ b/doc/extra_features.bb
@@ -1,3 +1,4 @@
+// multiple of these have been enabled by default. should we note this here somewhere, move it or remove them from this file?
[b]Features[/b]
The default interface of the Red Matrix was designed to be uncluttered. There are a huge number of extra features (some of which are extremely useful) which you can turn on and get the most of the application. These are found under the Extra Features link of your Settings page.
diff --git a/doc/main.bb b/doc/main.bb
index 340988d67..e7fd2894c 100644
--- a/doc/main.bb
+++ b/doc/main.bb
@@ -84,3 +84,4 @@ Zot is the great new communicaton protocol invented especially for the RedMatrix
[size=large][b]About This RedMatrix Hub[/b][/size]
[zrl=[baseurl]/help/TermsOfService]Terms of Service For This Hub[/zrl]
[zrl=[baseurl]/siteinfo]Hub Information (/siteinfo)[/zrl]
+[zrl=[baseurl]/siteinfo_json]Detailed Technical Hub Information (/siteinfo_json)[/zrl]
diff --git a/doc/permissions.bb b/doc/permissions.bb
index 232ea9e96..b4facde39 100644
--- a/doc/permissions.bb
+++ b/doc/permissions.bb
@@ -6,23 +6,23 @@ Permissions in the Red Matrix are more complete than you may be used to. This al
On your settings page, you will find a list of default permissions. These permissions are automatically applied to everybody unless you specify otherwise. The scope of these permissions varies from &quot;Only me&quot; to &quot;Everybody&quot; - though some scopes may not be available for some permissions. For example, you can't allow &quot;anybody on the internet&quot; to send you private messages, because we'd have no way to identify the sender, therefore no way to reply to them.
-We highly recommend that you use the "typical social network" settings when you first create your account, as it allows others to communicate with you and help you out if you have difficulty. You will find that these settings allow you as much privacy as you desire - when you desire it; but also allow you to communicate in public if you choose to. You are free to use much more private settings once you have learned your way around.
+We highly recommend that you use the "typical social network" settings when you create your first channel, as it allows others to communicate with you and help you out if you have difficulty. You will find that these settings allow you as much privacy as you desire - when you desire it; but also allow you to communicate in public if you choose to. You are free to use much more private settings once you have learned your way around.
Be aware that altering the scope of who can see your "public" items is a more or less [b]permanent[/b] change. Your public items have no identified permissions attached to them - they are public. If you restrict who can see these items, there is no way of making any single item public ever again - without allowing access to every public item you ever created. You are certainly free to do this, but beware of the consequences.
-A more useful privacy setup is to leave "public" items visible to anybody on the internet; but force everything you create to be restricted. This can be done on your Settings page by setting a Default Privacy Group for all new contacts, and setting your Default Post Permissions to restrict all your posts to that group. We use the Default Post Permissions for everything you create - posts, photos, events, webpages, and everything else. However you can then edit the permissions when you create any individual thing and remove your default privacy group to make just that item visible to anybody.
+A more useful privacy setup is to leave "public" items visible to anybody on the internet; but force everything you create to be restricted. This can be done on your Channel Settings page by selecting the role "Social - restricted". This ensures a Default Privacy Group for all new contacts, and sets your Default Post Permissions to restrict all your posts to that group. We use the Default Post Permissions for everything you create - posts, photos, events, webpages, and everything else. However you can then edit the permissions when you create any individual thing and remove your default privacy group to make just that item visible to anybody.
The scopes of permissions are:
-[li]Nobody Except Yourself. This is self explanatory. Only you will be allowed to use this permission.[/li]
+[li]Nobody Except Yourself. This is self explanatory. Only you will be allowed access.[/li]
[li]Only those you specifically allow. By default, people you are not connected to, and all new contacts will have this permission denied. You will be able to make exceptions for individual channels on their contact edit screen.[/li]
[li]Anybody in your address book. Anybody you do not know will have this permission denied, but anybody you accept as a contact will have this permission approved. This is the way most legacy platforms handle permissions.[/li]
-[li]Anybody On This Website. Anybody using the same website as you will have permission approved. Anybody who registered at a different site will have this permission denied.[/li]
+[li]Anybody On This Hub. Anybody using the same hub as you will have permission approved. Anybody who registered at a different hub will have this permission denied.[/li]
[li]Anybody in this network. Anybody in the Red Matrix will have this permission approved. Even complete strangers. However, anybody not logged in/authenticated will have this permission denied.[/li]
diff --git a/doc/profiles.bb b/doc/profiles.bb
index 5fcf5245a..1bf37b13b 100644
--- a/doc/profiles.bb
+++ b/doc/profiles.bb
@@ -10,8 +10,6 @@ That said, if you want other friends to be able to find you, it helps to have th
[*]A photo of you
[*]Your location on the planet, at least to a country level.[/ul]
-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 &quot;Keywords&quot; to your profile. Such as &quot;music, linux, photography&quot; or whatever. You can add as many keywords as you like.
To create an alternate profile, first go to [zrl=[baseurl]/settings/features]Settings &gt; Additional Features[/zrl] and enable &quot;Multiple Profiles&quot; there, otherwise you won't have the ability to use more than just your default profile.
@@ -32,4 +30,8 @@ On the directory page, you may search for people with published profiles. Curren
On your Connnections page and in the directory there is a link to &quot;Suggestions&quot; or &quot;Channel Suggestions&quot;, 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.
+See Also
+
+[zrl=[baseurl]/help/AdvancedSearch]Advanced Searching[/zrl]
+
#include doc/macros/main_footer.bb;
diff --git a/doc/red2pi.bb b/doc/red2pi.bb
index 48b7f6d38..03e05aa99 100644
--- a/doc/red2pi.bb
+++ b/doc/red2pi.bb
@@ -9,6 +9,7 @@ Then this page is for you! You will:
[*] Register a free domain (dynamic DNS) and use it for your RED hub
[*] Install the RED Matrix
[*] Keep your Raspberry Pi and your Redmatrix up-to-date
+[*] TODO Setting up SSL
[*] TODO Running Friendica with SSL
[*] TODO Make the webserver less vulnarable to attacks
[/list]
@@ -199,7 +200,7 @@ And add the following contains in it replacing the actual values:
--background
--dyndns_system default@freedns.afraid.org
--syslog
-[/code]
+ [/code]
[b]Step 5[/b]
@@ -302,7 +303,7 @@ Set up a cron job to run the poller once every 15 minutes in order to perform ba
- pi@pi /var/www $ which php
Make sure you are in the document root directory of the webserver
- pi@pi /var/www $ cd /var/www/
-Try to execute the poller in oder to make sure it works
+Try to execute the poller in order to make sure it works
- pi@pi /var/www $ /usr/bin/php include/poller.php
Create the cronjob
- pi@pi /var/www $ crontab -e
diff --git a/doc/remove_account.bb b/doc/remove_account.bb
index feb3f249a..704f0b94c 100644
--- a/doc/remove_account.bb
+++ b/doc/remove_account.bb
@@ -10,7 +10,7 @@ You will need to confirm your password and the channel you are currently logged
This is irreversible.
-If you have identity clones on other sites this only removes by default the channel instance which exists on this site.
+If you have identity clones on other hubs this only removes by default the channel instance which exists on this hub.
[b]Remove Account[/b]
@@ -22,6 +22,6 @@ You will need to confirm your password and the account you are currently logged
This is irreversible.
-All your channels will be deleted. If you have identity clones on other sites this only removes by default the channels instances which exists on this site.
+All your channels will be deleted. If you have identity clones on other hubs this only removes by default the channels instances which exists on this hub.
#include doc/macros/main_footer.bb;
diff --git a/doc/sv/main.bb b/doc/sv/main.bb
new file mode 100644
index 000000000..691f198f5
--- /dev/null
+++ b/doc/sv/main.bb
@@ -0,0 +1,86 @@
+[img][baseurl]/assets/hashlogo.png[/img]
+
+[size=large][b]RedMatrix dokumentation[/b][/size]
+
+[zrl=[baseurl]/help/about][b]Vad är RedMatrix?[/b][/zrl]
+RedMatrix är en decentraliserad publicerings- och kommunikationsplattform som möjliggör att du behåller kontrollen över dina kommunikationer med hjälp av automatisk kryptering och fininställbar behörighetskontroll. Det är du, och bara du, som beslutar vem som är behörig att ta del av ditt innehåll.
+
+[zrl=[baseurl]/help/features][b]RedMatrix funktioner[/b][/zrl]
+RedMatrix används redan och bildar ett globalt distribuerad närverk och bevisar* dagligen sin skalbarhet och diversitet i allt från installationer med en kanal till installationer med många användare och många kanaler med en stor mängd innehåll.
+Föreställ dig isolerade familjekommunikationsplatformer, distribuerade nätforum med fildelning, hjälpforum, bloggar och hemsidor. Eller proffesionellt anpassade innehållsleverantörer med kommersiella premium* kanaler och målriktat innehållsstyrning. Vad du än önskar så finns RedMatrix för att stödja dig i förverkligande av din kreativitet.
+
+[zrl=[baseurl]/help/what_is_zot][b]Har du Zot? Skaffa det, direkt.[/b][/zrl]
+Zot är en fantastisk ny kommunikationsprotokoll uppfunnit speciellt för RedMatrix. Som medlem är du inte längre bunden till en enskild sida eller hub tack vara "nomadiska identiteter". Flytt lätt till en annan server och håll dina kontakter och förbindelser intakta eller klona och kör den samma kanal på flera servrar simultant. I tillfälle av att en av dem stänger ner så går du inte miste om något. Plus när du är loggat in i RedMatrix så är det inga flera inloggningar även när du kontakter andra hubbar i nätverket. Zot är det som gör RedMatrix till något särskilt värdefullt/som urskiljer RedMatrix från mängden.
+
+[size=large][b]Kom igång[/b][/size]
+[zrl=[baseurl]/help/Privacy]Privacy Policy[/zrl]
+[zrl=[baseurl]/help/registration]Account Registration[/zrl]
+[zrl=[baseurl]/help/accounts_profiles_channels_basics]You at the RedMatrix: accounts, profiles and channels in short[/zrl]
+[zrl=[baseurl]/help/profiles]Profiles[/zrl]
+[zrl=[baseurl]/help/channels]Channels[/zrl]
+[zrl=[baseurl]/help/sv/roles]Behörighetsförval för kanaler[/zrl]
+[zrl=[baseurl]/help/first-post]Your first posting[/zrl]
+[zrl=[baseurl]/help/connecting_to_channels]Connecting To Other Channels[/zrl]
+[zrl=[baseurl]/help/permissions]Permissions And Encryption: You Are In Control[/zrl]
+[zrl=[baseurl]/help/cloud]Cloud Storage[/zrl]
+[zrl=[baseurl]/help/remove_account]Remove Channel or Account[/zrl]
+
+[size=large][b]Hjälp till medlemmar[/b][/size]
+[zrl=[baseurl]/help/tags_and_mentions]Tags and Mentions[/zrl]
+[zrl=[baseurl]/help/webpages]Web Pages[/zrl]
+[zrl=[baseurl]/help/bbcode]BBcode reference for posts and comments[/zrl]
+[zrl=[baseurl]/help/checking_account_quota_usage]Checking Account Quota Usage[/zrl]
+[zrl=[baseurl]/help/cloud_desktop_clients]Cloud Desktop Clients[/zrl]
+[zrl=[baseurl]/help/AdvancedSearch]Advanced Directory Search[/zrl]
+[zrl=[baseurl]/help/addons]Help With Addons[/zrl]
+[zrl=[baseurl]/help/diaspora_compat]Diaspora Communications Compatibility (Diaspora and Friendica)[/zrl]
+[zrl=[baseurl]/help/faq_members]FAQ For Members[/zrl]
+
+[size=large][b]Hjälp till administratorer[/b][/size]
+[zrl=[baseurl]/help/install]Install[/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/troubleshooting]Troubleshooting Tips[/zrl]
+[zrl=[baseurl]/help/hidden_configs]Tweaking RedMatrix's Hidden Configurations[/zrl]
+[zrl=[baseurl]/help/faq_admins]FAQ For Admins[/zrl]
+
+[size=large][b]Teknisk dokumentation[/b][/size]
+[zrl=[baseurl]/help/history]RedMatrix history[/zrl]
+[zrl=[baseurl]/help/Zot---A-High-Level-Overview]A high level overview of Zot[/zrl]
+[zrl=[baseurl]/help/zot]An introduction to Zot[/zrl]
+[zrl=[baseurl]/help/zot_structures]Zot Stuctures[/zrl]
+[zrl=[baseurl]/help/comanche]Comanche Page Descriptions[/zrl]
+[zrl=[baseurl]/help/Creating-Templates]Creating Comanche Templates[/zrl]
+[zrl=[baseurl]/help/Widgets]Core Widgets[/zrl]
+[zrl=[baseurl]/help/plugins]Plugins[/zrl]
+[zrl=[baseurl]/help/doco]Contributing Documentation[/zrl]
+[zrl=[baseurl]/help/DerivedTheme1]Creating Derivative Themes[/zrl]
+[zrl=[baseurl]/help/schema_development]Schemas[/zrl]
+[zrl=[baseurl]/help/Translations]Translations[/zrl]
+[zrl=[baseurl]/help/developers]Developers[/zrl]
+[zrl=[baseurl]/help/intro_for_developers]Intro for Developers[/zrl]
+[zrl=[baseurl]/help/api_functions]API functions[/zrl]
+[zrl=[baseurl]/help/api_posting]Posting to the red# using the API[/zrl]
+[zrl=[baseurl]/help/developer_function_primer]Red Functions 101[/zrl]
+[zrl=[baseurl]/doc/html/]Code Reference (doxygen generated - sets cookies)[/zrl]
+[zrl=[baseurl]/help/to_do_doco]To-Do list for the Red Documentation Project[/zrl]
+[zrl=[baseurl]/help/to_do_code]To-Do list for Developers[/zrl]
+[zrl=[baseurl]/help/roadmap]Version 3 roadmap[/zrl]
+[zrl=[baseurl]/help/git_for_non_developers]Git for Non-Developers[/zrl]
+[zrl=[baseurl]/help/dev_beginner]Sep-for-step manual for beginning developers[/zrl]
+
+[size=large][b]FAQ för utvecklare[/b][/size]
+[zrl=[baseurl]/help/faq_developers]FAQ For Developers[/zrl]
+
+[size=large][b]Externa resurser[/b][/size]
+[zrl=[baseurl]/help/external-resource-links]External Resource Links[/zrl]
+[url=https://github.com/friendica/red]Main Website[/url]
+[url=https://github.com/friendica/red-addons]Addon Website[/url]
+[url=https://zothub.com/channel/one]Development Channel[/url]
+
+[url=[baseurl]/help/credits]RedMatrix Credits[/url]
+
+[size=large][b]About This RedMatrix Hub[/b][/size]
+[zrl=[baseurl]/help/TermsOfService]Terms of Service For This Hub[/zrl]
+[zrl=[baseurl]/siteinfo]Hub Information (/siteinfo)[/zrl]
+[zrl=[baseurl]/siteinfo_json]Detailed Technical Hub Information (/siteinfo_json)[/zrl]
diff --git a/doc/sv/roles.bb b/doc/sv/roles.bb
new file mode 100644
index 000000000..47147c6bf
--- /dev/null
+++ b/doc/sv/roles.bb
@@ -0,0 +1,57 @@
+Behörighetsförval för kanaler
+========================
+
+
+##Socialt
+
+**Övervägande offentlig**
+
+Kanalen är en typisk social nätverksprofil. Som standard är inlägg och publicerade filer offentliga men du kan ändra detta när du skapar innehållet i systemet och begränsa tillgången. Du är listat i katalogen. Din närvarostatus (för chatt) och dina kontakter (vänner) är synliga för andra.
+
+**Begränsad**
+
+Som standard delas alla inlägg och publicerade filer med din 'Friends'-krets* och är inte offentligt tillgängliga. Nya vänner läggs till denna krets. Du kan ändra detta och skapa offentliga inlägg eller filer om du så önskar. Du är listat i katalogen. Din närvarostatus (för chatt) och dina kontakter (vänner) är synliga för andra.
+
+**Privat**
+
+Som standard delas alla inlägg och publicerade filer med din 'Friends'-krets* och är inte offentligt tillgängliga. Nya vänner läggs till denna krets. Du kan ändra detta och skapa offentliga inlägg eller filer om du så önskar. Du är INTE listat i katalogen. Din närvarostatus är dold.
+
+##Forum
+
+**Övervägande offentlig**
+
+Kanalen är ett typiskt forum. Som standard är inlägg och publicerade filer offentliga. Forummedlemmar kan dela innehåll med forumet via @omnämnaden+ eller vägg-till-vägg inlägg. Skapandet av foton och andra filer är blockerad. Kanalen är listat i katalogen. Medlemmar läggs till automatisk.
+
+**Begränsad**
+
+Som standard delas alla inlägg och publicerade filer med din 'Friends'-krets* och är inte offentligt tillgängliga. Forummedlemmar kan dela innehåll med forumet via @omnämnaden+ eller vägg-till-vägg inlägg, men inlägg och svar kan också ses av andra mottagare av toppnivåinlägget. Skapandet av foton och andra filer är blockerad. Kanalen är listat i katalogen. Medlemmar måste läggas till av kanalägaren.
+
+**Privat**
+
+Som standard delas alla inlägg och publicerade filer med forumets medlemmar och är inte offentligt tillgängliga. Ägaren av forumet kan dela inlägg eller filer offentligt, men det kan inte medlemmarna. Inlägg kan endast skapas via vägg-till-vägg. Delning av innehåll med forumet via @omnämnaden+ är inaktiverad. Skapandet av foton och andra filer är blockerad. Kanalen är INTE listat i katalogen. Medlemmar måste läggas till av kanalägaren.
+
+##RSS-flöde
+
+**Offentlig**
+
+Lik socialt - övervägande offentlig, men specialanpassad till källor av RSS-flöden*. RSS-innehållet kan fritt delas och källhänvisas i systemet. Närvarostatus är meningslöst och därför inaktiverad. Nya kontakter läggs till automatisk.
+
+**Begränsad**
+
+Specialanpassad till källor av RSS-flöden*. RSS-innehållet delas endast med kanalens kontakter. Närvarostatus är meningslöst och därför inaktiverad. Kanalen är INTE listat i katalogen. Kontakter måste läggas till av kanalägaren.
+
+##Special
+
+**Berömdheter/envägskanal**
+
+Kanalen är en speciell social nätverksprofil anpassad till envägskontakt med anhängare. Din närvarostatus är dold. Kommentarer och återkoppling är inaktiverad. Som standard är inlägg och publicerade filer offentliga men du kan ändra detta när du skapar innehållet och begränsa tillgången. Kanalen är listat i katalogen.
+
+**Grupputrymme**
+
+Ett offentligt forum som möjliggör för medlemmar att dela filer, foton och webbsidor.
+
+##Specialanpassad/Expertläge
+
+Ställ själv in allt ihop så det passar till dina specifika önskemål.
+
+#include doc/macros/main_footer.bb;
diff --git a/doc/troubleshooting.bb b/doc/troubleshooting.bb
index d5e1a29dc..35ecd3546 100644
--- a/doc/troubleshooting.bb
+++ b/doc/troubleshooting.bb
@@ -1,6 +1,6 @@
[b]Troubleshooting[/b]
-[li][zrl=[baseurl]/help/technical_faq]Technical FAQ[/zrl][/li]
+[li][zrl=[baseurl]/help/technical_faq]Technical FAQ[/zrl][/li] // error does not exist
[li][zrl=[baseurl]/help/problems-following-an-update]Problems following an update[/zrl][/li]
#include doc/macros/troubleshooting_footer.bb;