Commit graph

231 commits

Author SHA1 Message Date
Hiroki Sato
f4a5c439b8 Clarify purpose and rules of the developers mailing list.
Submitted by:	wilko
2005-04-14 02:08:38 +00:00
Ceri Davies
3697fca7df Fix grammar bogon in the patch I provided simon.
Pointy hat:	ceri
2005-02-27 13:43:24 +00:00
Simon L. B. Nielsen
e70f8b43c8 Partially back-out v. 1.220 and note that INDEX is not in CVS anymore.
Requested by:	krion
English clue:	ceri
2005-02-27 13:41:00 +00:00
Simon L. B. Nielsen
1c20401fc9 * Remove obsolete and confusing question "I added a new port.
Do I need to add it to the INDEX?" (ports/INDEX file is really dead)
* Add 2005 year to <copyright>

PR:		docs/78145
Submitted by:	skv
2005-02-27 12:56:02 +00:00
Mark Linimon
6fbfabba58 Complete one last detail about adding a new ports category.
Silence on:	freebsd-doc
2004-12-22 07:54:15 +00:00
Josef El-Rayes
3ce68d1a39 Replace cdiffs homepage with port location and s/RELENG_4/RELENG_5
Submitted by:	Florent Thoumie <flz@xbsd.org>
2004-12-08 12:41:41 +00:00
Ceri Davies
eb2cd84505 Internet Explorer fails to render some tables generated by the
informaltable element properly, unless the pgwide attribute is
explicitly set to 1.  Use this consistently within the (en) tree, and
update the FDP accordingly.  This should finally silence the demons in:

PR:		docs/73095
Submitted by:	Hilko Meyer <Hilko dot Meyer at gmx dot de>
2004-11-29 21:43:38 +00:00
Murray Stokely
60bdef3c95 Add RELENG_5 as a noteworthy CVS tag.
PR:		docs/74448
Submitted by:	Joel Dahl <joel@automatvapen.se>
2004-11-27 21:48:00 +00:00
Giorgos Keramidas
3960e8c10a Expand a contraction that I bogusly included in my last commit here
and claim my share of the pointy hat pool.

Spotted by:	simon
2004-10-11 17:06:14 +00:00
Giorgos Keramidas
22d00e050e Add a tip about the -F option of `cvs commit' that can be used to
speed up commits, avoid locking parts of the CVS tree for a very
long time and lets the committer take his time when writing the
commit message.

Hopefully, this way the quality of commit messages is easier to
control and we'll save ourselves some of the problems that can
result from hickups of the CVS repo-locking mechanism.

Approved by:	re (Hiroki Sato)
2004-10-11 16:48:38 +00:00
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
John Baldwin
6e6fb588db Drop maintainership as I don't really maintain this anymore. 2004-08-17 15:12:58 +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
Alexey Zelkin
6d048e2320 Sync these Makefiles to have one style of declarations and comments. 2004-04-06 16:10:08 +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