doc/share/xml
Eitan Adler 798defac47 stats: revert r51804
Due to incomplete testing I hadn't noticed that this actually generated
"&&" rather than "&&" in the output. Revert for now while I
solicit some help getting this done right.
2018-06-20 01:07:56 +00:00
..
advisories.xml Add today's advisories. 2018-05-08 17:24:52 +00:00
authors.ent Adding myself as a new committer 2018-05-23 19:31:49 +00:00
bibliography.xml
catalog-cwd.xml
catalog.xml
commercial.consult.xml consult: remove bad link 2018-06-04 00:11:02 +00:00
commercial.hardware.xml hardware: remove some dead entries 2017-12-10 17:35:04 +00:00
commercial.isp.xml switch to HTTPS 2018-06-14 17:46:00 +00:00
commercial.misc.xml misc: remove some dead entries 2017-12-10 17:25:15 +00:00
commercial.software.xml Remove Vembu from the commercial software page per their request. 2017-12-13 14:23:36 +00:00
common.ent
cvs.dtd
docbook-epub.css.xml
docbook50.dtd
empty.xsl
events.dtd
events.xml Create a new events page for 2018 by copying the 2017 events page 2017-12-31 18:14:23 +00:00
events2003.xml
events2004.xml switch to HTTPS for people.freebsd.org 2017-10-01 11:47:58 +00:00
events2005.xml
events2006.xml switch to HTTPS for people.freebsd.org 2017-10-01 11:47:58 +00:00
events2007.xml
events2008.xml
events2009.xml
events2010.xml
events2011.xml
events2012.xml
events2013.xml
events2014.xml
events2015.xml
events2016.xml
events2017.xml
events2018.xml Add MeetBSD California 2018 preliminary announcement. 2018-05-15 07:13:48 +00:00
fo.titlepage.xml
freebsd-common.xsl
freebsd-dblatex.xsl
freebsd-epub.xsl
freebsd-fo-cjk.xsl
freebsd-fo-titlepage.xsl
freebsd-fo.xsl switch to HTTPS 2017-09-29 10:05:20 +00:00
freebsd-pgpkeyring.xsl
freebsd-xhtml-chunk.xsl
freebsd-xhtml-common.xsl change download links from ftp to download.freebsd.org 2017-10-01 12:05:26 +00:00
freebsd-xhtml-titlepage.xsl
freebsd-xhtml.xsl
freebsd.dtd
freebsd.ent Revert previous commit until the 11.2-R release. 2018-05-26 15:56:44 +00:00
freebsd.sch freebsd.sch: fix tyop in error message 2018-06-17 03:01:55 +00:00
freebsd50.dtd
freebsd50.rnc
gallery.dtd
header.ent stats: revert r51804 2018-06-20 01:07:56 +00:00
header.l10n.ent
html401-freebsd.dtd
ideas.dtd
iso8879.ent
l10n-common.ent
libcommon.xsl
man-refs.ent Add missing manual page references from 12-CURRENT. 2018-05-08 15:29:41 +00:00
man-refs.pl
mirrors-local.xsl
mirrors-master.xsl
mirrors.dtd
mirrors.xml switch to HTTPS 2017-09-29 10:05:20 +00:00
multimedia.dtd
navibar.ent Community: make "newsgroups" a direct reference 2018-06-18 08:14:27 +00:00
navibar.l10n.ent
news.dtd
news.xml Announce National FreeBSD Day, with FreeBSD turning 25 years old today. 2018-06-19 10:17:53 +00:00
notices.xml Add today's advisories. 2018-05-08 17:24:52 +00:00
press.dtd
press.xml Fix markup for Synergy SKY press entry 2018-02-13 04:10:45 +00:00
README.mirrors
release.ent Switch download URLs to 11.2-RC3. 2018-06-16 16:11:49 +00:00
release.l10n.ent
sitemap.dtd
statusreport.dtd Allow per-category intro text in quarterly status reports 2017-09-17 21:33:02 +00:00
templates.entries.xsl
templates.events.xsl
templates.events2ics.xsl switch to HTTPS 2017-09-29 10:05:20 +00:00
templates.news-rdf.xsl switch to HTTPS 2017-09-29 10:05:20 +00:00
templates.news-rss.xsl switch to HTTPS 2017-09-29 10:05:20 +00:00
templates.newsflash.xsl
templates.oldnewsflash.xsl
templates.oldpress.xsl
templates.pastevents.xsl
templates.press-rss.xsl switch to HTTPS 2017-09-29 10:05:20 +00:00
templates.press.xsl
templates.usergroups.xsl
trademarks.ent Update the list of supported architectures. 2018-06-13 14:55:04 +00:00
transtable-common.xsl
transtable-local.xsl
transtable-master.xsl
transtable.xml
urls.ent relaydelay: wave goodbye 2017-12-12 02:18:20 +00:00
usergroups.dtd
usergroups.xml Add Warsaw, Poland user group. 2018-05-22 07:29:23 +00:00
xhtml.titlepage.xml
xhtml.xsl stats: revert r51804 2018-06-20 01:07:56 +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.