Commit graph

721 commits

Author SHA1 Message Date
Rene Ladan
1b2e33a5fa Connect the Dutch leap seconds article to the build. 2015-09-03 20:46:30 +00:00
Rene Ladan
cee44e220c Add the Dutch translation of the leap second article to test the new PO-based
translation system. The resulting XML file is not altered manually.

Manually propset svn:keywords to FreeBSD=%H on article.xml to make svn happy.
2015-09-03 20:43:21 +00:00
Eitan Adler
ce168f063c contributing and contributing-ports: combine them
- combine the 'how to contribute' doc and the 'contributing to ports' doc.
- modernize the 'contributing to ports' doc
	- use &os;
	- prefer poudriere to tinderbox

Reviewed by:	crees, bapt, mat
No objections from:	bdrewery, gavin, wblock
2015-04-06 05:11:49 +00:00
Eitan Adler
e7ad1fe647 revert the previous commit to this file, its from a different commit, still in review 2015-04-04 21:35:48 +00:00
Eitan Adler
59e882aaec */articles/compiz-fusion
complete the migration of compiz-fusion by removing the article version
2015-04-04 21:34:55 +00:00
Peter Wemm
75cf08436e Copy over just the redirect header from the en_US version of
send-pr.xml as in r44999 and r45025 to avoid messing with
translation text.

Reviewed by:	gjb (glanced at)
2014-06-29 22:01:49 +00:00
Rene Ladan
4f2c057200 nl/htdocs/send-pr.xml: MFen r44980 -> r44986 2014-06-01 12:52:17 +00:00
Rene Ladan
481a6ad75f nl/htdocs/send-pr.xml: MFen r44980 (disable the GNATS form) 2014-05-31 08:45:14 +00:00
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
8def749c53 Normalize DTD URL. 2013-11-13 07:52:45 +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
24d129e8d1 - Definitively upgrade to DocBook 5.0 2013-11-07 15:39:28 +00:00
Gabor Kovesdan
86a8d2d471 MFH 2013-11-05 15:52:37 +00:00
Rene Ladan
8b4c380ed3 Provide a translation for the secteam-secretary entity. 2013-10-18 12:26:17 +00:00
Glen Barber
73d53bfd2a Attempt to fix the build, again.
Patched by:	des (based on)
2013-09-29 21:55:15 +00:00
Glen Barber
6d2960447e Fix build when beta2* macros are enabled.
Add fbsd:nokeywords to files preventing commit.

Approved by:	doceng (implicit)
2013-09-13 21:08:02 +00:00
Gabor Kovesdan
ec3cf8682b - MFH 2013-07-26 12:58:37 +00:00
Gabor Kovesdan
f7f6ece5fd - Convert anchors in titles to an id on the section 2013-07-26 12:32:39 +00:00
Gabor Kovesdan
439a4926dd - MFH 2013-07-25 09:47:06 +00:00
Rene Ladan
4255e721c2 Quick fixes for the Dutch handbook when using 'make lint'.
Requested by:	gabor
2013-07-25 09:25:39 +00:00
Gabor Kovesdan
23e4e6e242 - Add namespace declaration to index elements 2013-07-24 20:07:18 +00:00
Gabor Kovesdan
4a47cdca9b - Enable indexes by default; now they are not so difficult to generate 2013-07-24 19:38:10 +00:00
Gabor Kovesdan
988c5ce88c - MFH 2013-07-24 19:11:16 +00:00
Gabor Kovesdan
68880f6666 - Fix misplaced indexterms 2013-07-24 12:31:12 +00:00
Gabor Kovesdan
ae0ea3f228 - Fix tables that do not respect the column number specified in the col
attribute.  These caused rendering issues.
2013-07-24 07:50:36 +00:00
Rene Ladan
198dd4044c Remove the Vinum chapter and references to it (i.e. MFen r42118). 2013-07-23 12:25:53 +00:00
Gabor Kovesdan
888db9ae19 - MFH 2013-07-11 17:27:09 +00:00
Gabor Kovesdan
71c8436054 - Whitespace adjustments after last commit 2013-07-11 17:11:21 +00:00
Gabor Kovesdan
b0b78fa4e9 - Indexterms should not be embedded directly into a question or answer
element but into a deeper paragraph, optimally right after the
  referenced word without spaces even [1] but somehow the schema allows
  badly nested indexterms.  Correct such entires in the whole documentation
  set.
- Add constraints to check for invalid indexterm entries.

See also: http://www.sagehill.net/docbookxsl/GenerateIndex.html#Indexterms [1]
2013-07-11 16:34:54 +00:00
Rene Ladan
05a63b7543 Merge r42226 fo the Dutch website. 2013-07-09 23:18:03 +00:00
Rene Ladan
ede0127a2d Merge r42226 for the Dutch articles and books. 2013-07-09 22:56:30 +00:00
Gabor Kovesdan
bbdf6ab008 - Post-edit merged file to work again with DB 5.0 2013-07-05 11:24:50 +00:00
Gabor Kovesdan
57cba96872 - MFH 2013-07-04 19:03:44 +00:00
Gabor Kovesdan
e819151e45 - Fix the cases when the specified column number does not match the real one
- Add a constraint for this
2013-07-03 17:35:46 +00:00
Gabor Kovesdan
fc03eb5c00 - MFH 2013-07-03 10:43:17 +00:00
Glen Barber
e7c0b1569a MF ISBN:
Merged /projects/print2013/nl_NL.ISO8859-1:r40693-40726
   Merged /projects/ISBN_1-57176-407-0/nl_NL.ISO8859-1:r40727-42011

Approved by:	doceng (implicit)
2013-06-23 21:55:52 +00:00
Gabor Kovesdan
aa74e030ad - Properly refer to the glossary 2013-06-20 16:51:23 +00:00
Gabor Kovesdan
cdfb9c36e5 - Convert glossary to normal include file instead of entity so that it can be
transformed with XSLT
2013-06-20 16:39:11 +00:00
Gabor Kovesdan
754ee39226 - Eliminate double application element 2013-06-20 16:22:38 +00:00
Gabor Kovesdan
cc22d8bd7c - Add back two accidentally removed entity definitions 2013-06-20 13:41:44 +00:00
Rene Ladan
b995d709d7 MFen r41768 -> r41919 2013-06-17 18:43:21 +00:00
Gabor Kovesdan
3b3d724a58 - Add namespace declarations and convert entities to DB 5.0 2013-06-11 10:25:45 +00:00
Gabor Kovesdan
29b0776d82 - Add namespace declaration to trademark entities 2013-06-10 11:36:54 +00:00
Gabor Kovesdan
9b83da790c - Revert r41880 and r41881 since they resulted in loss of semantic
information

Pointed out by:	hrs
2013-06-10 09:40:37 +00:00
Rene Ladan
3099328a2d MFen r41491 -> r41857 2013-06-09 14:29:03 +00:00
Gabor Kovesdan
af9e52a7e6 - Avoid trademark in application 2013-06-08 17:27:35 +00:00
Gabor Kovesdan
8a9e685856 - trademark is not allowed in application so just use ™ or ® 2013-06-08 17:20:50 +00:00
Gabor Kovesdan
d0265dd398 - Clean up unused trademark entities 2013-06-08 17:03:03 +00:00