diff options
-rw-r--r-- | FOLDERS | 12 | ||||
-rw-r--r-- | rake_helpers/coderay_rdoc_template.rb | 4 |
2 files changed, 6 insertions, 10 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>.
diff --git a/rake_helpers/coderay_rdoc_template.rb b/rake_helpers/coderay_rdoc_template.rb index f37f89b..21a3231 100644 --- a/rake_helpers/coderay_rdoc_template.rb +++ b/rake_helpers/coderay_rdoc_template.rb @@ -303,7 +303,7 @@ ENDIF:cvsurl </table> </td> <td class="ruby-chan"> - <a href="http://ruby.cYcnus.de"><img src="http://ruby.cYcnus.de/pics/ruby-doc-chan.gif" alt="Ruby-Chan" style="border: 0px" /></a> + <a href="http://rubychan.de"><img src="http://cycnus.de/ruby/pics/ruby-doc-chan.gif" alt="Ruby-Chan" style="border: 0px" /></a> </td> </tr> </table><br /> @@ -316,7 +316,7 @@ CLASS_PAGE = <<HTML <tr> <td class="file-title"><span class="file-title-prefix">%classmod%</span> %full_name%</td> <td rowspan="2" class="ruby-chan"> - <a href="http://ruby.cYcnus.de"><img src="http://ruby.cYcnus.de/pics/ruby-doc-chan.gif" alt="Ruby-Chan" style="border: 0px" /></a> + <a href="http://rubychan.de"><img src="http://cycnus.de/ruby/pics/ruby-doc-chan.gif" alt="Ruby-Chan" style="border: 0px" /></a> </td> </tr> <tr> |