Commit graph

115 commits

Author SHA1 Message Date
Tony Finch
658ba1303d The last UK cvsup server is going away, so remove all its aliases. 2013-07-03 15:06:52 +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
821f9bab5d - MFH 2013-04-11 10:34:45 +00:00
Gabor Kovesdan
e8e2dfdbab - Do not specify image file extensions in documents; the proper extension
is appended during rendering
- For the same reason, do not specify format either
- Add constraints to enforce this
2013-04-02 09:50:10 +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
Edson Brandi
4cb7afbe14 - Resync with the English version: r39646 -> r41162
Obtained from:  The FreeBSD Brazilian Portuguese Documentation Project
                (http://doc.fug.com.br)

Approved by:    gabor (mentor)
2013-03-30 21:29:50 +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
eb47c46865 - Fix erroneous fileref's that result in missing images
- Also fix fdp-primer examples
2013-03-14 09:19:23 +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
a06603e1e8 - MFH 2013-02-05 09:14:34 +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
5df509eaa2 - Remove standalone="no" statements from XML declarations since it did not
always work and is no use anyway
2013-01-30 19:12:36 +00:00
Gabor Kovesdan
36cdb51546 - Migrate the documentation set to DocBook 4.5 2013-01-30 14:00:53 +00:00
Gabor Kovesdan
141ff16731 - Make the Brazilian Portuguese documentation valid XML 2013-01-21 17:42:38 +00:00
Edson Brandi
42dae47077 - Resync with the English version: r39882 -> r40061
Submitted by:   Antonio Pessoa <atnpessoa@gmail.com>
Obtained from:  The FreeBSD Brazilian Portuguese Documentation Project
                (http://doc.fug.com.br)

Approved by:    gabor (mentor)
2012-11-20 10:53:13 +00:00
Edson Brandi
21308673c8 - Resync with the English version: r39544 -> r39882
Submitted by:   Antonio Pessoa <atnpessoa@gmail.com>
Obtained from:  The FreeBSD Brazilian Portuguese Documentation Project
                (http://doc.fug.com.br)

Approved by:    gabor (mentor)
2012-11-02 01:57:49 +00:00
Edson Brandi
5364673292 - Add new Brazilian Portuguese translation of portbuild article
Submitted by:   Antonio Pessoa <atnpessoa@gmail.com>
Obtained from:  The FreeBSD Brazilian Portuguese Documentation Project
                (http://doc.fug.com.br)

Approved by:    gabor (mentor)
2012-11-01 11:06:14 +00:00
Edson Brandi
89b4598d02 - Resync with the English version: r39544 -> r39646
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-11-01 10:58:36 +00:00
Edson Brandi
3ef4c0ed86 - Resync with the English version: r39544 -> r39808
Submitted by:   Antonio Pessoa" <atnpessoa@gmail.com>
Obtained from:  The FreeBSD Brazilian Portuguese Documentation Project
                (http://doc.fug.com.br)

Approved by:    gabor (mentor)
2012-11-01 10:55:05 +00:00
Gabor Kovesdan
5086b7db96 - Fix the make lint (validate) target 2012-10-13 18:32:14 +00:00
Isabell Long
2be1e25fc2 Replace 'SGML' with 'XML' in Makefile code and comments. A consequence of
this was that 'SGMLFLAGS' had to be changed to 'XMLFLAGS' in
share/mk/doc.docbook.mk so that everything continued to build OK.

Approved by:	gabor (mentor)
2012-10-06 17:52:37 +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
Gabor Kovesdan
b4346b9b2d - Rename .sgml files to .xml
- Reflect the rename in referencing files

Approved by:	doceng (implicit)
2012-10-01 09:53:01 +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
Gabor Kovesdan
292f735ed5 - Remove the outdate sound chapter [1]
- While here, fix some inconsistencies

Discussed with:	ebrandi [1]
2012-09-24 10:42:46 +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
Gabor Kovesdan
efe7023c1f - Encoding names should be IANA names and in lower case 2012-09-22 20:09:08 +00:00
Gabor Kovesdan
9b85c2d7f5 - Remove old web content and references to them
Discussed with:	doc@, www@
2012-09-22 19:20:16 +00:00
Gabor Kovesdan
d8a2cdf09b - Remove the following articles and references to them. Where it is
reasonable to maintain the reference, use the archived docs.

  5-roadmap
  checkpoint
  dialup-firewall
  diskless-x
  euro
  formatting-media
  hats (content moved to htdocs/internal)
  multi-os
  storage-devices
  vinum
  zip-drive

All of these articles can be found here:
http://docs.freebsd.org/doc/9.0-RELEASE/usr/share/doc/freebsd/en_US.ISO8859-1/articles/

No objection from:	doc@, www@
2012-09-20 14:33:30 +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
5391dc1ff7 - Add new Brazilian Portuguese translation of the Mirroring FreeBSD article
Obtained from:	The FreeBSD Brazilian Portuguese Documentation Project
		(http://doc.fug.com.br)

Approved by:    gabor (mentor)
2012-09-18 09:15:08 +00:00
Edson Brandi
13e2022e3d - Removing unnecessary country code from FPIs
Approved by:    gabor (mentor)
2012-09-17 13:58:11 +00:00
Edson Brandi
fc215be621 - XML declarations should use IANA encoding names
- Setting Localization to pt_br in <article> element
- Standardize the use of elements <pubdate>, <releaseinfo> and <legalnotice>
- sync the articles with the latest english versions available in repository

Approved by:    gabor (mentor)
2012-09-17 12:44:00 +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
667be3400a - MFen:
problem-reports/article.sgml	r38826  -->  r39487

PR:		docs/171348
Submitted by:	Edson Brandi <ebrandi@fugspbr.org>
2012-09-06 13:53:26 +00:00
Gabor Kovesdan
aa61781c33 - Add new Brazilian Portuguese translation of the new-users article
PR:		docs/170965
Submitted by:	Edson Brandi <ebrandi@fugspbr.org>
Obtained from:	The FreeBSD Brazilian Portuguese Documentation Project
		(http://doc.fug.com.br)
2012-09-05 05:56:19 +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
ace61ac062 - Add new Brazilian Portuguese translation of the explaining-bsd article
PR:		docs/170681
Submitted by:	Edson Brandi <ebrandi@fugspbr.org>
Obtained from:	The FreeBSD Brazilian Portuguese Documentation Project
		(http://doc.fug.com.br)
2012-09-05 05:42:34 +00:00
Gabor Kovesdan
fc2846b5be - Add new Brazilian Portuguese translation of the problem-reports article
PR:		docs/170672
Submitted by:	Edson Brandi <ebrandi@fugspbr.org>
Obtained from:	The FreeBSD Brazilian Portuguese Documentation Project
		(http://doc.fug.com.br)
2012-09-05 05:38:11 +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