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

..03-May-2022-

lib/HTML/H15-Dec-2010-22771

t/H15-Dec-2010-166118

.gitignoreH A D15-Dec-2010103 1110

Build.PLH A D15-Dec-20101 KiB3326

ChangesH A D15-Dec-2010417 1811

MANIFESTH A D15-Dec-2010328 1918

MANIFEST.SKIPH A D15-Dec-201021 43

META.ymlH A D15-Dec-2010722 3231

Makefile.PLH A D15-Dec-2010619 2119

READMEH A D15-Dec-20101.1 KiB4830

README

1HTML::ExtractMain
2
3HTML::ExtractMain takes HTML content, and extracts the HTML section
4representing the main body of the page, skipping headers, footers,
5navigation, etc.
6
7HTML::ExtractMain's Readability algorithm is ported from Arc90's
8JavaScript-based Readability application, online at
9http://lab.arc90.com/experiments/readability/
10
11INSTALLATION
12
13To install this module, run the following commands:
14
15	perl Build.PL
16	./Build
17	./Build test
18	./Build install
19
20SUPPORT AND DOCUMENTATION
21
22After installing, you can find documentation for this module with the
23perldoc command.
24
25    perldoc HTML::ExtractMain
26
27You can also look for information at:
28
29    RT, CPAN's request tracker
30        http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTML-ExtractMain
31
32    AnnoCPAN, Annotated CPAN documentation
33        http://annocpan.org/dist/HTML-ExtractMain
34
35    CPAN Ratings
36        http://cpanratings.perl.org/d/HTML-ExtractMain
37
38    Search CPAN
39        http://search.cpan.org/dist/HTML-ExtractMain/
40
41
42COPYRIGHT AND LICENCE
43
44Copyright (C) 2009-2010 Anirvan Chatterjee
45
46This program is free software; you can redistribute it and/or modify it
47under the same terms as Perl itself.
48