doc/share/sgml
Thomas Abthorpe ad00483077 - Florent has stepped down from his duties on portmgr@, update team entries
- Add Florent to the alumni list
- Thanks for you years of service on the team!

Approved by:	gjb
2012-08-21 18:53:10 +00:00
..
advisories.xml Add FreeBSD-SA-12:05.bind. 2012-08-06 22:15:54 +00:00
articles.ent
bibliography.sgml
books.ent
catalog
catalog-cwd.xml
catalog.xml
commercial.consult.xml PR: www/169836 2012-08-03 16:02:47 +00:00
commercial.hardware.xml
commercial.isp.xml PR: www/169768 2012-08-03 15:40:31 +00:00
commercial.misc.xml
commercial.software.xml
common.ent
default.dsl
developers.ent - Florent has stepped down from his duties on portmgr@, update team entries 2012-08-21 18:53:10 +00:00
events.dtd
events.xml
events2003.xml
events2004.xml
events2005.xml
events2006.xml
events2007.xml
events2008.xml
events2009.xml
events2010.xml
events2011.xml
events2012.xml
events2013.xml
freebsd-common.dsl
freebsd-html.dsl
freebsd-print.dsl
freebsd.dsl
freebsd.dtd
freebsd.ent
freebsd41.dtd
gallery.dtd
header.ent Consolidate multiple SVN menus into one now that the SVN repository 2012-07-17 16:35:35 +00:00
header.l10n.ent
html401-freebsd.dtd
ideas.dtd
iso8879.ent - Move developers.sgml to the language-independent directory. 2012-05-17 03:23:15 +00:00
l10n.ent
libcommon.xsl
man-refs.ent
man-refs.pl
mirrors-local.xsl
mirrors-master.xsl - Fix build with libxslt-1.1.18 and newer. The standard clearly states that 2007-01-26 19:14:39 +00:00
mirrors.xml Remove domains which no longer exist 2012-07-03 03:50:13 +00:00
navibar.ent
navibar.l10n.ent
news.dtd
news.xml - Add my GPG key. 2012-08-21 12:31:35 +00:00
notices.xml
pgp.dsl
press.dtd
press.xml Link to an article at Redmondmag announcing beta support of FreeBSD 2012-08-10 01:40:19 +00:00
README.mirrors
release.ent 9.1-BETA1 available. 2012-07-17 05:06:36 +00:00
spellcheck.dsl
statusreport.dtd
templates.entries.xsl
templates.events.xsl
templates.events2ics.xsl
templates.news-rdf.xsl
templates.news-rss.xsl
templates.newsflash.xsl
templates.oldnewsflash.xsl
templates.oldpress.xsl
templates.pastevents.xsl
templates.press-rss.xsl
templates.press.xsl
templates.usergroups.xsl
trademarks.ent
transtable-common.xsl
transtable-local.xsl
transtable-master.xsl
transtable.xml
urls.ent
usergroups.dtd
usergroups.xml
xslt10-freebsd.dtd
xslt10.dtd

$FreeBSD$

This is an instruction for use of the following files, which are used
for both of www/ and doc/ tree:

 mirrors.xml		database of FreeBSD mirror sites

 mirrors-local.xsl	stylesheet to create localized version of mirrors.xml.
 mirrors-master.xsl	"-master" is master, "-local" is slave.

 transtable.xml		word-by-word basis translation table

 transtable-local.xsl	stylesheet to copy and translate a xml document.
 transtable-master.xsl	"-master" is master, "-local" is slave.

* Notes for mirrors.xml maintainers

  The elements are sorted in alphabetical order when the documents
  are rendered.  So basically order of <entry> is not important, but
  <entry> with role="primary" will be handled specially.  Currently
  it is for the central servers and the primary mirror sites.

* Notes for doc/ and www/ maintainers including translation teams:

  Translators should not simply copy mirrors.xml, mirrors-*.xsl,
  transtable.xml, and transtable-*.xsl in share/sgml to the
  language dependent directory.  Instead, create "skeleton" *.xsl,
  which just import the master stylesheet.  *-local.xsl in share/sgml
  are "skeleton" for en_US.ISO8859-1, so you can start from these.
  See ja_JP.eucJP/ for example.

  Documents always use mirrors.xml in the language dependent directory.
  This file is dynamically generated from share/sgml/mirrors.xml, and it
  is localized using transtable-local.xsl.  transtable-local.xsl refers
  transtable.xml, a translation table for translating country name and
  so on.  It should be in the language dependent directory, but if not exist,
  share/sgml/transtable.xml (a dummy translation table) will be used.
  Similarly, if there is no mirrors-local.xsl in the language dependent
  directory, share/sgml/mirrors-local.xsl will be used.

  That is:
                          share/sgml           <langcode>/share/sgml
  -----------------------------------------------------------------------
   mirrors.xml            master copy           dynamically generated
   mirrors-local.xsl      dummy                 this is used if exists
   mirrors-master.xsl     used from -local.xsl  should not exist
   transtable.xml         dummy                 this is used if exists
   transtable-local.xsl   dummy                 this is used if exists
   transtable-master.xsl  used from -local.xsl  should not exist
  -----------------------------------------------------------------------

  "dummy" means that it will be used when the localized version of it is
  not available.  So the translation teams copy the "dummy" files,
  and adjust them to the language (especially make sure "encoding" part).

  If you add a document using mirrors.xml, use ${XML_MIRRORS} in the
  Makefile.