# # This file is part of the Goobi Application - a Workflow tool for the support of # mass digitization. # # Visit the websites for more information. # - http://gdz.sub.uni-goettingen.de # - http://www.goobi.org # - http://launchpad.net/goobi-production # # This program 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 License, or (at your option) any later # version. # # This program 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 this # program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA # # ----------------------------------- # Directories and directory handling # ----------------------------------- # Absoluter Pfad fuer das Verzeichnis, in dem die Metadaten-xml-Dateien # sowie die Konfigurationsdatei fuer die Metadaten liegen. Eingabe muss # mit Verzeichnistrenner abschliessen. MetadatenVerzeichnis=/san/goobi/rusdml/Metadaten/ # Absoluter Pfad fuer das Verzeichnis, in dem die Regelsaetze fuer die Metadaten liegen # Eingabe muss mit Verzeichnistrenner abschliessen. RegelsaetzeVerzeichnis=/san/goobi/goobi/Regelsaetze/ # Absoluter Pfad fuer das Verzeichnis, in dem Konfigurationsdateien liegen # Eingabe muss mit Verzeichnistrenner abschliessen. KonfigurationVerzeichnis=/san/goobi/goobi/config/ # Absoluter Pfad fuer das Verzeichnis, in dem xslt-Dateien liegen # Eingabe muss mit Verzeichnistrenner abschliessen. xsltFolder=/san/goobi/goobi/config/ # OrigOrdner anlegen, wenn nicht vorhanden createOrigFolderIfNotExists=false # Verwendung des OrigOrdners useOrigFolder=true # ----------------------------------- # Metadata validation # ----------------------------------- # grundsaetzliche Metadatenvalidierung durchfuehren oder nicht useMetadatenvalidierung=true # Validierung der Vorgangstitel ueber regulaeren Ausdruck validateProzessTitelRegex=[\\w-]* # ----------------------------------- # Visual apperence # ----------------------------------- # Path to image file with application logo ApplicationLogo=goobi_meta_klein.jpg # Path to background image for page header ApplicationHeaderBackground=goobi_meta_verlauf.jpg # Application title ApplicationHeaderTitle=Goobi ApplicationTitle=Goobi 1.6.5 ApplicationTitleStyle=font-size:17; font-family:verdana; color: white; # Application website ApplicationWebsiteUrl=http://gdz.goobi.org/ ApplicationWebsiteMsg=goobiWebseite # spezifische Texte ApplicationHomepageMsg=allgemeinesText ApplicationTechnicalBackgroundMsg=technischerHintergrundText ApplicationImpressumMsg=impressumText ApplicationIndividualHeader=
Webseite des GDZ
Goobi Wiki
# ----------------------------------- # Security settings # ----------------------------------- superadminpassword=7849a6cc4a4bdf4514efb6f1756d3055 # ----------------------------------- # Storage calculator # ----------------------------------- # time in milliseconds, when to start automatic storage calculation each day # if no automatic storage calculation should be started, set to -1 here # sample: 0 means midnight storageCalculationSchedule=0 # ----------------------------------- # GoobiContentServer for pdf generation # sample: http://localhost:8080/Goobi/gcs/gcs?action=pdf\&metsFile= # if empty, internal GoobiContentServer will be used, make sure # to configure it in goobiContentServerConfig.xml # ----------------------------------- goobiContentServerUrl= # TimeOut for GoobiContentServlet-Request via HTTP in ms (default value, if nothing defined here: 60000) goobiContentServerTimeOut=30000 # ----------------------------------- # Konfiguration fuer Webdav-Zugriff # ----------------------------------- # falls kein LDAP genutzt wird: Absoluter Pfad zum dir_Users-Verzeichnis, inkl. Verzeichnistrenner am Ende dir_Users=/san/goobi/rusdml/Benutzer/ # Script zum Anlegen des Benutzer-Homeverzeichnisses script_createDirUserHome=/bin/bash /san/goobi/goobi/Scripte/script_createDirUserHome.sh # Script zum Anlegen eines Metadatenverzeichnisses script_createDirMeta=/bin/bash /san/goobi/goobi/Scripte/script_createDirMeta.sh # Erzeugen eines symbolischen Links im Benutzerhome und # Anpassen der Berechtigung des Zielverzeichnisses fuer den Benutzer script_createSymLink=/bin/bash /san/goobi/goobi/Scripte/script_createSymLink.sh # symbolischen Link im Benutzerhome l�schen script_deleteSymLink=/bin/bash /san/goobi/goobi/Scripte/script_deleteSymLink.sh # ----------------------------------- # backup of metadata configuration # ----------------------------------- numberOfMetaBackups=10 formatOfMetaBackups=meta.*\\.xml.*+ # ----------------------------------- # interactive error management # ----------------------------------- # these settings determine to some degree, how unexpected Exceptions are handled # the variables determined here are the # message to the user # link presented to the user to continue with # emailAdresses the user can notify # use this to turn this feature on or off err_userHandling=false # page the user will be directed to continue err_linkToPage=../newpages/statischTechnischerHintergrund.jsf # use this to turn the email feature on or off err_emailEnabled=false # an indefinate number of email adresses can be entered here as long as the pattern is met err_emailAddress1= # ----------------------------------- # LDAP Configuration # ----------------------------------- # Logins ueber LDAP verwenden ldap_use=false # Root-Certificate ldap_cert_root=/raid/goobi/Scripte/cacert.crt # PDC-Certificate ldap_cert_pdc=/san/goobi/goobi/Scripte/pdc.crt # Keystore ldap_keystore_password= ldap_keystore=/san/goobi/goobi/Scripte/mykeystore.ks # Zugriffsdaten fuer LDAP (Gleichheitszeichen maskieren) ldap_url= ldap_nextFreeUnixId= ldap_adminLogin= ldap_adminPassword= ldap_sslconnection=false # Password encryption SHA or MD5 ldap_encryption=SHA ################################## # DO NOT CHANGE THE OPTIONS BELOW! ################################## # ----------------------------------- # Hide unfineshed things # ----------------------------------- # to show undocumented functions enable navigation links by setting these parameters to true show_taskmanager=false show_modulemanager=false # ----------------------------------- # Module configuration # ----------------------------------- goobiModuleServerPort=8000 # ----------------------------------- # Special GDZ configuration # ----------------------------------- # OCR-Button fuer ausgewaehltes Strukturelement anzeigen showOcrButton=false # Basispfad fuer OCR (ohne Parameter) ocrUrl= # Auslagern von unbenutzen Vorgaengen useSwapping=false # Pfad fuer Auslagerung swapPath= # ----------------------------------- # Lucene Configuration # ----------------------------------- # path for indexed files #index_path=/san/goobi/goobi/index index_path=/opt/goobi/index/ #using indexed files in memory or on space useRAMDirectory=false # which analyser should be used analyser=StandardAnalyzer #use lucene useLucene=false # ----------------------------------- # Properties Configuration # do not change namespaces after first definition # ----------------------------------- # folder to lockup for property-label propertyLabel=/san/goobi/goobi/properties/ tempfolder=/san/goobi/goobi/temp/ # ----------------------------------- # Image validation # ----------------------------------- # Prefix for image names as regex. Default is 8 digits \\d{8} and gets validated ImagePrefix=\\d{8} # sorting of images # At this time implemented sorting options: # number (default): 1 is lesser then 002, compares the number of image names, characters other than digits are not supported # alphanumeric: 1 is greater then 002, compares character by character of image names, all characters are supported ImageSorting=number DIRECTORY_SUFFIX=tif DIRECTORY_PREFIX=orig localMessages=/san/goobi/goobi/config/