File: Changes

package info (click to toggle)
libhtml-clean-perl 1.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 388 kB
  • sloc: perl: 444; makefile: 2
file content (105 lines) | stat: -rw-r--r-- 2,856 bytes parent folder | download | duplicates (2)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
Revision history for Perl module HTML::Clean
--------------------------------------------
1.3 Tue Sep 13 14:36 MSK 2019

    - Fix meta description

1.3 Tue Sep 9 14:10 MSK 2019

    - Fix pod and typo

1.1 Tue Sep 9 12:30 MSK 2019

    - Fix pod. Add github repository

0.9 Tue Aug 20 09:24 PDT 2019

    - Fix warnings - use IO::File instead deprecated module IO.

0.8  Tue Sep  5 08:02:05 PDT 2000

	- Fix dequote regex to be stricter.  Make sure quote/double quote
	  match, only use alpha as the paramater name. Reported by
          Renzo Tom.

	- Removed regexes for removing space within tags and border=0 case.
	  This Causes text in attributes to fail, and table borders get
	  messed up on IE. Reported by Gregory Stark.

	- Fix for improper parsing of emptytags from Jens Quade.

	- Fix from Tobias Weber to clean javascript


0.7  Sat Apr 24 03:04:45 MET DST 1999

	- Add missing 'hairy.html' file to fix broken test cases.

	- Add alt="" items to images without alt tags.

	- Apply same compatibility option to Verdana and Futura font.


0.6  Fri Apr 23 14:03:30 MET DST 1999

	- Now removes whitespace from within tags, like this:
	   <table  > becomes <table>

	- Do a second pass at whitespace removal

        - Remove some default elements from specific tags
          border=0 from table, method=get from forms, etc.

	- Remove default port 80 from URLs

        - New option, lowercasetags to make all tags lowercase.
	  Quantitative testing shows that this improves compressibility,
	  it should make pages download faster over modems with compression
	  turned on.

	- Expanded tests.  Use lynx to quickly see if the changed HTML
	  'looks' correct.


0.5  Mon Feb 22 13:12:32 MET 1999

	- Now removes empty tag sets.  For instance <i><b></b></i> is now
          eliminated. (From Philippe Verdret)

	- Cleans up excess space in inline javascript functions.  Does
          a better job of removing javascript comments. (idea from
          Phillippe Verdret)

	- Added a larger list of default color names to replace.


0.4  Mon Jan 18 15:10:35 MET 1999
	- Bug Fix: use upper case filehandle names (from numerous people..)

	- Enabled level and options (patch from Mike Heins)
	  strip() function changed.  No longer accepts level param.
          htmlclean shell script takes -1 .. -9 as command line options.

	- Clean up HTML colors, replace with shorter text names.

          For example, bgcolor="#ffffff" -> bgcolor=white

	- When using the iso-8859-1 charset remap character entities
	  like &Eacute; to the eight bit equivalent.

	- More documentation

0.3  Mon Jan 11 14:05:15 MET 1999
	- Fixed serious htmlclean script bug.
	- Added a little more documentation.


0.2  Tue Dec 29 10:13:16 MET 1998
        - expanded number of strip options
	- First CPAN release..


0.1  Fri Apr 17 13:42:11 1998
	- original version