Opened 22 years ago

Closed 21 years ago

Last modified 21 years ago

#238 closed defect (fixed)

tidy HTML generation

Reported by: markh@… Owned by: lfs-book@…
Priority: lowest Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc:

Description

This is a program to tidy up the HTML code we generate.

We can use it with something like: for i in html html/chapter* html/prefix html/appendix* do cd SOMEWHERE/$i for j in *.html do tidy $j > $j.backup mv $j.backup $j done done

or some much cleverer solution which one of you will come up with :-)

Change History (4)

comment:1 by markh@…, 22 years ago

if I'd been thinking (or read the man page properly), I'd have said use:

tidy -m $i

which modifies the file in place instead of using the backup thingy...

comment:2 by gerard@…, 22 years ago

Priority: lowlowest
Severity: enhancementnormal

comment:3 by timothy@…, 21 years ago

Resolution: fixed
Status: newclosed

This has been taken care of, has it not? Closing this bug.

comment:4 by highos@…, 21 years ago

Yes, I took care of it when we moved to quasar.

Note: See TracTickets for help on using tickets.