Approval.

This commit is contained in:
2022-06-12 14:49:23 +00:00
committed by md translation bot
parent 7cf61889f1
commit 7bc6fee7b0
6 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ $tlFrontend['design_principles_text'] = '"The "frontend" of museum-digital is pr
$tlFrontend['api_title'] = 'API(s)';
$tlFrontend['api_text'] = 'Publishing and making things accessible doesn\'t only mean making it possible to view something. It also means enabling people to use data to realize their own ideas. Accordingly, all information that is published using the "frontend" of museum-digital is also accessible in a machine-readable way via our <abbr title="JavaScript Object Notation">JSON</abbr> API.</p><p>As much as possible, the "frontend" provides information in open standards as well: object information can be accessed in <a href="http://network.icom.museum/cidoc/working-groups/lido/what-is-lido/">LIDO</a>, information about museums can be downloaded as electronic business cards (<a href="https://de.wikipedia.org/wiki/VCard">vCard</a>), and calendar information such as exhibitions can be integrated with calendar tools using the <a href="https://de.wikipedia.org/wiki/ICalendar">iCalendar</a> standard.';
$tlFrontend['development_title'] = 'Development';
$tlFrontend['development_text'] = 'The "frontend" of museum-digital is built using PHP7 and MySQL. JavaScript is used for interactive features and visualizations. A list of the used libraries can be found <a href="https://handbook.museum-digital.info/?lan=de&q=Weiteres/Dependencies">here</a>. We use <a href="https://git-scm.com/">git</a> for version control.';
$tlFrontend['development_text'] = 'The "frontend" of museum-digital is built using PHP8 and MySQL. JavaScript is used for interactive features and visualizations. A list of the used libraries can be found <a href="https://handbook.museum-digital.info/?lan=de&q=Weiteres/Dependencies">here</a>. We use <a href="https://git-scm.com/">git</a> for version control.';
$tlFrontend['screenshots'] = 'Screenshots';
$tlFrontend['resources'] = 'Resources';
$tlFrontend['in_blog'] = 'News About the Frontend in the Blog';