mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 18:02:59 +00:00
documentation update
This commit is contained in:
parent
1489253a95
commit
72f94b3576
5 changed files with 13 additions and 2 deletions
BIN
pageheader.tgz
BIN
pageheader.tgz
Binary file not shown.
|
@ -50,7 +50,7 @@ function pageheader_addon_settings(&$a,&$s) {
|
|||
$s .= '<div class="settings-block">';
|
||||
$s .= '<h3>' . t('"pageheader" Settings') . '</h3>';
|
||||
$s .= '<div id="pageheader-wrapper">';
|
||||
$s .= '<label id="pageheader-label" for="pageheader-words">' . t('Message to display on every page on this server') . ' </label>';
|
||||
$s .= '<label id="pageheader-label" for="pageheader-words">' . t('Message to display on every page on this server (or put a pageheader.hml file in your docroot)') . ' </label>';
|
||||
$s .= '<textarea id="pageheader-words" type="text" name="pageheader-words">' . $words . '</textarea>';
|
||||
$s .= '</div><div class="clear"></div>';
|
||||
|
||||
|
|
BIN
pledgie.tgz
BIN
pledgie.tgz
Binary file not shown.
11
pledgie/README
Normal file
11
pledgie/README
Normal file
|
@ -0,0 +1,11 @@
|
|||
Pledgie
|
||||
|
||||
Allows administrators to add a Pledgie-Donation Button to all their friendica pages.
|
||||
This could be useful f.e. for public nodes that want to raise some money for server
|
||||
maintenance costs.
|
||||
|
||||
Usage:
|
||||
Add the campaign number of your pledgie campaign in the first field. To find out the campaign number,
|
||||
go to your Pledgie campaign webpage. The campaign number is the number at the end of the URL.
|
||||
|
||||
Add a describtion of your campaign in the second field.
|
Loading…
Reference in a new issue