1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2010-04-07 15:58+0000\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: ENCODING\n"
20 "The (Amnesic) Incognito Live System, and this documentation wiki, are "
21 "developed in a bunch of git repositories."
25 msgid "Anyone can check it out like this:"
31 " git clone git://git.immerda.ch/amnesia.git\n"
32 "\tgit clone git://git.immerda.ch/amnesia_live-initramfs.git\n"
37 "The Gitweb for the main repository is [here](http://git.immerda.ch/?"
38 "p=amnesia.git), while the one for our custom `live-initramfs` branches is "
39 "[there](http://git.immerda.ch/?p=amnesia_live-initramfs.git)"
43 msgid "Developers with write access to the repository should instead:"
49 " git clone 'ssh://boum_org_amnesia@webmasters.boum.org/~/wiki.git'\n"
50 " git clone 'ssh://git@git.immerda.ch/amnesia_live-initramfs.git'\n"
55 "If you want to commit patches that may be published later, you might want to "
56 "anonymize them a bit; to do so, run the following commands while in every of "
57 "your local clones' directories:"
63 " git config user.name amnesia\n"
64 " git config user.email amnesia@boum.org\n"