summaryrefslogtreecommitdiff
path: root/FOLDERS
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-01-20 02:05:30 +0000
committermurphy <murphy@rubychan.de>2010-01-20 02:05:30 +0000
commit815597727685329db0f29bdd4ec7d638550b4152 (patch)
tree4bc90b08bd84ac3fd36698a59dfcd6dc4bae2e98 /FOLDERS
parentb628cfc7141885468da144ae09bfe6b27329fca2 (diff)
downloadcoderay-815597727685329db0f29bdd4ec7d638550b4152.tar.gz
Update FOLDERS documentation; fix image links in template.
Diffstat (limited to 'FOLDERS')
-rw-r--r--FOLDERS12
1 files changed, 4 insertions, 8 deletions
diff --git a/FOLDERS b/FOLDERS
index e393ed7..37fca2f 100644
--- a/FOLDERS
+++ b/FOLDERS
@@ -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>.