1 Impressum Plugin for Friendica
3 Author: Tobias Diekershoff
4 tobias.diekershoff@gmx.net
6 License: 3-clause BSD license (same as Friendica)
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.
12 In the notes and postal fields you can use HTML tags for formatting.
15 Simply fill in the fields in the impressium settings page in the plugins area
18 If you for any reason prefer to use a configuration file instead, you can set the
19 following variables in the .htconfig file
21 * $a->config['impressum']['owner'] this is the Name of the Operator
22 * $a->config['impressum']['ownerprofile'] this is an optional Friendica account
23 where the above owner name will link to
24 * $a->config['impressum']['email'] a contact email address (optional)
25 will be displayed slightly obfuscated
26 as name(at)example(dot)com
28 * $a->config['impressum']['postal'] should contain a postal address where
29 you can be reached at (optional)
30 * $a->config['impressum']['notes'] additional informations that should
31 be displayed in the Impressum block