
| NS 6.x version | |
|
Home |
Mailing List |
Installation |
Source Code |
Bugs |
Screenshots |
Feedback
|
Source Code
The mozCalc sources can be accessed in either of the following ways:
- View the source using the CVS web interface
- Check out the source using anonymous CVS with the following commands (password is guest):
cvs -d :pserver:guest@mozdev.org:/cvs login
cvs -d :pserver:guest@mozdev.org:/cvs co mozcalc
To manually install the current version check out "mozcalc" and move/copy the directory "src" to Mozilla's "chrome" directory as "mozcalc". Any previous "mozcalc" directories or "mozcalc.jar" files should be deleted.
Shut down Mozilla and edit the file "installed-chrome.txt". Add the following lines to the end of it (if not there already):
content,install,url,resource:/chrome/mozcalc/content/
locale,install,url,resource:/chrome/mozcalc/locale/en-US/
locale,install,url,resource:/chrome/mozcalc/locale/de-AT/
skin,install,url,resource:/chrome/mozcalc/skin/modern/
skin,install,url,resource:/chrome/mozcalc/skin/classic/
Any references to "mozcalc.jar" must be deleted. Remove the following files and directories (Mozilla will recreate them on start up):
all-packages.rdf
all-skins.rdf
all-locales.rdf
overlayinfo
Then fire up Mozilla. You should now see an entry for mozCalc in the Tasks/Tools menu.