Added some in contents/de.htm.
This commit is contained in:
parent
4e5bf673e0
commit
6805122f81
|
@ -136,7 +136,7 @@ Aus dieser, schon 2009 von der AG Digitalisierung des Museumsverbandes Sachsen-A
|
|||
</div>
|
||||
|
||||
<div class="centerVertically">
|
||||
<img src="media/Screenshot-Exhibitions.png" />
|
||||
<img src="media/ScreenshotTogether-de.png" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -244,7 +244,7 @@ Aus dieser, schon 2009 von der AG Digitalisierung des Museumsverbandes Sachsen-A
|
|||
<h3>Nicht allein: Export- und Zitierfunktionen</h3>
|
||||
|
||||
<div class="centerVertically">
|
||||
<img src="media/Screenshot-Multilingual.png" />
|
||||
<img src="media/Screenshot-Export-Cite.png" />
|
||||
</div>
|
||||
|
||||
<div class="centerVertically">
|
||||
|
@ -281,16 +281,75 @@ Aus dieser, schon 2009 von der AG Digitalisierung des Museumsverbandes Sachsen-A
|
|||
|
||||
<div>
|
||||
|
||||
<h3>Komplett inventarisierungsfähig</h3>
|
||||
<h3>Genaue Objektinformationen</h3>
|
||||
|
||||
<div class="centerVertically">
|
||||
<ul>
|
||||
<li>Placeholder TODO</li>
|
||||
<li>Publikationsdaten
|
||||
<ul>
|
||||
<li>Objekttitel, Beschreibung, Bilder, LIDO-Events, ...</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Inventarisierungsdaten
|
||||
<ul>
|
||||
<li>Verbleib, Leihverkehr, Verwaltungsdaten, Provenienzrecherche, ...</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="centerVertically">
|
||||
<img src="media/Screenshot-Multilingual.png" />
|
||||
<img src="media/musdb-manyOptions-de.png" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
<h3>Der Fokus liegt auf Qualität</h3>
|
||||
|
||||
<div class="centerVertically">
|
||||
<img src="media/musdb-PuQi-de.png" />
|
||||
</div>
|
||||
|
||||
<div class="centerVertically">
|
||||
<ul>
|
||||
<li>
|
||||
PuQi: Automatische Qualitätsschätzung
|
||||
<ul>
|
||||
<li>Überprüft das einhalten von Best-Practices</li>
|
||||
<li>Objekte können nach Qualitätsindex sortiert werden</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Plausi: Plausibilitätscheck
|
||||
<ul>
|
||||
<li>Warnhinweis: Kann ein Bild 1820 gemalt worden sein, wenn der Maler 1810 gestorben ist?</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Anzeige anderer Werte im selben Eingabefeld und Textbausteinfunktion per Tastendruck
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
<h3>Erweiterbarkeit und Backups</h3>
|
||||
|
||||
<div class="centerVertically">
|
||||
<ul>
|
||||
<li>Backup aller Daten eines Museums</li>
|
||||
<li>Karteikarten und Kataloge können automatisch generiert werden</li>
|
||||
<li>JSON-Ausgabe und API</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="centerVertically">
|
||||
<img src="media/musdb-knorr-de.png" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -305,7 +364,12 @@ Aus dieser, schon 2009 von der AG Digitalisierung des Museumsverbandes Sachsen-A
|
|||
|
||||
<div class="centerVertically">
|
||||
<ul>
|
||||
<li>Ausgeklügeltes Rechtesystem</li>
|
||||
<li>Ausgeklügeltes Rechtesystem
|
||||
<ul>
|
||||
<li>Defaults per Benutzerrollen</li>
|
||||
<li>Genauere Einstellungen auf den Ebenen Museum, Sammlung und Serie</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -65,7 +65,7 @@ nav > a[href="#bottom"]:hover:before { background: #F00; color: #FFF; }
|
|||
@media screen and (min-width: 70em) {
|
||||
|
||||
section > div > div { display: inline-block; width: 45%; vertical-align: top; }
|
||||
section > div > div:first-of-type { padding-right: 5%; }
|
||||
section > div > div:last-child { padding-left: 9.5%; }
|
||||
section > div > div:only-child { display: block; width: initial; padding-right: initial; }
|
||||
|
||||
}
|
||||
|
|
|
@ -345,13 +345,15 @@ function printHTMLPage(string $title, string $contents, string $lang = "en", arr
|
|||
<meta name="description" content="' . $descriptions . '" />
|
||||
<meta name="twitter:description" content="' . $descriptions . '" />
|
||||
|
||||
<link rel="manifest" href="manifest.json">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
||||
|
||||
</head>
|
||||
<body id="start">
|
||||
|
||||
<nav id="mainNav">
|
||||
<a href="./?t=about#start">Home</a>
|
||||
<a href="./?t=about#start">About</a>
|
||||
<a href="./?t=press#start">Pressespiegel</a>
|
||||
<a href="#bottom"></a>
|
||||
</nav>
|
||||
|
|
18
manifest.json
Normal file
18
manifest.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "about:museum-digital",
|
||||
"short_name": "about:md",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#F2F2F2",
|
||||
"theme_color": "#F00",
|
||||
"description": "About page for museum-digital.",
|
||||
"icons": [{
|
||||
"src": "media/mdlogo-32px.png",
|
||||
"sizes": "32x32",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "media/mdlogo-64px.png",
|
||||
"sizes": "64x64",
|
||||
"type": "image/png"
|
||||
}]
|
||||
}
|
BIN
media/Screenshot-citation-de.png
Normal file
BIN
media/Screenshot-citation-de.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 231 KiB |
BIN
media/ScreenshotTogether-de.png
Normal file
BIN
media/ScreenshotTogether-de.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
BIN
media/musdb-PuQi-de.png
Normal file
BIN
media/musdb-PuQi-de.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 191 KiB |
BIN
media/musdb-knorr-de.png
Normal file
BIN
media/musdb-knorr-de.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 160 KiB |
BIN
media/musdb-manyOptions-de.png
Normal file
BIN
media/musdb-manyOptions-de.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 190 KiB |
35
press/de.htm
35
press/de.htm
|
@ -25,21 +25,48 @@
|
|||
<div>
|
||||
|
||||
<div>
|
||||
|
||||
<h4>2018</h4>
|
||||
<ul class="dl">
|
||||
<li data-title="Volksstimme.de - 30.05.2018"><a data-archived="https://web.archive.org/web/20180604133747/https://www.volksstimme.de/lokal/wolmirstedt/geschichte-ein-digitaler-katalog-fuers-museum" href="https://www.volksstimme.de/lokal/wolmirstedt/geschichte-ein-digitaler-katalog-fuers-museum">Ein digitaler Katalog fürs Museum</a></li>
|
||||
<li data-title="Volksstimme.de - 30.05.2018"><a href="https://www.volksstimme.de/lokal/wolmirstedt/geschichte-ein-digitaler-katalog-fuers-museum">Ein digitaler Katalog fürs Museum</a></li>
|
||||
<li data-title="Potsdamer Neueste Nachrichten - 05.04.2018"><a href="http://www.pnn.de/potsdam/1272473/">Virtuelles Museum - Die Schlösserstiftung präsentiert Kunstwerke aus den Haushalten der Preußenkönige auch im Internet.</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
<h4>2017</h4>
|
||||
<ul class="dl">
|
||||
<li data-title="Volksstimme.de - 30.05.2018">Ein digitaler Katalog fürs Museum</li>
|
||||
<li data-title="az-online.de (Web) - 15.09.2017"><a href="https://www.az-online.de/altmark/gardelegen/toiletteneimer-pickelhaube-8685875.html">Von Toiletteneimer bis Pickelhaube</a></li>
|
||||
<li data-title="Rhein-Neckar-Zeitung (Web) - 09.06.2017"><a href="https://www.rnz.de/nachrichten/buchen_artikel,-Buchen-Buchener-Fotograf-Karl-Weiss-Im-Internet-ist-sein-kulturelles-Erbe-sicher-_arid,281148.html">Im Internet ist sein kulturelles Erbe sicher - Digitalisierung sichert den Fortbestand des wertvollen Archivs des Buchener Fotografen Karl Weiß - Fotos sind weltweit abrufbar</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4>2015</h4>
|
||||
<ul class="dl">
|
||||
<li data-title="Volksstimme.de (Web) - 06.08.2015"><a href="https://www.volksstimme.de/nachrichten/lokal/wolmirstedt/1517435_Wolmirstedter-Geschichte-wird-digital.html">Wolmirstedter Geschichte wird digital</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4>2014</h4>
|
||||
<ul class="dl">
|
||||
<li data-title="Focus (Regional Magdeburg) (Web) - 14.04.2014"><a href="https://www.focus.de/regional/magdeburg/museen-320-museen-nutzen-internet-plattform-museum-digital_id_3770209.html">„Museum-Digital“ präsentiert Zehntausende Exponate</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4>2012</h4>
|
||||
<ul class="dl">
|
||||
<li data-title="Mitteldeutsche Zeitung (Web) - 23.04.2012"><a href="https://www.mz-web.de/bitterfeld/bitterfeld-schatz-in-schellack-7835792">Bitterfeld Schatz in Schellack</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4>2009</h4>
|
||||
<ul class="dl">
|
||||
<li data-title="Mitteldeutsche Zeitung (Web) - 19.11.2009"><a href="https://www.mz-web.de/bernburg/fahnen-aus-anhalt-flattern-als-testversion-in-griechenland-7950844">Fahnen aus Anhalt flattern als Testversion in Griechenland</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Reference in New Issue
Block a user