Download

We're proud to release the next solid beta for adjector, Adjector 1.0b2. Everything works great, but we don't guarantee there aren't any bugs. You can report them to us at hello@icapsid.net, and we'd be happy to give you an account to be able to make tickets (or to work on Adjector and close them!).

Changelog: Since 1.0b1

We've fixed some fairly serious bugs in precaching, and made rendering a bit more sturdy.

Tarballs

Adjector (full version)

Adjector (client-only)

Trac Plugin

Easy Install

The simplest way to install the client software is to use easy_install:

easy_install AdjectorClient
easy_install AdjectorTracPlugin

You can also easy_install Adjector, installing the whole server, but it will make setup a bit harder since you won't have direct access to paste (the server runner) or example .ini files. If this is your first time, grab the tarball.

SVN

You can check out Adjector 1.0b2 over svn as well.

Adjector (full version):

svn co https://svn.icapsid.net/adjector/tags/1.0b2/server adjector

Adjector (client-only):

svn co https://svn.icapsid.net/adjector/tags/1.0b2/client adjector_client

Trac Plugin:

svn co https://svn.icapsid.net/adjector/tags/1.0b2/plugins/trac adjector_trac

Development Version

You can check out the development version over anonymous svn. If you don't have svn you can go to Browse Source > Trunk and click on the 'Download as zip archive' link at the bottom.

Adjector (full version):

svn co https://svn.icapsid.net/adjector/trunk/server adjector

Adjector (client-only):

svn co https://svn.icapsid.net/adjector/trunk/client adjector_client

Trac Plugin:

svn co https://svn.icapsid.net/adjector/trunk/plugins/trac adjector_trac