Under Gutsy the "/usr/share/gnome/help/" directory is 208 MB. For every application there is a help file in many languages. I only need English, someone else may only want Spanish or French. So only install help files for the Users main/native/primary Language.
--With more and more work to create more detailed help files the help file directory is likely to grow quickly above its current 208 MB.
--Under "/usr/share/gnome/help/rhythmbox" if you remove the non english languages you can save 2.9 MB;
Here is a sampling of what I found if you removed the non-english files (I randomly looked at 3 different ones):
/usr/share/gnome/help/rhythmbox 2.9 MB
/usr/share/gnome/help/windows 6.5 MB
/usr/share/gnome/help/about-ubuntu 4.3 MB
--Also since these files are XML files (with a few images), compressing them will greatly reduce the size further. You can use the GZ format which webservers use to reduce bandwidth which the browser auto uncompresses and displays.
I preformed a test by compressing the help directory with gzip "gzip -r --best help" the help directory went from 162.1 MB to 83.6 MB. Thats almost half the size.
No attachments.