| 1 |
Source: geshi
|
| 2 |
Section: web
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Mediawiki Maintenance Team <pkg-mediawiki-devel@lists.alioth.debian.org>
|
| 5 |
Uploaders: Romain Beauxis <toots@rastageeks.org>
|
| 6 |
Build-Depends: @cdbs@
|
| 7 |
Homepage: http://qbnz.com/highlighter/
|
| 8 |
Standards-Version: 3.7.3
|
| 9 |
|
| 10 |
Package: php-geshi
|
| 11 |
Architecture: all
|
| 12 |
Depends: php5 | php5-cli | php4 | php4-cli
|
| 13 |
Description: Generic Syntax Highlighter
|
| 14 |
GeSHi aims to be a simple but powerful highlighting class,
|
| 15 |
with the following goals:
|
| 16 |
.
|
| 17 |
* Support for a wide range of popular languages
|
| 18 |
* Easy to add a new language for highlighting
|
| 19 |
* Highly customisable output formats
|
| 20 |
.
|
| 21 |
GeSHi aims to do this all as quickly as possible. Many customisable
|
| 22 |
features of GeSHi facilitate speed increases, and you can easily find
|
| 23 |
a balance between the amount of highlighting done and the speed in
|
| 24 |
which it is done.
|
| 25 |
|