elog2labfolder/_build/html/import_export.html
changeset 15 523ca1dfd077
parent 11 ccfe3c7fa0d2
equal deleted inserted replaced
13:a21f3604f1db 15:523ca1dfd077
    52 </div>
    52 </div>
    53 <p>Version 2 is still in the development phase.</p>
    53 <p>Version 2 is still in the development phase.</p>
    54 </div>
    54 </div>
    55 <div class="section" id="export">
    55 <div class="section" id="export">
    56 <h2>Export<a class="headerlink" href="#export" title="Permalink to this headline">¶</a></h2>
    56 <h2>Export<a class="headerlink" href="#export" title="Permalink to this headline">¶</a></h2>
    57 <p>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 …</p>
    57 <p>Exporting projects (or just single entries) is possible in three different formats: PDF, XHTML and JSON. The <strong>export as PDF</strong> can be done from within a project …</p>
    58 <a class="reference internal image-reference" href="_images/export_of_projects.png"><img alt="_images/export_of_projects.png" class="align-center" src="_images/export_of_projects.png" style="width: 70%;" /></a>
    58 <a class="reference internal image-reference" href="_images/export_of_projects.png"><img alt="_images/export_of_projects.png" class="align-center" src="_images/export_of_projects.png" style="width: 70%;" /></a>
    59 <p>… or from the project overview (<em>Manage &gt; Projects</em>):</p>
    59 <p>… or from the project overview (<em>Manage &gt; Projects</em>):</p>
    60 <a class="reference internal image-reference" href="_images/export_of_projects2.png"><img alt="_images/export_of_projects2.png" class="align-center" src="_images/export_of_projects2.png" style="width: 70%;" /></a>
    60 <a class="reference internal image-reference" href="_images/export_of_projects2.png"><img alt="_images/export_of_projects2.png" class="align-center" src="_images/export_of_projects2.png" style="width: 70%;" /></a>
    61 <p>The XHTML export can be done via the settings:</p>
    61 <p>The <strong>XHTML export</strong> can be done via the settings:</p>
    62 <a class="reference internal image-reference" href="_images/export_xhtml.png"><img alt="_images/export_xhtml.png" class="align-center" src="_images/export_xhtml.png" style="width: 70%;" /></a>
    62 <a class="reference internal image-reference" href="_images/export_xhtml.png"><img alt="_images/export_xhtml.png" class="align-center" src="_images/export_xhtml.png" style="width: 70%;" /></a>
    63 <p>However, to use this type of export it has to be installed first in the <em>Manage &gt; Apps</em> 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 <em>Data exports</em>. 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.</p>
    63 <p>However, to use this type of export it has to be installed first in the <em>Manage &gt; Apps</em> 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 <em>Data exports</em>. 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.</p>
    64 <p>The JSON export is only useable via the API endpoint <code class="docutils literal"><span class="pre">GET</span> <span class="pre">/entries</span></code>. 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.</p>
    64 <p>The <strong>JSON export</strong> is only useable via the API endpoint <code class="docutils literal"><span class="pre">GET</span> <span class="pre">/entries</span></code>. 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.</p>
    65 </div>
    65 </div>
    66 </div>
    66 </div>
    67 
    67 
    68 
    68 
    69           </div>
    69           </div>