aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index 7041f00..dda0881 100644
--- a/README
+++ b/README
@@ -8,6 +8,21 @@ protocols. If you need to open a new registry, please feel free
8to contact us at gana@gnunet.org. 8to contact us at gana@gnunet.org.
9 9
10 10
11Contributors
12============
13
14If you have Git access to GANA, you are generally authorized to add
15new entries to the registries. Most registries are under a simple
16first-come first-use policy. If you are unsure about the registration
17policy of a particular registry, do ask gana@gnunet.org before making
18changes.
19
20Deleting or modifying existing entries (except improving comments)
21should be done particularly carefully, so if unsure you might want to
22double-check with gana@gnunet.org before changing or deleting
23anything.
24
25
11History 26History
12======= 27=======
13 28
@@ -52,3 +67,4 @@ Each registry must include at least the following files:
52 Ideally, the registry.rec should be written such that the 'check' target 67 Ideally, the registry.rec should be written such that the 'check' target
53 is simply invoking "recfix --check registry.rec". 68 is simply invoking "recfix --check registry.rec".
54 Additional targets to convert data.rec to various formats may be defined. 69 Additional targets to convert data.rec to various formats may be defined.
70 In particular, see format.sh in this directory (try --help).