2012-01-31 11:55:35 +01:00
|
|
|
Impressum Plugin for Friendica
|
2011-09-25 10:56:03 +02:00
|
|
|
|
|
|
|
Author: Tobias Diekershoff
|
2012-04-07 09:21:49 +02:00
|
|
|
http://diekershoff.homeunix.net/friendika/profile/tobias
|
2011-09-25 10:56:03 +02:00
|
|
|
tobias.diekershoff@gmx.net
|
|
|
|
|
2012-04-06 14:34:47 +02:00
|
|
|
License: 3-clause BSD license
|
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:
|
2012-04-04 19:38:23 +02:00
|
|
|
Simply fill in the fields in the impressium settings page in the plugins area
|
|
|
|
of your admin panel.
|
2011-09-25 10:56:03 +02:00
|
|
|
|
2012-04-05 21:23:40 +02:00
|
|
|
If you for any reason prefer to use a configuration file instead, you can set the
|
|
|
|
following variables in the .htconfig file
|
2011-09-25 10:56:03 +02:00
|
|
|
|
2012-04-05 21:23:40 +02:00
|
|
|
* $a->config['impressum']['owner'] this is the Name of the Operator
|
|
|
|
* $a->config['impressum']['ownerprofile'] this is an optional Friendica account
|
|
|
|
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
|
2012-04-06 14:34:47 +02:00
|
|
|
* $a->config['impressum']['footer_text'] Text that will be displayed at
|
|
|
|
the bottom of the pages.
|