]> git.mxchange.org Git - friendica-addons.git/blob - impressum/README
facebook: If the body is empty then the link is taken.
[friendica-addons.git] / impressum / README
1 Impressum Plugin for Friendica
2
3 Author: Tobias Diekershoff
4         tobias.diekershoff@gmx.net
5
6 License: 3-clause BSD license (same as Friendica)
7
8 About
9   This plugin adds an Impressum block to the /friendica page with informations
10   about the page operator/owner and how to contact you in case of any questions.
11
12   In the notes and postal fields you can use HTML tags for formatting.
13
14 Configuration:
15   For configuration you can set the following variables in the .htconfig file
16    * $a->config['impressum']['owner']           this is the Name of the Operator
17    * $a->config['impressum']['ownerprofile']    this is an optional Friendica account
18                                                 where the above owner name will link to
19    * $a->config['impressum']['email']           a contact email address (optional)
20                                                 will be displayed slightly obfuscated
21                                                 as name(at)example(dot)com
22    * $a->config['impressum']['postal']          should contain a postal address where
23                                                 you can be reached at (optional)
24    * $a->config['impressum']['notes']           additional informations that should
25                                                 be displayed in the Impressum block
26  
27