]> git.immae.eu Git - github/wallabag/wallabag.git/blame - docs/en/user/import.rst
french translation for login doc
[github/wallabag/wallabag.git] / docs / en / user / import.rst
CommitLineData
10b40f85
NL
1Migrate to wallabag
2===================
3
6785f4aa
NL
4From wallabag
5-------------
10b40f85
NL
6
7Export your data from your wallabag 1.x
8~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9
10On your config page, click on ``JSON export`` in the ``Export your wallabag data`` section.
11
12.. image:: ../../img/user/export_wllbg_1.png
13 :alt: Export from wallabag 1.x
14 :align: center
15
16You will have a ``wallabag-export-1-1970-01-01.json`` file.
17
6785f4aa
NL
18Export your data from your wallabag 2.x
19~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20
21On the export sidebar, click on ``JSON``.
22
23.. image:: ../../img/user/export_wllbg_2.png
f4243aa7 24 :alt: Export from wallabag 2.x
6785f4aa
NL
25 :align: center
26
27You will have a ``Unread articles.json`` file.
28
10b40f85
NL
29Import your data into wallabag 2.x
30~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31
32Click on ``Import`` link in the menu, select your export file on your computer and import it.
33
34.. image:: ../../img/user/import_wllbg.png
35 :alt: Import from wallabag 1.x
36 :align: center
37
6785f4aa 38All your wallabag articles will be imported.
10b40f85
NL
39
40From Pocket
41-----------
42
a42938f4
NL
43Create a new applicaton on Pocket
44~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45
46To import your data from Pocket, we use the Pocket API. You need to create a new application on their developer website to continue.
47
48* Create a new application `on the developer website <https://getpocket.com/developer/apps/new>`_
49* Fill in the required fields: application name, application description, permissions (only **retrieve**), platform (**web**), accept the terms of service and submit your new application
50
51Pocket will give you a **Consumer Key** (for example, `49961-985e4b92fe21fe4c78d682c1`). You need to configure the ``pocket_consumer_key`` into the ``app/config/parameters.yml`` file in wallabag.
52
53Now, all is fine to migrate from Pocket.
54
55Import your data into wallabag 2.x
56~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
57
58Click on ``Import`` link in the menu, on ``Import contents`` in Pocket section and then on ``Connect to Pocket and import data``.
59
6785f4aa 60You need to authorize wallabag to interact with your Pocket account. Your data will be imported. Data import can be a demanding process for your server (we need to work on this import to improve it).
a42938f4 61
10b40f85
NL
62From Instapaper
63---------------
64
a42938f4
NL
65*Feature not yet implemented in wallabag v2.*
66
10b40f85
NL
67From Readability
68----------------
69
a42938f4
NL
70*Feature not yet implemented in wallabag v2.*
71
10b40f85
NL
72From HTML or JSON file
73----------------------
a42938f4
NL
74
75*Feature not yet implemented in wallabag v2.*