GitXplorerGitXplorer
m

Syntax-Highlight-Engine-Kate

public
7 stars
8 forks
9 issues

Commits

List of commits on branch master.
Unverified
8ec5196edc51cbac4b4911ab66bc856476c6eb51

- Applied patch provided by @gregoa (RT #124073).

mmanwar committed 7 years ago
Unverified
3f5f1d24aef1e16d039f85c09833dee1471732b9

- Applied the patch provided by the original author @HANJE.

mmanwar committed 7 years ago
Unverified
4522d8f2014c72d7ee49194802259f866c0bb6cd

modified: META.yml modified: lib/Syntax/Highlight/Engine/Kate.pm modified: lib/Syntax/Highlight/Engine/Kate/Template.pm

committed 7 years ago
Verified
769a5a6f6d93865eea941f4643ff3674b451429c

Merge pull request #16 from fschlich/patch-1

mmanwar committed 7 years ago
Verified
5953111b4a0c6d35d41af6a5d1815690dd719652

fix typos in Template.pm

ffschlich committed 7 years ago
Unverified
8ffcbcba12ac0903e3fafc6e74da2685ec2ff0d9

- [2017-10-26]: Added META.yml back to MANIFEST file.

mmanwar committed 7 years ago

README

The README file for this repository.

Syntax-Highlight-Engine-Kate version 0.01

INSTALLATION

To install this module type the following:

perl Makefile.PL make make test make install

DEMOS

Following demos have been provided. hlhtml.pl and hlansi.pl. After the make command you may want to try something like:

cat bin/hlhtml.pl | perl -Mblib bin/hlansi.pl Perl

or

cat bin/hlhtml.pl | perl -Mblib bin/hlhtml.pl Perl > tst.html

just to get an overview of what this module actually does.

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2006 by Hans Jeuken

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.3 or, at your option, any later version of Perl 5 you may have available.