Closed Bug 170125 Opened 23 years ago Closed 22 years ago

There are a 25 unused .gif files in help/images: AIM related or M8 snapshots !!

Categories

(SeaMonkey :: Help Documentation, defect)

defect
Not set
minor

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 161740

People

(Reporter: geeks, Assigned: oeschger)

Details

User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.1) Gecko/20020826 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.1) Gecko/20020826 I work with the team who localizes Mozilla in French, we wanted to replace the pictures used in the help and discovered that there are a few old .gif files lying around. I wrote a small shell script that checks if given picture files are used in the htlm help. #!/bin/tcsh foreach image ($argv) echo $image grep -sl images/$image ../* echo "" end This script has to be called with an *.gif argument. How to read the output: if the name of the gif file is followed by the name of one or more html files, it is used by the help, otherwise it could be removed since it is useless and wastes a few KB. Here is the output given for en-US.jar/locale/en-US/help/images from Mozilla 1.0.1: anchor-in-doc.gif ../composer_help.html anchor.gif ../composer_help.html banner.gif biActive.gif bkmkmenu.gif broken.gif bullets.gif ../composer_help.html checkspellingbox.gif ../composer_help.html columns.gif ../mail_help.html composer_icon.gif flag.gif ../mail_help.html flag_column.gif ../mail_help.html frown.gif ../mail_help.html hrule.gif ../composer_help.html image.gif ../composer_help.html image5.gif image6.gif image7.gif image8.gif image9.gif imtaskbar.gif key.gif link.gif ../composer_help.html locationbar.gif ../cs_nav_prefs_appearance.html ../nav_help.html mailicon.gif ../mail_help.html navbar.gif navbuttons.gif newmail.gif ../mail_help.html newmailicon.gif numbers.gif ../composer_help.html offline.gif online.gif paperclip.gif pen.gif personalbar.gif ../customize_help.html read.gif ../mail_help.html read_column.gif ../mail_help.html reload.gif ../customize_help.html ../nav_help.html search.gif ../nav_help.html search_personal_toolbar.gif ../nav_help.html searchmusic.gif ../nav_help.html sick.gif ../mail_help.html sidebarclosed_small.gif ../customize_help.html ../nav_help.html smile.gif ../mail_help.html spell_toolbar.gif ../composer_help.html tabbed_browsing_bar.gif table.gif ../composer_help.html tagicon2.gif taskbar-ab.gif ../mail_help.html taskbar-aim-online.gif taskbar-mail.gif taskbar.gif ../customize_help.html taskbar_menus.gif thread.gif threadbutton.gif ../mail_help.html unread.gif ../mail_help.html wink.gif ../mail_help.html Reproducible: Always Steps to Reproduce: 1. 2. 3. Expected Results: Mozilla on diet! Remove these files.
*** This bug has been marked as a duplicate of 161740 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
v
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.