File: README

package info (click to toggle)
libhtml-highlight-perl 0.20-7.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 132 kB
  • sloc: perl: 493; makefile: 2
file content (58 lines) | stat: -rw-r--r-- 1,714 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58


HTML::Highlight - A module to highlight words or patterns in HTML documents

This module provides colour Google-style highlighting of words or
patterns in HTML documents. This feature is typically used to highlight
search results. Each specified pattern or word is highlighted using
a different color.
 
This module was originaly created to work together with fulltext
indexing module DBIx::TextIndex, but it can be used independently.

Need for a highlighter that supports wildcards and phrases and takes
HTML tags into account was my motivation to create the module.

 
    INSTALLATION:
    
	perl Makefile.PL
	make
	make test
	
	(become root)
	
	make install
	
	
    DOCUMENTATION:
    
	perldoc HTML::Highlight
	
	
	LICENSE

  Copyright (C) 2000 Tomas Styblo (tripie@cpan.org)

  This module is free software; you can redistribute it and/or modify it
  under the terms of either:

  a) the GNU General Public License as published by the Free Software
  Foundation; either version 1, or (at your option) any later version,
  or

  b) the "Artistic License" which comes with this module.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See either
  the GNU General Public License or the Artistic License for more details.

  You should have received a copy of the Artistic License with this
  module, in the file ARTISTIC.  If not, I'll be glad to provide one.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  USA