config.txt

# * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
#
# Copyright (c) 2001 KOM, Darmstadt University of Technology and
# the iTeach group at KOM. All Rights Reserved
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for educational, research and non-profit purposes,
# without fee, and without a written agreement is hereby granted,
# provided that the above copyright notice, this paragraph and the
# following four paragraphs appear in all copies.
#
# Permission to incorporate this software into commercial products may
# be obtained from the following email address:
# iteach@KOM.tu-darmstadt.de
#
# IN NO EVENT SHALL KOM, DARMSTADT UNIVERSITY OF TECHNOLOGY BE LIABLE
# TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
# OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE
# OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF KOM, DARMSTADT UNIVERSITY
# OF TECHNOLOGY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# KOM, DARMSTADT UNIVERSITY OF TECHNOLOGY SPECIFICALLY DISCLAIMS ANY WARRANTIES
# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
# AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER
# IS ON AN "AS IS" BASIS, AND KOM, DARMSTADT UNIVERSITY OF TECHNOLOGY
# HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
# ENHANCEMENTS, OR MODIFICATIONS.
#
# OTHER COPYRIGHTS MIGHT APPLY TO PARTS OF THIS SOFTWARE AND ARE SO NOTED
# WHEN APPLICABLE
#
# * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
#
# Author: Achim Steinacker (email:stein@kom.tu-darmstadt.de)
#
#
# Syntax of the file:
# empty lines and comments (line starting with #) are ignored
#

<general>
# location of the Vocabulary-File relative to the path were you put the lom-editor.jar
lomVocabulary=./config/lom-vocabulary.txt

#location of the folder containing the classification files
classification=./classifications
</general>

#LOM-Categories displayed by the Editor (just add an '#' in front of each category you don't want to display)
<categories>
general
educational
technical
annotation
lifecycle
relation
metametadata
classification
</categories>

<preferences>
#supported languages are english (en), german (de) and spanish (sp)
language=de
look&feel=javax.swing.plaf.metal.MetalLookAndFeel
</preferences>

<database>
#database connection 0=no database connection; 1=use database specified in database parameter
database-connection=0
database=config/database.xml
mapping=config/mapping.xml
</database>

<xml>
includeDTD=false
dtdlocation=http://www.multibook.de/xml/lom1.dtd
validation=true

# System property to select the installed Java XML-Parser; if no value is specified Crmison
# (org.apache.crimson.jaxp.DocumentBuilderFactoryImpl) is set as the default parser
jaxpProperty=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
</xml>