doc/ru/internal/fortunes.sgml
Hiroki Sato 5305bb945d www cleanup mega commit:
- Move includes.nav*.sgml to share/sgml/navibar.ent and
   <lang>/share/sgml/navibar.l10n.ent.

 - Move includes.sgml and includes.xsl to
   share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
   and <lang>/share/sgml/header.l10n.ent.

 - Move most of XSLT libraries to share/sgml/*.xsl and
   <lang>/share/sgml/*.xsl.

 - Move news.xml and other *.xml files for the similar purpose
   to share/sgml/*.xml and <lang>/share/sgml/*.xml.

 - Switch to use a custom DTD for HTML document.  Now we use
   "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
   HTML 4.01 + some entities previously pulled via
   "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
   The location of entity file will be resolved by using catalog file.

 - Add DOCTYPE declearation to XML documents.  This makes the followings
   possible:

   * Use of &foo; entities for SGML in an XML file instead of defining
     {$foo} as the same content.

   * &symbolic; entities for Latin characters.

 - Duplicated information between SGML and XML, or English and
   translated doc, has been removed as much as possible.
2006-08-19 21:26:51 +00:00

60 lines
1.9 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
The FreeBSD Russian Documentation Project
$FreeBSDru: frdp/www/ru/internal/fortunes.sgml,v 1.1 2006/02/10 12:57:39 marck Exp $
Original revision: 1.2
-->
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/ru/internal/fortunes.sgml,v 1.1 2006/02/10 13:15:25 marck Exp $">
<!ENTITY title "Правила коммитов в файлы Fortune">
<!ENTITY % navinclude.docs "INCLUDE">
]>
<html>
&header;
<h2>Правила</h2>
<p>Прежде чем произвести коммит в файл fortune, вспомните классическое
"правило" Usenet:</p>
<p>"Будьте толерантны к чужому мнению, но не ожидайте такой же толерантности
от окружающих".</p>
<p>Если высказывание задевает более чем пару-тройку коммиттеров FreeBSD
и при этом не содержит объективных исторических ссылок, его место &mdash;
в файле offensive.</p>
<p>Примеры задевающих высказываний:</p>
<ul>
<li>Высказывания, могущие задеть кого-либо на основе его
национальности, религиозной принадлежности или жизненных
предпочтений.</li>
<li>Богохульства или высказывания "только для взрослых".</li>
</ul>
<p>Примеры высказываний, которые, как правило, не являются
"раздражающими":</p>
<ul>
<li>Цитаты из Гитлера.</li>
<li>Шутки по поводу emacs/vi или других любимых инструментов, пока они
действительно смешны и не являются "персональными наездами".</li>
<!-- XXX wording polish appreciated -->
</ul>
<p>Добавляя какие-либо высказывания в сборник fortune, будьте особенно
внимательны к (возможно непредвиденным) возражениям, и дайте изменениям
как следует устояться перед переносом их из ветви HEAD (MFC).</p>
<p>Приведенные списки будут расширяться по мере того как Правление будет
сталкиваться с необходимостью разрешать споры по таким поводам.</p>
&footer;
</body>
</html>