This repository has been archived by the owner on Apr 14, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
tidyp removes whitespace between end tag and text #21
Comments
tidyp is just a clone of libtidy. I don't plan on making any changes to it. libtidy has pretty much been ignored for years. |
Hi Andy!
Thanks for the quick reply.
On Mon, 27 Mar 2017 10:44:03 -0700 Andy Lester ***@***.***> wrote:
tidyp is just a clone of libtidy. I don't plan on making any changes to it.
libtidy has pretty much been ignored for years.
Did you mean "clone" or "fork"? "clone" implies it is a reimplemntation while
a "fork" implies the latest source code was maintained by a third party.
Anyway:
1. I might be able to try to fix this bug and others that bother other people.
Will you accept me as a comaintainer?
2. Are you aware of any comparable alternatives to tidyp that are in a better
shape and which I can use instead?
Best regards,
Shlomi
…--
-----------------------------------------------------------------
Shlomi Fish http://www.shlomifish.org/
My Photos - http://www.flickr.com/photos/shlomif/
There is no IGLU Cabal. The problem of founding an IGLU Cabal has been proven,
in a surprise move, to be equivalent to the question of the existence of God,
fully‐tolerant religions and NP‐complete oracles. — Omer Zak
|
I meant a clone. I just copied the repo and put a version number on it so that HTML::Tidy would have something to build against. There are no other alternatives that I am aware of. If you can fix the bug you're referring to, let's talk. You say that bugs "bother other people". Do you know of anyone besides you using it? |
Hi,
On Mon, 27 Mar 2017 12:14:25 -0700 Andy Lester ***@***.***> wrote:
I meant a clone. I just copied the repo and put a version number on it so
that HTML::Tidy would have something to build against.
I see.
There are no other alternatives that I am aware of.
I see. Guess I'm stuck with tidyp/HTML::Tidy for now.
If you can fix the bug you're referring to, let's talk.
OK, no promises but I'll try.
You say that bugs
"bother other people". Do you know of anyone besides you using it?
I was referring the the open issues in the issue tracker. I don't know of
anyone else using it.
…-- @shlomif
--
-----------------------------------------------------------------
Shlomi Fish http://www.shlomifish.org/
Ever notice that even the busiest people are never too busy to tell you
just how busy they are?
— Source unknown, taken from Linux’s fortune-mod
|
@petdance (and all): just a note that using this DDG search - https://duckduckgo.com/?q=html+minifier&ia=web I learned about this project - https://github.com/kangax/html-minifier - which I adapted to use for minification instead of tidyp (I'm still using tidyp for validation). Hope it helps. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With this
i.html
:And this perl program:
I am getting this output:
As can be noticed the
</a>by
is faulty. Please look into fixing it.Update: I am using lib64tidyp1.04_0-1.04-9.mga6 and perl-HTML-Tidy-1.560.0-9.mga6 on Mageia 6.
The text was updated successfully, but these errors were encountered: