]> git.immae.eu Git - github/wallabag/wallabag.git/blame - docs/de/user/import.rst
Use more explicit check
[github/wallabag/wallabag.git] / docs / de / user / import.rst
CommitLineData
3247b907
SF
1Migration von einem Drittanbieter
2=================================
3
4Von Pocket
5-----------
6
7Erstelle eine neue Applikation in Pocket
8~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9
10Um deine Daten von Pocket zu importieren, nutzen wir die Pocket API. Du musst
11eine neue Applikation auf ihrer Entwicklerwebsite erstellen, um fortzufahren.
12
13* Erstelle eine neue Applikation `auf der Entwicklerwebsite <https://getpocket.com/developer/apps/new>`_
14* Fülle die erforderlichen Felder aus: Name, Beschreibung, Berechtigungen (nur **abrufen**), Plattform
15 (**web**), akzeptiere die Nutzungsbedingungen und reiche deine neue Applikation ein
16
17Pocket wird dir einen **Consumer Key** geben (z.B. `49961-985e4b92fe21fe4c78d682c1`).
18Du musst den ``pocket_consumer_key`` in dem Abschnitt ``Import`` in dem ``Interne Einstellungen`` Menü
19konfigurieren.
20
21Jetzt ist alles in Ordnung, um von Pocket zu migrieren.
22
23Importiere deine Daten in wallabag 2.x
24~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25
26Klicke auf den ``Importieren`` Link im menü, auf ``Inhalte importieren`` in dem Pocketabschnitt und
27dann auf ``Verbinde mit Pocket und importieren Daten``.
28
29Du musst wallabag erlauben, mit deinem Pocketaccount zu interagieren.
30Deine Daten werden importiert. Datenimport kann ein sehr anspruchsvoller Prozess für deinen Server
31sein (wir müssen daran arbeiten, um diesen Import zu verbessern).
32
2e4efb59
JB
33From Readability
34----------------
3247b907 35
2e4efb59
JB
36Export your Readability data
37~~~~~~~~~~~~~~~~~~~~~~~~~~~~
38
39On the tools (`https://www.readability.com/tools/ <https://www.readability.com/tools/>`_) page, click on "Export your data" in the "Data Export" section. You will received an email to download a json (which does not end with .json in fact).
40
41Import your data into wallabag 2.x
42~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
43
44Click on ``Import`` link in the menu, on ``Import contents`` in Readability section
45and then select your json file and upload it.
46
47Your data will be imported. Data import can be a demanding process for your server.
48
49From Pinboard
50-------------
51
52Export your Pinboard data
53~~~~~~~~~~~~~~~~~~~~~~~~~
54
55On the backup (`https://pinboard.in/settings/backup <https://pinboard.in/settings/backup>`_) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like ``pinboard_export``).
56
57Import your data into wallabag 2.x
58~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3247b907 59
2e4efb59
JB
60Click on ``Import`` link in the menu, on ``Import contents`` in Pinboard section
61and then select your json file and upload it.
62
63Your data will be imported. Data import can be a demanding process for your server.
64
65From Instapaper
3247b907
SF
66---------------
67
2e4efb59
JB
68Export your Instapaper data
69~~~~~~~~~~~~~~~~~~~~~~~~~~~~
70
71On the settings (`https://www.instapaper.com/user <https://www.instapaper.com/user>`_) page, click on "Download .CSV file" in the "Export" section. A CSV file will be downloaded (like ``instapaper-export.csv``).
72
73Import your data into wallabag 2.x
74~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
75
76Click on ``Import`` link in the menu, on ``Import contents`` in Instapaper section
77and then select your CSV file and upload it.
78
79Your data will be imported. Data import can be a demanding process for your server.
80
3247b907
SF
81
82Von einer HTML oder JSON Datei
83------------------------------
84
85*Funktion noch nicht implementiert in wallabag v2.*