doc/share/xml
Gavin Atkinson 90dc359c91 - Adobe now own the Flash registered trademark.
- We don't use the Shockwave trademark anywhere any more, GC it
- We don't use the SPARCengine trademark anywhere any more, GC it
- Flag trademark entries which are no longer used in the en_US
  documentation, but continue to be used in other translations.
2013-10-08 17:28:07 +00:00
..
advisories.xml Fix the length calculation for the final block of a sendfile(2) 2013-09-10 10:31:23 +00:00
authors.ent - Add my entity and insert myself as a developer 2013-09-24 03:25:00 +00:00
bibliography.xml
catalog
catalog-cwd.xml
catalog.xml Merge the projects/entities branch into head/ 2013-07-09 21:15:47 +00:00
commercial.consult.xml PR: www/181776 2013-09-09 13:16:03 +00:00
commercial.hardware.xml
commercial.isp.xml
commercial.misc.xml
commercial.software.xml
common.ent
cvs.dtd
default.dsl
events.dtd
events.xml Add some events for the next year. 2013-10-04 21:23:22 +00:00
events2003.xml
events2004.xml
events2005.xml
events2006.xml
events2007.xml
events2008.xml
events2009.xml
events2010.xml
events2011.xml
events2012.xml
events2013.xml Sorry, the &netbsd; entity doesn't appear to exist. Hopefully fixed quickly 2013-10-04 21:54:14 +00:00
events2014.xml Replace occurrences of FreeBSD with &os;, and fix a typo. 2013-10-04 21:50:48 +00:00
freebsd-common.dsl
freebsd-print.dsl
freebsd.dsl
freebsd.dtd
freebsd.ent Merge the projects/entities branch into head/ 2013-07-09 21:15:47 +00:00
freebsd.sch - Remove constraint on table column numbers since it did not take into 2013-07-26 09:54:13 +00:00
freebsd45.dtd
gallery.dtd
header.ent Add links to the FDP Primer and the Books and Articles Online to the 2013-06-25 23:46:46 +00:00
header.l10n.ent
html401-freebsd.dtd
ideas.dtd
iso8879.ent
l10n.ent
libcommon.xsl
man-refs.ent
man-refs.pl
mirrors-local.xsl
mirrors-master.xsl
mirrors.dtd
mirrors.xml - Remove the ie mirror as requested on hubs@ 2013-09-27 07:52:16 +00:00
multimedia.dtd
navibar.ent Add a link to the documentation archive on the Documentation navigation 2013-07-02 13:55:18 +00:00
navibar.l10n.ent
news.dtd Add a macro for the freebsd-current mailing list. 2013-09-13 20:25:47 +00:00
news.xml Announce 10.0-ALPHA5. 2013-10-07 20:13:43 +00:00
notices.xml Add two latest advisories: 2013-08-22 01:12:09 +00:00
press.dtd
press.xml
README.mirrors
release.ent Switch to ALPHA5. 2013-10-07 20:11:13 +00:00
release.l10n.ent
sitemap.dtd
spellcheck.dsl
statusreport.dtd
templates.entries.xsl
templates.events.xsl Remove Upcoming links from our events pages. Upcoming was a Yahoo! 2013-07-09 08:32:42 +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
templates.press-rss.xsl
templates.press.xsl
templates.usergroups.xsl
trademarks.ent - Adobe now own the Flash registered trademark. 2013-10-08 17:28:07 +00:00
transtable-common.xsl
transtable-local.xsl
transtable-master.xsl
transtable.xml
urls.ent
usergroups.dtd
usergroups.xml
xhtml.xsl Merge the projects/entities branch into head/ 2013-07-09 21:15:47 +00:00
xhtml10-freebsd.dtd Merge the projects/entities branch into head/ 2013-07-09 21:15:47 +00:00
xslt10-freebsd.dtd Merge the projects/entities branch into head/ 2013-07-09 21:15:47 +00:00
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.