Skip to content

Commit 5c3d513

Browse files
author
Christian Putzke
committed
Readme and loca update
1 parent 9fb74ec commit 5c3d513

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# FreshRSS Pocket Button
22

3-
Add [FreshRSS](https://freshrss.org) articles to [Pocket](https://getpocket.com/) with one simple button click or a keyboard shortcut.
3+
[FreshRSS](https://freshrss.org/) extension which adds a [Pocket](https://getpocket.com/) button to your article entries.
44

5-
More coming soon...
5+
It can be used to add articles to Pocket with a single button tap or a custom keyboard shortcut.
6+
7+
## Download and setup
8+
9+
1. Download the [latest release](https://github.com/christian-putzke/freshrss-pocket-button/releases)
10+
1. Extract and upload it to the `./extensions` folder of your FreshRSS installation
11+
1. Go to [Pocket's Developer Portal](https://getpocket.com/developer/apps/)
12+
1. Create a new application with at least the `add` permission
13+
1. Enter your Consumer Key in the Pocket Button extension settings
14+
1. Press "Connect to Pocket"
15+
1. Authorize your just created application
16+
1. *Optional Set a custom keyboard shortcut*
17+
18+
## Pocket API Error codes
19+
20+
If you get errors while trying to connect to Pocket, please check the [Pocket developer documentation](https://getpocket.com/developer/docs/authentication) for detailed error code descriptions.
21+
22+
23+
## Translations
24+
25+
If you'd like to translate the extension to another language please file a pull request. I'd be happy to merge it!

i18n/de/ext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'username' => 'Benutzername',
1515
'access_token' => 'Zugangs-Token',
1616
'keyboard_shortcut' => 'Tastaturkürzel',
17-
'extension_disabled' => 'Du must die Erweiterung aktivieren bevor du dich mit Pocket verbinden kannst!',
17+
'extension_disabled' => 'Du must die Erweiterung aktivieren, bevor du dich mit Pocket verbinden kannst!',
1818
'connected_to_pocket' => 'Du bist über den Account <b>%s</b> mit dem Zugangs-Token <b>%s</b> mit Pocket verbunden!',
1919
'revoke_access' => 'Verbindung zu Pocket trennen!',
2020
),

i18n/en/ext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'access_token' => 'Access Token',
1616
'keyboard_shortcut' => 'Keyboard shortcut',
1717
'extension_disabled' => 'You need to enable the extension before you can connect to Pocket!',
18-
'connected_to_pocket' => 'You are connected to Pocket!',
18+
'connected_to_pocket' => 'Your are connected to Pocket with the account <b>%s</b> using the access token <b>%s</b>.',
1919
'revoke_access' => 'Disconnect from Pocket!'
2020
),
2121
'notifications' => array(

0 commit comments

Comments
 (0)