equal
deleted
inserted
replaced
11 |
11 |
12 Version 2 is still in the development phase. |
12 Version 2 is still in the development phase. |
13 |
13 |
14 Export |
14 Export |
15 ------ |
15 ------ |
16 Exporting projects (or just single entries) is possible in three different formats: PDF, XHTML and JSON. The export as PDF can be done from within a project ... |
16 Exporting projects (or just single entries) is possible in three different formats: PDF, XHTML and JSON. The **export as PDF** can be done from within a project ... |
17 |
17 |
18 .. image:: _static/export_of_projects.png |
18 .. image:: _static/export_of_projects.png |
19 :width: 70 % |
19 :width: 70 % |
20 :align: center |
20 :align: center |
21 |
21 |
23 |
23 |
24 .. image:: _static/export_of_projects2.png |
24 .. image:: _static/export_of_projects2.png |
25 :width: 70 % |
25 :width: 70 % |
26 :align: center |
26 :align: center |
27 |
27 |
28 The XHTML export can be done via the settings: |
28 The **XHTML export** can be done via the settings: |
29 |
29 |
30 .. image:: _static/export_xhtml.png |
30 .. image:: _static/export_xhtml.png |
31 :width: 70 % |
31 :width: 70 % |
32 :align: center |
32 :align: center |
33 |
33 |
34 However, to use this type of export it has to be installed first in the *Manage > Apps* section. By means of the XHTML export all projects that one owns will be exported. A detailled selection of projects or entries to be exported is not possible. As soon as the export process is finished a download link appears in the settings in *Data exports*. The downloadable ZIP file contains all images and files along with an index.html file that contains information about all entries. You could open and view the index.html file in a browser similar to the view in labfolder. |
34 However, to use this type of export it has to be installed first in the *Manage > Apps* section. By means of the XHTML export all projects that one owns will be exported. A detailled selection of projects or entries to be exported is not possible. As soon as the export process is finished a download link appears in the settings in *Data exports*. The downloadable ZIP file contains all images and files along with an index.html file that contains information about all entries. You could open and view the index.html file in a browser similar to the view in labfolder. |
35 |
35 |
36 The JSON export is only useable via the API endpoint ``GET /entries``. However, at the moment the response only contains useful information such as dates and tags. The author name is hidden behind the author ID and the entry text content is completely missing. |
36 The **JSON export** is only useable via the API endpoint ``GET /entries``. However, at the moment the response only contains useful information such as dates and tags. The author name is hidden behind the author ID and the entry text content is completely missing. |
37 |
37 |