]> git.mxchange.org Git - friendica-addons.git/blob - impressum/README
Clarify *when* admins should disable the addon...
[friendica-addons.git] / impressum / README
1 Impressum Plugin for Friendica
2
3 Author: Tobias Diekershoff
4         http://diekershoff.homeunix.net/friendika/profile/tobias
5         tobias.diekershoff@gmx.net
6
7 License: 3-clause BSD license
8
9 About
10   This plugin adds an Impressum block to the /friendica page with informations
11   about the page operator/owner and how to contact you in case of any questions.
12
13   In the notes and postal fields you can use HTML tags for formatting.
14
15 Configuration:
16   Simply fill in the fields in the impressium settings page in the plugins area
17   of your admin panel.
18  
19 If you for any reason prefer to use a configuration file instead, you can set the 
20 following variables in the .htconfig file
21
22   * $a->config['impressum']['owner']           this is the Name of the Operator
23   * $a->config['impressum']['ownerprofile']    this is an optional Friendica account
24                                                where the above owner name will link to
25   * $a->config['impressum']['email']           a contact email address (optional)
26                                                will be displayed slightly obfuscated
27                                                as name(at)example(dot)com
28
29   * $a->config['impressum']['postal']          should contain a postal address where
30                                                you can be reached at (optional)
31   * $a->config['impressum']['notes']           additional informations that should
32                                                be displayed in the Impressum block
33   * $a->config['impressum']['footer_text']     Text that will be displayed at
34                                                the bottom of the pages.