diff --git a/diaspora/diaspora.php b/diaspora/diaspora.php index dfefff71..35234c39 100755 --- a/diaspora/diaspora.php +++ b/diaspora/diaspora.php @@ -5,6 +5,7 @@ * Description: Post to Diaspora * Version: 0.1 * Author: Michael Vogel + * Status: Unsupported */ function diaspora_install() { diff --git a/pageheader.tgz b/pageheader.tgz index de7fea73..20918033 100644 Binary files a/pageheader.tgz and b/pageheader.tgz differ diff --git a/pageheader/README b/pageheader/README index d3fbf9ea..9ba60788 100755 --- a/pageheader/README +++ b/pageheader/README @@ -5,4 +5,4 @@ Displays a text message for system announcements' The message is entered in the admin account at settings, Plugin settings. If you want to use HTML in the pageheader, create a file called pageheader.html -in the document root of your friendica instance and add the html there. \ No newline at end of file +in the document root of your friendica instance and add the html there. diff --git a/pageheader/pageheader.php b/pageheader/pageheader.php index 173fc707..7c65f8b5 100755 --- a/pageheader/pageheader.php +++ b/pageheader/pageheader.php @@ -50,7 +50,7 @@ function pageheader_addon_settings(&$a,&$s) { $s .= '
'; $s .= '

' . t('"pageheader" Settings') . '

'; $s .= '
'; diff --git a/pledgie.tgz b/pledgie.tgz index 18958292..48c5e817 100644 Binary files a/pledgie.tgz and b/pledgie.tgz differ diff --git a/pledgie/README b/pledgie/README deleted file mode 100644 index bcc7fe07..00000000 --- a/pledgie/README +++ /dev/null @@ -1,11 +0,0 @@ -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. \ No newline at end of file diff --git a/pledgie/pledgie.php b/pledgie/pledgie.php index 986fd986..af72a45f 100644 --- a/pledgie/pledgie.php +++ b/pledgie/pledgie.php @@ -1,7 +1,7 @@ * Hauke Altmann @@ -70,7 +70,7 @@ function pledgie_addon_settings_post(&$a,&$b) { function pledgie_active(&$a,&$b) { $campaign = get_config('pledgie-campaign','text'); $describe = get_config('pledgie-describe','text'); - $b .= '
'; + $b .= '
'; $b .= $describe . '