Commit graph

39 commits

Author SHA1 Message Date
Gabor Kovesdan
77d737ee88 - Rename the share/sgml directories to share/xml
- Fix build errors from the next change

Approved by:	doceng (implicit)
2012-10-01 11:56:00 +00:00
Gabor Kovesdan
862c85b832 - Fix conditional parts that depend on whether we currently have beta
release(s)

Approved by:	doceng (implicit)
2012-08-24 22:04:59 +00:00
Gabor Kovesdan
2e51ec7022 - Strip unnecessary trailing spaces
Approved by:	doceng (implicit)
2012-08-21 19:16:02 +00:00
Gabor Kovesdan
06070fd5db - Remove obsolote bookinfo entry
- Add English mailing lists and glossary entity sets so that translations can
  pull them in

Approved by:	doceng (implicit)
2012-06-24 09:13:32 +00:00
Gabor Kovesdan
5cd1a51c4f - Move authors.ent since it is not really language-specific
Approved by:	doceng (implicit)
2012-06-21 18:58:03 +00:00
Gabor Kovesdan
dceceeb5c2 - Replace DTD entry to reflect the change
- Merge some entity sets

Approved by:	doceng (implicit)
2012-06-21 15:42:34 +00:00
Hiroki Sato
4fe414e55f - Move developers.sgml to the language-independent directory.
- Move files under <lang>/htdocs/share to <lang>/share.
- s/WEB_PREFIX/DOC_PREFIX/
- Update the webupdate script to use the SVN repository.
 
Approved by:	doceng (implicit)
2012-05-17 03:23:15 +00:00
Hiroki Sato
3b81966abe Split freebsd.dsl into -html, -print, and -common parts for ease
in modification.  No functionality change here.
2008-12-24 17:06:07 +00:00
Hiroki Sato
5fa082b1f8 Simplify parameter entities in doctype declaration.
Currently we have articles.ent and books.ent, and
for example, articles.ent can be used by putting the
following lines in the doctype declaration:

 <!ENTITY % articles.ent PUBLIC
            "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
 %articles.ent;

This pulls all of the necessary entities via share/sgml/articles.ent.

The translation teams can customize these entities by redefining
the articles.ent file in <langcode>/share/sgml.  See
ja_JP.eucJP/share/sgml for example.
2004-08-08 13:44:01 +00:00
Denis Peplin
2b0f6c0e65 Use &url.main; entity in place of ../../../..
Replace &url.main; -> http://www.FreeBSD.org
when URLS_ABSOLUTE is set (for release building),
and -> ../../../.. by default (for mirror sites).

Patch was slightly modified by:	hrs
Discussed with:	des, ceri, hrs, trhodes, simon
2004-05-05 12:52:48 +00:00
Simon L. B. Nielsen
4e3ea8cb33 Move the trademark entities from en_US.ISO8859-1/share/sgml to
share/sgml, since a lot of the entities are language independent, and
it makes work simpler for translators to have them in share/sgml.

The trademark.ent file contain:
 - Commonly used trademarks defined as entities for ease of use.
 - All trademark attributions defined as entities for ease of use.

Suggested by:	hrs
Approved by:	ceri (mentor)
2003-08-11 16:26:04 +00:00
Hiroki Sato
ecd26f86b1 Move ($create-refentry-xref-link$) to share/sgml/freebsd.dsl
and the localized sysids to <langcode>/share/sgml/catalog.

Since <langcode>/share/sgml/freebsd.dsl still include some
language-neutral parameters and procedures for printable formats,
I will work on assorting them similarly.  I am sorry that
this (and probably the next) commit may break the translation
team's usual update procedure, but you can merge the language-specific
freebsd.dsl from the English version as before.

Discussed on:	-doc
2003-05-22 15:03:50 +00:00
Hiroki Sato
4f8b26641c - Add WITH_DOCFORMAT_NAVI_LINK to mk/doc.docbook.mk and
enable it in en_US.ISO8859-1/ and ja_JP.eucJP/.

- Add PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
  and l10n.ent for entity localization.

- Use share/misc/docbook.css for indentiation of <programlisting>
  and <screen>.

- Add some missing $FreeBSD$.
2003-04-19 11:39:30 +00:00
Jesus Rodriguez Cuesta
e5d681aea8 Fix spanish handbook build using a local mailing-lists.ent file. 2002-10-31 20:21:01 +00:00
Sebastien Gioria
f5c785899a Adding some french definitions for building relnotes on RELENG_4 2002-10-19 14:59:26 +00:00
Mario Sergio Fujikawa Ferreira
166d8f9d41 Add all PTBR specific entries in order to silence some warnings
when building documentation

Approved by:	phantom (mentor)
2002-09-24 13:44:07 +00:00
Marc Fonvieille
fc1bd3af83 Addition of Italian entities
PR:		docs/42926
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2002-09-22 10:31:23 +00:00
Alexey Zelkin
9b6ca7453f Move non-committers email address entities (re, faq, etc.) into
own entities file (teams.ent)
2002-02-06 17:05:51 +00:00
Mario Sergio Fujikawa Ferreira
57c4970c1a Add entries for Brazilian Portuguese translation
Approved by:		phantom (mentor)
Reviewed by:		keramida
2002-01-28 20:21:03 +00:00
Murray Stokely
2a18b45f52 Move the newsgroup entities out of the Handbook directory and create a
catalog entry for them.  These entities are not specific to the
Handbook.
2001-09-18 04:14:44 +00:00
Dima Dorfman
ff522925e3 authors.ent has been moved to en_US.ISO8859-1/share/sgml/authors.ent.
The file is hardly Handbook-specific.

Repo-copy by:	jdp
2001-08-25 22:02:08 +00:00
Jesus Rodriguez Cuesta
90a98f9d06 Create BookInfo and stylesheets spanish specific entities 2001-08-05 19:40:38 +00:00
Chris Costello
5881b7b9ec Remove "Mailing List Entities" from this catalog file, as it belongs in
the individual doc/<lang>/share/sgml/catalog files.
2001-06-21 02:56:51 +00:00
Andrey A. Chernov
f749b200c1 ISO_* -> ISO* rename 2001-06-11 01:20:40 +00:00
Dima Dorfman
786c87df58 Introduce &os;, &os.current;, and &os.stable; entities. The names
should speak for themselves.  Using these will significantly improve
consistency through the doc tree.  Right now--before most of the
documents use these--there are five or six different spellings of
"FreeBSD-STABLE", even in the same document!  &os; was added for
completeness.

Approved by:	-doc
2001-06-08 01:12:28 +00:00
Nik Clayton
cfce6aed38 Add an FPI for the FreeBSD/DocBook 4.1 DTD. 2001-02-20 19:10:47 +00:00
Alexander Langer
81329ff230 Use a document independent list of translators.
Obtained from:	FreeBSD German Documentation Project
Obtained from:	FreeBSD French Documentation Project
2001-01-06 18:39:27 +00:00
Alexander Langer
0e17cb35be Add entries for the German translation. 2001-01-06 18:26:46 +00:00
Jim Mock
78991380db Add the cvs-committers and developers mailing lists to the Who's Who
section of the committer's guide.  While I'm here, change some
instances of freebsd.org to FreeBSD.org.

Submitted by:	obrien
2000-12-05 21:39:14 +00:00
Neil Blakey-Milner
1c78f1c07d a) "Fix" out-of-tree builds by not hard-coding locations of dsl files
with SYSTEM, and using instead PUBLIC entities gained from the catalog
in the directory of the language the document belongs to, or the
language-neutral entity.  Now we always use default.dsl as our dsl
master, and it grabs the necessary magic from the catalogs.

b) Fix the always-out-of-date imagelib problem with some make(1)-fu.

Approved by:	nik (ages ago)
2000-09-28 23:29:48 +00:00
Alexey Zelkin
7e1cea278c Add in first Russian FPI (bookinfo) 2000-07-08 16:31:28 +00:00
Nik Clayton
d71066fb87 Knew I'd miss something. Add in entities for French <abstract> and
<artheader> elements.
1999-11-14 17:57:31 +00:00
Peter Wemm
5ff728b8ca $Id$ -> $FreeBSD$ 1999-09-06 06:53:43 +00:00
Nik Clayton
bd57358d83 Add a new FPI for the authors.ent file, so that it can be referenced
by different documentation.

Add 3 new FPIs for the French translations.  They're not in the tree
yet, but they will be soon.
1999-09-03 17:08:00 +00:00
Nik Clayton
7fc8947ce8 The new Makefile framework. Does the right thing (pretty much) except
in the case of */FAQ/Makefile, because the FAQs are all in the wrong
place.  Things still install properly, but some of the directory paths
are hardcoded.  This will be going away ASAP.
1999-08-16 22:09:20 +00:00
Nik Clayton
73d9f92018 Change the FPI to show this is now a DocBook 3.1 based extension. 1999-06-03 19:35:48 +00:00
Nik Clayton
c70f469739 Added many comments explaining what this file is and what it should
contain.

Define an FPI for ../../en/share/sgml/bookinfo.ent.  Explain how to add
other language specific FPIs.
1999-05-05 20:14:34 +00:00
Nik Clayton
62a7d13816 Created a new set of entities for manual pages.
The construct:

    <citerefentry>
      <refentrytitle>foobar</refentrytitle>
      <manvolnum>1</manvolnum>
    </citerefentry>

is a pain to type, and messes up the pretty-printing of the source code.
Replace every occurence of a entry like that with:

    &man.foobar.1;

Adjusting the manual page name and section number appropriately.

The definitions for these entities are stored in man-refs.ent. This
file is in doc/share/sgml because it is not just specific to the Handbook.
I expect the DocBook'd FAQ and Tutorials (coming RSN) to use them as
well.

A new PUBLIC identifier has been created for these entities, and added to
the catalog file.
1999-03-07 16:32:22 +00:00
Nik Clayton
99901d638a Move doc/sgml/* to doc/share/sgml/*, so it better follows the layout of
Doc. Proj. related ports under $PREFIX/share. Update en/handbook/Makefile
with the new paths.

Didn't seem worthwhile to do a repository copy for only three files moved.
1999-01-25 21:58:59 +00:00
Renamed from sgml/catalog (Browse further)