• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H03-May-2022-182108

eg/H13-Jan-2018-2518

inc/Module/H13-Jan-2018-2,0791,549

lib/Syntax/Highlight/Engine/H13-Jan-2018-110,93679,158

samples/H03-May-2022-5,1033,781

t/H13-Jan-2018-5,0974,121

xt/author/H13-Jan-2018-127

.travis.ymlH A D01-Jan-2017122 1211

ChangesH A D13-Jan-20182.7 KiB7257

MANIFESTH A D26-Oct-20177.9 KiB228227

META.ymlH A D13-Jan-2018838 3837

Makefile.PLH A D26-Oct-2017915 2619

READMEH A D01-Jan-2017845 3821

REGISTEREDH A D01-Jan-20172.3 KiB131130

README

1Syntax-Highlight-Engine-Kate version 0.01
2=========================================
3
4
5INSTALLATION
6
7To install this module type the following:
8
9   perl Makefile.PL
10   make
11   make test
12   make install
13
14DEMOS
15
16Following demos have been provided. hlhtml.pl and hlansi.pl. After
17the make command you may want to try something like:
18
19   cat bin/hlhtml.pl | perl -Mblib bin/hlansi.pl Perl
20
21or
22
23   cat bin/hlhtml.pl | perl -Mblib bin/hlhtml.pl Perl > tst.html
24
25just to get an overview of what this module actually does.
26
27COPYRIGHT AND LICENCE
28
29Put the correct copyright and licence information here.
30
31Copyright (C) 2006 by Hans Jeuken
32
33This library is free software; you can redistribute it and/or modify
34it under the same terms as Perl itself, either Perl version 5.8.3 or,
35at your option, any later version of Perl 5 you may have available.
36
37
38