After another brief server downtime, I've moved the Anarki repository to GitHub, a git hosting site. The new web UI is at http://github.com/nex3/arc/tree/master.
GitHub doesn't support pushing to git:// URLs. However, Chris Wanstrath, one of the excellent developers, personally set it up so that anyone with a GitHub account can push to the SSL URL. Thus:
If you want a read-only copy, run
git clone git://github.com/nex3/arc.git
If you want a writable copy, get a GitHub account[1] and run
git clone git@github.com:nex3/arc.git
If you already have a local Anarki repo, you can change it to point at the new repo via
(Use the git@ instead of the git:// URL for push access).
[1] GitHub is in beta right now, so you need an invitation to get an account. I have five invites that I can give out; you can also go to #github on Freenode, where the devs are usually feeling generous. Once it's out of beta, free accounts will be available for open source stuff.
If anyone has a spare, I'd appreciate an invite: my email's local-part is emailguy888, and its domain part is gmail.com. (Try to harvest that, spam-bots!)