2012-01-31 11:55:35 +01:00
|
|
|
Impressum Plugin for Friendica
|
2011-09-25 10:56:03 +02:00
|
|
|
|
|
|
|
Author: Tobias Diekershoff
|
|
|
|
tobias.diekershoff@gmx.net
|
|
|
|
|
2012-01-31 11:55:35 +01:00
|
|
|
License: 3-clause BSD license (same as Friendica)
|
2011-09-25 10:56:03 +02:00
|
|
|
|
|
|
|
About
|
2012-01-31 11:55:35 +01:00
|
|
|
This plugin adds an Impressum block to the /friendica page with informations
|
2011-09-25 10:56:03 +02:00
|
|
|
about the page operator/owner and how to contact you in case of any questions.
|
|
|
|
|
|
|
|
In the notes and postal fields you can use HTML tags for formatting.
|
|
|
|
|
|
|
|
Configuration:
|
|
|
|
For configuration you can set the following variables in the .htconfig file
|
|
|
|
* $a->config['impressum']['owner'] this is the Name of the Operator
|
2012-01-31 11:55:35 +01:00
|
|
|
* $a->config['impressum']['ownerprofile'] this is an optional Friendica account
|
2011-09-25 10:56:03 +02:00
|
|
|
where the above owner name will link to
|
|
|
|
* $a->config['impressum']['email'] a contact email address (optional)
|
|
|
|
will be displayed slightly obfuscated
|
|
|
|
as name(at)example(dot)com
|
|
|
|
* $a->config['impressum']['postal'] should contain a postal address where
|
|
|
|
you can be reached at (optional)
|
|
|
|
* $a->config['impressum']['notes'] additional informations that should
|
|
|
|
be displayed in the Impressum block
|
|
|
|
|
|
|
|
|