Skip to content

Commit 61d1a15

Browse files
committed
move credits into CREDITS.textile
1 parent d6546ed commit 61d1a15

File tree

2 files changed

+61
-63
lines changed

2 files changed

+61
-63
lines changed

CREDITS.textile

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
h1. Credits
2+
3+
h3. Special Thanks to
4+
5+
* 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.
6+
* bovi (Daniel Bovensiepen) for helping me out on various occasions.
7+
8+
h3. Thanks to
9+
10+
* Caleb Clausen for writing "RubyLexer":http://rubyforge.org/projects/rubylexer and lots of very interesting mail traffic
11+
* birkenfeld (Georg Brandl) and mitsuhiku (Arnim Ronacher) for PyKleur, now Pygments. You guys rock!
12+
* Jamis Buck for writing "Syntax":http://rubyforge.org/projects/syntax — I got some useful ideas from it.
13+
* 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.
14+
* everyone who uses CodeBB on "http://www.rubyforen.de":http://www.rubyforen.de and "http://www.python-forum.de":http://www.python-forum.de
15+
* iGEL, magichisoka, manveru, WoNáDo and everyone I forgot from rubyforen.de
16+
* Dethix from ruby-mine.de
17+
* zickzackw
18+
* Dookie (who is no longer with us...) and Leonidas from "http://www.python-forum.de":http://www.python-forum.de
19+
* Andreas Schwarz for finding out that CaseIgnoringWordList was not case ignoring! Such things really make you write tests.
20+
* closure for the first version of the Scheme scanner.
21+
* Stefan Walk for the first version of the JavaScript and PHP scanners.
22+
* Josh Goebel for another version of the JavaScript scanner, a SQL and a Diff scanner.
23+
* Jonathan Younger for pointing out the licence confusion caused by wrong LICENSE file.
24+
* Jeremy Hinegardner for finding the shebang-on-empty-file bug in FileType.
25+
* Charles Oliver Nutter and Yehuda Katz for helping me benchmark CodeRay on JRuby.
26+
* Andreas Neuhaus for pointing out a markup bug in coderay/for_redcloth.
27+
* 0xf30fc7 for the FileType patch concerning Delphi file extensions.
28+
* The folks at redmine.org - thank you for using and fixing CodeRay!
29+
* Keith Pitt for his SQL scanners
30+
* Rob Aldred for the terminal encoder
31+
* Trans for pointing out $DEBUG dependencies
32+
* Flameeyes for finding that Term::ANSIColor was obsolete
33+
* matz and all Ruby gods and gurus
34+
* 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.
35+
36+
Where would we be without all those people?
37+
38+
h3. Created using
39+
40+
* "Ruby":http://ruby-lang.org/
41+
* Chihiro (my Sony VAIO laptop); Henrietta (my old MacBook); Triella, born Rico (my new MacBook); as well as Seras and Hikari (my PCs)
42+
* "RDE":http://homepage2.nifty.com/sakazuki/rde_e.html, "VIM":http://vim.org and "TextMate":http://macromates.com
43+
* "Subversion":http://subversion.tigris.org/
44+
* "Redmine":http://redmine.org/
45+
* "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/
46+
* "RubyGems":http://docs.rubygems.org/ and "Rake":http://rake.rubyforge.org/
47+
* "TortoiseSVN":http://tortoisesvn.tigris.org/ using Apache via "XAMPP":http://www.apachefriends.org/en/xampp.html
48+
* RDoc (though I'm quite unsatisfied with it)
49+
* Microsoft Windows (yes, I confess!) and MacOS X
50+
* GNUWin32, MinGW and some other tools to make the shell under windows a bit less useless
51+
* Term::"ANSIColor":http://term-ansicolor.rubyforge.org/
52+
* "PLEAC":http://pleac.sourceforge.net/ code examples
53+
* Github
54+
* "Travis CI":http://travis-ci.org/rubychan/github
55+
56+
h3. Free
57+
58+
* As you can see, CodeRay was created under heavy use of *free* software.
59+
* So CodeRay is also *free*.
60+
* If you use CodeRay to create software, think about making this software *free*, too.
61+
* Thanks :)

README.textile

Lines changed: 0 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -35,66 +35,3 @@ p.
3535
h2. Documentation
3636

3737
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

Comments
 (0)