[DRE-commits] r4434 - trunk/coderay/debian

Joshua Timberman jtimberman-guest at alioth.debian.org
Thu Dec 10 16:29:01 UTC 2009


Author: jtimberman-guest
Date: 2009-12-10 16:29:00 +0000 (Thu, 10 Dec 2009)
New Revision: 4434

Modified:
   trunk/coderay/debian/control
Log:
more meaningful description of the packages

Modified: trunk/coderay/debian/control
===================================================================
--- trunk/coderay/debian/control	2009-12-08 18:32:43 UTC (rev 4433)
+++ trunk/coderay/debian/control	2009-12-10 16:29:00 UTC (rev 4434)
@@ -12,30 +12,32 @@
 Architecture: all
 Depends: ${misc:Depends}, ruby1.8, libcoderay-ruby
 Description: Helper programs for CodeRay Ruby lib for syntax highlighting
- Syntax highlighting means: You put your code in, and you get it back 
- colored; Keywords, strings, floats, comments - all in different colors. 
- And with line numbers.
+ CodeRay is a syntax highlighting library written in Ruby. It features
+ fast HTML generation and an advanced Ruby scanner.
  .
-   * makes code easier to read and maintain
-   * lets you detect syntax errors faster
-   * helps you to understand the syntax of a language
-   * looks nice
-   * is what everybody should have on their website
+ The scanner parses various languages and the encoders produce output.
+ .
+ The scanners supported are: java, ruby, c, css, debug, delphi, diff, html
+ json, java, javascript, nitroxhtml, plaintext, rhtml, ruby, scheme, xml
+ and yaml.
+ .
+ The encoders supported are: html, xml, yaml.
 
 Package: libcoderay-ruby
 Architecture: all
 Depends: ${misc:Depends}, libcoderay-ruby1.8
 Description: Ruby library for syntax highlighting
- Syntax highlighting means: You put your code in, and you get it back 
- colored; Keywords, strings, floats, comments - all in different colors. 
- And with line numbers.
+ CodeRay is a syntax highlighting library written in Ruby. It features
+ fast HTML generation and an advanced Ruby scanner.
  .
-   * makes code easier to read and maintain
-   * lets you detect syntax errors faster
-   * helps you to understand the syntax of a language
-   * looks nice
-   * is what everybody should have on their website
+ The scanner parses various languages and the encoders produce output.
  .
+ The scanners supported are: java, ruby, c, css, debug, delphi, diff, html
+ json, java, javascript, nitroxhtml, plaintext, rhtml, ruby, scheme, xml
+ and yaml.
+ .
+ The encoders supported are: html, xml, yaml.
+ .
  This is a dummy package depending on the library for the current default
  version of Ruby.
 
@@ -43,14 +45,13 @@
 Architecture: all
 Depends: ${misc:Depends}, ruby1.8
 Description: Ruby 1.8 library for syntax highlighting
- Syntax highlighting means: You put your code in, and you get it back 
- colored; Keywords, strings, floats, comments - all in different colors. 
- And with line numbers.
+ CodeRay is a syntax highlighting library written in Ruby. It features
+ fast HTML generation and an advanced Ruby scanner.
  .
- Syntax Highlighting
-   * makes code easier to read and maintain
-   * lets you detect syntax errors faster
-   * helps you to understand the syntax of a language
-   * looks nice
-   * is what everybody should have on their website
-   * solves all your problems and makes the girls run after you
+ The scanner parses various languages and the encoders produce output.
+ .
+ The scanners supported are: java, ruby, c, css, debug, delphi, diff, html
+ json, java, javascript, nitroxhtml, plaintext, rhtml, ruby, scheme, xml
+ and yaml.
+ .
+ The encoders supported are: html, xml, yaml.




More information about the Pkg-ruby-extras-commits mailing list