svn checkout paths on svn.rot13.org

After too long time I finally added svn checkout path to bottom of every page on svn.rot13.org.

So, if you are using Subversion or even better svk you can be in sync with latest development.

All it took was modification of footer SVN::Web template like this:

[% UNLESS nonav %]
    [% svn_url_parts = [ 'svn://svn.rot13.org', repos, navpaths.join('/') ] %]
    [% svn_url = svn_url_parts.join('/') %]
    <div>You can checkout this using <tt>
    <a href="[% svn_url %]">[% svn_url %]</a>
    </tt></div>
[% END %]
Hard-coded svn://svn.rot13.org could be replaced by some variable, but which one?