vimperator
| Home Mailing List Source Code Scripts Bugs Screenshots ChangeLog TODO Authors Donators |
Source Code
| WARNING: The current CVS main branch ONLY works with Firefox 3 Beta 1 or newer. If you are using Firefox 2.0, please use the vimperator-0_5-branch, as MAIN will not startup in Firefox 2. |
The vimperator 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 -z3 -d :pserver:guest@mozdev.org:/cvs co vimperator/src vimperator/www
- Thomas Arendsen Hein was so kind to set up a
Mercurial mirror which makes it much easier to follow changes in the
repository. However, it is only updated once an hour. You can
clone the repository with:
hg clone "http://hg.intevation.org/mirrors/mozdev.org/vimperator-cvs/"
or create a gnu style changelog with:hg log --style=changelog
- Daniel Bainton and 'calmar' provide daily snapshots (0.5.4pre for FF2 + 0.6 for FF3): [server 1], [server 2].
- Or keep up with changes in the repository by subscribing to the RSS feed
After obtaining the source, it can be built with:
make xpiin the src/ directory. Warning: You need asciidoc-8.x for it to build.
Warning: .jar and .xpi files which are created on the Mac seem to be broken
CVS client and Help Documentation links:
- CVS - Open Source Version Control
- Tortoise CVS
- Using Tortoise CVS for Revision Control
- WinCvs
- MozDev WinCVS Setup
- WinCVS - How to Use WinCVS
- WinCvs Daily Use Guide
- Ximbiot - CVS Wiki