FAQ » History » Version 2
Kornelius Kalnbach, 02/08/2009 12:55 AM
1 | 1 | Kornelius Kalnbach | h1. FAQ |
---|---|---|---|
2 | 1 | Kornelius Kalnbach | |
3 | 2 | Kornelius Kalnbach | h2. Documentation |
4 | 2 | Kornelius Kalnbach | |
5 | 2 | Kornelius Kalnbach | * "Official documentation":http://coderay.rubychan.de/doc/ |
6 | 2 | Kornelius Kalnbach | * "Tutorial":http://coderay.rubychan.de/doc/classes/CodeRay.html |
7 | 2 | Kornelius Kalnbach | |
8 | 2 | Kornelius Kalnbach | Both are somewhat historic, and "will be cleaned up":http://redmine.rubychan.de/issues/show/74 some day! |
9 | 2 | Kornelius Kalnbach | |
10 | 1 | Kornelius Kalnbach | h2. The HTML output doesn't have colors! |
11 | 1 | Kornelius Kalnbach | |
12 | 1 | Kornelius Kalnbach | If you use the @HTML@ encoder, you need a CodeRay stylesheet. Try running: |
13 | 1 | Kornelius Kalnbach | |
14 | 1 | Kornelius Kalnbach | @coderay_stylesheet > coderay.css@ |
15 | 1 | Kornelius Kalnbach | |
16 | 1 | Kornelius Kalnbach | or use the @Div@ (inline styles) or @Page@ (standalone HTML page) encoders. |
17 | 1 | Kornelius Kalnbach | |
18 | 1 | Kornelius Kalnbach | h2. I Want A <language> Scanner! |
19 | 1 | Kornelius Kalnbach | |
20 | 1 | Kornelius Kalnbach | Read about [[ScannerRequests]]. |