forked from pool/perl-HTML-Clean
Accepting request 729775 from home:pmonrealgonzalez:branches:devel:languages:perl
- Spell corrections in description section - updated to 1.2 see /usr/share/doc/packages/perl-HTML-Clean/Changes 1.2 Tue Sep 9 13:56 MSK 2019 - Fix pod 1.1 Tue Sep 9 12:30 MSK 2019 - Fix pod. Add github repository OBS-URL: https://build.opensuse.org/request/show/729775 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Clean?expand=0&rev=21
This commit is contained in:
@@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
Name: perl-HTML-Clean
|
||||
Version: 0.9
|
||||
Version: 1.2
|
||||
Release: 0
|
||||
%define cpan_name HTML-Clean
|
||||
Summary: Cleans up HTML code for web browsers, not humans
|
||||
License: Artistic-1.0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/A/AZ/AZJADFTRE/%{cpan_name}-%{version}.tar.gz
|
||||
@@ -38,17 +38,17 @@ minimizing the size of HTML files. You can typically save between 10% and
|
||||
50% of the size of a HTML file using these methods. It provides the
|
||||
following features:
|
||||
|
||||
* Remove unneeded whitespace (begining of line, etc)
|
||||
* Remove unneeded whitespace (beginning of line, etc)
|
||||
|
||||
* Remove unneeded META elements.
|
||||
|
||||
* Remove HTML comments (except for styles, javascript and SSI)
|
||||
|
||||
* Replace tags with equivilant shorter tags (<strong> --> <b>)
|
||||
* Replace tags with equivalent shorter tags (<strong> --> <b>)
|
||||
|
||||
* etc.
|
||||
|
||||
The entire proces is configurable, so you can pick and choose what you want
|
||||
The entire process is configurable, so you can pick and choose what you want
|
||||
to clean.
|
||||
|
||||
%prep
|
||||
|
Reference in New Issue
Block a user