Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- Press Room
- ean-Claude Verset (FR) * [[https://dm.zimmer428.net/2018/04/changing-networking-behaviour-two-weeks-later/|Changing networking behaviour, two weeks later]] by kr * [[h... he Tech block from 8:50) * [[http://blog.zottel.net/2012/08/friendica-das-soziale-netzwerk-der.html|Friendica, das soziale Netzwerk der Zukunft]] by Zottel * [[http://www.for... -das-wirklich-freie-offene-und-dezentrale-soziale-netzwerk|Friendica - Das wirklich freie, offene und dezentrale soziale Netzwerk]] by sasiflo * [[http://faldrian.tumblr.co... usswurm.org/blogs/2012/05/04/decentralized-social-networks-do-exist/|Decentralized Social Networks Do Exist]] by Laurel Russwurm * [[http://l
- groups-and-privacy @de:docs
- son oder eine ganze Gruppe handeln. Auf deiner "Netzwerk"-Seite ("Unterhaltungen deiner Kontakte") fi... äge und Gespräche aller deiner Kontakte in deinem Netzwerk. Du kannst aber auch eine einzelne Gruppe a... stopp, es gibt noch mehr... Wenn du auf deiner "Netzwerk"-Seite eine bestimmte Gruppe ausgewählt hast... ßig "öffentlich" sind (bspw. für das gesamte Internet). Wenn du deine Beiträge standardmäßig "öffentli
- Groups and Privacy @docs
- ese can be individual people or groups. On your “Network” page you will find posts and conversation from everybody in your network. You may select an individual group on this p... t cases it will be completely wiped from the Internet - in under a minute. Again, this applies to Friendica networks. Once a message spreads to other networks, i... features work much better within a privacy-aware network. Many of the other social networks Friendica can connect to have no privacy con... have a mechanism to do so. Your friends on other networks will be blocked from viewing these private p
- Friendica Addon development @docs
- ata: * **uri** (input): the profile URI. * **network** (input): the target network (can be empty for auto-detection). * **uid*... t/ContactSelector.php ==== <code> Hook::callAll('network_to_name', $nets); </code> ==== src/Content/OEmbed.php ==== <cod... module.'_post_'.$selname, $o); Hook::callAll('jot_networks', $jotnets); </code> ==== src/Core/Authentication.php ==== ... ap::getCoordinates', $arr); </code> ==== src/Util/Network.php ==== <code> Hook::callAll('avatar_lookup
- settings @de:docs
- Um eine weitreichende Kompatibilität mit anderen Netzwerken und Browsern zu gewährleisten, empfehlen wir, selbst unterzeichnete Zertifikate **nicht** zu nutzen. Aber wir halten... ation Statistik Deine Instanz ist ein Teil eines Netzwerks von Servern dezentraler sozialer Netzwerke, der sogenannten **Federation**. In diesem ... n einem Verzeichnis anlegen, auf das man vom Internet aus zugreifen kann. Wenn du das dennoch tun musst... davon ab, da es die Interoperabilität mit anderen Netzwerken (z.B. Diaspora, GNU Social, Hubzilla) verh
- GNU Social API @docs
- ollowing endpoints defined in [[https://gnusocial.net/doc/twitterapi|the official GNU Social Twitter-li... th/access_token * oauth/request_token * statusnet/groups/timeline * statusnet/groups/show * statusnet/groups/create * statusnet/groups/join * statusnet/groups/leave * statu
- Friendica Addons @addons
- nectors//. Note regarding the Diaspora and StatusNet connectors, you only need them if you wand to pub... our old// account there as well. Users from these networks can connect with your Friendica account dire... ica-addons/pumpio|Link to the sources]] === statusnet === Bidirectional (posting, relaying and reading)... //git.friendi.ca/friendica/friendica-addons/statusnet|Link to the sources]] === twitter === Bidirection
- Friendica BBCode tags reference @docs
- u want to spread your post to several third party networks you may have the problem that these networks have a length limitation like on Twitter. F... system will use the defined abstracts. For other networks (e.g. when you are using the "statusnet" connector that is used to post to your GNU Socia... t that you don't want to post completely to these networks. Networks like Facebook or Google+ aren't length limited. For this reason the [abstract] element
- addons @de:docs
- c/Content/ContactSelector.php Hook::callAll('network_to_name', $nets); ### src/Content/OEmbed.php Hook::callAll... le.'_post_'.$selname, $o); Hook::callAll('jot_networks', $jotnets); ### src/Core/Authentication.php Hook::ca... llAll('Map::getCoordinates', $arr); ### src/Util/Network.php Hook::callAll('avatar_lookup', $avat
- Settings @docs
- mmunity to be completely isolated from the global network. === Force Publish === By default, each use... parated by their origin being local or the entire network. With this setting you can select which commu... te. This is useful if you want to setup a closed network for educational groups, cooperatives and simi... at don’t want to communicate with the rest of the network. === Allowed Email Domains === Comma separa
- faq @de:docs
- ashtag)** * **[Wie kann ich einen RSS-Feed meiner Netzwerkseite (Stream) erstellen?](help/FAQ#rss)** * ... er nutzt, bei dem keine Verbindung zum restlichen Netzwerk besteht, dann benötigst Du kein SSL. Ebenso ... r werden nicht als Vorschau angezeigt. Deshalb eignet sich diese Methode vor allem für Office-Dateien o... haubild in Deinem Beitrag an, nach einem Klick öffnet sich ein eingebetter Player. Bei Soundcloud wird
- bbcode @de:docs
- äge Wenn du deine Beiträge auf anderen Netzwerken von Drittanbietern verbreiten möchtes... assungen erstellen, die auf den unterschiedlichen Netzwerken angezeigt werden. Um dies zu tun, verwende... Zusammenfassungen für die unterschiedlichen Netzwerke verwenden. <table class="bbcodes"> <tr> ... er gemacht...</td> <td>Für Twitter und App.net wird Friendica in diesem Fall die speziell defini
- Making Friends @docs
- If you know (for instance) “alice” on gnusocial.net (a GNU Social site) you could put alice@gnusocial.net into your Contact page and become friends across networks. Likwise you can put in the URL to Alice’s gnusocial.net page, if you wish. Note: Some versions of GNU Soc... work with the identity address. People on these networks can also initiate contact with you, if they ... llowing example format “mailling-list@list-server.net”. ==== Syndication feeds ==== You can “follow”
- Autoloader with Composer @docs
- , Composer registers a callback with [[http://php.net/manual/en/function.spl-autoload-register.php|''%%... PHP autoloading, please refer to the [[http://php.net/manual/en/language.oop5.autoload.php|official PHP... ome items in a view, maybe in a fictional ''%%mod/network.php%%''. In order for the Composer autoloader... e code will be something like: <code php> // mod/network.php <?php use Friendica\App; function netwo
- Formatting Syntax @wiki
- homogeneous user group like a corporate [[wp>Intranet]]. Windows Shares like [[\\server\share|this]]... ng of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone... s|images]] (see below) like this: [[http://php.net|{{wiki:dokuwiki-128.png}}]] [[http://php.net|{{wiki:dokuwiki-128.png}}]] Please note: The image form