> Hi, > I have a small website and use squirrelmail for a few members and do > not need all of the other translations. I'm only allowed 15,000 files on > my package with the host I'm on and I'd like to free up some of those > files by removing the translations since I have no need of them anyway. > What all can I remove and what do I need to edit? Do I remove the whole > "locale" folder?
1. Remove all directories from locale/. Keep index.php and timezones.cfg 2. Keep only en_US directory and index.php file in help/ directory. 3. remove all sec_remove_*.png files from images/, except sec_remove_eng.png it is possible that images/*.gif files can be removed too. 4. remove doc/ and po/ directories. 5. remove themes that are not used and rebuild list of themes in conf.pl / config.php 6. keep all user data in database, if you can. 7. remove unused plugins. 8. if you can disable automatic directory indexing in webserver, you can remove all those small index.php files that contain only redirection to ../src/login.php. 9. remove configure, README, INSTALL, AUTHORS, ChangeLog, ReleaseNotes, UPGRADE 10. You will have to edit squirrelmail scripts, if you want to disable language selection box. or check 1.5.0cvs. This version does not include translations by default and has configuration settings that allow disabling language selection. Or ask to port experimental language selection management code to v.1.4.2. ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
