svn commit: r47784 - head/en_US.ISO8859-1/htdocs/internal
Eitan Adler
eadler at FreeBSD.org
Sun Nov 15 17:40:16 UTC 2015
Author: eadler
Date: Sun Nov 15 17:40:14 2015
New Revision: 47784
URL: https://svnweb.freebsd.org/changeset/doc/47784
Log:
Update the 'new account' procedures
- UTF-8 support is much better now
- Document addition of committer to phabricator and moinmoin
- v2 is the only common version of ssh now-a-days
Modified:
head/en_US.ISO8859-1/htdocs/internal/new-account.xml
Modified: head/en_US.ISO8859-1/htdocs/internal/new-account.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/internal/new-account.xml Sun Nov 15 13:04:57 2015 (r47783)
+++ head/en_US.ISO8859-1/htdocs/internal/new-account.xml Sun Nov 15 17:40:14 2015 (r47784)
@@ -76,17 +76,12 @@
<ul>
<li><p>username (lowercase a-z and 0-9)</p></li>
- <li><p>Full Name (as would go in a GECOS field)</p></li>
+ <li><p>Full Name (as would go in a GECOS field; UTF-8 encoded)</p></li>
<li><p>optional additional GECOS information (phone, location etc)</p></li>
<li><p>shell (sh, csh/tcsh, bash, zsh are available)</p></li>
- <li><p>ssh V2 public key (<strong>version 2 ONLY</strong>)</p></li>
+ <li><p>ssh V2 public key</p></li>
</ul>
- <p>Any non-ASCII characters for the <em>Full Name</em> field should be encoded
- in UTF-8. Be aware that we have very limited support for this and caution
- that they are likely to be frequently corrupted. The number of characters
- should kept to a minimum.</p>
-
<p>The mentor is responsible for obtaining this information from the
new committer in a secure fashion, and providing it to accounts@ in
a secure fashion. PGP-signed email, with the mentor's public key
@@ -119,6 +114,14 @@
the new committer and mentor jointly go through the first commit
operations.</p>
+ <h2>Additional Services</h2>
+
+ <p>The mentor should add the new committer to the <a
+ href="https://wiki.freebsd.org/DevelopersGroup">Developers
+ group</a> on the wiki and to the <a
+ href="https://reviews.freebsd.org/project/view/3/">committer</a>
+ project on Phabricator.</p>
+
<p>Reading the <a
href="&base;/doc/en_US.ISO8859-1/articles/committers-guide/index.html">Committer's
Guide</a> is considered a good first step for new committers, especially
More information about the svn-doc-head
mailing list