Add policy for fortunes file.
Approved by: core
This commit is contained in:
parent
e05ae529d4
commit
24814ce063
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25420
3 changed files with 57 additions and 2 deletions
en/internal
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/internal/Makefile,v 1.42 2005/03/12 07:37:56 linimon Exp $
|
||||
# $FreeBSD: www/en/internal/Makefile,v 1.43 2005/08/16 18:53:16 jhb Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -22,6 +22,7 @@ DOCS+= core-vote.sgml
|
|||
DOCS+= doceng.sgml
|
||||
DOCS+= rtp.sgml
|
||||
DOCS+= policies.sgml
|
||||
DOCS+= fortunes.sgml
|
||||
|
||||
INDEXLINK= internal.html
|
||||
|
||||
|
|
52
en/internal/fortunes.sgml
Normal file
52
en/internal/fortunes.sgml
Normal file
|
@ -0,0 +1,52 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "Fortune File Commit Policy">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h2>Policy</h2>
|
||||
|
||||
<p>Before committing to the fortune file, please remember the
|
||||
classic Usenet "rule":</p>
|
||||
|
||||
<p>"Be conservative in what you expect others to accept and liberal
|
||||
in what you are prepared to accept."</p>
|
||||
|
||||
<p>If an entry offends more than a couple of FreeBSD committers and
|
||||
does not contain any objective poignant historical reference, the
|
||||
entry should be in the offensive file.</p>
|
||||
|
||||
<p>Examples of offensive entries:</p>
|
||||
|
||||
<ul>
|
||||
<li>Those that belittle groups on the basis of their gender,
|
||||
nationality, religion, or lifestyle.</li>
|
||||
<li>Profanity, "adult" content.</li>
|
||||
</ul>
|
||||
|
||||
<p>Examples of entries that should not usually be declared
|
||||
'offensive':</p>
|
||||
|
||||
<ul>
|
||||
<li>Hitler quotes.</li>
|
||||
<li>Jokes about emacs/vi or your favorite technology, as long as
|
||||
they stay in good fun and don't cross the line of a being a
|
||||
vicious personal attack on the designer.</li>
|
||||
</ul>
|
||||
|
||||
<p> If you add new material to the fortunes collection, please be
|
||||
extra-diligent about unforeseen objections, and give plenty of
|
||||
time for it to settle before MFCing.</p>
|
||||
|
||||
<p>Additional examples will be added to the offensive and
|
||||
unoffensive lists above, as guidelines, whenever core@ is required
|
||||
to settle a dispute on this issue.</p>
|
||||
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/policies.sgml,v 1.1 2004/03/10 08:47:48 linimon Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/policies.sgml,v 1.2 2005/06/11 23:05:01 murray Exp $">
|
||||
<!ENTITY title "Policies for FreeBSD Committers">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -36,6 +36,8 @@ the
|
|||
the
|
||||
<a href="bylaws.html">Core Bylaws</a>,
|
||||
<a href="core-vote.html">Core's Voting Procedures</a>,
|
||||
the
|
||||
<a href="fortunes.html">Fortune File Policy</a>,
|
||||
and the
|
||||
<a href="../doc/en_US.ISO8859-1/articles/pr-guidelines/">Problem Report Handling Guidelines</a>.</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue