diff --git a/appnet/README.md b/appnet/README.md deleted file mode 100644 index ec24753c..00000000 --- a/appnet/README.md +++ /dev/null @@ -1,15 +0,0 @@ -App.net Plugin -============== - -With this addon to friendica you can give your users the possibility to post their *public* messages to App.net and -to import their timeline. The messages will be strapped their rich context and shortened to 256 characters length if -necessary. - -Installation ------------- - -If you have an developer account you can create an Application for all of your users at -[https://account.app.net/developer/apps/](https://account.app.net/developer/apps/). Add the redirect uri -"https://your.server.name/appnet/connect" (Replace "your.server.name" with the hostname of your server) - -If you can't create an application (because you only have a free account) this addon still works, but your users have to create individual applications on their own. diff --git a/appnet/appnet.php b/appnet/appnet.php index 9eb71713..171461de 100644 --- a/appnet/appnet.php +++ b/appnet/appnet.php @@ -2,7 +2,7 @@ /** * Name: App.net Connector - * Description: Bidirectional (posting and reading) connector for app.net. + * Description: app.net postings import and export * Version: 0.2 * Author: Michael Vogel */ diff --git a/buffer/README.md b/buffer/README.md index 2ba2b01e..d46ade85 100644 --- a/buffer/README.md +++ b/buffer/README.md @@ -3,6 +3,3 @@ The addon uses the library from [https://github.com/thewebguy/bufferapp-php](htt Please register an app at [http://bufferapp.com/developers/api](http://bufferapp.com/developers/api) Please use (your server address)/buffer/connect as Callback URL. - -After the registration please enter the values for "Client ID" and "Client Secret" in the -[administration](admin/plugins/buffer). diff --git a/buffer/lang/it/messages.po b/buffer/lang/it/messages.po index 05f973de..9c32a13d 100644 --- a/buffer/lang/it/messages.po +++ b/buffer/lang/it/messages.po @@ -5,15 +5,14 @@ # # Translators: # fabrixxm , 2014 -# Sandro Santilli , 2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-06-22 13:18+0200\n" -"PO-Revision-Date: 2015-11-01 11:05+0000\n" -"Last-Translator: Sandro Santilli \n" -"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" +"PO-Revision-Date: 2014-09-10 10:27+0000\n" +"Last-Translator: fabrixxm \n" +"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -70,7 +69,7 @@ msgstr "Invia sempre a Buffer" #: buffer.php:156 msgid "Check to delete this preset" -msgstr "Seleziona per eliminare questo preset" +msgstr "Seleziona per elimiare queto preset" #: buffer.php:165 msgid "Posts are going to all accounts that are enabled by default:" diff --git a/buffer/lang/it/strings.php b/buffer/lang/it/strings.php index 9081af8a..4ae16d27 100644 --- a/buffer/lang/it/strings.php +++ b/buffer/lang/it/strings.php @@ -17,5 +17,5 @@ $a->strings["Buffer Export"] = "Esporta Buffer"; $a->strings["Authenticate your Buffer connection"] = "Autentica la tua connessione a Buffer"; $a->strings["Enable Buffer Post Plugin"] = "Abilita il plugin di invio a Buffer"; $a->strings["Post to Buffer by default"] = "Invia sempre a Buffer"; -$a->strings["Check to delete this preset"] = "Seleziona per eliminare questo preset"; +$a->strings["Check to delete this preset"] = "Seleziona per elimiare queto preset"; $a->strings["Posts are going to all accounts that are enabled by default:"] = "I messaggi andranno a tutti gli account che sono abilitati:"; diff --git a/fbpost/fbpost.php b/fbpost/fbpost.php index 72373ff9..4c4eda91 100644 --- a/fbpost/fbpost.php +++ b/fbpost/fbpost.php @@ -4,7 +4,6 @@ * Version: 1.3 * Author: Mike Macgirvin * Author: Tobias Hößl - * Status: Unsupported * */ diff --git a/forumlist/forumlist.php b/forumlist/forumlist.php index 6dd283f7..63a8de84 100644 --- a/forumlist/forumlist.php +++ b/forumlist/forumlist.php @@ -6,6 +6,7 @@ * Author: Mike Macgirvin * based on pages plugin by * Author: Michael Vogel + * Status: Unsupported * */ diff --git a/fromgplus/README b/fromgplus/README new file mode 100644 index 00000000..6587407c --- /dev/null +++ b/fromgplus/README @@ -0,0 +1,25 @@ +This extension fetches messages from a Google+ account and reshares it. + +You have to place the following config values in your .htconfig.php: + +$a->config['fromgplus']['key'] = "your key"; +$a->config['fromgplus']['poll_interval'] = 10; + +You need an API key for "Simple API Access". + +- You go to https://code.google.com/apis/console/ +- Then you go to "Services" and activate "Google+ API". +- After that you go to "API Access". +- At the bottom of the page you see "Simple API Access". + +The value after "API key:" is the key that you need. + + +The new cloudbased Developerconsole + +- You go to https://code.google.com/apis/console/ +- Then you got to "APIs & auth" > "Apis" switch on Google+ API +- Then you go to "Credentials" +- At the bottom of the Page you see "Public API access" + +The value after "API key:" is the key that you need. \ No newline at end of file diff --git a/fromgplus/README.md b/fromgplus/README.md deleted file mode 100644 index 94b098cf..00000000 --- a/fromgplus/README.md +++ /dev/null @@ -1,9 +0,0 @@ -This extension fetches messages from a Google+ account and reshares it. - -To get the needed API key please follow these steps: - -* go to [https://code.google.com/apis/console/](https://code.google.com/apis/console/) -* Create a new project or open an existing one -* Activate the Google+ API -* Go to the credentials -* Create an API key (browser key) and leave the field for the referrer empty diff --git a/fromgplus/fromgplus.php b/fromgplus/fromgplus.php index e0fdc705..933567ce 100644 --- a/fromgplus/fromgplus.php +++ b/fromgplus/fromgplus.php @@ -81,21 +81,6 @@ function fromgplus_addon_settings_post(&$a,&$b) { } } -function fromgplus_plugin_admin(&$a, &$o){ - $t = get_markup_template("admin.tpl", "addon/fromgplus/"); - - $o = replace_macros($t, array( - '$submit' => t('Save Settings'), - '$key' => array('key', t('Key'), trim(get_config('fromgplus', 'key')), t('')), - )); -} - -function fromgplus_plugin_admin_post(&$a){ - $key = ((x($_POST,'key')) ? trim($_POST['key']) : ''); - set_config('fromgplus','key',$key); - info( t('Settings updated.'). EOL ); -} - function fromgplus_cron($a,$b) { $last = get_config('fromgplus','last_poll'); diff --git a/fromgplus/templates/admin.tpl b/fromgplus/templates/admin.tpl deleted file mode 100644 index 0bd83c39..00000000 --- a/fromgplus/templates/admin.tpl +++ /dev/null @@ -1,2 +0,0 @@ -{{include file="field_input.tpl" field=$key}} -
diff --git a/gpluspost/gpluspost.php b/gpluspost/gpluspost.php index 43a1635e..a5cbc932 100644 --- a/gpluspost/gpluspost.php +++ b/gpluspost/gpluspost.php @@ -5,7 +5,6 @@ * Description: Posts to a Google+ page with the help of Hootsuite * Version: 0.1 * Author: Michael Vogel - * Status: Unsupported */ function gpluspost_install() { diff --git a/ifttt/ifttt.php b/ifttt/ifttt.php index b0e5e122..3203fec4 100644 --- a/ifttt/ifttt.php +++ b/ifttt/ifttt.php @@ -46,7 +46,7 @@ function ifttt_settings(&$a,&$s) { $s .= ''; $s .= '
'; - $s .= '

'.t("Create an account at IFTTT. Create three Facebook recipes that are connected with Maker (In the form 'if Facebook then Maker') with the following parameters:").'

'; + $s .= '

'.t("Create an account at IFTTT. Create three Facebook recipes that are connected with 'Maker' with the following parameters:").'

'; $s .= '

URL

'; $s .= '

'.$a->get_baseurl()."/ifttt/".'

'; $s .= '

Method

'; diff --git a/mailstream/templates/settings.tpl b/mailstream/templates/settings.tpl index bd24e38f..8729b7b5 100644 --- a/mailstream/templates/settings.tpl +++ b/mailstream/templates/settings.tpl @@ -1,10 +1,10 @@ - -

{{$title}}

-
-