Remove the fortune file commit policy. Fortune files were mostly deleted from

the base system and we won't add any more files or content, hence there is no
need to keep this policy around any longer.

Reported by:	emaste@
Approved by:	core@
This commit is contained in:
Benedict Reuschling 2018-02-16 19:08:42 +00:00
parent 051ced19d3
commit cf73a5f6dc
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51426
2 changed files with 0 additions and 48 deletions

View file

@ -16,7 +16,6 @@ DOCS+= data.xml
DOCS+= developer.xml
DOCS+= doceng.xml
DOCS+= expire-bits.xml
DOCS+= fortunes.xml
DOCS+= hats.xml
DOCS+= i18n.xml
DOCS+= internal.xml

View file

@ -1,47 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
<!ENTITY title "Fortune File Commit Policy">
]>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>&title;</title>
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
</head>
<body class="navinclude.docs">
<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 reasonable historical reference, the entry should
not be added. The speaker of the quote is not to be the
basis for categorizing the quote as offensive.</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>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 may be added to the offensive list above, as
guidelines, whenever core@ is required to settle a dispute on this
issue.</p>
</body>
</html>