Commit graph

32 commits

Author SHA1 Message Date
Gabor Kovesdan
5df509eaa2 - Remove standalone="no" statements from XML declarations since it did not
always work and is no use anyway
2013-01-30 19:12:36 +00:00
Gabor Kovesdan
36cdb51546 - Migrate the documentation set to DocBook 4.5 2013-01-30 14:00:53 +00:00
Gabor Kovesdan
77d737ee88 - Rename the share/sgml directories to share/xml
- Fix build errors from the next change

Approved by:	doceng (implicit)
2012-10-01 11:56:00 +00:00
Gabor Kovesdan
b4346b9b2d - Rename .sgml files to .xml
- Reflect the rename in referencing files

Approved by:	doceng (implicit)
2012-10-01 09:53:01 +00:00
Gabor Kovesdan
d8a2cdf09b - Remove the following articles and references to them. Where it is
reasonable to maintain the reference, use the archived docs.

  5-roadmap
  checkpoint
  dialup-firewall
  diskless-x
  euro
  formatting-media
  hats (content moved to htdocs/internal)
  multi-os
  storage-devices
  vinum
  zip-drive

All of these articles can be found here:
http://docs.freebsd.org/doc/9.0-RELEASE/usr/share/doc/freebsd/en_US.ISO8859-1/articles/

No objection from:	doc@, www@
2012-09-20 14:33:30 +00:00
Gabor Kovesdan
9c243757ef - XML declarations should use IANA encoding names
Pointed out by:	hrs
2012-09-14 17:47:48 +00:00
Gabor Kovesdan
763dee20eb - MFH
Approved by:	doceng (implicit)
2012-08-27 11:43:27 +00:00
Gabor Pali
f6617bf5d7 - Update core-secretary
Approved by:	core (implicit)
2012-08-25 01:01:28 +00:00
Gabor Kovesdan
2e51ec7022 - Strip unnecessary trailing spaces
Approved by:	doceng (implicit)
2012-08-21 19:16:02 +00:00
Gabor Kovesdan
3cdf4e4922 - XMLify English books
Approved by:	doceng (implicit)
2012-06-21 16:04:40 +00:00
Eitan Adler
2bdc87af7b Fix a variety of duplicate and misspelled words
Approved by:	dougb
2012-03-17 04:53:52 +00:00
Gavin Atkinson
cb464622f4 Update to reflect the change in the core-secretary hat.
Approved by:	bcr (mentor)
2012-01-27 22:21:39 +00:00
Johann Kois
8248a7be32 PR: 160565
All "postmaster" related issues should be sent to postmaster@, not to an individual member of the team.

Requested by/patch provided by: David Wolfskill (david ett catwhisker dott org/dwh@)
2011-09-08 17:33:17 +00:00
Ulrich Spörlein
de198ef68d Typo and spelling fixes. 2011-05-15 20:41:31 +00:00
Johann Kois
9024e5e4a5 PR: docs/149315
Fix a couple of typos/misspellings in:

- doc/en_US.ISO8859-1/books/corp-net-guide/book.sgml
- doc/en_US.ISO8859-1/books/dev-model/book.sgml
- doc/en_US.ISO8859-1/books/developers-handbook/l10n/chapter.sgml
- doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml
- doc/en_US.ISO8859-1/books/porters-handbook/book.sgml

Contributed by: Jimmy Olgeni (olgeni@)
2010-08-08 13:54:36 +00:00
Mark Linimon
8b1a8b8fcb Update (some of) the current hats. Change bugmeister over to the group
rather than the individuals; add the portmgr charter; update core secretary
and Release Engineer.  Some of the other entries are probably also stale.
2009-06-03 22:31:36 +00:00
Joel Dahl
b9c3aca908 comma -> full stop 2007-01-21 21:26:33 +00:00
Joseph Koshy
8d4ba38ffd Fix a typo.
Submitted by:	Rohan Ferris [rohanferris at internode dot on dot net] on -doc
2007-01-09 06:12:56 +00:00
Joseph Koshy
962096a519 Fix incorrect cvsup-master contact in our dev-model document.
PR:		docs/105621
Submitted by:	jdp
2006-11-17 04:48:31 +00:00
Giorgos Keramidas
711cf16bf3 Update core-secretary info.
Submitted by:	      Daniel Gerzo
2006-08-11 13:58:37 +00:00
Giorgos Keramidas
2cfffc6660 Fix English syntax/wording nit.
PR:		docs/93014
Submitted by:	Ben Kaduk <minimarmot@gmail.com>
2006-02-10 16:32:46 +00:00
Joel Dahl
f2018598fb - Update Postmaster.
-  Remove the XFree86 Project, Inc. Liaison entry.
-  Update Bugmeister.
-  Fix wording in two sentences.
2006-02-06 21:05:03 +00:00
Jesus R. Camou
ba0553c04d Update gnats admins.
PR:		docs/92858
Submitted by:	Daniel Gerzo <danger@rulez.sk>
Approved by:	trhodes (mentor)
2006-02-06 19:16:58 +00:00
Ceri Davies
1ea230918d Update the name of the Security Officer.
PR:		docs/92840
Submitted by:	Gabor Kovesdan <gabor dot kovesdan at t-hosting punkt hu>
2006-02-05 19:06:18 +00:00
Joel Dahl
90701cdf7a s/dicipline/discipline/
Approved by:	brueffer (mentor)
2005-09-07 16:05:00 +00:00
Joel Dahl
a01946824b Remove contraction.
Approved by:	brueffer (mentor)
2005-09-04 22:09:59 +00:00
Niklas Saers
cfce389ad3 Update one year of changes, replace statistics with those of 2004 and add images
Approved by:    des (mentor)
2005-06-18 18:44:24 +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
Ceri Davies
d7bef5c111 Add enough id attributes to prevent jade generating file names. 2004-07-28 19:42:39 +00:00
Maxim Sobolev
5c3cffdaf3 Remove reference to Satoshi Asami as a leader of portmgr, which is untrue
for at least 2 years.
2004-07-27 15:37:53 +00:00
Martin Heinen
048f08f9dc Fix some typos. 2004-04-11 08:38:42 +00:00
Dag-Erling Smørgrav
ec310d45a7 Niklas's thesis, which I've SGMLified (the original was in DocBook XML).
It needs to be split up into chapters and reindented before it is hooked
up to the doc build.
2004-03-30 16:59:58 +00:00