]> git.immae.eu Git - github/wallabag/wallabag.git/blob - docs/de/user/import.rst
Add english doc into german one
[github/wallabag/wallabag.git] / docs / de / user / import.rst
1 Migration von einem Drittanbieter
2 =================================
3
4 Von Pocket
5 -----------
6
7 Erstelle eine neue Applikation in Pocket
8 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9
10 Um deine Daten von Pocket zu importieren, nutzen wir die Pocket API. Du musst
11 eine 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
17 Pocket wird dir einen **Consumer Key** geben (z.B. `49961-985e4b92fe21fe4c78d682c1`).
18 Du musst den ``pocket_consumer_key`` in dem Abschnitt ``Import`` in dem ``Interne Einstellungen`` Menü
19 konfigurieren.
20
21 Jetzt ist alles in Ordnung, um von Pocket zu migrieren.
22
23 Importiere deine Daten in wallabag 2.x
24 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25
26 Klicke auf den ``Importieren`` Link im menü, auf ``Inhalte importieren`` in dem Pocketabschnitt und
27 dann auf ``Verbinde mit Pocket und importieren Daten``.
28
29 Du musst wallabag erlauben, mit deinem Pocketaccount zu interagieren.
30 Deine Daten werden importiert. Datenimport kann ein sehr anspruchsvoller Prozess für deinen Server
31 sein (wir müssen daran arbeiten, um diesen Import zu verbessern).
32
33 From Readability
34 ----------------
35
36 Export your Readability data
37 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
38
39 On 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
41 Import your data into wallabag 2.x
42 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
43
44 Click on ``Import`` link in the menu, on ``Import contents`` in Readability section
45 and then select your json file and upload it.
46
47 Your data will be imported. Data import can be a demanding process for your server.
48
49 From Pinboard
50 -------------
51
52 Export your Pinboard data
53 ~~~~~~~~~~~~~~~~~~~~~~~~~
54
55 On 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
57 Import your data into wallabag 2.x
58 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
59
60 Click on ``Import`` link in the menu, on ``Import contents`` in Pinboard section
61 and then select your json file and upload it.
62
63 Your data will be imported. Data import can be a demanding process for your server.
64
65 From Instapaper
66 ---------------
67
68 Export your Instapaper data
69 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
70
71 On 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
73 Import your data into wallabag 2.x
74 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
75
76 Click on ``Import`` link in the menu, on ``Import contents`` in Instapaper section
77 and then select your CSV file and upload it.
78
79 Your data will be imported. Data import can be a demanding process for your server.
80
81
82 Von einer HTML oder JSON Datei
83 ------------------------------
84
85 *Funktion noch nicht implementiert in wallabag v2.*