Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Friendica Addon development
237 Treffer, Zuletzt geändert:
down to HTML in the addon detail page. ===== Install/Uninstall ===== If your addon uses hooks, they have to be registered in a ''%%<addon>_install()%%'' function. This function also allows to perform arbitrary actions your addon needs to function pr
Friendica Installation
81 Treffer, Zuletzt geändert:
====== Friendica Installation ====== We've tried very hard to ensure that Friendica will run on commod... websites. We offer a manual and an automatic installation. But be aware that Friendica is more than a ... irm these with your hosting provider prior to installation. ===== Support ===== If you encounter installation issues, please let us know via the [[http://f
Settings
53 Treffer, Zuletzt geändert:
n have quick access to the Addon settings. And finally you are informed about the version of Friendica you have installed. If you contact the developers with a bug or pr... panel. Therefore this document does not yet cover all the options ==== Basic Settings ==== === Banner... the default language for the node. It is used as fall back setting should Friendica fail to recognize t
Friendica API entities
20 Treffer, Zuletzt geändert:
Location. | | ''ignore'' | Boolean | ??? | | ''allow_cid'' | String (angle-brackets escaped integers) | Optional. List of allowed contact ids | | ''allow_gid'' | String (angle-brackets escaped integers) | Optional. List of allowed group ids | | ''deny_cid'' | String (angle-b
Friendica API
20 Treffer, Zuletzt geändert:
efault: false) * ''%%conversation_id%%'': Shows all statuses of a given conversation. * ''%%include... efault: false) * ''%%conversation_id%%'': Shows all statuses of a given conversation. * ''%%include... n/show ==== Unofficial Twitter command. It shows all direct answers (excluding the original post) to a... * ''skip_status'' ==== GET api/direct_messages/all==== Returns all [Private Messages](help/API-Enti
Forums
20 Treffer, Zuletzt geändert:
y page in Friendica has a nickname and these must all be unique. This applies to all forums, whether they are normal profiles or forum profiles. ===== Mana... They will be able to edit contacts, profiles, and all content for this account/page. Please use this fa... ds or page types, or remove the account. Additionally, this page is also where you can choose to desig
Themes
18 Treffer, Zuletzt geändert:
scription of theme heritage. - Some themes also allow users to select *variants* of the theme.Those t... ame**/style.css sometimes, there is also a file called style.php in the theme directory. This is only needed if the theme allows the user to change certain things of the theme dynamically. Say the font size or set a background image. =
Friendica BBCode tags reference
17 Treffer, Zuletzt geändert:
ext version of the postings, others might display all or only a part of the formatting. ===== BBCode T... ode> or by providing textual aliases like ''xx-small'' for small text, or ''xx-large'' big text. To choose a different font for a text passage, you can sp... il]%%'' ==== Blocks ==== === Paragraphs === Usually, when you hit the ''ENTER'' key on your keyboard
Configuration Guide for small Nodes
16 Treffer, Zuletzt geändert:
====== Configuration Guide for small Nodes ====== This guide aims to provide a collection of settings for nodes installed with limited resources. They are actively used on a small (family) node running on a RaspberryPi 4B (8GB ram). But other restricted environments, e.g. a small VPS or shared hosting fall into targeted hardware
Using Composer
16 Treffer, Zuletzt geändert:
se Composer ===== If you don’t have Composer installed on your system, Friendica ships with a copy of ... /composer.phar%%''. For the purpose of this help, all examples will use this path to run Composer comma... r feel free to replace them with your own way of calling Composer. Composer requires PHP CLI and the fo... ples assume it’s available system-wide. ==== Installing/Updating Friendica ==== === From Archive ===
Friendica Storage Backend Addon development
15 Treffer, Zuletzt geändert:
rage\Capability\ICanWriteToStorage%%'' interface. All method in the interface must be implemented: <co... e\Capability\ICanConfigureStorage%%'' interface. All methods in the interface must be implemented: <c... e registered in the system when the plugin is installed, to be aviable. ''%%DI::facStorage()->register... ster the backend class. When the plugin is uninstalled, registered backends must be unregistered using
Where to get started to help improve Friendica
14 Treffer, Zuletzt geändert:
nt skills are required to make good software, not all of them involve coding!** We are looking for helpers in all areas, whether you write text or code, whether yo... ugh `boot.php`. If you want to have git automatically update the dependencies with composer, you can u... quiet "$1" && eval "$2" } # `composer install` if the `composer.lock` file gets changed # t
How To Move Classes to src
13 Treffer, Zuletzt geändert:
Composer]] to manage autoloading. This means that all the PHP class files moved to the ''%%src%%'' folder will be [[:docs:autoloader|automatically included]] when the class it defines is first us... sis instead of the presence of a ''%%require%%'' call. However, there are a significant number of item... = This isn’t the most technical decision of them all, but it has long lasting consequences as it will
Groups and Privacy
13 Treffer, Zuletzt geändert:
oup members. Below that is another box containing all of your friends who are //not// members of the gr... ==== By default, Friendica assumes that you want all of your posts to be private. Therefore, when you ... ica creates a group for you that it will automatically add all of your contacts to. All of your posts are restricted to that group by default. Note that th
Installing Connectors (Twitter/GNU Social)
13 Treffer, Zuletzt geändert:
====== Installing Connectors (Twitter/GNU Social) ====== Friendica uses addons to provide connectivity... communicate with GNU Social members in general. All three addons require an account on the target network. In addition you (or typically the server administrator) will need to obtain an... ==== Site Configuration ===== Addons must be installed by the site administrator before they can be us
First Steps
12 Treffer, Zuletzt geändert:
Making Friends
12 Treffer, Zuletzt geändert:
Account Basics
11 Treffer, Zuletzt geändert:
Using SSL with Friendica
10 Treffer, Zuletzt geändert:
Updating Friendica
10 Treffer, Zuletzt geändert:
Comment, sort and delete posts
9 Treffer, Zuletzt geändert:
Two-Factor Authentication
9 Treffer, Zuletzt geändert:
Friendica Administration
8 Treffer, Zuletzt geändert:
Friendica API
8 Treffer, Zuletzt geändert:
Friendica API authentication
8 Treffer, Zuletzt geändert:
Autoloader with Composer
8 Treffer, Zuletzt geändert:
home
8 Treffer, Zuletzt geändert:
Friendica Message Flow
8 Treffer, Zuletzt geändert:
Events
7 Treffer, Zuletzt geändert:
Friendica on GitHub
7 Treffer, Zuletzt geändert:
Filtering your Network Stream
7 Treffer, Zuletzt geändert:
Tags and Mentions
7 Treffer, Zuletzt geändert:
Twitter API
6 Treffer, Zuletzt geändert:
Abstracts
5 Treffer, Zuletzt geändert:
How to Create a Bot
5 Treffer, Zuletzt geändert:
Connectors
5 Treffer, Zuletzt geändert:
Search in Friendica
5 Treffer, Zuletzt geändert:
How to post to Lemmy from your Friendica account
5 Treffer, Zuletzt geändert:
Friendica Templating Documentation
5 Treffer, Zuletzt geändert:
Admin Tools
5 Treffer, Zuletzt geändert:
config
4 Treffer, Zuletzt geändert:
Domain-Driven-Design
4 Treffer, Zuletzt geändert:
ejabberd and prosody XMPP server with synchronized credentials
4 Treffer, Zuletzt geändert:
Creating posts
4 Treffer, Zuletzt geändert:
Vagrant for Friendica Developers
4 Treffer, Zuletzt geändert:
Chats
3 Treffer, Zuletzt geändert:
How to improve the performance of a Friendica site
3 Treffer, Zuletzt geändert:
Friendica translations
3 Treffer, Zuletzt geändert:
Homepage Verification
3 Treffer, Zuletzt geändert:
Accesskeys reference
2 Treffer, Zuletzt geändert:
Mastodon API
2 Treffer, Zuletzt geändert:
Bugs and Issues
2 Treffer, Zuletzt geändert:
Database Tables
2 Treffer, Zuletzt geändert:
Remove Account
2 Treffer, Zuletzt geändert:
The Fediverse
2 Treffer, Zuletzt geändert:
GNU Social API
1 Treffer, Zuletzt geändert:
Channels
1 Treffer, Zuletzt geändert:
How to move your account between servers
1 Treffer, Zuletzt geändert:
Scheduler - time controlled publishing
1 Treffer, Zuletzt geändert:
Themes
1 Treffer, Zuletzt geändert: