You can use T2 either to build
an entire system from source, or get
pre-built installble or live
binary images:
Source tarballs:
Source tarballs of tagged versions can be found on our server
http://dl.t2-project.org/source/.
Getting a prebuilt binary CD release:
For major source snapshots, binary releases for selected (primary release)
platforms are available here:
ibiblio.org/pub/linux/distributions/t2/ mirror server (FTP)
dl2.t2-project.org/binary/ fast mirror server (HTTP)
dl.t2-project.org/binary/ master server (HTTP) (slow)
Development trunk:
T2 is hosted in a Subversion repository, so you either check it out
via HTTP:
svn co http://svn.exactcode.de/t2/trunk t2-trunk
via HTTP on Port 81 to get around transparent proxies that do not
speak WebDAV:
svn co http://svn.exactcode.de:81/t2/trunk t2-trunk
or, especially when you plan to be able to commit changes, via HTTPS:
svn co https://svn.exactcode.de/t2/trunk t2-trunk
Stable branches:
We also maintain several versioned stable branches that are
usually recommended:
svn co https://svn.exactcode.de/t2/branches/7.0 t2-7.0
Where "7.0" can be substituted with other stable series
verison numbers.
Miscellaneous:
This homepage as well as the T2 SDE handbook are also available, including
write access:
svn co http://svn.exactcode.de/www-t2/trunk www-t2-trunk
svn co http://svn.exactcode.de/t2-handbook/trunk t2-handbook
For more information about Subversion, how to access the
ExactCODE repositories visit:
the SVN server.
ChangeLog
We do not maintain a seperated ChangeLog, but use commit messages extensively.
A nicely reformated version is available
online.