3afa5cd8c38ffe88f85d21b466626a6e3a7ec599
howto/Getting-started.md
| ... | ... | @@ -18,7 +18,9 @@ See [Contact](/contact#contact_mailing-list) to subscribe. |
| 18 | 18 | |
| 19 | 19 | ## Fill in the registry |
| 20 | 20 | |
| 21 | -You must create several objects in the registry. The recommended method is to use the [web interface](https://io.nixnodes.net/?registry), but you may still work directly with the [monotone repository](/services/Whois#monotone). |
|
| 21 | +You must create several objects in the registry. |
|
| 22 | +<!-- The recommended method is to use the [web interface](https://io.nixnodes.net/?registry), but you may still work directly with the [monotone repository](/services/Whois#monotone). --> |
|
| 23 | +To do so, create a pull request at <https://git.dn42.us/dn42/registry>. |
|
| 22 | 24 | |
| 23 | 25 | This example assumes that your name is `<FOO>`, part of an organisation called `<FOO-ORG>` (for instance, your hackerspace). Obviously, these should be replaced by the appropriate values in all examples below. |
| 24 | 26 | |
| ... | ... | @@ -28,8 +30,8 @@ We will create several types of objects: **maintainer** objects, which have an a |
| 28 | 30 | |
| 29 | 31 | Create a `mntner` object named `<FOO>-MNT`. It will be used to edit all the objects that are under your responsibility. |
| 30 | 32 | |
| 31 | -- choose a password, and don't forget it. **Note:** even though the field is named `sha512-pw`, you must enter *your password* directly, *not* the sha512 of your password. |
|
| 32 | -- use `DUMMY-DN42` as `admin-c` and `tech-c`. We will update this later. |
|
| 33 | +<!-- - choose a password, and don't forget it. **Note:** even though the field is named `sha512-pw`, you must enter *your password* directly, *not* the sha512 of your password. |
|
| 34 | +- use `DUMMY-DN42` as `admin-c` and `tech-c`. We will update this later. --> |
|
| 33 | 35 | - use `<FOO>-MNT` as `mnt-by`, otherwise, you won't be able to edit your maintainer object. |
| 34 | 36 | |
| 35 | 37 | ### Create person objects |
| ... | ... | @@ -43,7 +45,7 @@ Create a `person` object for **yourself** (not your organisation/hackerspace/wha |
| 43 | 45 | - you may whish to add other fields, such as `pgp-id`, `pgp-fingerprint`, `remarks`, and so on. |
| 44 | 46 | - don't forget to set `mnt-by` to `<FOO>-MNT`. |
| 45 | 47 | |
| 46 | -You must now edit the maintainer object created earlier, to properly fill in the `admin-c` and `tech-c` fields (set them to `<FOO>-DN42`). |
|
| 48 | +<!-- You must now edit the maintainer object created earlier, to properly fill in the `admin-c` and `tech-c` fields (set them to `<FOO>-DN42`). --> |
|
| 47 | 49 | |
| 48 | 50 | If you intend to register resources for an organisation (e.g. your hackerspace), you must also create an `organisation` object for your organisation: |
| 49 | 51 |