Commit graph

23 commits

Author SHA1 Message Date
Mark Linimon
428859b8c8 Fix up whitespace and remove contractions. 2004-11-30 08:54:29 +00:00
Mark Linimon
4183982aac Add text about handling unassigned PRs.
Add text about default assignees and common assignees (specifically
   to address the continuing confusion about assigning to mailing lists
   vs. assigning to aliases).
Add more text about how misfiled PRs occur.
Add more text about how to kill spam PRs.

Discussed on:	freebsd-doc
Reviewed by:	mheinen, ceri
2004-11-30 08:51:52 +00:00
Hiroki Sato
5fa082b1f8 Simplify parameter entities in doctype declaration.
Currently we have articles.ent and books.ent, and
for example, articles.ent can be used by putting the
following lines in the doctype declaration:

 <!ENTITY % articles.ent PUBLIC
            "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
 %articles.ent;

This pulls all of the necessary entities via share/sgml/articles.ent.

The translation teams can customize these entities by redefining
the articles.ent file in <langcode>/share/sgml.  See
ja_JP.eucJP/share/sgml for example.
2004-08-08 13:44:01 +00:00
Denis Peplin
c12c11040e Use url entities for links between docs 2004-08-05 10:04:31 +00:00
Alexey Zelkin
6d048e2320 Sync these Makefiles to have one style of declarations and comments. 2004-04-06 16:10:08 +00:00
Alexey Zelkin
3f2ab786f5 freebsd.org -> FreeBSD.org 2004-04-04 21:40:58 +00:00
Ceri Davies
fcb8ffee08 Correct some misuses of "its" and "it's".
Also expand some contractions of the same, discovered while I was
hunting down the above.

This commit can very likely be ignored by translation teams.
2003-11-23 18:48:37 +00:00
Simon L. B. Nielsen
a9e3afd078 Add trademark symbols and attributions:
- Add trademark tags as needed, generally on first use in each
   article.
 - Add an attribution to the legal section mentioning all trademarks
   referenced.
 - Always use correct case for trademarks.
2003-08-14 19:54:05 +00:00
Ceri Davies
4276fa690e Use the -x option to query-pr rather than ungrepping for "closed". 2003-05-25 21:23:57 +00:00
Ceri Davies
18c34beb37 Various grammatical improvements. 2003-05-25 21:23:08 +00:00
Giorgos Keramidas
3715e28494 . Add a section on misfiled bug reports (possible causes and some
comments on their handling).
. Add references to the mailing list entities and use them in the text.
. Add id="foo" keywords to the sections of the article to make links
  other people make to parts of the article less prone to breaking.
2003-05-23 13:22:32 +00:00
Hiroki Sato
f6cd99b654 Back out WITH_DOCFORMAT_NAVI_LINK?=YES in Makefile. The navi-link
is generated when ${WITH_DOCFORMAT_NAVI_LINK} is defined or
${FORMATS} includes "html" and "html-split."
2003-04-22 18:35:44 +00:00
Hiroki Sato
4f8b26641c - Add WITH_DOCFORMAT_NAVI_LINK to mk/doc.docbook.mk and
enable it in en_US.ISO8859-1/ and ja_JP.eucJP/.

- Add PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
  and l10n.ent for entity localization.

- Use share/misc/docbook.css for indentiation of <programlisting>
  and <screen>.

- Add some missing $FreeBSD$.
2003-04-19 11:39:30 +00:00
Hiroki Sato
ee5bf07c5d Replace ${JADEFLAGS} with the corresponding variables. 2003-02-16 14:59:48 +00:00
Dag-Erling Smørgrav
0839c1ab7a Add a "Further Reading" section with a reference to the problem-reports
article.
2003-02-04 23:09:24 +00:00
Tom Rhodes
afc8d2d774 Whitespace. To clarify, the first was Grammar, no content. 2nd commit was
content (no whitespace).  And this one to clean the whitespace generated
by the last commit.
2002-07-17 19:19:38 +00:00
Tom Rhodes
070aa0da56 Structure change to the PR-Guidelines article.
PR:		39055
Submitted by:	Chris Pepper <pepper@rockefeller.edu>
2002-07-17 19:10:53 +00:00
Tom Rhodes
6d67589994 Grammar fixes for the pr-guidelines article.
PR:		39055
Submitted by:	Chris Pepper <pepper@rockefeller.edu>
2002-07-17 19:07:15 +00:00
Tom Rhodes
8008414737 Replace a semicolon ;' with a comma ,' where required.
PR:		38488
Submitted by:	Marc Fonvieille <marc@blackend.org>
2002-05-24 19:30:51 +00:00
Tom Rhodes
1d259052ab Whitespace nit in the pr-guidelines article. Translators may ignore this
PR:		38494
Submitted by:	Marc Fonvieille <marc@blackend.org>
2002-05-24 19:22:13 +00:00
Giorgos Keramidas
7c2a8e2d2b Unbreak build. 2002-05-23 00:42:35 +00:00
Dag-Erling Smørgrav
7cc30a25db Minor additions & amendments.
Submitted by:	Hiten Pandya <hiten@uk.FreeBSD.org>
2002-05-23 00:15:33 +00:00
Dag-Erling Smørgrav
bd71c85c4d PR handling guidelines distilled from archived discussions on the
buggers mailing list.

Submitted by:	Hiten Pandya <hiten@uk.FreeBSD.org>
2002-05-09 12:28:53 +00:00