]>
Commit | Line | Data |
---|---|---|
fa04bddd NL |
1 | Migrate from a third service |
2 | ============================ | |
10b40f85 NL |
3 | |
4 | From Pocket | |
5 | ----------- | |
6 | ||
8b197f27 NL |
7 | Create a new application on Pocket |
8 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
a42938f4 | 9 | |
8b197f27 NL |
10 | To import your data from Pocket, we use the Pocket API. You need to create |
11 | a new application on their developer website to continue. | |
a42938f4 NL |
12 | |
13 | * Create a new application `on the developer website <https://getpocket.com/developer/apps/new>`_ | |
8b197f27 NL |
14 | * Fill in the required fields: application name, application description, |
15 | permissions (only **retrieve**), platform (**web**), accept the terms of service | |
16 | and submit your new application | |
a42938f4 | 17 | |
8b197f27 | 18 | Pocket will give you a **Consumer Key** (for example, `49961-985e4b92fe21fe4c78d682c1`). |
e0f4f25f | 19 | You need to configure the ``pocket_consumer_key`` into the ``Import`` section in the ``Internal settings`` menu. |
a42938f4 NL |
20 | |
21 | Now, all is fine to migrate from Pocket. | |
22 | ||
23 | Import your data into wallabag 2.x | |
24 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
25 | ||
8b197f27 NL |
26 | Click on ``Import`` link in the menu, on ``Import contents`` in Pocket section |
27 | and then on ``Connect to Pocket and import data``. | |
a42938f4 | 28 | |
8b197f27 NL |
29 | You need to authorize wallabag to interact with your Pocket account. |
30 | Your data will be imported. Data import can be a demanding process for your server | |
31 | (we need to work on this import to improve it). | |
a42938f4 | 32 | |
10b40f85 NL |
33 | From Instapaper |
34 | --------------- | |
35 | ||
a42938f4 NL |
36 | *Feature not yet implemented in wallabag v2.* |
37 | ||
10b40f85 NL |
38 | From Readability |
39 | ---------------- | |
40 | ||
a42938f4 NL |
41 | *Feature not yet implemented in wallabag v2.* |
42 | ||
10b40f85 NL |
43 | From HTML or JSON file |
44 | ---------------------- | |
a42938f4 NL |
45 | |
46 | *Feature not yet implemented in wallabag v2.* |