1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
###############################################################################
# Files #
###############################################################################
There are some files you can run or look at just to get started:
README.DIR This document.
README Basic information about REXML.
bin/ Several scripts for testing, installing, and
repackaging REXML. See bin/README. The short
of the long is that you run the scripts in bin/
from the main directory... EG: "ruby bin/install.rb"
documentation.xml The base REXML documentation.
index.html documentation.xml converted to HTML
tutorial.html docs/tutorial.xml converted to HTML
LICENSE.txt The REXML license
GPL.txt The GPL, a fallback license
docs/ Documentation sources, and other development docs
api/ The directory containing the API documentation
(in the works).
rexml/ The REXML package (IE, the sources)
benchmark/ Contains the benchmarking programs.
See benchmark/README.
Any other files are purely detria. Specifically, sometimes a test.rb file
makes its way into the repository; you can ignore these files.
Please see the documentation for more information.
--- SER
|