Commit graph

336 commits

Author SHA1 Message Date
Gabor Kovesdan
bc0ea04e7d - Move the PGP keyring generation to the language-independent share directory
Discussed with:	hrs, wblock
2014-03-07 12:23:51 +00:00
Hiroki Sato
826bb636a9 Add authors.ent as a dependency for wwwstd. 2014-02-07 05:23:55 +00:00
Glen Barber
c5b864fbfc Bump copyright year.
Happy New Year 2014!

Sponsored by:	The FreeBSD Foundation
2013-12-31 12:33:29 +00:00
Hiroki Sato
5e44b57891 Use URI to specify xhtml.xsl. 2013-11-14 21:39:04 +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
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
6db049ce33 Use XML catalog resolution wherever possible instead of absolute pathnames
for external entities.
2013-11-11 18:12:26 +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
Gabor Kovesdan
181f228a2f - Fix build of release notes
Approved by:	doceng (self)
2013-11-07 18:20:08 +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
7d632b6bcf - Improve generated epub file
* Generate EPUB3
  * Wrap programlistings if necessary
  * Use grey background and smaller fonts for programlistings
  * Justify main text
  * Do not break after table caption
2013-08-14 22:29:07 +00:00
Gabor Kovesdan
69b5fa65aa - Remove index-related bits; indexes are now enabled by default 2013-07-25 20:56:29 +00:00
Gabor Kovesdan
988c5ce88c - MFH 2013-07-24 19:11:16 +00:00
Gabor Kovesdan
5b6ecc816f - Add dblatex customization for Japanese 2013-07-21 14:50:28 +00:00
Hiroki Sato
8b0e071062 Revert w3m in HTML2TXT to links. This is a temporary measure for
build breakage on non-x86 platforms.
2013-07-21 14:47:14 +00:00
Gabor Kovesdan
7d8720ec06 - Use the xetex backend since it works better for Unicode 2013-07-21 14:14:43 +00:00
Gabor Kovesdan
a751e1e60f - verbatim hyphenation requires higher recursion depth 2013-07-21 14:05:38 +00:00
Gabor Kovesdan
9ab14a1f7c - Make sure images and callouts are found 2013-07-13 07:02:57 +00:00
Gabor Kovesdan
480e4220cf - Add a FOP config file and use it 2013-07-11 19:27:42 +00:00
Gabor Kovesdan
8893e5621d - Workaround for dblatex escaping in <filename> 2013-07-10 10:38:06 +00:00
Gabor Kovesdan
2de4169711 - Add experimental support for dblatex 2013-07-03 15:22:19 +00:00
Gabor Kovesdan
a4722b0475 - Add support for RELAX NG validation since it is the normative DB 5.0
schema.  The DTD validation still does a good job so there is no need
  to install Java; RNG validation is optional
2013-07-03 12:07:50 +00:00
Gabor Kovesdan
fc03eb5c00 - MFH 2013-07-03 10:43:17 +00:00
Gabor Kovesdan
b422bc43c3 - Drop DTD after parsing 2013-06-30 09:22:48 +00:00
Marc Fonvieille
e0c4e936e0 Fix install-html-split target:
With the current code running "make install" will build the files but
will install only 2 files (docbook.css and tramemark.html).  Another
"make install" is required to get the missing files.  This is not the
expected behavior.  A quick workaround is to run "make && make
install", but let's fix the code to get a working "make install".

Discussed with:	gabor
2013-06-24 08:23:29 +00:00
Gabor Kovesdan
2d59309da5 - Use the :T modifier instead of :C
Submitted by:	hrs
2013-06-21 17:57:26 +00:00
Gabor Kovesdan
194644ff8a - Create the Schematron XSLT in the current directory
- Properly clean up after validation
2013-06-21 11:38:45 +00:00
Gabor Kovesdan
97ece4326c - Port some of the customizations to DocBook 5.0
- Add namespace declaration to DocBook elements in entities since DocBook 5.0
  uses a namespace
- Drop Jade-specific compatibility nits
2013-05-30 20:09:44 +00:00
Gabor Kovesdan
a7b70eb4e8 - Use namespace-aware stylesheets
- Drop more legacy stuff
2013-05-29 19:29:43 +00:00
Gabor Kovesdan
cfb01a3c46 - Remove Jade-related code 2013-05-29 19:26:44 +00:00
Gabor Kovesdan
c94df498ed - Drop SGML catalogs
- Drop DSSSL stylesheets
- Drop some DSSSL-related comments and Makefile code
2013-05-29 19:21:25 +00:00
Gabor Kovesdan
f2976a4c6d - Port PGP keyring generation to XSLT 2013-05-23 06:12:40 +00:00
Gabor Kovesdan
f207ef1393 - LANGCODE used to resolve to "." when called from the top-level directory;
failing this resulted in bogus file removals so revert this behavior
2013-05-17 19:56:43 +00:00
Gabor Kovesdan
73674733ad - Properly support EXTRA_CATALOGS (they are now XML catalogs) 2013-05-15 13:40:51 +00:00
Gabor Kovesdan
518b16d8e7 - The old LANGCODE detection was bogus and did not work properly with
release notes. Use a different approach that works.
2013-05-15 13:40:06 +00:00
Gabor Kovesdan
fd27f6900b - Use absolute URLs in printed formats 2013-05-07 14:33:38 +00:00
Gabor Kovesdan
03a4531673 - Work around overflowing images 2013-05-07 10:02:48 +00:00
Gabor Kovesdan
ffd8fc666f - Allow foreign elements in Schematron
- Add some embedded XSLT to improve the input of validation failures
2013-04-03 10:56:14 +00:00
Gabor Kovesdan
d5c6e245d4 - Remove some further unused leftovers
- Make sure printed docs generated with DSSSL always use .eps images
- And XSLT-based output always uses .png
- Fix image conversion
2013-04-01 08:16:09 +00:00
Gabor Kovesdan
68eb6e1a6c - Remove more leftovers
- Simplify image processing so that html always uses .png and printed
  formats always use .eps
2013-03-31 21:35:32 +00:00
Gabor Kovesdan
c8eadc3369 Always build pdf from ps and remove related nits. This is what was already
done with Handbook and building pdf directly does not seem to work
correctly anyway. This change will help simplifying the build process
and spare some image conversions.
2013-03-31 21:11:07 +00:00
Gabor Kovesdan
996eb9dce9 - Add support for profiling 2013-03-15 10:26:27 +00:00
Gabor Kovesdan
c1ddd50c4c - Suppress the XML declaration emitted by the Schematron XSLT 2013-03-15 08:40:03 +00:00
Gabor Kovesdan
96d2077fac - Make the validate/lint target fail when Schematron validation gives output.
This is useful when running lint from upper directories. Otherwise,
  a validation error would not cause make to halt and an error could
  remain unspotted.
2013-03-15 07:49:33 +00:00
Gabor Kovesdan
44368e5859 - Add support for Schematron validation
- Add a simple Schematron file that validates file references
- Silence the output of validation so that the result be more readable
2013-03-14 10:25:23 +00:00
Gabor Kovesdan
d55a546a05 - Work around a DocBook XSL bug which lists unexisting files in the
manifest
2013-02-25 20:19:29 +00:00