twingle

| Home Mailing List Source Code Members Bugs Screenshots |
Source Code
The Twingle source code 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 twingle
To build an XPI that you can open in Mozilla to install this product, run the following commands after doing the CVS checkout above:
%cd twingle/source %make -build-dir-xpi
This will create a file called twingle.xpi, which you can open in Mozilla to install Twingle.
Tip: below are listed some other useful make options for Twingle:
############################################################################## # Twingle Makefile # # o all: Make an JAR-based XPI distribution (installer). # # o build-xpi-distro: Remove CVS-specific files/directories before building # the distribution (installer). # # o build-dir-xpi: Make an directory-based XPI distribution (installer). # # o build-dir-xpi-distro: Remove CVS-specific files/directories before building # the directory-based distribution (installer). # # o run: Execute Twingle. JSConsole will be automatically started for debugging. # ##############################################################################
Today’s VCS Commits for the twingle project
There are no commits for the specified period