26 This is the source-code repository for the Vudo project.
29 git+ssh://repo.or.cz/srv/git/voodoo.git
30 http://repo.or.cz/r/voodoo.git
33 http://repo.or.cz/w/voodoo.git
39 The project aims to create reusable library code for web content
40 programming using Zope-related technology such as ``repoze.bfg``.
42 Using the source repository
43 ---------------------------
45 We use the ``git`` source control system. To get started:
47 1. Install git on your system. On a Mac:
49 $ sudo port install git-core
51 2. Create a user account at: http://repo.or.cz
53 3. Clone the master repository:
55 $ git clone git+ssh://<<username>>@repo.or.cz/srv/git/voodoo.git
57 Hack along. Because we're using git, you can check in changes locally,
58 in fact, you just have cloned a complete repository to your local
61 You'll probably want to read up on the general usage of git before
62 proceeding with commits or updates. This is a good starting point.
63 http://git.or.cz/course/svn.html
68 Malthe Borch <mborch@gmail.com>
69 Stefan Eletzhofer <stefan.eletzhofer@inquant.de>
70 Christof Haemmerle <reco@nex9.com>