Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to generate list of images used in project

0 views
Skip to first unread message

nickpen

unread,
Feb 16, 2009, 11:34:24 AM2/16/09
to
Is there a way I can generate a report or list of the images used in a homesite project? I want to remove unused images from the project directory.
Thanks

MikeGale

unread,
Mar 5, 2009, 12:54:19 AM3/5/09
to
There may be a simpler technique.

This occurred to me.

Run a regular expression search for img tags which will include the filename
in what is found. (Do that in whole project.)

Save the results as a text file.

Trim the text file down to file names only. (Sort it)

Print it.

Work through it deleting files as you go

nickpen

unread,
Mar 5, 2009, 9:54:44 AM3/5/09
to
That's a great idea - should be just what I need!!
Thanks so much :)

garfld1

unread,
Mar 31, 2009, 4:00:53 PM3/31/09
to
Here's an idea. There's a small free program called Xenu that will check an
entire site. It will generate a report that you can sort by file type (or any
criteria). I use it all the time to check for bad links.

0 new messages