Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup HTML encoder CSS styles/classes algorithm (#135) | Kornelius Kalnbach | 2013-06-10 | 1 | -7/+7 |
| | |||||
* | Major rewrite of encoders to support IO output; fixed some minor scanner ↵ | Kornelius Kalnbach | 2011-08-19 | 1 | -1/+1 |
| | | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests | ||||
* | Removing tests from library files. They live now in test/unit. | murphy | 2010-06-29 | 1 | -5/+0 |
| | |||||
* | More speedups for HTML encoding (numbering, CSS styles, Ruby 1.9). | murphy | 2010-06-27 | 1 | -1/+1 |
| | |||||
* | Added documentation to encoders; more code cleanups. | murphy | 2010-03-30 | 1 | -3/+3 |
| | |||||
* | Changed a $DEBUG raise into a puts (issue #99). | murphy | 2009-05-02 | 1 | -1/+1 |
| | | | | Thanks to sunaku for reporting this. | ||||
* | Optimized CSS styles, improved coderay_suite, new HTML test. | murphy | 2008-09-24 | 1 | -1/+1 |
| | | | | | | | * CSS styles are shortened more to optimize HTML output. * Added a longer example file for the HTML Scanner. * coderay_suite prints more accurate and sensible benchmarks. | ||||
* | New: *JavaScript Scanner* (closes #23). | murphy | 2008-09-16 | 1 | -8/+13 |
| | | | | | | | | | | | * It's quite good and fast, but still a beta. * I included Prototype and script.aculo.us as example code for testing. More changes: * Added two new token classes, :keyword and :key, along with CSS styles. ** Actually, we should use :keyword for most scanners that now use :reserved. * HTML Encoder: The CSS parser understands multiple selectors separated by commas. | ||||
* | rake test now runs in debug mode. | murphy | 2006-07-11 | 1 | -65/+65 |
| | | | | All .rb files converted to UNIX format (where did the \r come from?) | ||||
* | Big re-indenting - no more tabs! | murphy | 2006-07-10 | 1 | -54/+54 |
| | |||||
* | Re-indented everything. Sorry to break the blame chain. | murphy | 2006-04-16 | 1 | -2/+4 |
| | |||||
* | styles/_map.rb added. :cycnus is now default style. html/css.rb adjusted. | murphy | 2006-04-15 | 1 | -4/+1 |
| | | | | | | | | | | ROADMAP and TODO updated. Ruby scanner: Fixed a bug: Fancy strings don't allow \w delimiters. They _do_ also allow whitespace delimiters, but adding this would cause many scan errors. So I leave this bug unfixed. | ||||
* | Fixed HTML encoder. | murphy | 2006-03-15 | 1 | -1/+1 |
| | | | | | Changed HTML::CSS.load_stylesheet behaviour. | ||||
* | Some fixes for cYcnus style (capital Y makes problems) | murphy | 2005-12-05 | 1 | -1/+1 |
| | | | | | Fixes in the coderay_rdoc_template. | ||||
* | New Style system added - still beta. | murphy | 2005-11-13 | 1 | -111/+22 |
| | | | | | | | | Demos adjusted coderay.rb, encoders/html.rb, encoders/div.rb adjusted. encoders/html/* files rebuild. | ||||
* | New helper module scheme, step 3 | murphy | 2005-11-05 | 1 | -0/+155 |