Search
You can find the results of your search below.
Fulltext results:
- Formatting Syntax @wiki
- links. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [... inks. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [... t formats for maximum browser compatibility. For example consider this embedded mp4 video: {{video.mp4|... the video and be either a jpg or png file. In the example above a ''video.jpg'' file would work. ===== Lis
- FAQ / Friendica @faq
- An overview of all uploaded images is listed at *example.com/photos/profilename*. On that page, you can al... try to add the link by typing: <code>[url=http://example.com]self-chosen name[/url]</code>. You can also ... r the separation between url and parameters. For example if you want to see https://example.com/profile/example in German you have to add ''?lang=de'' to the URL:
- Frequently Asked Questions - FAQ @docs
- An overview of all uploaded images is listed at *example.com/photos/profilename*. On that page, you can al... try to add the link by typing: <code>[url=http://example.com]self-chosen name[/url]</code>. You can also ... r the separation between url and parameters. For example if you want to see https://example.com/profile/example in German you have to add ''?lang=de'' to the URL:
- Abstracts @docs
- content for the posting. With a link [url=http://example.com]to example.com[/url] and some other text. </code> You don't have to add the abstract at the beginning... eter for their connector. So, expanding the above example. <code> [abstract=twit]This is the text that is ... content for the posting. With a link [url=http://example.com]to example.com[/url] and some other text. </c
- bbcode @docs
- ost.com</a></td> </tr> <tr> <td>[mail]user@mail.example.com[/mail]</td> <td><a href="mailto:user@mail.example.com">user@mail.example.com</a></td> </tr> <tr> <td>[mail=user@mail.example.com]Send an email to User[/mail]</td> <td><a href=
- bbcode @de:docs
- ost.com</a></td> </tr> <tr> <td>[mail]user@mail.example.com[/mail]</td> <td><a href="mailto:user@mail.example.com">user@mail.example.com</a></td> </tr> <tr> <td>[mail=user@mail.example.com]Eine E-Mail senden[/mail]</td> <td><a href="ma
- faq @de:docs
- dann verlinke den Beitrag einfach per [url=http://example.com]<i>freigewählter Name</i>[/url] im Editor. V... endet werden. Ein Beispiel: https://social.example.com/profile/example auf Deutsch: https://social.example.com/profile/example?lang=de. <a name="contacts"></a> ### Was
- settings @docs
- ntend* worker. If you have done so, you can call `example.com/worker` (replace example.com with your actual domain name) on a regular basis from an external service... out the thing identified by a webfinger (`someone@example.com`). # Exceptions to the rule There are four ... possible. 'config' => [ 'admin_email' => 'you@example.com, buddy@example.com', ], ## PHP Path Some o
- settings @de:docs
- nschalten. Nachdem dies geschehen ist, kannst du `example.com/worker` (tausche example.com mit dem echten Domainnamen aus) aufrufen werden. Dadurch werden dann die ... Ding anfordern, das über einen Webfinger ( jemand@example.com ) identifiziert wird. # Die Ausnahmen der Re... t werden. 'config' => [ 'admin_email' => 'you@example.com, buddy@example.com', ], ## PHP Pfad Einige
- Friendica Installation @docs
- installed Friendica into a sub directory, like Example: <code> cp .htacces-dist .htaccess </code> Note... write path. One critical URL would look like, for example: https://example.com/.well-known/host-meta It must be visible to the public and must respond with an XML f... inutes in order to perform background processing. Example: <code> cd /base/directory; /path/to/php bin/wor
- config @docs
- 'config' => [ 'admin_email' => 'someone@example.com', ] Where you have to match the ema... 'config' => [ 'admin_email' => 'someone@example.com,someoneelse@example.com', ] If you want to have a more personalized closing line for the notifica
- autoloader @docs
- p.net/manual/en/language.oop5.autoload.php). ### Example Let's say you have a PHP file in `src/` that def... te // return result } ``` That's a quite simple example, but look: no `require()`! If you need to use a c... s a parent class. It works with the "BaseManager" example here and it works when we need to call static met
- Chats @docs
- vating the addon, you can find the chat at [[/irc|example.com/irc]]. Note: you can use this chat without an... ation (use your Friendica nodes domain instead of example.com) <code> authentication = "http_async"; http_auth_url = "https://example.com/api/account/verify_credentials.json"; </code>
- addonstoragebackend @docs
- ction assertOption(IStorage $storage); } ``` ## Example Here an hypotetical addon which register an unus... ion should always validate the data. // in this example we check if file exists if (!file_exists($newfi