-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from OPUS4/4.5
Release OPUS 4.5
- Loading branch information
Showing
138 changed files
with
8,183 additions
and
596 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
; This file is part of OPUS. The software OPUS has been originally developed | ||
; at the University of Stuttgart with funding from the German Research Net, | ||
; the Federal Department of Higher Education and Research and the Ministry | ||
; of Science, Research and the Arts of the State of Baden-Wuerttemberg. | ||
; | ||
; OPUS 4 is a complete rewrite of the original OPUS software and was developed | ||
; by the Stuttgart University Library, the Library Service Center | ||
; Baden-Wuerttemberg, the Cooperative Library Network Berlin-Brandenburg, | ||
; the Saarland University and State Library, the Saxon State Library - | ||
; Dresden State and University Library, the Bielefeld University Library and | ||
; the University Library of Hamburg University of Technology with funding from | ||
; the German Research Foundation and the European Regional Development Fund. | ||
; | ||
; LICENCE | ||
; OPUS is free software; you can redistribute it and/or modify it under the | ||
; terms of the GNU General Public License as published by the Free Software | ||
; Foundation; either version 2 of the Licence, or any later version. | ||
; OPUS is distributed in the hope that it will be useful, but WITHOUT ANY | ||
; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
; FOR A PARTICULAR PURPOSE. See the GNU General Public License for more | ||
; details. You should have received a copy of the GNU General Public License | ||
; along with OPUS; if not, write to the Free Software Foundation, Inc., 51 | ||
; Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
; | ||
; @category Application | ||
; @author Jens Schwidder <[email protected]> | ||
; @copyright Copyright (c) 2008-2016, OPUS 4 development team | ||
; @license http://www.gnu.org/licenses/gpl.html General Public License | ||
|
||
; | ||
; Additional configuration for the OPUS command line scripts. | ||
; | ||
|
||
[production] | ||
|
||
; Admin access for is used to create or rebuild the database using scripts | ||
opusdb.params.admin.name = @db.admin.name@ | ||
opusdb.params.admin.password = @db.admin.password@ | ||
|
||
[staging : production] | ||
|
||
[testing : production] | ||
|
||
[development : production] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
Metadaten können definiert werden als | ||
|
||
<ul> | ||
<li>Daten, die eine oder mehrere Ressourcen beschreiben</li> oder als | ||
<li>Daten, die eine oder mehrere Ressourcen beschreiben oder als</li> | ||
<li>Daten, die mit einem Objekt verbunden sind und dieses Objekt beschreiben</li> | ||
</ul> | ||
Prinzipiell stellen Metadaten daher eine Beschreibung von Dokumenten, Objekten oder Diensten dar und | ||
enthalten Informationen zu deren Inhalt, Struktur oder Form. Etwas abstrakter formuliert sind Metadaten | ||
Beschreibungen von Daten bzw. "Daten über Daten". Bibliographische Datensätze und Katalogeinträge in | ||
Bibliotheken können als eine Form von Metadaten gesehen werden. | ||
|
||
<p>Prinzipiell stellen Metadaten daher eine Beschreibung von Dokumenten, Objekten oder Diensten dar und | ||
enthalten Informationen zu deren Inhalt, Struktur oder Form. Etwas abstrakter formuliert sind Metadaten | ||
Beschreibungen von Daten bzw. "Daten über Daten". Bibliographische Datensätze und Katalogeinträge in | ||
Bibliotheken können als eine Form von Metadaten gesehen werden.</p> | ||
|
||
<p> | ||
Als Grundlage für die Metadaten auf diesem Dokumentenserver soll das aus fünfzehn Basiselementen | ||
bestehende <a href="http://dublincore.org/" target="_blank">Dublin Core Metedata Element Set</A> | ||
(kurz Dublin Core bzw. DC) dienen. Dublin Core ist das Ergebnis internationaler Bemühungen, einen | ||
gemeinsamen Konsens bei der Beschreibung elektronischer Objekte (im weitesten Sinne) zu finden. | ||
Die Library of Congress (LoC), das Online Cataloging Library Center (OCLC) und eine Reihe von | ||
Nationalbibliotheken setzen sich in Projekten mit Dublin Core auseinander bzw. stehen kurz vor dessen | ||
Einführung. | ||
bestehende <a href="http://dublincore.org/" target="_blank">Dublin Core Metedata Element Set</a> | ||
(kurz Dublin Core bzw. DC) dienen. Dublin Core ist das Ergebnis internationaler Bemühungen, einen | ||
gemeinsamen Konsens bei der Beschreibung elektronischer Objekte (im weitesten Sinne) zu finden. | ||
Die Library of Congress (LoC), das Online Cataloging Library Center (OCLC) und eine Reihe von | ||
Nationalbibliotheken setzen sich in Projekten mit Dublin Core auseinander bzw. stehen kurz vor dessen | ||
Einführung.</p> |
Oops, something went wrong.