mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
docu docs: some polishing
This commit is contained in:
parent
a25910db84
commit
b65433c823
13 changed files with 29 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
||||||
Accesskeys in Friendica
|
Accesskeys in Friendica
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|
* [Home](help)
|
||||||
|
|
||||||
General
|
General
|
||||||
-------
|
-------
|
||||||
* p: profile
|
* p: profile
|
||||||
|
|
|
@ -20,7 +20,6 @@ Friendica Documentation and Resources
|
||||||
* [Community Forums](help/Forums)
|
* [Community Forums](help/Forums)
|
||||||
* [Chats](help/Chats)
|
* [Chats](help/Chats)
|
||||||
* Further information
|
* Further information
|
||||||
* [Improve Performance](help/Improve-Performance)
|
|
||||||
* [Move your account](help/Move-Account)
|
* [Move your account](help/Move-Account)
|
||||||
* [Delete your account](help/Remove-Account)
|
* [Delete your account](help/Remove-Account)
|
||||||
* [Frequently asked questions (FAQ)](help/FAQ)
|
* [Frequently asked questions (FAQ)](help/FAQ)
|
||||||
|
@ -33,6 +32,7 @@ Friendica Documentation and Resources
|
||||||
* [Install an ejabberd server (XMPP chat) with synchronized credentials](help/install-ejabberd)
|
* [Install an ejabberd server (XMPP chat) with synchronized credentials](help/install-ejabberd)
|
||||||
* [Using SSL with Friendica](help/SSL)
|
* [Using SSL with Friendica](help/SSL)
|
||||||
* [Config values that can only be set in .htconfig.php](help/htconfig)
|
* [Config values that can only be set in .htconfig.php](help/htconfig)
|
||||||
|
* [Improve Performance](help/Improve-Performance)
|
||||||
|
|
||||||
**Developer Manual**
|
**Developer Manual**
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
Used Protocols
|
Used Protocols
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
* [Home](help)
|
||||||
|
|
||||||
Friendicas DFRN Protocol
|
Friendicas DFRN Protocol
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# Settings
|
# Settings
|
||||||
|
|
||||||
|
* [Home](help)
|
||||||
|
|
||||||
If you are the admin of a Friendica node, you have access to the so called **Admin Panel** where you can configure your Friendica node.
|
If you are the admin of a Friendica node, you have access to the so called **Admin Panel** where you can configure your Friendica node.
|
||||||
|
|
||||||
On the front page of the admin panel you will see a summary of information about your node.
|
On the front page of the admin panel you will see a summary of information about your node.
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
Friendica API
|
Friendica API
|
||||||
===
|
===
|
||||||
|
|
||||||
|
* [Home](help)
|
||||||
|
|
||||||
The Friendica API aims to be compatible to the [GNU Social API](http://wiki.gnusocial.de/gnusocial:api) and the [Twitter API](https://dev.twitter.com/rest/public).
|
The Friendica API aims to be compatible to the [GNU Social API](http://wiki.gnusocial.de/gnusocial:api) and the [Twitter API](https://dev.twitter.com/rest/public).
|
||||||
|
|
||||||
Please refer to the linked documentation for further information.
|
Please refer to the linked documentation for further information.
|
||||||
|
|
|
@ -474,6 +474,10 @@ Du kannst Videos, Musikdateien und weitere Dinge in Beiträgen einbinden.
|
||||||
<td>[vimeo]Vimeo video ID[/vimeo]</td>
|
<td>[vimeo]Vimeo video ID[/vimeo]</td>
|
||||||
<td>Vimeo-Player im iframe einbinden.</td>
|
<td>Vimeo-Player im iframe einbinden.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>[embed]URL[/embed]</td>
|
||||||
|
<td>OEmbed rich content einbetten.</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>[iframe]URL[/iframe]</td>
|
<td>[iframe]URL[/iframe]</td>
|
||||||
<td>General embed, iframe size is limited by the theme size for video players.</td>
|
<td>General embed, iframe size is limited by the theme size for video players.</td>
|
||||||
|
|
|
@ -20,7 +20,6 @@ Friendica - Dokumentation und Ressourcen
|
||||||
* [Community-Foren](help/Forums)
|
* [Community-Foren](help/Forums)
|
||||||
* [Chats](help/Chats)
|
* [Chats](help/Chats)
|
||||||
* Weiterführende Informationen
|
* Weiterführende Informationen
|
||||||
* [Performance verbessern](help/Improve-Performance)
|
|
||||||
* [Account umziehen](help/Move-Account)
|
* [Account umziehen](help/Move-Account)
|
||||||
* [Account löschen](help/Remove-Account)
|
* [Account löschen](help/Remove-Account)
|
||||||
* [Bugs und Probleme](help/Bugs-and-Issues)
|
* [Bugs und Probleme](help/Bugs-and-Issues)
|
||||||
|
@ -35,6 +34,7 @@ Friendica - Dokumentation und Ressourcen
|
||||||
* [Installation eines ejabberd Servers (XMPP-Chat) mit synchronisierten Anmeldedaten](help/install-ejabberd) (EN)
|
* [Installation eines ejabberd Servers (XMPP-Chat) mit synchronisierten Anmeldedaten](help/install-ejabberd) (EN)
|
||||||
* [Betreibe deine Seite mit einem SSL-Zertifikat](help/SSL)
|
* [Betreibe deine Seite mit einem SSL-Zertifikat](help/SSL)
|
||||||
* [Konfigurationswerte, die nur in der .htconfig.php gesetzt werden können](help/htconfig) (EN)
|
* [Konfigurationswerte, die nur in der .htconfig.php gesetzt werden können](help/htconfig) (EN)
|
||||||
|
* [Performance verbessern](help/Improve-Performance)
|
||||||
|
|
||||||
**Dokumentation für Entwickler**
|
**Dokumentation für Entwickler**
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# Settings
|
# Settings
|
||||||
|
|
||||||
|
* [Zur Startseite der Hilfe](help)
|
||||||
|
|
||||||
Wenn du der Administrator einer Friendica Instanz bist, hast du Zugriff auf das so genannte **Admin Panel** in dem du die Friendica Instanz konfigurieren kannst,
|
Wenn du der Administrator einer Friendica Instanz bist, hast du Zugriff auf das so genannte **Admin Panel** in dem du die Friendica Instanz konfigurieren kannst,
|
||||||
|
|
||||||
Auf der Startseite des Admin Panels werden die Informationen zu der Instanz zusammengefasst.
|
Auf der Startseite des Admin Panels werden die Informationen zu der Instanz zusammengefasst.
|
||||||
|
|
|
@ -52,6 +52,8 @@ Cleanzero <img src="doc/img/editor_zero.png" alt="cleanzero.png" style="padding
|
||||||
|
|
||||||
Darkbubble <img src="doc/img/editor_darkbubble.png" alt="darkbubble.png" style="padding-left: 14px; vertical-align:middle;"> <i>(inkl. smoothly, testbubble)</i>
|
Darkbubble <img src="doc/img/editor_darkbubble.png" alt="darkbubble.png" style="padding-left: 14px; vertical-align:middle;"> <i>(inkl. smoothly, testbubble)</i>
|
||||||
|
|
||||||
|
Frio <img src="doc/img/editor_frio.png" alt="frio.png" style="padding-left: 44px; vertical-align:middle;">
|
||||||
|
|
||||||
Frost <img src="doc/img/editor_frost.png" alt="frost.png" style="padding-left: 42px; vertical-align:middle;">
|
Frost <img src="doc/img/editor_frost.png" alt="frost.png" style="padding-left: 42px; vertical-align:middle;">
|
||||||
|
|
||||||
Vier <img src="doc/img/editor_vier.png" alt="vier.png" style="padding-left: 44px; vertical-align:middle;"> <i>(inkl. dispy)</i>
|
Vier <img src="doc/img/editor_vier.png" alt="vier.png" style="padding-left: 44px; vertical-align:middle;"> <i>(inkl. dispy)</i>
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
Config values that can only be set in .htconfig.php
|
Config values that can only be set in .htconfig.php
|
||||||
===================================================
|
===================================================
|
||||||
|
|
||||||
|
* [Home](help)
|
||||||
|
|
||||||
There are some config values that haven't found their way into the administration page.
|
There are some config values that haven't found their way into the administration page.
|
||||||
This has several reasons.
|
This has several reasons.
|
||||||
Maybe they are part of a current development that isn't considered stable and will be added later in the administration page when it is considered safe.
|
Maybe they are part of a current development that isn't considered stable and will be added later in the administration page when it is considered safe.
|
||||||
|
|
BIN
doc/img/editor_frio.png
Normal file
BIN
doc/img/editor_frio.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
|
@ -1,6 +1,8 @@
|
||||||
Friendica translations
|
Friendica translations
|
||||||
======================
|
======================
|
||||||
|
|
||||||
|
* [Home](help)
|
||||||
|
|
||||||
Translation Process
|
Translation Process
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -2318,9 +2318,13 @@ section.help-content-wrapper h2 {
|
||||||
section.help-content-wrapper h3 {
|
section.help-content-wrapper h3 {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
section.help-content-wrapper h4 {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
section.help-content-wrapper h1,
|
section.help-content-wrapper h1,
|
||||||
section.help-content-wrapper h2,
|
section.help-content-wrapper h2,
|
||||||
section.help-content-wrapper h3,
|
section.help-content-wrapper h3,
|
||||||
|
section.help-content-wrapper h4,
|
||||||
section.help-content-wrapper h5,
|
section.help-content-wrapper h5,
|
||||||
section.help-content-wrapper h6 {
|
section.help-content-wrapper h6 {
|
||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
|
@ -2332,7 +2336,8 @@ section.help-content-wrapper p {
|
||||||
margin: 0.4em 0;
|
margin: 0.4em 0;
|
||||||
}
|
}
|
||||||
section.help-content-wrapper p,
|
section.help-content-wrapper p,
|
||||||
section.help-content-wrapper a {
|
section.help-content-wrapper a,
|
||||||
|
section.help-content-wrapper li {
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
font-size: 0.96em;
|
font-size: 0.96em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue