|
35 | 35 | h2. Documentation
|
36 | 36 |
|
37 | 37 | See "http://coderay.rubychan.de/doc/":http://coderay.rubychan.de/doc/.
|
38 |
| - |
39 |
| - |
40 |
| -h2. Credits |
41 |
| - |
42 |
| -h3. Special Thanks to |
43 |
| - |
44 |
| -* 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. |
45 |
| -* bovi (Daniel Bovensiepen) for helping me out on various occasions. |
46 |
| - |
47 |
| -h3. Thanks to |
48 |
| - |
49 |
| -* Caleb Clausen for writing "RubyLexer":http://rubyforge.org/projects/rubylexer and lots of very interesting mail traffic |
50 |
| -* birkenfeld (Georg Brandl) and mitsuhiku (Arnim Ronacher) for PyKleur, now Pygments. You guys rock! |
51 |
| -* Jamis Buck for writing "Syntax":http://rubyforge.org/projects/syntax — I got some useful ideas from it. |
52 |
| -* Doug Kearns and everyone else who worked on ruby.vim - it not only helped me coding CodeRay, but also gave me a wonderful target to reach for the Ruby scanner. |
53 |
| -* everyone who uses CodeBB on "http://www.rubyforen.de":http://www.rubyforen.de and "http://www.python-forum.de":http://www.python-forum.de |
54 |
| -* iGEL, magichisoka, manveru, WoNáDo and everyone I forgot from rubyforen.de |
55 |
| -* Dethix from ruby-mine.de |
56 |
| -* zickzackw |
57 |
| -* Dookie (who is no longer with us...) and Leonidas from "http://www.python-forum.de":http://www.python-forum.de |
58 |
| -* Andreas Schwarz for finding out that CaseIgnoringWordList was not case ignoring! Such things really make you write tests. |
59 |
| -* closure for the first version of the Scheme scanner. |
60 |
| -* Stefan Walk for the first version of the JavaScript and PHP scanners. |
61 |
| -* Josh Goebel for another version of the JavaScript scanner, a SQL and a Diff scanner. |
62 |
| -* Jonathan Younger for pointing out the licence confusion caused by wrong LICENSE file. |
63 |
| -* Jeremy Hinegardner for finding the shebang-on-empty-file bug in FileType. |
64 |
| -* Charles Oliver Nutter and Yehuda Katz for helping me benchmark CodeRay on JRuby. |
65 |
| -* Andreas Neuhaus for pointing out a markup bug in coderay/for_redcloth. |
66 |
| -* 0xf30fc7 for the FileType patch concerning Delphi file extensions. |
67 |
| -* The folks at redmine.org - thank you for using and fixing CodeRay! |
68 |
| -* Keith Pitt for his SQL scanners |
69 |
| -* Rob Aldred for the terminal encoder |
70 |
| -* Trans for pointing out $DEBUG dependencies |
71 |
| -* Flameeyes for finding that Term::ANSIColor was obsolete |
72 |
| -* matz and all Ruby gods and gurus |
73 |
| -* The inventors of: the computer, the internet, the true color display, HTML & CSS, VIM, Ruby, pizza, microwaves, guitars, scouting, programming, anime, manga, coke and green ice tea. |
74 |
| - |
75 |
| -Where would we be without all those people? |
76 |
| - |
77 |
| -h3. Created using |
78 |
| - |
79 |
| -* "Ruby":http://ruby-lang.org/ |
80 |
| -* Chihiro (my Sony VAIO laptop); Henrietta (my old MacBook); Triella, born Rico (my new MacBook); as well as Seras and Hikari (my PCs) |
81 |
| -* "RDE":http://homepage2.nifty.com/sakazuki/rde_e.html, "VIM":http://vim.org and "TextMate":http://macromates.com |
82 |
| -* "Subversion":http://subversion.tigris.org/ |
83 |
| -* "Redmine":http://redmine.org/ |
84 |
| -* "Firefox":http://www.mozilla.org/products/firefox/, "Firebug":http://getfirebug.com/, "Safari":http://www.apple.com/safari/, and "Thunderbird":http://www.mozilla.org/products/thunderbird/ |
85 |
| -* "RubyGems":http://docs.rubygems.org/ and "Rake":http://rake.rubyforge.org/ |
86 |
| -* "TortoiseSVN":http://tortoisesvn.tigris.org/ using Apache via "XAMPP":http://www.apachefriends.org/en/xampp.html |
87 |
| -* RDoc (though I'm quite unsatisfied with it) |
88 |
| -* Microsoft Windows (yes, I confess!) and MacOS X |
89 |
| -* GNUWin32, MinGW and some other tools to make the shell under windows a bit less useless |
90 |
| -* Term::"ANSIColor":http://term-ansicolor.rubyforge.org/ |
91 |
| -* "PLEAC":http://pleac.sourceforge.net/ code examples |
92 |
| -* Github |
93 |
| -* "Travis CI":http://travis-ci.org/rubychan/github |
94 |
| - |
95 |
| -h3. Free |
96 |
| - |
97 |
| -* As you can see, CodeRay was created under heavy use of *free* software. |
98 |
| -* So CodeRay is also *free*. |
99 |
| -* If you use CodeRay to create software, think about making this software *free*, too. |
100 |
| -* Thanks :) |
0 commit comments