Commit graph

42843 commits

Author SHA1 Message Date
Hiroki Sato
8def749c53 Normalize DTD URL. 2013-11-13 07:52:45 +00:00
Hiroki Sato
f1c6822f71 Fix an extra line. 2013-11-13 07:11:58 +00:00
Hiroki Sato
b436d0a16d - Enable docformatnav only when $docformatnav is set to 1.
- Set $docformatnav to 1 when $FORMATS contains "html" and "html-split" at the
  same time.
- Fix localization of docformatnav using &docnavi.{split,single};.
- Do not create <a> element which points to the document itself.
- Remove share/xml/l10n.ent.
- Fix URI of freebsd-fo-cjk.xsl.
2013-11-13 07:07:52 +00:00
Hiroki Sato
52f6d56540 - Use /usr/bin/svnlite as SVN if available.
- Replace /XML/{doc,www}/ with /XML/ in SysId.
- Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via
  XML catalog instead.
- Change the L10N layer in freebsd-*.xsl not to use localized XSLT
  stylesheets directly.
- Move share/xsl/* to share/xml and remove share/xsl.
- Remove obsolete share/web2c/pdftex.def.
2013-11-13 06:10:37 +00:00
Eitan Adler
fd79a9afc6 Modernize the Coverity chapter. 2013-11-13 06:05:48 +00:00
Eitan Adler
1556f96ba4 Fix nits.
Drop suggestion that the MFC time may be left off.

Reported by:	gavin
2013-11-13 02:25:30 +00:00
Glen Barber
31b3bf1cb5 Fix broken link to portsnap chapter.
Submitted by:	Jo Almeida
Sponsored by:	The FreeBSD Foundation
2013-11-12 16:02:30 +00:00
Gabor Kovesdan
36337524b0 - Restore the format navigation for articles as well
Reported by:	eadler
2013-11-12 10:18:33 +00:00
Gabor Kovesdan
8541495c2d - Restore an xml:id name that I mistyped in a previous commit
Submitted by:	wblock
2013-11-12 10:16:33 +00:00
Gabor Kovesdan
d8198c0872 - Restore colored background for screen
- Render userinput as bold

Reported by:	wblock
2013-11-12 10:11:03 +00:00
Gabor Kovesdan
710f3601ed - DocBook 5.0 uses a namespace; modify the PGP keyring stylesheet accordingly
Reported by:	brueffer
2013-11-12 10:06:31 +00:00
Gabor Kovesdan
667ff49041 - Fix split HTML link
Reported by:	wblock
2013-11-12 10:01:01 +00:00
Gabor Kovesdan
91b1380f4e - Explicitly list some font directories, it seems FOP does not find somee font
otherwise

Reported by:	many
2013-11-12 09:59:59 +00:00
Hiroki Sato
ae0395da63 Simplify localization layer for XSLT stylesheets. lang/share/xsl/*.xsl are
now picked up via share/xsl/*.xsl and they are empty when there is no
localized content in it.  This prevents inconsistency between share/xsl/*.xsl
and the localized ones.
2013-11-11 19:26:20 +00:00
Johann Kois
640294fa86 r43106 -> r43154
MFde:   Resync the project news.

Obtained from:  The FreeBSD German Documentation Project
2013-11-11 19:22:52 +00:00
Hiroki Sato
a60d230fde Add missing namespace declaration. 2013-11-11 18:51:31 +00:00
Hiroki Sato
6db049ce33 Use XML catalog resolution wherever possible instead of absolute pathnames
for external entities.
2013-11-11 18:12:26 +00:00
Hiroki Sato
6e7ced43d3 Fix typos. 2013-11-11 17:57:51 +00:00
Gabor Kovesdan
e755cbb739 - Restore grey background for programlisting
Submitted by:	pluknet
2013-11-11 16:09:14 +00:00
Eitan Adler
e470db943c Fix spelling errors I introduced.
Reported by:	koobs
2013-11-11 12:18:24 +00:00
Ryusuke SUZUKI
ab11a9f648 - Merge the following from the English version:
r43106 -> r43154	head/ja_JP.eucJP/share/xml/news.xml
2013-11-11 10:37:54 +00:00
Benedict Reuschling
ef170199a1 Make the security charter wording less gender biased.
Submitted by:	Kubilay Kocak
Approved by:	des
2013-11-11 09:21:05 +00:00
Hiroki Sato
982ae5a81b Revert an unintended change in the previous commit. 2013-11-11 06:54:40 +00:00
Hiroki Sato
db0b08db8f - Define l10n.ent as an entity in localized directories and make them be
picked up via XML catalog in freebsd50.ent or xhtml10-freebsd.dtd,
  not entities.ent.  The L10N entities always come first to be able to
  override everything.

- Define &nbsp; as &#x20; in EUC-JP encoding.  This is a workaround to
  prevent an invalid character in EUC-JP caused by converting 0xa0 in
  UTF-8 (EUC-JP does not allow 0xa0) in XSLT processing.  Theoretically
  it should be &#xa0; still in the final XML output.

- Make XML catalog resolution consistent for l10n.ent.  This should be
  revisited for the others later.
2013-11-11 06:52:59 +00:00
Eitan Adler
13ebce2b52 s/singular/plural 2013-11-11 04:12:16 +00:00
Eitan Adler
7f11127e5f Remove or fix some vestiges of the CVS era. 2013-11-11 04:11:00 +00:00
Eitan Adler
7a38886206 We switched to XML from SGML. 2013-11-11 04:08:18 +00:00
Eitan Adler
ee4b3bc705 Split out and expand upon the committer guide's discussion of commit logs.
Some discussion about how to write an appropriate commit log description should be included.  The section currently only discusses the 'meta data'.
2013-11-11 04:07:57 +00:00
Alexey Degtyarev
f24698933b - Actually add my PGP public key which was missed in r43154.
Approved by:    wg (mentor)
2013-11-10 21:58:10 +00:00
Eitan Adler
a683914c21 Remove old method of creating pkg-plist. These methods will not work with staging support as nothing will get installed to the host system. 2013-11-10 21:56:11 +00:00
Alexey Degtyarev
173280dbc5 - Add my entity and insert myself as a developer.
- Add a news entry about me.
- Add my PGP public key.

Approved by:    wg (mentor)
2013-11-10 20:14:07 +00:00
Jimmy Olgeni
09a1493afa Update my key. 2013-11-10 14:44:46 +00:00
Ryusuke SUZUKI
d0b607ffa4 - Merge the following from the English version:
r42937 -> r42949	head/ja_JP.eucJP/books/handbook/multimedia/chapter.xml
2013-11-10 13:58:11 +00:00
Johann Kois
7da9a9b8a5 r43081 -> r43106
MFde:   Resync the Project news

Obtained from:  The FreeBSD German Documentation Project
2013-11-10 10:18:46 +00:00
Mark Felder
60bab5ed13 Updated my key to adhere to best practices 2013-11-09 18:53:49 +00:00
Ryusuke SUZUKI
5e5b382fe1 - Merge the following from the English version:
r42797 -> r42937	head/ja_JP.eucJP/books/handbook/multimedia/chapter.xml
2013-11-09 07:25:07 +00:00
Rene Ladan
3bc4602b29 - Library dependencies are first checked during the build phase,
not during the extract phase
- Update all examples on LIB_DEPENDS to the new syntax [1]
Requested by:	bdrewery [1]
Approved by:	remko (mentor)
2013-11-08 20:16:47 +00:00
Rene Ladan
22adc2b62c Update for USES=kmod, most notably:
- simplify the part on staging kernel module ports
- rewrite the parts on checking for kernel sources

Approved by:	remko (mentor)
2013-11-08 20:13:39 +00:00
Ryusuke SUZUKI
3ac0041626 - Merge the following from the English version:
r41815 -> r42797	head/ja_JP.eucJP/books/handbook/multimedia/chapter.xml
2013-11-08 15:56:47 +00:00
Ivan Voras
108228617d Update my PGP key 2013-11-08 09:01:12 +00:00
Gabor Kovesdan
a1c3a5890f - Fix column count 2013-11-08 06:50:48 +00:00
Glen Barber
b4f1a1b3e1 Re-enable stable/8 relnotes build.
Sponsored by:	The FreeBSD Foundation
2013-11-08 00:39:13 +00:00
Glen Barber
c352ba6ed8 Re-enable relnotes8/{doc,man4}
Approved by:	doceng (implicit)
Sponsored by:	The FreeBSD Foundation
2013-11-08 00:37:59 +00:00
Glen Barber
7cf51871ef Enable release notes build for stable/10.
Sponsored by:	The FreeBSD Foundation
2013-11-07 23:23:41 +00:00
Glen Barber
931f8586f2 Pull in the notice from webupdate that these scripts are not
updated automatically on the cluster.

Approved by:	doceng (implicit)
Sponsored by:	The FreeBSD Foundation
2013-11-07 21:53:09 +00:00
Glen Barber
20b0d371b1 Clean up cruft that has collected over the years.
Approved by:	doceng (implicit)
Sponsored by:	The FreeBSD Foundation
2013-11-07 21:52:10 +00:00
Glen Barber
a9d1f85cc8 Add the webupdate.wrapper script used on build-web.
I do not quite know why this was never committed here, but add
it now so next time I accidentally remove it, it is trivial to
get back.

Approved by:	doceng (implicit)
Sponsored by:	The FreeBSD Foundation
2013-11-07 21:51:14 +00:00
Glen Barber
2117dcdcf2 Add 'relnotes10/doc' and 'relnotes10/man4'.
Remove 'relnotes8/doc' and 'relnotes8/man4'.
Fix a case where 'relnotes8/man4' was listed twice, and
'relnotes9/man4' was excluded.

Approved by:	doceng (implicit)
Sponsored by:	The FreeBSD Foundation
2013-11-07 21:16:35 +00:00
Glen Barber
8642e83691 Synchronize the webupdate script with what is used in the FreeBSD
cluster.

Approved by:	doceng (implicit)
Sponsored by:	The FreeBSD Foundation
2013-11-07 20:49:52 +00:00
Gabor Kovesdan
3ee8aa890b - Reapply r42902, which has been accidentally reverted
Optimise the images in the bsdinstall chapter using graphics/pngrewrite -
they only require 4 bits per pixel, but several of them were stored as
8bpp PNGs.  This approximately halves the total file size, allowing the
handbook pages to load much faster.
2013-11-07 19:57:37 +00:00