You are here: Devel > MiR > MirOverview > MirCvs
Mir CVS
CVS/SSH Access
Anyone who wants to contribute needs cvs/ssh access. In that case you should write an email to
mir-coders@lists.indymediaSTOPSPAM.org.
Sourcecode
You can browse or download the sourcecode on
codecoop.
as described on http://mir.indymedia.org/en/2001/08/8.shtml - however this looks like it might need some updating...
1. loging in
cvs -d :pserver:anonymous@cvs.codecoop.org:/cvsroot/mir login
password:
2. checking out
cvs -d :pserver:anonymous@cvs.codecoop.org:/cvsroot/mir checkout -r MIR_1_1 modulename
upcoming 1.1 version:
cvs -d :pserver:anonymous@cvs.codecoop.org:/cvsroot/mir co -r MIR_1_1 mir
stable branch:
cvs -d :pserver:anonymous@cvs.codecoop.org:/cvsroot/mir co -r MIR_1_0 mir
releases:
All you have to do to get a specific release via CVS is specify the release tag.
For example if you want mir-1.0.0-rc5:
cvs -d :pserver:anonymous@cvs.codecoop.org:/cvsroot/mir co -r MIR_1_0_0_RC5 mir
development branch:
The development branch is unstable. Take care!
cvs -d :pserver:anonymous@mir.indymedia.org:/var/lib/cvs co mir
For installation and customization follow the documentation in /doc directory of the source.
A 1.1 Version will be available soon, including
- flexible producer configuration, which will allow multilingual navigation
- a css based basic template set
- plus more...
-- ClarA - 19 Aug 2005
to top