1cbf9b2adfb8f60dcdf19de6c96252db24e2a620
howto/Getting-started.md
... | ... | @@ -38,10 +38,10 @@ Create a `mntner` object in `data/mntner/` named `<FOO>-MNT`. It will be used to |
38 | 38 | |
39 | 39 | Example: data/mntner/EXAMPLE-MNT |
40 | 40 | ``` |
41 | -mntner: EXAMPLE-MNT |
|
42 | -admin-c: EXAMPLE-DN42 |
|
43 | -tech-c: EXAMPLE-DN42 |
|
44 | -mnt-by: EXAMPLE-MNT |
|
41 | +mntner: EXAMPLE-MNT |
|
42 | +admin-c: EXAMPLE-DN42 |
|
43 | +tech-c: EXAMPLE-DN42 |
|
44 | +mnt-by: EXAMPLE-MNT |
|
45 | 45 | ``` |
46 | 46 | |
47 | 47 | ### Create person objects |
... | ... | @@ -59,10 +59,10 @@ Create a `person` object in `data/person/` for **yourself** (not your organisat |
59 | 59 | |
60 | 60 | Example: data/mntner/EXAMPLE-DN42 |
61 | 61 | ``` |
62 | -person: John Doe |
|
63 | -contact: john.doe@example.com |
|
64 | -nic-hdl: EXAMPLE-DN42 |
|
65 | -mnt-by: EXAMPLE-MNT |
|
62 | +person: John Doe |
|
63 | +contact: john.doe@example.com |
|
64 | +nic-hdl: EXAMPLE-DN42 |
|
65 | +mnt-by: EXAMPLE-MNT |
|
66 | 66 | ``` |
67 | 67 | |
68 | 68 | If you intend to register resources for an organisation (e.g. your hackerspace), you must also create an `organisation` object for your organisation: |
... | ... | @@ -76,11 +76,11 @@ If you intend to register resources for an organisation (e.g. your hackerspace), |
76 | 76 | |
77 | 77 | Example: data/organisation/ORG-EXAMPLE |
78 | 78 | ``` |
79 | -organisation: ORG-EXAMPLE |
|
80 | -org-name: Example Organisation |
|
81 | -admin-c: EXAMPLE-DN42 |
|
82 | -tech-c: EXAMPLE-DN42 |
|
83 | -mnt-by: EXAMPLE-MNT |
|
79 | +organisation: ORG-EXAMPLE |
|
80 | +org-name: Example Organisation |
|
81 | +admin-c: EXAMPLE-DN42 |
|
82 | +tech-c: EXAMPLE-DN42 |
|
83 | +mnt-by: EXAMPLE-MNT |
|
84 | 84 | ``` |
85 | 85 | |
86 | 86 | ### Guidelines for future objects |
... | ... | @@ -107,11 +107,11 @@ If unsure, ask on the mailing list or IRC. |
107 | 107 | |
108 | 108 | Example: data/aut-num/AS4242423999 |
109 | 109 | ``` |
110 | -aut-num: AS4242423999 |
|
111 | -as-name: AS for EXAMPLE Network |
|
112 | -admin-c: EXAMPLE-DN42 |
|
113 | -tech-c: EXAMPLE-DN42 |
|
114 | -mnt-by: EXAMPLE-MNT |
|
110 | +aut-num: AS4242423999 |
|
111 | +as-name: AS for EXAMPLE Network |
|
112 | +admin-c: EXAMPLE-DN42 |
|
113 | +tech-c: EXAMPLE-DN42 |
|
114 | +mnt-by: EXAMPLE-MNT |
|
115 | 115 | ``` |
116 | 116 | |
117 | 117 | ### Register a network prefix |