]> git.mxchange.org Git - friendica-addons.git/blob - impressum/README.md
Merge remote-tracking branch 'upstream/master' into 1603-fromgplus-keywords
[friendica-addons.git] / impressum / README.md
1 Impressum Plugin for Friendica
2 ==============================
3
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)
7
8 About
9 -----
10 This plugin 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
12 any questions.
13
14 In the notes and postal fields you can use bbcode tags for formatting, like in
15 normal friendica postings..
16
17 Configuration
18 -------------
19 Simply fill in the fields in the impressium settings page in the plugins 
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.
22
23 Manual Configuration
24 --------------------
25 If you for any reason prefer to use a configuration file instead, you can set the following variables in the .htconfig file
26
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.