Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 641928
Collapse All | Expand All

(-)a/general-concepts/news/text.xml (-15 / +10 lines)
Lines 24-33 man page. Link Here
24
24
25
<ul>
25
<ul>
26
  <li>
26
  <li>
27
    Choose a file name in the proper format: YYYY-MM-DD-name.lang.txt,
27
    Choose a filename in the proper format:
28
    where the date is followed by a name (a-z, 0-9, + (plus), - (hyphen)
28
    <c>YYYY-MM-DD-shortname.lang.txt</c>, i.e. the date, followed by a very
29
    and _ (underscore)), the two-letter ISO language code (en for English
29
    short name of at most 20 characters and consisting only of <c>a-z</c>,
30
    must be chosen as default) and the file extension txt.
30
    <c>0-9</c>, <c>+</c> (plus), <c>-</c> (hyphen) and <c>_</c> (underscore).
31
    This is followed by <c>lang</c> which is an
32
    <uri link="https://tools.ietf.org/rfc/bcp/bcp47.txt">IETF language
33
    tag</uri>. Always use <c>en</c> for English, unless you are translating
34
    a news item. Finally, the filename ends with the extension <c>txt</c>.
31
  </li>
35
  </li>
32
  <li>
36
  <li>
33
    Write the news item, which is similar to a RFC-compliant email. Details
37
    Write the news item, which is similar to a RFC-compliant email. Details
Lines 43-62 man page. Link Here
43
    Wait for corrections or feedback that your news item is not of great
47
    Wait for corrections or feedback that your news item is not of great
44
    importance and should be revoked (can be possible).
48
    importance and should be revoked (can be possible).
45
  </li>
49
  </li>
46
  <li>
47
    Upon acceptance, create a detached armored GnuPG signature with
48
    gpg --local-user --detach-sign --armor YYYY-MM-DD-name.lang.txt
49
  </li>
50
  <li>
51
    Verify that your signature is correct with
52
    gpg --verify YYYY-MM-DD-name.lang.txt.asc YYYY-MM-DD-name.lang.txt
53
  </li>
54
  <li>
50
  <li>
55
    Create a directory structure for your item in the gentoo-news repository
51
    Create a directory structure for your item in the gentoo-news repository
56
    (<c>git+ssh://git@git.gentoo.org/data/gentoo-news.git</c>):
52
    (<c>git+ssh://git@git.gentoo.org/data/gentoo-news.git</c>):
57
    YYYY/YYYY-MM-DD-name/.
53
    <c>YYYY-MM-DD-shortname/</c>.
58
  </li>
54
  </li>
59
  <li>Add both the news file and the signature to that directory.</li>
55
  <li>Add the news file to that directory.</li>
60
  <li>Commit and push your changes to the gentoo-news repository.</li>
56
  <li>Commit and push your changes to the gentoo-news repository.</li>
61
</ul>
57
</ul>
62
58
63
- 

Return to bug 641928