1 Impressum Addon for Friendica
2 ==============================
4 * Author: Tobias Diekershoff
5 * License: [3-clause BSD](http://opensource.org/licenses/BSD-3-Clause) license
6 (see the LICENSE file in the addon directory)
10 This addon adds an Impressum (contact) block to the /friendica page with
11 informations about the page operator/owner and how to contact you in case of
14 In the notes and postal fields you can use bbcode tags for formatting, like in
15 normal friendica postings..
19 Simply fill in the fields in the impressium settings page in the addons
20 area of your admin panel. For email adresses the "@" symbol will be obfuscated
21 in the source of the page to make in harder for harvesting tools.
25 If you for any reason prefer to use a configuration file instead, you can set the following variables in the .htconfig file
27 $a->config['impressum']['owner'] this is the Name of the Operator
28 $a->config['impressum']['ownerprofile'] this is an optional Friendica account
29 where the above owner name will link to
30 $a->config['impressum']['email'] a contact email address (optional)
31 will be displayed slightly obfuscated
32 as name(at)example(dot)com
33 $a->config['impressum']['postal'] should contain a postal address where
34 you can be reached at (optional)
35 $a->config['impressum']['notes'] additional informations that should
36 be displayed in the Impressum block
37 $a->config['impressum']['footer_text'] Text that will be displayed at
38 the bottom of the pages.