# 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=API 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.
directory.4.name=test
directory.4.type=Various
directory.4.desc=Data for unit testing.

file.1.name=rendsite.zip
file.1.desc=Complete package.
file.2.name=LICENSE
file.2.desc=License

file.3.type=Text
file.3.name=build.bat
file.3.desc=Convenience script for running a complete build
file.4.name=build.xml
file.4.desc=Apache ANT makefile
file.4.type=ANT xml

file.5.name=test.bat
file.5.desc=Convenience script for running the unit tests
file.6.name=package.bat
file.6.desc=Convenience script for packaging a binary release
file.7.name=cleanit.bat
file.7.desc=Convenience script cleaning the install.

file.8.name=set-build-env.bat
file.8.desc=Script used by the others to set environment





