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)
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.
- 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.
- 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>
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$.
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