Search
You can find the results of your search below.
Fulltext results:
- Friendica Storage Backend Addon development
- erent interfaces you need to implement. ==== ICanWriteToStorage ==== The class must implement ''%%Friendica\Core\Storage\Capability\ICanWriteToStorage%%'' interface. All method in the interfa... > namespace Friendica\Core\Storage\Capability\ICanWriteToStorage; interface ICanWriteToStorage { public function get(string $reference); public functio
- Friendica Installation
- ). ==== Requirements ==== * Apache with mod-rewrite enabled and "[[https://httpd.apache.org/docs/2.4/... (be careful under Windows) to have working mod-rewrite again. If you have installed Friendica into a sub... to important addresses under the /.well-known/ rewrite path. One critical URL would look like, for examp... iendica core requirement. You should remove any RewriteRules from that file, or remove that whole file if
- Using SSL with Friendica
- requested URL. With Apache, enable the modules rewrite and ssl (with a shared hosting provider, this sho... d be enabled already): <code> sudo a2enmod rewrite ssl </code> Add the following lines to the .htacc... ://github.com/AlfredSK|AlfredSK]]): <code> RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://your.friendica.domain/$1 [R=30
- Creating posts
- osts can optionally be in one or more categories. Write category names separated by a comma to file your new post. The Big Empty Text area is where you write your new post. You can simply enter your text the... cons under the text area are there to help you to write posts quickly, but vary depending on the theme:
- Where to get started to help improve Friendica
- are looking for helpers in all areas, whether you write text or code, whether you spread the word to conv... g documentation, don't hesitate to contact us and write it down to enhance the code documentation. ==== ... to reproduce a bug that needs more inquiries and write down what you find out. * If a bug looks fixed,
- Installing Connectors (Twitter/GNU Social)
- iendica site as “Client” application with “Read & Write” access. We do not need “Twitter as login”. When ... url * register a desktop client * with read & write access * the Source URL should be the URL of yo
- Autoloader with Composer
- e in the “Friendica” namespace, you don’t need to write it when you need to use the “Dfrn” class. But if ... in many places of the code and you don’t want to write the full path to the class every time, you can us
- Abstracts
- the beginning of the posting. You can also first write the posting and then add the ''abstract'' BBCode
- Comment, sort and delete posts
- owing the languages that were most likely used to write the posting. * **Delete** (locally or globally)
- Friendica Templating Documentation
- /view/templates </code> theme authors may overwrite the default templates by putting a files with the
- Settings
- all PHP errors in the file php.out (which must be writeable by the webserver). Undeclared variables are o
- First Steps
- dica instance and on a separate page. You have to write the //Terms of Service// that apply for your Frie
- Filtering your Network Stream
- ltered postings, e.g. if you know that Susan wont write texts in German but the filter does announce it,
- Groups and Privacy
- u keep your future employers from seeing what you write to your drinking buddies. You can over-ride this
- Friendica on GitHub
- he code with us. If you have any questions please write to the Friendica developers’ forum. ===== Introd