Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Re: diff for H::T and TT

by miyagawa (Chaplain)
on Apr 24, 2002 at 15:43 UTC ( [id://161644]=note: print w/replies, xml ) Need Help??


in reply to Re: diff for H::T and TT
in thread diff for H::T and TT

Oh well, I do use CVS! Note that these tools find difference of structure of the template. (My first post was just a little ambiguous for this point. Thanks for pointing this)

What this tool (possibly) solves is the situation below:

Programmers make a simple template

First you'd make a bare bone template like this:
<TABLE> [% FOREACH p = product %] <TR><TD>name: [% p.name %]</TD></TR> [% END %] </TABLE>
okay, this HTML is very simple.

Designers migrate this template into production ready style

Their HTML is kind of hell, with various TABLE tags or something. (Oh well, stop argueing about style-sheet vs TABLE tag here). They possibly have difficulty in migrating the barebone template into production ready design. They'd make typos in template variable name, or forget to paste some code chunks in the template.

Then ttdiff and htdiff will find the structual differences between the two template. It can work more nicely with CVS, off course!

--
Tatsuhiko Miyagawa
miyagawa@cpan.org

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://161644]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-20 04:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found