diff options
author | murphy <murphy@rubychan.de> | 2010-01-20 02:05:30 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-01-20 02:05:30 +0000 |
commit | 815597727685329db0f29bdd4ec7d638550b4152 (patch) | |
tree | 4bc90b08bd84ac3fd36698a59dfcd6dc4bae2e98 /FOLDERS | |
parent | b628cfc7141885468da144ae09bfe6b27329fca2 (diff) | |
download | coderay-815597727685329db0f29bdd4ec7d638550b4152.tar.gz |
Update FOLDERS documentation; fix image links in template.
Diffstat (limited to 'FOLDERS')
-rw-r--r-- | FOLDERS | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -1,4 +1,4 @@ -= CodeRay - Trunk folder structure
+= CodeRay - folder structure
== bench - Benchmarking system
@@ -16,6 +16,8 @@ Run <code>rake bench</code> to perform an example benchmark. Executional files for CodeRay.
+coderay:: The CodeRay executable.
+coderay_stylesheet:: Prints the default stylesheet.
== demo - Demos and functional tests
@@ -29,11 +31,6 @@ Run them as functional tests with <code>rake test:demos</code>. Some addidtional files for CodeRay, mainly graphics and Vim scripts.
-== gem_server - Gem output folder
-
-For <code>rake gem</code>.
-
-
== lib - CodeRay library code
This is the base directory for the CodeRay library.
@@ -46,8 +43,7 @@ Some files to enhance Rake, including the Autumnal Rdoc template and some script == test - Tests
-Tests for the scanners.
-
+In the subfolder scanners/ are the scanners tests.
Each language has its own subfolder and sub-suite.
Run with <code>rake test</code>.
|