Commit graph

4255 commits

Author SHA1 Message Date
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
Gabor Kovesdan
36337524b0 - Restore the format navigation for articles as well
Reported by:	eadler
2013-11-12 10:18: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
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
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
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
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
Mark Felder
60bab5ed13 Updated my key to adhere to best practices 2013-11-09 18:53:49 +00:00
Ivan Voras
108228617d Update my PGP key 2013-11-08 09:01:12 +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
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
Gabor Kovesdan
181f228a2f - Fix build of release notes
Approved by:	doceng (self)
2013-11-07 18:20:08 +00:00
Gabor Kovesdan
a1ca8916e1 Merge back improvements from the db5 branch:
- Convert to DocBook 5.0
  - Use XSL-FO and FOP for PDF rendering instead of DSSSL and Jade
  - Drop SGML catalogs since the tree is purely XML now
  - Drop DSSSL stylesheets
  - Drop other legacy constructs
  - Add support for Schematron validation
  - Add Schematron constraints
  - Add support for RELAX NG validation
  - Add experimental support for dblatex

Sponsored by:	The FreeBSD Foundation
Approved by:	doceng (self)
2013-11-07 16:37:11 +00:00
Gabor Kovesdan
35f1d6c78b MFH 2013-11-07 15:20:31 +00:00
Gabor Kovesdan
c7e8c2a60b - Really fix profiling 2013-11-07 12:48:24 +00:00
Gabor Kovesdan
561270fafd - Default PDF renderer will be FOP 2013-11-07 12:44:37 +00:00
Gabor Kovesdan
61e970ba9d - Fix profiling support 2013-11-07 12:44:11 +00:00
Gabor Kovesdan
8f47ebe252 - Readd accidentally deleted entities 2013-11-07 12:39:24 +00:00
Gabor Kovesdan
f31101a8aa - Temporarily disable some constraints 2013-11-07 12:38:57 +00:00
Gabor Kovesdan
7743f1ba88 - Readd mistakenly deleted file 2013-11-06 18:22:57 +00:00
Gabor Kovesdan
bdf0dffb7a - Fixes after MFH 2013-11-06 14:25:23 +00:00
Glen Barber
5b046fd0b7 Announce 10.0-BETA3.
Sponsored by:	The FreeBSD Foundation
2013-11-05 17:08:14 +00:00
Gabor Kovesdan
86a8d2d471 MFH 2013-11-05 15:52:37 +00:00
Gabor Pali
597674dc71 - Connect mr's PGP key to the Handbook 2013-11-05 14:51:20 +00:00
Glen Barber
1694d8ca16 Switch 10.0 to BETA3.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2013-11-05 13:56:15 +00:00
Michael Reifenberger
caca70486c Add my GPG key. 2013-11-04 17:09:31 +00:00
Eitan Adler
f2b72885f1 Fix text of news report. 2013-11-04 01:07:18 +00:00
Julio Merino
55ebf3de92 Add myself as a committer.
This change adds myself to the relevant lists, adds a copy of my
public PGP key and announces my arrival as a committer.

Approved by:	rpaulo (mentor)
2013-11-04 00:18:33 +00:00
Mikolaj Golub
6ea607ab39 Publish my PGP key. 2013-11-03 19:24:19 +00:00
Poul-Henning Kamp
84b798a454 Update my PGP key. 2013-11-02 21:56:05 +00:00
Gleb Kurtsou
7bb5de67f2 Add PGP key for gleb@ 2013-11-02 17:54:39 +00:00
Edwin Groothuis
506f1b5a03 Add PGP key for edwin@ 2013-11-02 10:08:27 +00:00
Devin Teske
6e9b15553f Publish a PGP key. 2013-11-01 17:59:44 +00:00
Bryan Drewery
2f78dd0976 Add news flash for pkg packages announcement.
Approved by:	gjb
2013-10-31 03:03:56 +00:00
Christian Brueffer
0437dab07b Update my GPG key. 2013-10-28 23:17:30 +00:00