1.
RE: tidy multiple files on Win/DOS
(score: 135) (3,444 bytes)
Author: "manuel razzari" <killerking@ultimorender.com.ar>, Date: Wed, 19 Nov 2003 17:53:56 -0300
List:
Public/html-tidy
In-Reply-To: <3fcc9306.136113961@smtp.bjoern.hoehrmann.de>
Hello all, Bjoern Hoehrmann's solution worked for me. Alternativey, I've just received Henry Bartlett's HABTidy, which can be found here: http://www.hotkey.net.au/~hambar/habit/habutil.htm#juHABTidy
2.
Re: tidy multiple files on Win/DOS
(score: 110) (3,662 bytes)
Author: Jany Quintard <jany.quintard@free.fr>, Date: Wed, 19 Nov 2003 17:30:47 +0100
List:
Public/html-tidy
In-Reply-To: <HNEPKJDPOKEIAJJALIAOAEJHCHAA.killerking@ultimorender.com.ar> References: 1
* manuel razzari [Wed, 19/11/2003 at 12:43 -0300] Did you try cygwin (http://www.cygwin.com). There is a tidy package and a real shell language (a Unix like indeed). Something like : cd thisdirectory
3.
Re: tidy multiple files on Win/DOS
(score: 110) (2,196 bytes)
Author: Bjoern Hoehrmann <derhoermi@gmx.net>, Date: Wed, 19 Nov 2003 17:01:02 +0100
List:
Public/html-tidy
In-Reply-To: <HNEPKJDPOKEIAJJALIAOAEJHCHAA.killerking@ultimorender.com.ar> References: 1
Open a command prompt and run `for /?` or `help for`. What did you try exactly? Well, `for /R %a in (*.html) do tidy -config tidy.config -m %a`...
4.
tidy multiple files on Win/DOS
(score: 110) (3,030 bytes)
Author: "manuel razzari" <killerking@ultimorender.com.ar>, Date: Wed, 19 Nov 2003 12:43:58 -0300
List:
Public/html-tidy
Hello. I need to run HTML Tidy on multiple files (even better, multiple folders within a specified folder). I'm on a Win2000 IIS box. I've Googled a bit, I've found the following which didn't work: 1
5.
Re: Tidying lots of files at once
(score: 20) (6,172 bytes)
Author: Charles Reitzel <creitzel@rcn.com>, Date: Wed, 11 Sep 2002 10:08:23 -0400
List:
Public/html-tidy
In-Reply-To: <Pine.SOL.4.21.0208132048360.27900-100000@stat1.stat.auckla nd.ac.nz>
I have attached a couple shell scripts we use to run the Tidy regression test. It iterates over a directory, tidying each markup file with it's optional config file, placing the output into a separat
6.
Tidying lots of files at once
(score: 20) (3,854 bytes)
Author: Ko-Kang Kevin Wang <kwan022@stat.auckland.ac.nz>, Date: Tue, 13 Aug 2002 04:53:25 -0400 (EDT)
List:
Public/html-tidy
Hi, I'm not sure if this is the right place to ask this, but... I am marking students' lab tutorials, the first thing I need to do is to check if anyone whose HTML file (they submitted the HTML file
7.
Re: html tidy
(score: 27) (2,337 bytes)
Author: "Eric" <e.richards@clear.net.nz>, Date: Thu, 24 Jan 2002 00:37:33 +1300
List:
Public/html-tidy References: 1 2
Sorry if you are not sure how to make a batch file, copy the three lines below and make a text file it might be called New Text Document .txt then rename it to "xyz.bat" that is the file you look for
8.
Re: html tidy
(score: 27) (2,865 bytes)
Author: "Eric" <e.richards@clear.net.nz>, Date: Wed, 23 Jan 2002 23:31:24 +1300
List:
Public/html-tidy References: 1
OK you asked for it. I right click why wonderful HTML file I have just been writing from any folder on the hard drive and "Send To" my batch file in the same folder as the "tidy.exe" (and config.txt
9.
Re: recursiv searching and processing of files in subfolders
(score: 14) (2,564 bytes)
Author: Terry Teague <terry_teague@users.sourceforge.net>, Date: Wed, 23 Jan 2002 00:02:02 -0800
List:
Public/html-tidy
In-Reply-To: <B6068847D1F0D2119B020008C71E6F3A0390616C@sbrees02.bre.airbus.dasa.de>
Depends on your platform. <shameless plug> If you use the Mac OS versions of Tidy, this is very easy. Just drag&drop any files/folders/disks to the GUI versions of Tidy for Mac OS, change any necessa
10.
RE: HTML tidy and Win 2000
(score: 32) (3,462 bytes)
Author: "Reitzel, Charlie" <CReitzel@arrakisplanet.com>, Date: Mon, 23 Jul 2001 15:17:54 -0400
List:
Public/html-tidy
There's something on Dave's web pages about configuring registry entries so that when you drop a file on Tidy it will fire up a browser window containing the Tidied output. You can then use File|Save
11.
Re: HTML Tidy and GNU Autoconf
(score: 14) (3,340 bytes)
Author: Sebastian Lange <lange@cyperfection.de>, Date: Fri, 07 Jul 2000 09:24:37 +0200
List:
Public/html-tidy
In-Reply-To: <6F39FC4301CED31196240060B0571831886D1B@milxpr09.kla-tencor .com>
Hello David [humm... lots of Davids or Daves on this list... ;-)], The original page of HTML Tidy [http://www.w3.org/People/Raggett/tidy/] is included in the downloadble source archive, and with it t
12.
concatentation
(score: 14) (1,841 bytes)
Author: Michael Curtis Tims <mct@wam.umd.edu>, Date: Wed, 25 Aug 1999 15:28:07 -0400 (EDT)
List:
Public/html-tidy
How can I get the error messages to concatenate if I'm running tidy.exe (Windows 95) from a batch file DOS command? for %i in (*.html) do tidy -config config.txt "%i" Can I write in a concatenation c
13.
Re: Request for Tidy to ignore 'user defined' tags
(score: 14) (2,590 bytes)
Author: "Bjoern Hoehrmann" <derhoermi@gmx.net>, Date: Fri, 2 Jul 1999 21:27:43 +0200
List:
Public/html-tidy References: 1
Maybe a new option in the config file can do so in a more general way. Ignore-Tags: <@include>, <@whatever>, <something> Tidy ignores those tags or, if there is a end tag, anything between that tag
Current List: 1 - 13 (of 13 results)