|
162 | 162 | [labels when tagging tickets](https://github.com/perl6/doc/labels),
|
163 | 163 | among which these are probably the most common:
|
164 | 164 |
|
165 |
| -* [`site`](https://github.com/perl6/doc/labels/site) - presentation issue with the website (e.g. invalid HTML) |
166 |
| -* [`docs`](https://github.com/perl6/doc/labels/docs) - missing or incorrect documentation (use [`NOTSPECCED`](https://github.com/perl6/doc/labels/NOTSPECCED) instead, if this is for a feature present in a compiler, but not in the Perl 6 test suite) |
167 |
| - * [`new`](https://github.com/perl6/doc/labels/new) - this is a new doc item that requires fresh text |
168 |
| - * [`update`](https://github.com/perl6/doc/labels/update) - this is an existing doc item that requires some analysis or editing |
169 |
| -* [`build`](https://github.com/perl6/doc/labels/build) - scripts or libraries that generate the site |
170 |
| -* [`search`](https://github.com/perl6/doc/labels/search) - the search component, either for items that are on the site but not searchable, or for search functionality) |
171 |
| - |
172 |
| -Contributors may also specify one of the following tags. |
173 |
| - |
174 |
| -* [`LHF`](https://github.com/perl6/doc/labels/LHF) - as in *low hanging fruit*, for a beginner to work on |
175 |
| -* [`big`](https://github.com/perl6/doc/labels/big) - a big issue, requires research or consensus |
| 165 | +* [`docs`](https://github.com/perl6/doc/labels/docs) - missing or |
| 166 | + incorrect documentation; use [`NOTSPECCED`](https://github.com/perl6/doc/labels/NOTSPECCED) instead, if this is for a feature present in a compiler, but not in the Perl 6 test suite. |
| 167 | +* [`search`](https://github.com/perl6/doc/labels/search) - the search component, either for items that are on the site but not searchable, or for search functionality. |
176 | 168 |
|
177 | 169 | If you would like to contribute documentation or other bug fixes, please use
|
178 | 170 | [GitHub's pull requests](https://github.com/perl6/doc/pulls).
|
@@ -205,18 +197,18 @@ computer. To do this you will need:
|
205 | 197 |
|
206 | 198 | You need Perl 6 installed. You can install the Rakudo Perl 6 compiler by
|
207 | 199 | downloading the latest Rakudo Star release from
|
208 |
| -[rakudo.org/downloads/star/](http://rakudo.org/downloads/star/) |
| 200 | +[rakudo.org/downloads/star/](http://rakudo.org/downloads/star/). |
209 | 201 |
|
210 | 202 | #### Zef
|
211 | 203 |
|
212 | 204 | [Zef](https://modules.perl6.org/repo/zef) is a Perl 6 module installer. If you
|
213 |
| -installed Rakudo Star package, it should already be installed. Feel free to |
| 205 | +installed Rakudo Star package, it should already be there. Feel free to |
214 | 206 | use any other module installer for the modules needed (see below).
|
215 | 207 |
|
216 | 208 | #### Pod::To::HTML
|
217 | 209 |
|
218 | 210 | The program that builds the HTML version of the documentation
|
219 |
| -(`htmlify.p6`) uses `Pod::To::HTML` to convert Pod structures into HTML. |
| 211 | +(`htmlify.p6`) uses `Pod::To::HTML` to convert Pod 6 structures into HTML. |
220 | 212 | You'll also need `Pod::To::BigPage`. Install these modules like so:
|
221 | 213 |
|
222 | 214 | $ zef install Pod::To::HTML Pod::To::BigPage
|
|
0 commit comments