doc/share/xml
2013-06-08 17:20:50 +00:00
..
advisories.xml Fix the nfsserver advisory date/link. 2013-04-29 21:24:50 +00:00
authors.ent - Add more namespace declarations 2013-05-31 12:23:35 +00:00
bibliography.xml - Convert bibliographies to DB 5.0 2013-05-31 11:56:04 +00:00
catalog.xml - Upgrade DTD to DocBook 4.5, porting our custom extensions 2013-01-23 09:11:13 +00:00
commercial.consult.xml PR: www/175716 2013-04-24 17:09:32 +00:00
commercial.hardware.xml
commercial.isp.xml PR: www/175756 2013-05-09 09:07:14 +00:00
commercial.misc.xml
commercial.software.xml Kill dead links. 2012-12-21 00:23:14 +00:00
common.ent Turn on Google Analytics. 2012-12-05 18:57:14 +00:00
cvs.dtd
developers.ent My first commit: 2013-04-24 23:36:47 +00:00
docbook50.dtd - Add forgotten * repetition 2013-06-07 14:36:47 +00:00
events.dtd
events.xml
events2003.xml
events2004.xml
events2005.xml Correct Republic of Korea's country code. 2012-10-16 18:10:16 +00:00
events2006.xml
events2007.xml
events2008.xml
events2009.xml
events2010.xml
events2011.xml
events2012.xml Add BSDday Argentina 2012. 2012-10-27 20:44:23 +00:00
events2013.xml - MFH 2013-05-07 10:20:20 +00:00
freebsd.dtd - Remove some further unused leftovers 2013-04-01 08:16:09 +00:00
freebsd.ent - Port some of the customizations to DocBook 5.0 2013-05-30 20:09:44 +00:00
freebsd.sch - Backport some constraints from DocBook 5.0; this will help keeping 2013-04-04 12:11:43 +00:00
freebsd50.dtd - Add the full DocBook DTD here, since customization with parameters entities 2013-05-31 07:46:21 +00:00
gallery.dtd
header.ent - MFH 2013-05-17 18:05:43 +00:00
header.l10n.ent
html401-freebsd.dtd
ideas.dtd
iso8879.ent
l10n.ent
libcommon.xsl
man-refs.ent - Move two manpage entities to man-refs.ent 2013-05-31 13:16:53 +00:00
man-refs.pl
mirrors-local.xsl - Drop some old artifacts and go towards XML validity 2013-01-21 17:33:49 +00:00
mirrors-master.xsl - Mirrors should be linked with link now 2013-06-03 12:25:34 +00:00
mirrors.dtd - Add dtd to validate the mirrors database 2012-10-20 19:14:42 +00:00
mirrors.xml - MFH 2013-05-15 14:07:01 +00:00
multimedia.dtd
navibar.ent - MFH 2013-05-17 18:05:43 +00:00
navibar.l10n.ent
news.dtd Add ports-announce mailing list entity. 2013-01-10 22:51:44 +00:00
news.xml Add news entry that binary packages are available again. 2013-05-19 17:51:29 +00:00
notices.xml
press.dtd
press.xml Add <name> tag to latest press.xml commit. 2013-02-18 00:41:15 +00:00
README.mirrors
release.ent Update 8.4 to -RC3. 2013-05-08 15:41:03 +00:00
release.l10n.ent
sitemap.dtd
statusreport.dtd
templates.entries.xsl
templates.events.xsl Fix a syntax error. This caused a build breakage in newer libxslt which check 2013-01-09 14:45:35 +00:00
templates.events2ics.xsl
templates.news-rdf.xsl
templates.news-rss.xsl
templates.newsflash.xsl
templates.oldnewsflash.xsl
templates.oldpress.xsl
templates.pastevents.xsl Fix a syntax error. This caused a build breakage in newer libxslt which check 2013-01-09 14:45:35 +00:00
templates.press-rss.xsl
templates.press.xsl
templates.usergroups.xsl
trademarks.ent - trademark is not allowed in application so just use &trade; or &reg; 2013-06-08 17:20:50 +00:00
transtable-common.xsl
transtable-local.xsl
transtable-master.xsl
transtable.xml
urls.ent - Use absolute URLs in printed formats 2013-05-07 14:33:38 +00:00
usergroups.dtd
usergroups.xml
xhtml.xsl MSSmartTagsPreventParsing is an ancient feature and including the 2013-01-17 03:32:40 +00:00
xhtml10-freebsd.dtd
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/xml to the
  language dependent directory.  Instead, create "skeleton" *.xsl,
  which just import the master stylesheet.  *-local.xsl in share/xml
  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/xml/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/xml/transtable.xml (a dummy translation table) will be used.
  Similarly, if there is no mirrors-local.xsl in the language dependent
  directory, share/xml/mirrors-local.xsl will be used.

  That is:
                          share/xml           <langcode>/share/xml
  -----------------------------------------------------------------------
   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.