Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README - github.com/lexborisov/perl-html-myhtml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
blob: d2f11498e64df834aa6b17a60ea4582ca1ed6d00 (plain)
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
HTML::MyHTML
=============

DESCRIPTION

Fast HTML Parser using Threads with no outside dependencies

This Parser based on MyHTML library  (it includes version 4.0.4)

See https://github.com/lexborisov/myhtml 


INSTALLATION

Just follow the usual procedure:

   perl Makefile.PL
   make
   make test
   make install

For Windows OS (for Strawberry Perl (http://strawberryperl.com/))

   perl Makefile.PL
   dmake
   dmake test
   dmake install
 

METHODS

For more detail see MyHTML.PM file


REPORTING BUGS

Alexander Borisov <lex.borisov@gmail.com>


COPYRIGHT

Copyright (C) 2015-2018 Alexander Borisov

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library 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 the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA