You can get the sources via anonymous cvs access on mir.indymedia.org:
1. loging in
cvs -d :pserver:anonymous@cvs.codecoop.org:/cvsroot/mir login
password: <return>
2. checking out
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..
Anyone who wants to contribute needs cvs/ssh access. In that case you should write an email to mir-coders@lists.indymedia.org.
Read more >> >>