Search

You can find the results of your search below.

Friendica Installation
63 Hits, Last modified:
es - but we will do our best to solve any general code issues. If you do not have a Friendica account y... epository into a directory “mywebsite” would be <code> git clone https://github.com/friendica/friendica... cd mywebsite bin/composer.phar install --no-dev </code> Make sure the folder view/smarty3 exists and is... le by the webserver user, in this case www-data <code> mkdir -p view/smarty3 chown www-data:www-data vi
Friendica Administration
4 Hits, Last modified:
the ''stable'' release of the last release. This code will enter the ''development'' branch of the [[ht... team will concentrate their work to stabilize the code and enhance the translation + documentation in th... witching to the ''develop'' or a RC branch of the code). Once you opt-in to update the code and encounter problems //please make the developers aware of the b
Homepage Verification
3 Hits, Last modified:
add a link from your homepage by adding some HTML code((the exact method depends on the CMS you are usin... to whatever you add into the homepage fields)). <code><a href="https://friendica.example.com/profile/happy" rel="me">This is my Friendica profile</a></code> Once this is done, proceed to Step 2. ===== St
Vagrant for Friendica Developers
1 Hits, Last modified:
Developing Friendica ==== - Work on Friendicas code in your git clone on your machine (not in the VM)
Where to get started to help improve Friendica
13 Hits, Last modified:
r helpers in all areas, whether you write text or code, whether you spread the word to convince people o... out the provided links for hints at the expected code architecture. ==== Composer ==== Friendica uses... e of consistency between contribution and general code readability, Friendica follows the widespread [[h... d `/doc/$lng` subdirectories. === Check with PHP Code Sniffer === The [[https://github.com/squizlabs/P
How to improve the performance of a Friendica site
12 Hits, Last modified:
on your system and change the following values: <code> Set "JPEG image quality" to 50. </code> This value reduces the data that is send from the server to th... that doesn’t influences image quality too much. <code> Set "OStatus conversation completion interval" to "never". </code> If you have many OStatus contacts then completin
Abstracts
4 Hits, Last modified:
he BBCode tag at some place into your posting. <code> [abstract]This is the text for the abstract[/abs... e.com]to example.com[/url] and some other text. </code> You don't have to add the abstract at the begin... eir connector. So, expanding the above example. <code> [abstract=twit]This is the text that is send to ... e.com]to example.com[/url] and some other text. </code> From this posting, Friendica will export > Thi
Friendica Addon development
163 Hits, Last modified:
ment of your addon file. Here’s the structure: <code php> /** * Name: {Human-readable name} * Descri... > * Status: {Unsupported|Arbitrary status} */ </code> You can also provide a longer documentation in a... Register your addon hooks during installation. <code> \Friendica\Core\Hook::register($hookname, $file, $function); </code> ''%%$hookname%%'' is a string and corresponds to
Account Basics
1 Hits, Last modified:
iendi.ca/|the Friendica website]] to download the code with setup instructions. It’s a very simple insta
ejabberd and prosody XMPP server with synchronized credentials
14 Hits, Last modified:
hichever user is running the server, ie. ejabberd<code> $ chown ejabberd:ejabberd /path/to/friendica/bin/auth_ejabberd.php </code> * Change the access mode so it is readable only to the user ejabberd and has exec<code> $ chmod 700 /path/to/friendica/bin/auth_ejabberd.php </code> * Edit your ejabberd.cfg file, comment out you
Settings
12 Hits, Last modified:
gistrations are only possible using an invitation code or not. To enable invitation based registration, ... , that is the ''%%storage%%'' folder in Friendica code root folder. === Maximum Image Size === Maximum... ings to redirect PHP errors to a file. Config: <code> error_reporting(E_ERROR | E_WARNING | E_PARSE );... g_errors','1'); ini_set('display_errors', '0'); </code> This will put all PHP errors in the file php.out
Documentation
1 Hits, Last modified:
> </col> <col sm="4"> <TEXT align="center"> {{fa>code?64&color=#3f658f&align=center}} [[:docs:develope
Friendica Templating Documentation
12 Hits, Last modified:
plating engine. The main templates are found in <code> /view/templates </code> theme authors may overwrite the default templates by putting a files with the same name into the <code> /view/themes/$themename/templates </code> directory. Templates that are only used by addons shall
Using SSL with Friendica
6 Hits, Last modified:
ting provider, this should be enabled already): <code> sudo a2enmod rewrite ssl </code> Add the following lines to the .htaccess file in the root folder ... s to [[https://github.com/AlfredSK|AlfredSK]]): <code> RewriteEngine On RewriteCond %{SERVER_PO... .*)$ https://your.friendica.domain/$1 [R=301,L] </code> With nginx, configure your server directive this
Accesskeys reference
2 Hits, Last modified:
Firefox, press these three keys simultaneously. <code> [Shift] + [Alt] + [p] </code> ===== General ===== * p - Profile * n - Network * c - Community
Installing Connectors (Twitter/GNU Social)
3 Hits, Last modified:
Friendica on GitHub
6 Hits, Last modified:
Domain-Driven-Design
17 Hits, Last modified:
How To Move Classes to src
14 Hits, Last modified:
Using Composer
10 Hits, Last modified:
Autoloader with Composer
30 Hits, Last modified:
Friendica Storage Backend Addon development
30 Hits, Last modified:
Updating Friendica
1 Hits, Last modified:
Friendica API entities
1 Hits, Last modified:
Friendica API
18 Hits, Last modified:
Friendica API
13 Hits, Last modified:
Friendica BBCode tags reference
56 Hits, Last modified:
Two-Factor Authentication
7 Hits, Last modified:
First Steps
3 Hits, Last modified:
home
2 Hits, Last modified:
Creating posts
6 Hits, Last modified:
Friendica translations
1 Hits, Last modified: