Commit graph

10 commits

Author SHA1 Message Date
Gabor Kovesdan
2e51ec7022 - Strip unnecessary trailing spaces
Approved by:	doceng (implicit)
2012-08-21 19:16:02 +00:00
Taras Korenko
78cf7f49ff + Correct 'Original revision' references: make them point to the
corresponding SVN revisions.
2012-05-25 14:40:55 +00:00
Alexey Zelkin
54cf68eab2 Force tidy(1) to use '-raw' and newly added '-preserve' options
to process generated HTML. This not cause any side effects except
leaving some character entities in their numeric form instead
converting them into alphabetical notation (< instead of <),
but since all browsers understand such cases it is not a problem.

This commit should make all translations tidy clean, since
tidy should not arise entities conversion problem as it did
for long time before. Therefore all occurences of manual settings
of TIDYFLAGS and NO_TIDY declarations for translations are removed.

No objections from: -doc
Requested by: Russian and Japanese translation teams
2001-12-12 11:49:38 +00:00
Alexey Zelkin
00cde7a296 synchronize Makefiles with FRDP's CVS Repository
Note: design-44bsd not yet added to build until resolving legal
issues.
2001-07-25 15:29:02 +00:00
Alexey Zelkin
32466d95bd Change tidy(1)'s 8bit behaviour parameter from -raw to -latin1. This will allow
us to re-enable tidy for russian documentation because it correctly handles
both 8bit characters and general entities (do not convert them to symbols)
2000-11-15 17:18:55 +00:00
Nik Clayton
a595525171 Give each language and encoding it's own freebsd.dsl, to contain style
sheet definitions for that language only.  Each file reads in the defaults
from the master share/sgml/freebsd.dsl file, and adds overrides, or new
definitions, as necessary.

Move the per-language hacks from share/sgml/freebsd.dsl in to
<lang>/share/sgml/freebsd.dsl as necessary.

Add links to the -questions and -doc mailing lists to the bottom of the
generated HTML output for some languages.  The -questions link will
become a link to Greg's "Getting the most from questions" document when
I bring that in, but I haven't done that yet, and I didn't want these
patches hanging around my local tree.

This was the real reason for making freebsd.dsl language local, as it
makes it much easier to translate generated text, such as the text of
the links, without polluting share/sgml/freebsd.dsl.

Update doc.docbook.mk to use the new, per-language freebsd.dsl file when
building the docs.  While I'm here, update .pdb generation so that it
creates a symlink to ${CURDIR:T}.pdb as well (e.g., the Handbook generates
"book.pdb" and "handbook.pdb").  This makes it easier to install more than
one document on a Palm, because two docs called "book.pdb" or "article.pdb"
can not co-exist.
2000-03-23 09:00:17 +00:00
Alexey Zelkin
33fd5935c2 Ask jade(1) about additional META in header of Russian FAQ:
<meta http-equiv="Content-Type" content="text/html; charset=koi8-r">

Requested by: wosch
1999-10-31 22:13:58 +00:00
Alexey Zelkin
96bc697129 Add TIDYFLAGS=-raw.
This patch will solve problem with russian faq corruption.
1999-10-13 00:33:42 +00:00
Peter Wemm
5ff728b8ca $Id$ -> $FreeBSD$ 1999-09-06 06:53:43 +00:00
Nik Clayton
6f2072d82b Makefile infrastructure for Russian books. 1999-08-29 16:51:58 +00:00