# Property file.  The Rules:
# - Each property is a name/value pair, separated by a equal sign.  The name should be DNS characters only (letters, numbers, dot).
# - Comment lines start with a # and are ignored.
# - Blank lines (all whitespace) are ignored.
# - Lines can be continued with an amperstand character '&' as the last character.
# - Every line will be trimmed of whitespace at both ends, but intra-token whitespace will be preserved.
# - A single property can have multiple values.  Each value is separated with a comma (',').
# - The escape character is ?.  A double '??' will yield a single '?'.
# - The , may be escaped with ?, as can the equal sign.
# - It is assumed to be the default character set.
#  
# Local properties

# file.exclude=README.TXT
# file.copy=index.html
# directory.exclude=images

description=Things/Thinger is an experimental server and set of tools used to explore &
various topics in computer science, some of which have long since moved on to &
their own open or proprietary projects.  While the server is fully functional &
and has been used as a base for several other products, this release is &
primarily intended to be a toolkit for those doing their own projects or &
as a source code resource for ideas and solutions. 
catalog=catalog.html

directory.1.name=doc
directory.1.type=Documents
directory.1.desc=Complete documentation
#directory.1.catalog=index.html
directory.2.name=projects
directory.2.type=Java
directory.2.desc=Source code
directory.3.name=lib
directory.3.type=Library
directory.3.desc=3rd party libraries
directory.4.name=content
directory.4.type=Various
directory.4.desc=Resources for build and runtime.

file.1.name=things-DEVELOPERSv1_3-1feb11.zip
file.1.desc=Complete developers package for version 1.3.
file.2.name=things-v1_3-1feb10.zip
file.2.desc=Runtime package for version 1.3.

file.3.name=README.TXT
file.3.desc=Read Me
file.4.name=LICENSE
file.4.desc=GNU version2 license
file.4.type=Text
file.5.name=VERSION
file.5.desc=Version file.
file.5.type=Text
file.6.name=build.bat
file.6.desc=Convenience script for running a complete build
file.7.name=build.xml
file.7.desc=Apache ANT makefile
file.7.type=ANT xml

file.8.name=maketest.bat
file.8.desc=Convenience script for creating the test environment
file.9.name=maketest-noconfig.bat
file.9.desc=Convenience script for creating the test environment (with no configuration).
file.10.name=makepackage.bat
file.10.desc=Convenience script for packaging a binary release

file.11.name=cleanit.bat
file.11.desc=Convenience script cleaning the install.
file.12.name=unittest.bat
file.12.desc=Runs the Unit Tests.  (Must have created the test environment.)
file.13.name=systemtest.bat
file.13.desc=Runs the System Tests.  (Must have created the test environment.)

file.14.name=.classpath
file.14.desc=Classpath specification used by the Eclipse IDE
file.15.name=.project
file.15.desc=Project specification used by the Eclipse IDE



