]> git.mxchange.org Git - friendica-addons.git/blob - impressum/README
af8f5e0d9b0956b34815ea8fb86e5fdb2050fe5a
[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
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   Simply fill in the fields in the impressium settings page in the plugins area
16   of your admin panel.
17  
18 If you for any reason prefer to use a configuration file instead, you can set the 
19 following variables in the .htconfig file
20
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
27
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
32   * $a->config['impressum']['footer_text']     Text that will be displayed at
33                                                the bottom of the pages.