Commit graph

31 commits

Author SHA1 Message Date
Gabor Kovesdan
9c243757ef - XML declarations should use IANA encoding names
Pointed out by:	hrs
2012-09-14 17:47:48 +00:00
Gabor Kovesdan
2e51ec7022 - Strip unnecessary trailing spaces
Approved by:	doceng (implicit)
2012-08-21 19:16:02 +00:00
Gabor Kovesdan
e6b69c3357 - XMLify English articles
Approved by:	doceng (implicit)
2012-06-21 16:01:00 +00:00
Markus Brueffer
694e6928f0 The new location of the Laptop Compatibility List is
http://laptop.bsdgroup.de/freebsd/

Noticed by:	Andrew Bell <andrewb@poscomp.ca>
Approved by:	brueffer
2007-01-16 17:27:05 +00:00
Marc Fonvieille
b2fbb31f74 Typo and punctuation fixes. 2006-08-29 07:38:23 +00:00
Simon L. B. Nielsen
eaece1fb89 Add id attributes to sect1 tags in articles that has generated stale
xXXX.html files on www.FreeBSD.org to avoid generating more of them.
2005-07-20 19:21:49 +00:00
Giorgos Keramidas
04e93851b9 Add a pointer to http://tuxmobil.org/mobile_bsd.html near the link to
the freebsd-mobile list, since the page may be helpful to "BSD on
laptop" users.

PR:		www/82935
Submitted by:	Daniel Gerzo <danger@rulez.sk>
2005-07-04 10:38:30 +00:00
Remko Lodder
7158bab8ae Change XFree86 references to X.org references.
Remove the XFree86 Driver Status page since a 404 was replied and there
are no equivalents found for X.org.

PR:			docs/71946
Submitted by:		Joel Dahl <joel at automatvapen dot se>
Approved by:		simon (mentor)
2005-03-25 19:26:48 +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
Alexey Zelkin
6d048e2320 Sync these Makefiles to have one style of declarations and comments. 2004-04-06 16:10:08 +00:00
Simon L. B. Nielsen
2993ccd69a *.sgml:
- Use trademark entities
 - Add trademark attributions.
 - Always use correct case for trademarks.
 - Don't join trademarks with other words, e.g. using hyphens.

trademark.ent:
 - Add entities for more trademarks / companies.
 - Sort the Sun trademark attribution entity.
2003-09-14 11:29:06 +00:00
Marc Fonvieille
98fae6c3ed - Point people to the freebsd-mobile list
- Add a link to the Driver status page for X

PR:		docs/55955
Submitted by:	Josef El-Rayes <j.el-rayes@daemon.li>
2003-08-26 07:39:50 +00:00
Marc Fonvieille
63a182dae9 Use the right name/title for the http://gerda.univie.ac.at/freebsd-laptops/
site.
2003-08-24 13:52:11 +00:00
Marc Fonvieille
c05d807b6b - Add a link to a FreeBSD laptops compatibility list.
- Grammar fix.

PR:		docs/55923
Submitted by:	Josef El-Rayes <j.el-rayes@daemon.li>
2003-08-24 13:42:53 +00:00
Marc Fonvieille
09ee6b1165 Add some application and literal tags. 2003-06-20 18:02:53 +00:00
Marc Fonvieille
f1cec86967 2nd part of content updating:
- Update APM part for 4.X and 5.X
- Add a new ACPI section.

Most of changes coming from:
PR:		docs/53292
Submitted by:	Lukas Ertl <l.ertl@univie.ac.at>
2003-06-20 17:25:12 +00:00
Marc Fonvieille
3c016cfd26 Update of the article (1st part):
- Note the Web is also a good place to find infos on a specific laptop
  configuration for FreeBSD.
- Give an example of winmodem driver present in the ports tree.
- FreeBSD 4.X supports 16-bit cards and 5.X both 16-bit and 32-bit
  cards.

Changes coming from:
PR:	 	docs/53292
Submitted by:	Lukas Ertl <l.ertl@univie.ac.at>
2003-06-20 15:23:16 +00:00
Marc Fonvieille
3d5ce0e284 - Add some application tags and some manual page entities where needed.
- s/apm/apmd and s/manpage/manual page/ where needed.
2003-05-23 17:14:04 +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
Giorgos Keramidas
e2a44ccb23 Spell "PCI BIOS" as two words.
Google has an impressive 4,000 of hits for "PCIBIOS" (mostly manpage
links) but an overwhelming 27,000 for the two word version.
2003-03-31 21:32:37 +00:00
Giorgos Keramidas
1ed550f6ce Correct meaning of snipet that has inverted logic.
Move parenthesized fullstop where it belongs.
Add a few <quote>, <command> and <filename> tags.
2002-09-05 23:49:41 +00:00
Tom Rhodes
d4b003e30a FreeBSD documentation project prefers to use manual pages over man pages,
hence some documents should reflect this.

Tossed around on: -doc -developers
2002-07-11 19:08:31 +00:00
Tom Rhodes
9f757eebe1 s/PC-Card/PC Card/
PR:		37503
Submitted by:	Mark Fonvieille <marc@blackend.org>
2002-05-14 20:58:51 +00:00
Tom Rhodes
9a605db12c Restructure the Laptop article. No content changes, only whitespace. 2002-05-14 20:29:40 +00:00
Giorgos Keramidas
d4de3d6bde Add a few missing <para> and </para> tags.
Submitted by:	Marc Fonvieille <marc@blackend.org>
2002-04-13 23:10:30 +00:00
Giorgos Keramidas
d690a988f5 Change most quote characters to proper <quote> tags,
or other more appropriate SGML entities.
2002-02-14 23:57:13 +00:00
John Baldwin
708f002a4d Correct the name of the rc.conf variable to enable pccardd from
'pccardd_enable' to 'pccard_enable'.

Submitted by:	Carl Jacobsen <carl@ucsd.edu>
2001-12-04 17:37:20 +00:00
Udo Erdelhoff
04efc65934 Clarify which option has to be set to enable APM.
Submitted by:	Laust Jespersen <Laust.Jespersen@dk.uu.net> on -doc
2001-10-29 16:59:04 +00:00
Giorgos Keramidas
0b824da1aa Remove all contractions from most of the articles. This solves the
problems with the usage of "its" vs "it's" among other things

Approved by:	nik
2001-10-16 11:53:01 +00:00
Murray Stokely
7408b262df Add an article about using FreeBSD on laptops. This document aims to
be a quick HOWTO for the various issues likely to be interesting for
laptop users; such as power management, winmodems, XFree86 on laptop
hardware, etc..

This is just a start, and there is plenty of room for improvement.

PR:		docs/30199
Submitted by:	Rahul Siddharthan <rsidd@physics.iisc.ernet.in>
Reviewed by:	dd
2001-09-17 03:25:06 +00:00