Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doriantaylor/p5-apache2-html-detergent
Apache2::HTML::Detergent — Clean the gunk off HTML documents on the fly
https://github.com/doriantaylor/p5-apache2-html-detergent
Last synced: 24 days ago
JSON representation
Apache2::HTML::Detergent — Clean the gunk off HTML documents on the fly
- Host: GitHub
- URL: https://github.com/doriantaylor/p5-apache2-html-detergent
- Owner: doriantaylor
- License: apache-2.0
- Created: 2013-06-04T03:46:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T16:49:23.000Z (over 6 years ago)
- Last Synced: 2023-03-12T10:11:35.528Z (almost 2 years ago)
- Language: Perl
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
Apache2-HTML-Detergent
The README is used to introduce the module and provide instructions on
how to install the module, any machine dependencies it may have (for
example C compilers and installed libraries) and any other information
that should be provided before the module is installed.A README file is required for CPAN modules since CPAN extracts the README
file from a module distribution so that people browsing the archive
can use it to get an idea of the module's uses. It is usually a good idea
to provide version information here so that people can decide whether
fixes for the module are worth downloading.INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installSUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.perldoc Apache2::HTML::Detergent
You can also look for information at:
RT, CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Apache2-HTML-DetergentAnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Apache2-HTML-DetergentCPAN Ratings
http://cpanratings.perl.org/d/Apache2-HTML-DetergentSearch CPAN
http://search.cpan.org/dist/Apache2-HTML-Detergent/LICENSE AND COPYRIGHT
Copyright (C) 2013 Dorian Taylor
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License atL
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.