diff options
author | murphy <murphy@rubychan.de> | 2006-10-20 15:52:25 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-10-20 15:52:25 +0000 |
commit | 4b61c645eddcc387eacaf9cb55dd6f56716d9642 (patch) | |
tree | 5d332e0dced6d25592d50315e7e932eaaaed4590 | |
parent | 52512f7fbed652e60125d8894a2e0621af29fc6f (diff) | |
download | coderay-4b61c645eddcc387eacaf9cb55dd6f56716d9642.tar.gz |
Added thanks to Andreas Schwarz and wrapped lines to 78.
-rw-r--r-- | README | 33 |
1 files changed, 22 insertions, 11 deletions
@@ -40,8 +40,10 @@ Since CodeRay is still in beta stage, nightly buildy may be useful: === Dependencies -CodeRay needs Ruby 1.8 and the strscan[http://www.ruby-doc.org/stdlib/libdoc/strscan/rdoc/index.htm] library -(part of the standard library.) It should also run with Ruby 1.9 and yarv. +CodeRay needs Ruby 1.8 and the +strscan[http://www.ruby-doc.org/stdlib/libdoc/strscan/rdoc/index.htm] +library (part of the standard library.) It should also run with Ruby 1.9 and +yarv. == Example Usage @@ -67,7 +69,8 @@ Please report errors in this documentation to <coderay cycnus de>. === Special Thanks to -* licenser (Heinz N. Gies) for ending my QBasic career, inventing the Coder project and the input/output plugin system. +* licenser (Heinz N. Gies) for ending my QBasic career, inventing the Coder + project and the input/output plugin system. CodeRay would not exist without him. === Thanks to @@ -88,6 +91,8 @@ Please report errors in this documentation to <coderay cycnus de>. * Daniel and Dethix from ruby-mine.de * Dookie (who is no longer with us...) and Leonidas from http://www.python-forum.de +* Andreas Schwarz for finding out that CaseIgnoringWordList was not case + ignoring! Such things really make you write tests. * matz and all Ruby gods and gurus * The inventors of: the computer, the internet, the true color display, HTML & CSS, VIM, RUBY, pizza, microwaves, guitars, scouting, programming, anime, @@ -97,21 +102,27 @@ Where would we be without all those people? === Created using -* Ruby[http://ruby-lang.org/en/] -* Chihiro (my Sony VAIO laptop) and Seras (my Athlon 2200+ tower) -* VIM[http://vim.org] +* Ruby[http://ruby-lang.org/] +* Chihiro (my Sony VAIO laptop), Henrietta (my new MacBook) and + Seras (my Athlon 2200+ tower) +* VIM[http://vim.org] and TextMate[http://macromates.com] * RDE[http://homepage2.nifty.com/sakazuki/rde_e.html] -* Microsoft Windows (yes, I confess!) -* Firefox[http://www.mozilla.org/products/firefox/] and Thunderbird[http://www.mozilla.org/products/thunderbird/] +* Microsoft Windows (yes, I confess!) and MacOS X +* Firefox[http://www.mozilla.org/products/firefox/] and + Thunderbird[http://www.mozilla.org/products/thunderbird/] * Rake[http://rake.rubyforge.org/] * RubyGems[http://docs.rubygems.org/] -* {Subversion/TortoiseSVN}[http://tortoisesvn.tigris.org/] using Apache via XAMPP[http://www.apachefriends.org/en/xampp.html] +* {Subversion/TortoiseSVN}[http://tortoisesvn.tigris.org/] using Apache via + XAMPP[http://www.apachefriends.org/en/xampp.html] * RDoc (though I'm quite unsatisfied with it) -* GNUWin32, MinGW and some other tools to make the shell under windows a bit more useful +* GNUWin32, MinGW and some other tools to make the shell under windows a bit + more useful +* Term::ANSIColor[http://term-ansicolor.rubyforge.org/] --- * As you can see, CodeRay was created under heavy use of *free* software. * So CodeRay is also *free*. -* If you use CodeRay to create software, think about making this software *free*, too. +* If you use CodeRay to create software, think about making this software + *free*, too. * Thanks :) |