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

..03-May-2022-

eg/H03-Apr-2005-4939

lib/Syntax/Highlight/H03-Apr-2005-39886

t/H03-Apr-2005-188159

Build.PLH A D03-Apr-2005477 1714

ChangesH A D03-Apr-2005805 3021

LICENSEH A D03-Apr-2005272 65

LICENSE.ArtisticH A D03-Apr-20056 KiB12999

LICENSE.GPLH A D03-Apr-200517.6 KiB341281

MANIFESTH A D03-Apr-2005250 2120

META.ymlH A D03-Apr-2005357 1716

Makefile.PLH A D03-Apr-2005607 1816

READMEH A D03-Apr-2005899 3824

README

1Syntax::Highlight::HTML
2=======================
3
4DESCRIPTION
5
6    This module is designed to take raw HTML input and highlight it
7    using a CSS stylesheet. The returned HTML code is ready for
8    inclusion in a web page.
9
10    It is intented to be used as an highlighting filter, and as such
11    does not reformat or reindent the original HTML code.
12
13
14INSTALLATION
15
16    To install this module, run the following commands:
17
18        perl Makefile.PL
19        make
20        make test
21        make install
22
23    Alternatively, to install with Module::Build, you can use the
24    following commands:
25
26        perl Build.PL
27        ./Build
28        ./Build test
29        ./Build install
30
31
32COPYRIGHT AND LICENCE
33
34    Copyright (C) 2004 S�bastien Aperghis-Tramoni <sebastien@aperghis.net>
35
36    This library is free software; you can redistribute it and/or modify
37    it under the same terms as Perl itself.
38