Gitbook mit Suchfunktion einrichten
This commit is contained in:
parent
33ef1e384b
commit
a04412e93c
|
@ -7,16 +7,16 @@ Das Tutorial basiert auf einer [Masterarbeit von Stefan Niesner](http://malispro
|
|||
Das Vorhaben wurde auf dem [6. VuFind-Anwendertreffen](http://www.vufind.de/anwendertreffen/anwendertreffen-2017/) in einem [Vortrag](https://felixlohmeier.de/slides/2017-09-28_vufind-anwendertreffen-keynote.html#/38) angekündigt und wird im Zeitraum Oktober-November 2017 bearbeitet.
|
||||
|
||||
- [x] ODT mit Pandoc in Markdown umwandeln
|
||||
- [ ] Gitbook mit Suchfunktion einrichten
|
||||
- [x] Gitbook mit Suchfunktion einrichten
|
||||
- [ ] Anleitung für VuFind 4 anpassen
|
||||
- [ ] Test im Kurs [Bibliotheks- und Archivinformatik an der HTW Chur](https://www.gitbook.com/read/book/felixlohmeier/kurs-bibliotheks-und-archivinformatik)
|
||||
- [ ] Erweiterung um Kapitel zu Datenimport über OAI-PMH
|
||||
|
||||
## Formate
|
||||
|
||||
* Lesefassung bei GitBook \(HTML\): (folgt)
|
||||
* Druckfassung bei GitBook \(PDF\): (folgt)
|
||||
* Repository bei GitHub \(zum Nachnutzen\): [https://github.com/felixlohmeier/vufindtutorialde](https://github.com/felixlohmeier/vufindtutorialde)
|
||||
* Lesefassung bei GitBook \(HTML\): <https://www.gitbook.com/read/book/felixlohmeier/vufind-tutorial-de>
|
||||
* Druckfassung bei GitBook \(PDF\): <https://www.gitbook.com/download/pdf/book/felixlohmeier/vufind-tutorial-de>
|
||||
* Repository bei GitHub \(zum Nachnutzen\): <https://github.com/felixlohmeier/vufindtutorialde>
|
||||
|
||||
## Inhalte
|
||||
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
# Summary
|
||||
|
||||
* [Einleitung](README.md)
|
||||
* [01. Installation von VirtualBox](01_Installation_VirtualBox.md)
|
||||
* [02. Installation von Linux (Xubuntu)](02_Installation_Xubuntu.md)
|
||||
* [03. Installation von VuFind](03_Installation_VuFind.md)
|
||||
* [04. Durchführung eines Testimports](04_Installation_Testimport.md)
|
||||
* [05. Überblick zur Konfiguration](05_Konfiguration_Ueberblick.md)
|
||||
* [06. Allgemeine Einstellungen](06_Konfiguration_Allgemein.md)
|
||||
* [07. Anpassung der Katalogoberfläche](07_Konfiguration_Katalogoberflaeche.md)
|
||||
* [08. Konfiguration der Facetten](08_Konfiguration_Facetten.md)
|
||||
* [09. Konfiguration von Kataloganreicherungen](09_Konfiguration_Kataloganreicherungen.md)
|
||||
* [10. Konfiguration der Suche, Teil I](10_Konfiguration_Suche_Teil_I.md)
|
||||
* [11. Datenimport MARC21 MARCXML](11_Datenimport_MARC21_MARCXML.md)
|
||||
* [12. Konfiguration der Suche, Teil II](12_Konfiguration_Suche_Teil_II.md)
|
Loading…
Reference in New Issue