Search

You can find the results of your search below.

Formatting Syntax @wiki
21 Hits, Last modified:
e. This page contains all possible syntax you may use when editing the pages. Simply have a look at the... it this page". If you want to try something, just use the [[playground:playground|playground]] page. Th... u can **__//''combine''//__** all these. You can use <sub>subscript</sub> and <sup>superscript</sup>, too. You can use <sub>subscript</sub> and <sup>superscript</sup>,
Friendica Installation @docs
21 Hits, Last modified:
ood reasons to not choose a certificate, e.g. because you are running a local only test installation of... mod-rewrite enabled and "Options All" so you can use a local ''.htaccess'' file * PHP versions 7.3 t... DED. Directory paths will not be as convenient to use and have not been thoroughly tested. This is REQU... ddons.git -b stable addon </code> If you want to use the development version of Friendica you can swit
Autoloader with Composer @docs
18 Hits, Last modified:
t it is available, without the need to explicitly use “require_once”. Once it is set up you don’t have to directly use it, you can directly use any class that is covered by the autoloader (currently ''%%vendor%%'' and ''%... es conflicts (could be that a library you want to use also defines a class named ''%%ItemsManager%%'',
Friendica BBCode tags reference @docs
17 Hits, Last modified:
ternet | ''%%[url]http://friendi.ca[/url]%%'' | | Use some text as label for the link | ''%%[url=http:/... | ''%%[mail]user@mail.example.com[/mail]%%'' | | Use some text as label for the email link | ''%%[mail... ou wish to separate a new paragraph, you can also use the ''[p]'' BBCode tag, accompanied with a ''[/p]... BBCode tag. === Code Blocks === You can either use inline code or create a multi-line code block, bo
Friendica Storage Backend Addon development @docs
16 Hits, Last modified:
ss it back to the backend. This is necessary because it isn’t always clear, if you need further constr... Override the two necessary instances: <code php> use Friendica\Core\Storage\Capability\ICanWriteToStor... eption should be used in case the caller tries to use an invalid references. This could happen in case ... r for transparency reasons. Example: <code php> use Friendica\Core\Storage\Capability\ICanWriteToStor
How To Move Classes to src @docs
14 Hits, Last modified:
you’re done deciding the namespace, it’s time to use it. Let’s say we choose ''%%Friendica\Core%%'' for the ''%%Config%%'' class. ===== Use the namespace ===== To declare the namespace, th... lly, PHP provides namespace shortcuts through ''%%use%%''. This language construct just provides a dif... m on its own. Here are the different ways you can use ''%%use%%'': <code php> // No use $config = new
FAQ / Friendica @faq
13 Hits, Last modified:
title="Are there any clients for Friendica I can use?">Friendica is using a [[docs:api-twitter|Twitter... on|Mastodon]] compatible API, which means you can use any Mastodon/Twitter/GNU Social client for your p... ot possible to get a preview for these items. Because of this, this upload method is only recommended f... omparison_of_file_hosting_services|filehoster]]), use the "link"-button (chain-symbol). When you're ad
Settings @docs
11 Hits, Last modified:
ig|config/local.config.php]] file. If you want to use this method, the registration policy has to be se... ged in users can register additional accounts for use as pages. These will still require approval if th... s can be avaiable from third-party addons. If you use those, please refer to the documentation of those... uses a proxy to connect to the internet, you may use these settings to communicate with the outside wo
Press Room
10 Hits, Last modified:
rk]] by CovFeFe * [[https://homehack.nl/when-to-use-friendica-over-diaspora/|When to use Friendica over Diaspora*]] by eribuijs * [[https://homehack.nl/... lauffeuer) * [[http://www.haukepauke.de/2014/05/use-friendica-pidgin-ubuntu-debian-linux/|How to use Friendica with Pidgin]] by Hauke Altmann * [[http:/
Friendica Addons @addons
10 Hits, Last modified:
Libravatar. Please disable Gravatar addon if you use this one. (requires PHP >= 5.3) * [[https://gi... ns for embedding the content. === googlemaps === Use Google Maps for displaying locations. After activ... maps|Link to the sources]] === openstreetmap === Use OpenStreetMap for displaying locations. After act... rces]] ==== Location ==== === geocoordinates === Use the OpenCage Geocoder http://geocoder.opencagedat
Themes @docs
10 Hits, Last modified:
iendica aware of its existence and tell it how to use the template file, by defining a config.php file.... nd link to the CSS file of it. Done. Now you can use the variant on your system. But remember once the... meta informations for the theme, see below */ use Friendica\App; function duepuntozero_lr_... not really useful at this state. Nevertheless, to use it, you just need to activate in the admin panel.
Using Composer @docs
9 Hits, Last modified:
docs:autoloader|Class autoloading]] ===== How to use Composer ===== If you don’t have Composer instal... . For the purpose of this help, all examples will use this path to run Composer commands, however feel ... ed a Friendica release archive, you don’t have to use Commposer at all, all the required libraries are ... e. === Installing with Git === If you prefer to use ''%%git%%'', you will have to run Composer to fet
Resources
8 Hits, Last modified:
wto's;-}} * [[http://www.haukepauke.de/2014/04/use-friendica-twidere/|How to use Friendica with Twidere]] * [[http://www.haukepauke.de/2014/05/use-friendica-pidgin-ubuntu-debian-linux/|How to use Friendica with Pidgin]] * [[http://www.haukepauke.d
Where to get started to help improve Friendica @docs
7 Hits, Last modified:
ly update the dependencies with composer, you can use the `post-merge` [[https://git-scm.com/book/en/v2... s are enclosed in single quotes, but feel free to use double quotes if it makes more sense (SQL queries... tag * No trailing spaces * Array declarations use the new square brackets syntax * Quoting style ... uting to Friendica. There are a few tools you can use to check or fix your files before you commit. Fo
Account Basics @docs
6 Hits, Last modified:
u do not have an OpenID address or do not wish to use OpenID, leave this field blank. If you have an OpenID account elsewhere and wish to use it, enter the address into this field and click ‘... it to be displayed on this system**. Most people use their real name for this, but you’re under no obl... on that was provided during registration. You may use either your nickname or email address as a Login
Friendica Addon development @docs
6 Hits, Last modified:
DokuWiki @wiki
5 Hits, Last modified:
Groups and Privacy @docs
4 Hits, Last modified:
Friendica Installation @de:docs
4 Hits, Last modified:
Resources @de
4 Hits, Last modified:
Friendica Templating Documentation @docs
4 Hits, Last modified:
Using SSL with Friendica @docs
4 Hits, Last modified:
Installing Connectors (Twitter/GNU Social) @docs
3 Hits, Last modified:
Making Friends @docs
3 Hits, Last modified:
Filtering your Network Stream @docs
3 Hits, Last modified:
Twitter API @docs
3 Hits, Last modified:
Friendica translations @docs
3 Hits, Last modified:
Tags and Mentions @docs
3 Hits, Last modified:
Comment, sort and delete posts @docs
3 Hits, Last modified:
config @docs
3 Hits, Last modified:
Chats @docs
3 Hits, Last modified:
Two-Factor Authentication @docs
3 Hits, Last modified:
Updating Friendica @docs
2 Hits, Last modified:
Admin Tools @docs
2 Hits, Last modified:
Vagrant for Friendica Developers @docs
2 Hits, Last modified:
installing-connectors @de:docs
2 Hits, Last modified:
First Steps @docs
2 Hits, Last modified:
Friendica on GitHub @docs
2 Hits, Last modified:
Forums @docs
2 Hits, Last modified:
Abstracts @docs
2 Hits, Last modified:
Domain-Driven-Design @docs
2 Hits, Last modified:
Friendica Administration @docs
2 Hits, Last modified:
How to improve the performance of a Friendica site @docs
2 Hits, Last modified:
Friendica API @docs
1 Hits, Last modified:
Friendica Hackathon 2020 @activitys
1 Hits, Last modified:
Welcome to your new DokuWiki @wiki
1 Hits, Last modified:
Accesskeys reference @docs
1 Hits, Last modified:
FAQ / Wiki @faq
1 Hits, Last modified:
Account Delegation @docs
1 Hits, Last modified:
User Documentation @docs
1 Hits, Last modified:
How to Create a Bot @docs
1 Hits, Last modified:
GNU Social API @docs
1 Hits, Last modified:
Mastodon API @docs
1 Hits, Last modified:
Bugs and Issues @docs
1 Hits, Last modified:
Creating posts @docs
1 Hits, Last modified:
Connectors @docs
1 Hits, Last modified:
Themes @docs
1 Hits, Last modified:
Events @docs
1 Hits, Last modified:
home @docs
1 Hits, Last modified:
Imprint and data protection
1 Hits, Last modified: