Commit graph

213 commits

Author SHA1 Message Date
Dmitry Morozovsky
8f0cec860b Correct pointyhat's paths to package building results.
Approved by:	marcus
2004-09-20 11:04:00 +00:00
Joe Marcus Clarke
b389749180 Update the repocopy section to indicate that portmgr may do the repocopy
directly instead of assigning it to pcvs.

Reminded by:	ru
2004-09-13 02:41:24 +00:00
Josef El-Rayes
9002ead5ea Add some additional content and do some clarification
on when and how to contact cvsadm@.

Based on work by:	keramida
2004-09-09 11:42:07 +00:00
Josef El-Rayes
7b1b3f4edf Make name of variable consistent with email address.
Pointed out by:		ru
2004-09-08 23:25:25 +00:00
Ruslan Ermilov
0b76bf495f There's no such thing like the src-sys repository. 2004-09-03 20:37:55 +00:00
Josef El-Rayes
d930432ab3 Add some note that there is no cvs@ anymore, but cvsadm@
and seperate email addresses for each repository.

Reviewed by:	ru, keramidas
2004-09-03 16:37:17 +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
Marc Fonvieille
118a8be085 Mention where can be found the FreeBSD.org users PGP keyring. 2004-08-08 10:01:19 +00:00
Marc Fonvieille
8e00c6c267 Mention the doceng charter in the Who's Who part. 2004-08-06 07:39:09 +00:00
Denis Peplin
c12c11040e Use url entities for links between docs 2004-08-05 10:04:31 +00:00
Murray Stokely
81a0eb646c Document policy regarding doc/ committers who want to commit to src/.
Approved by:	core@ (June 2004)
2004-08-02 04:15:08 +00:00
Kirill Ponomarev
1e0342fd2c Use pointyhat.FreeBSD.org instead of bento 2004-07-27 14:34:49 +00:00
Kirill Ponomarev
4f4c91c5a8 Add marcus to CVS Repository Meisters, responsible for ports/
Approved by:	josef (mentor)
2004-07-19 20:49:07 +00:00
Giorgos Keramidas
4b8dbcb2ee Reword a bit the reference to bento:/a/asami/portbuild and its subdirs
and expand TABS to spaces in a <programlisting>, to avoid overly long
lines in the output.
2004-07-18 03:12:20 +00:00
Denis Peplin
3c5ecbc144 Close para 2004-07-07 13:22:45 +00:00
Hiroki Sato
84f8ee0a15 Use relative URLs when URL_RELPREFIX is defined and URLS_ABSOLUTE
is not defined.

- URL_RELPREFIX must always point the top page's URL
  (http://www.FreeBSD.org) in relative form, defined in Makefile.

- &url.base; can be used in doc/<langcode>/*.  It will be
  replaced with the real URL which points the top page.

For translators: Please make sure to define URL_RELPREFIX to
point the top page.  The localized docs have different directory
hierarchy in its URL from the English version.

Tested by:	den
2004-07-06 15:09:55 +00:00
Denis Peplin
59859e64cb Close / fix pair tags 2004-07-06 14:25:55 +00:00
Maxim Konovalov
616c3db1da Replace a reference to beast.FreeBSD.org as a single non-i386 machine
in the developers cluster by a link to the FreeBSD Internal Page.

Spotted by:	Gleb Smirnoff
Reviewed by:	ceri@, Remko Lodder
2004-07-01 18:58:14 +00:00
Simon L. B. Nielsen
d6cd97e8ae Alpha is now Tier 2.
Approved by:	re (hrs, scottl)
2004-06-14 20:42:06 +00:00
Bruce A. Mah
eada056ea6 Remove myself from re@ team. Substitute hrs as the keeper of the
release documentation.
2004-06-02 04:53:29 +00:00
Simon L. B. Nielsen
1fcf2be98e Note that ports/INDEX is only updated for each relase now.
PR:		docs/66777
Submitted by:	krion
Discussed with:	krion, kris
2004-05-22 12:57:44 +00:00
Joseph Koshy
de6825b68a We have had repository specific mailing lists for a while. Update the
committers guide to reflect reality.

Requested by:	gerald
Reviewed by:	ceri
2004-05-21 17:08:23 +00:00
Denis Peplin
bf2a771582 Use &url.main; for references to main FreeBSD website
Ihis entity auto-replaced with ../../../.. by default
and with http://www.FreeBSD.org/ when URLS_ABSOLUTE is set
(used for mirrors and for release building accordingly)
2004-05-11 13:29:48 +00:00
Ceri Davies
b16f3e6505 Add reminders to new committers to ensure that they do not omit commits
to files containing entity declarations.
2004-04-20 18:43:19 +00:00
Ceri Davies
34faed2813 Standardise some spelling. Translators can probably ignore this. 2004-04-20 18:35:00 +00:00
Warner Losh
4f1a845d7f document that we are discouraging the advertising clause. Also
document that we have begun discouraging variants in the license, as
well as completely new licenses.

Approved by: core@
2004-04-09 06:13:10 +00:00
Warner Losh
94d915e0c0 Add preferred license so that people know what it is.
Docbook'd by: trhodes
2004-04-09 05:59:21 +00:00
Ken Smith
83ed0cc555 Added information about the new ~/.spam_lover knob for turning off
spam checks done on mx1.  While here emphasise SSHv2 is now the only
way to connect to project hosts, SSHv1 got turned off.
2004-04-05 14:57:08 +00:00
Alexey Zelkin
3f2ab786f5 freebsd.org -> FreeBSD.org 2004-04-04 21:40:58 +00:00
Mark Linimon
1d33692e8e Add a detailed list of instructions on how to add a new category to the
ports collection.  One step is not yet defined; hopefully this will be
resolved soon.

PR:		docs/64144
Reviewed by:	eik and many others
Approved by:	ceri (mentor)
2004-04-04 17:05:14 +00:00
Dag-Erling Smørgrav
9552d3a629 Rewrap a paragraph. Translators can safely ignore. 2004-04-02 19:30:29 +00:00
Dag-Erling Smørgrav
58b980fce6 Rewrite the paragraph about mentorship to reflect current practices.
Also tweak a paragraph about committing to -CURRENT before -STABLE to note
that this only applies to src.
2004-04-02 19:26:47 +00:00
Hiroki Sato
143cfc378c Update lists of re@ members. 2004-04-01 19:43:15 +00:00
Alex Dupre
caad1d9406 Record new port repocopy procedure.
PR:		docs/63315
Submitted by:	pav
Approved by:	blackend
2004-02-27 15:23:15 +00:00
Josef El-Rayes
0f4b0e49a9 Note that ssh2 uses id_(r|d)sa.pub instead of indentity.pub
and pubkeys are now stored in /c/ssh_keys

Pointed out by: arved
Approved by:    simon(mentor)
2004-02-21 15:59:56 +00:00
Simon L. B. Nielsen
e81e50fafa new-account.sgml:
- Remove the requirement for mentors to send PGP keys of new
  committers to admins@.

committers-guide/article.sgml:
- Update copyright year.
- Emphasize that new committers should add their PGP key to the
  Handbook, since it might be needed for identification, e.g. for
  account recovery.

teams.ent:
- Add an entiry for admins@.

Discussed with:	admins (joe, kensmith)
2004-01-17 19:29:56 +00:00
Alex Dupre
bd05679acf FreeBSD Services Limited doesn't offer a free DVD subscription to FreeBSD
committers any more.  FreeBSD Mall, Inc does it, so clarify the title.

Approved by:	blackend (mentor)
2003-12-28 20:57:24 +00:00
Simon L. B. Nielsen
4071843a8a Add trademark attribution for CVSup. 2003-12-24 00:26:41 +00:00
Peter Wemm
23c58fd7b6 Gulp. Bump amd64 to Tier-1 after discussions with the appropriate people. 2003-11-22 01:34:19 +00:00
Ken Smith
64b915781f PR:
Reviewed by:	blackend (mentor)
Approved by:	blackend (mentor)
Obtained from:
MFC after:

Change cvsup-master maintainer from jdp to kuriyama.
2003-08-15 15:24:51 +00:00
Simon L. B. Nielsen
5421dc303f 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.
 - Don't join trademarks with other words, e.g. using hyphens.

trademark.ent:
 - Commonly used trademarks are defined as entities for ease of use.
 - All trademark attributions are defined as entities for ease of use.

Approved by:	ceri (mentor)
2003-08-06 21:48:40 +00:00
Alexander Langer
057a60e02a When removing or repo-copying ports, it's now also required to
add an entry to the MOVED file.

Inspired by:	kris (implicitely)
2003-07-23 13:11:14 +00:00
Ceri Davies
6ddad465a9 Whitespace cleanup; translators please ignore. 2003-07-13 16:15:52 +00:00
Ceri Davies
f1217b46df Move the section on shell aliases together with the discussion on performing
CVS operations, where it fits slightly better.

Note to translators: I have tried to be sensitive to whitespace here, but it
has proved to be quite difficult in both this and the last revision.  Apologies
in advance.
2003-07-13 16:09:56 +00:00
Ceri Davies
97b2f24f05 Update the CVS Operations section for the split repository situation. 2003-07-13 16:04:35 +00:00
Peter Wemm
37b6dff026 Bump AMD64 from Tier-3 (experimental) to Tier-2.
In reality, it is pretty close to Tier-1, but there are still a few
loose ends that need to be taken care of before locking down ABIs etc.
It was actually included in 5.1-RELEASE and it now has pre-built ports
packages etc.
2003-07-12 01:04:23 +00:00
Ceri Davies
770ecf336f Various grammatical fixes.
PR:		docs/53913
Submitted by:	Chris Pepper <pepper@rockefeller.edu>
2003-06-30 18:34:41 +00:00
Marc Fonvieille
4dfc0b1405 Update links regarding pgpkeys to match new pgpkeys files location
(doc/share/pgpkeys).
2003-05-08 10:21:18 +00:00
Giorgos Keramidas
6dd95937d9 Put my flame resistant suit on, and remove all unnecessary duplication
of URL text in <ulink> attributes, reducing the probability of typos
in future changes to the docs.
2003-04-11 01:11:39 +00:00
Giorgos Keramidas
b3ba24f9f7 Avoid excessive use of "also" and split a sentence in two smaller parts. 2003-04-10 23:40:43 +00:00