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
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.