Commit graph

60 commits

Author SHA1 Message Date
Danilo G. Baio
1a16fc113d Add pt_BR header and navibar entities
Approved by:	doc (bcr)
Differential Revision:	https://reviews.freebsd.org/D15794
2018-06-15 22:43:48 +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
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   as   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   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
dadef106c7 - Add namespace declarations and convert entities to DB 5.0 2013-06-11 10:34:46 +00:00
Gabor Kovesdan
29b0776d82 - Add namespace declaration to trademark entities 2013-06-10 11:36:54 +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
48c0df24d2 Merge the XML toolchain upgrade, which contains the following changes:
- Upgrade to DocBook 4.5
  - Use XSLT instead of DSSSL to render XHTML-based output
  - Generate PDF from PS and simplify image processing
  - Fix make lint and validate the whole documentation set
  - Fix rendering of TOC elements
  - Fix misused link elements that resulted in a corrupt rendering
  - Use more human-friendly publication data and release info rendering
  - Add support for XInclude in DocBook documents
  - Add support for profiling with attributes [1]
  - Add support for Schematron constraints
  - Add experimental epub support
  - Add experimental support for XSL-FO-based printed output
  - Clean up obsolete SGML constructs
  - Clean up catalogs
  - Drop HTML Tidy since it is not needed any more

  [1] http://www.sagehill.net/docbookxsl/Profiling.html

The dependencies of the build will change as follows:
  - textproc/opensp
  - www/tidy-lib
  - textproc/html
  - textproc/linuxdoc
  - textproc/docbook-410
  - textproc/docbook-xml
  + textproc/docbook-xml-450
  + textproc/iso-schematron-xslt

Approved by:	doceng (implicit)
2013-05-17 18:49:52 +00:00
Gabor Kovesdan
a1f0eaf271 - Place the footer below the navigation as it used to be 2013-03-15 08:06:33 +00:00
Gabor Kovesdan
998b28cb3e - Add more customization layers
- Localize footers
2013-02-26 09:43:12 +00:00
Gabor Kovesdan
0701bf45bd - Add infrastructure for language-specific XSLT customizations 2013-02-25 20:17:26 +00:00
Gabor Kovesdan
59d4db9584 - Add back SGML catalogs (trimmed to minimally necessary content) since
they are still needed for language-specific DSSSL customizations
2013-02-19 16:14:00 +00:00
Gabor Kovesdan
a3c89a1805 - Use exclusively the XML catalogs and drop the old SGML format 2013-02-01 09:48:25 +00:00
Gabor Kovesdan
af7381742b - Move language-independent entities directly to the DTD 2013-02-01 09:03:01 +00:00
Gabor Kovesdan
f52cae8f60 - Minor entity cleanup 2013-01-31 22:48:54 +00:00
Gabor Kovesdan
242408c1f1 - Fix some copy-paste bugs 2013-01-30 20:17:43 +00:00
Gabor Kovesdan
36cdb51546 - Migrate the documentation set to DocBook 4.5 2013-01-30 14:00:53 +00:00
Gabor Kovesdan
5086b7db96 - Fix the make lint (validate) target 2012-10-13 18:32:14 +00:00
Edson Brandi
4346bf7501 - Update to pt_BR.ISO8859-1/share/xml/teams.ent to match english version r39632
Approved by:   gabor (mentor)
2012-10-01 13:01:30 +00:00
Gabor Kovesdan
77d737ee88 - Rename the share/sgml directories to share/xml
- Fix build errors from the next change

Approved by:	doceng (implicit)
2012-10-01 11:56:00 +00:00
Edson Brandi
8e733d28eb - Update to pt_BR.ISO8859-1/share/sgml/mailing-lists.ent to match english version r39281
Approved by:   gabor (mentor)
2012-09-27 10:22:53 +00:00
Edson Brandi
293b53bf32 - Add new Brazilian Portuguese translation of the freebsd-update-server article
Submitted by:   Marcelo Rossi <marcelorossi@gmail.com>
Obtained from:  The FreeBSD Brazilian Portuguese Documentation Project
                (http://doc.fug.com.br)

Approved by:    gabor (mentor)
2012-09-25 09:11:58 +00:00
Edson Brandi
a49123efc8 - Add new Brazilian Portuguese translation of the building-products article
Obtained from:	The FreeBSD Brazilian Portuguese Documentation Project
		(http://doc.fug.com.br)

Approved by:    gabor (mentor)
2012-09-24 10:30:54 +00:00
Edson Brandi
044d654ce1 - Update of a.hubs entity for better comprehension in pt_Br
- Typo fix in content of <releaseinfo> element

Approved by:  gabor (mentor)
2012-09-19 20:12:25 +00:00
Edson Brandi
13e2022e3d - Removing unnecessary country code from FPIs
Approved by:    gabor (mentor)
2012-09-17 13:58:11 +00:00
Gabor Kovesdan
9c243757ef - XML declarations should use IANA encoding names
Pointed out by:	hrs
2012-09-14 17:47:48 +00:00
Gabor Kovesdan
617a3c9b13 - Convert character entities to normal characters
Approved by:	doceng (implicit)
2012-09-14 09:57:47 +00:00
Gabor Kovesdan
d0231cb6fe - MFH
Approved by:	doceng (implicit)
2012-09-06 15:20:49 +00:00
Gabor Kovesdan
e8cdf505c3 - Add new Brazilian Portuguese translation of the contributing-ports article
PR:		docs/170831
Submitted by:	Edson Brandi <ebrandi@fugspbr.org>
Obtained from:	The FreeBSD Brazilian Portuguese Documentation Project
		(http://doc.fug.com.br)
2012-09-05 05:52:11 +00:00
Gabor Kovesdan
9bb89c5da2 - Add new Brazilian Portuguese translation of the freebsd-questions article
PR:		docs/170710
Submitted by:	Edson Brandi <ebrandi@fugspbr.org>
Obtained from:	The FreeBSD Brazilian Portuguese Documentation Project
		(http://doc.fug.com.br)
2012-09-05 05:47:06 +00:00
Gabor Kovesdan
9a5f564703 - MFen:
share/sgml/mailing-lists.ent		CVS 1.1   --> SVN r38826
	articles/contributing/article.sgml	CVS 1.496 --> SVN r38826
	articles/contributing/Makefile 		CVS 1.4   --> SVN r38826

PR:		docs/170658
Submitted by:	Edson Brandi <ebrandi@fugspbr.org>
Obtained from:	The FreeBSD Brazilian Portuguese Documentation Project
		(http://doc.fug.com.br)
2012-09-05 05:32:52 +00:00
Gabor Kovesdan
41eef7f986 - Add new Brazilian Portuguese translation of the linux-users article
PR:		docs/170531
Submitted by:	Edson Brandi <ebrandi@fugspbr.org>
Obtained from:	The FreeBSD Brazilian Portuguese Documentation Project
		(http://doc.fug.com.br)
2012-09-05 05:24:57 +00:00
Gabor Kovesdan
4f25a718f4 - Add new Brazilian Portuguese translation of fdp-primer
PR:		docs/170470
Submitted by:	Edson Brandi <ebrandi@fugspbr.org>
Obtained from:	The FreeBSD Brazilian Portuguese Documentation Project
		(http://doc.fug.com.br)
2012-09-05 05:16:32 +00:00
Gabor Kovesdan
2e51ec7022 - Strip unnecessary trailing spaces
Approved by:	doceng (implicit)
2012-08-21 19:16:02 +00:00
Gabor Kovesdan
7458a81e76 - Expand character entities in the Brazilian Portuguese documentation
Approved by:	doceng (implicit)
2012-08-21 16:52:07 +00:00
Gabor Kovesdan
a5f11add89 - Add forgotten file
Approved by:	doceng (implicit)
2012-06-24 09:36:43 +00:00
Gabor Kovesdan
d85a223564 - XMLify the Brazilian Portuguese tree
- Entity cleanup

Approved by:	doceng (implicit)
2012-06-24 07:51:01 +00:00
Hiroki Sato
ab50a81819 Remove redundant LI (langage-independent) parts of freebsd.dsl in
directories for the localization.  ($email-footer$) should be
revisited later because it still involves both of its style (LI) and
content (LD).
2010-12-08 06:26:00 +00:00
Mario Sergio Fujikawa Ferreira
05f85bf335 o Sync with pt_BR repository version:
- Add new translation entity

Obtained from:	The FreeBSD Brazilian Portuguese Documentation Project
2003-12-29 04:11:05 +00:00
Mario Sergio Fujikawa Ferreira
308b840439 o Merge from English version: 1.2 -> 1.5
o Add a newsgroups entity for recently added newsgroups.ent file

Obtained from:	The FreeBSD Brazilian Portuguese Documentation Project
2003-12-29 04:07:29 +00:00
Mario Sergio Fujikawa Ferreira
94cd0ecf68 Add Brazilian Portuguese translated version
Obtained from:		The FreeBSD Brazilian Portuguese Documentation Project
Original revision:	1.1
2003-12-29 00:30:00 +00:00
Mario Sergio Fujikawa Ferreira
22328467da o Add Brazilian Portuguese translated version
Obtained from:		The FreeBSD Brazilian Portuguese Documentation Project
Original revision:	1.4
2003-12-28 23:20:06 +00:00
Mario Sergio Fujikawa Ferreira
42e72ecec6 o Add Brazilian Portuguese translated version
Obtained from:		The FreeBSD Brazilian Portuguese Documentation Project
Original revision:	1.5
2003-12-28 22:52:40 +00:00
Mario Sergio Fujikawa Ferreira
6c18549d33 Merge from pt_BR repository: 1.1 -> 1.6 2003-12-28 22:44:54 +00:00
Mario Sergio Fujikawa Ferreira
109412c67d Merge from English version: 1.4 -> 1.10 2003-12-12 00:14:21 +00:00
Mario Sergio Fujikawa Ferreira
638bc86fe7 Merge from English version: 1.2 -> 1.4 2003-12-11 22:40:33 +00:00
Hiroki Sato
ecd26f86b1 Move ($create-refentry-xref-link$) to share/sgml/freebsd.dsl
and the localized sysids to <langcode>/share/sgml/catalog.

Since <langcode>/share/sgml/freebsd.dsl still include some
language-neutral parameters and procedures for printable formats,
I will work on assorting them similarly.  I am sorry that
this (and probably the next) commit may break the translation
team's usual update procedure, but you can merge the language-specific
freebsd.dsl from the English version as before.

Discussed on:	-doc
2003-05-22 15:03:50 +00:00
Mario Sergio Fujikawa Ferreira
6ae52cc8de Declare words.ent PTBR (Brazilian Portuguese). Entities to be used
either instead of controversial words or for easier maintainance.

Reviewed by:	blackend, keramida,
		phantom (in principle)
Approved by:	phantom (mentor)
Obtained from:	The FreeBSD Brazilian Portuguese Documentation Project
2002-10-01 02:42:25 +00:00
Mario Sergio Fujikawa Ferreira
657b5ebb21 o Add entities to be used either instead of controversial words or
for easier maintainance. Moreover, the use of entities helps
  normalize (a uniform) the translation process. File begins with
  single word 'handbook'. Every jorney begins with a first step.

Reviewed by:		blackend, keramida,
			phantom (in principle)
Approved by:		phantom (mentor)
Obtained from:		The FreeBSD Brazilian Portuguese Documentation Project
Original revision:	not applicable (file exclusive for translation effort)
2002-10-01 02:35:36 +00:00
Marc Fonvieille
bc981e6c52 Update manpath=XFree86+4.0.2 to manpath=XFree86+4.2.0
All localized freebsd.dsl files are in sync with en_US version.
2002-09-21 21:12:09 +00:00