File: README.DIR

package info (click to toggle)
librexml-ruby 1.2.5-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 792 kB
  • ctags: 655
  • sloc: ruby: 3,778; xml: 1,609; java: 109; makefile: 43
file content (30 lines) | stat: -rw-r--r-- 1,511 bytes parent folder | download
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