Added the new translations chapter.

This commit is contained in:
Nik Clayton 1999-07-14 22:31:29 +00:00
parent f8c9ffdd22
commit 485417e2a6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5218
9 changed files with 24 additions and 15 deletions

View file

@ -1,5 +1,5 @@
# #
# $Id: Makefile,v 1.2 1999-04-26 21:45:04 nik Exp $ # $Id: Makefile,v 1.3 1999-07-14 22:31:29 nik Exp $
# #
# Build the FreeBSD Documentation Project Primer. # Build the FreeBSD Documentation Project Primer.
# #
@ -30,6 +30,7 @@ SRCS+= the-faq/chapter.sgml
SRCS+= the-handbook/chapter.sgml SRCS+= the-handbook/chapter.sgml
SRCS+= the-website/chapter.sgml SRCS+= the-website/chapter.sgml
SRCS+= tools/chapter.sgml SRCS+= tools/chapter.sgml
SRCS+= translations/chapter.sgml
SRCS+= writing-style/chapter.sgml SRCS+= writing-style/chapter.sgml
# Entities # Entities

View file

@ -27,7 +27,7 @@
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. POSSIBILITY OF SUCH DAMAGE.
$Id: book.sgml,v 1.4 1999-07-14 19:11:09 nik Exp $ $Id: book.sgml,v 1.5 1999-07-14 22:31:28 nik Exp $
--> -->
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [ <!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
@ -56,9 +56,9 @@
<holder role="mailto:nik@FreeBSD.ORG">Nik Clayton</holder> <holder role="mailto:nik@FreeBSD.ORG">Nik Clayton</holder>
</copyright> </copyright>
<pubdate role="rcs">$Date: 1999-07-14 19:11:09 $</pubdate> <pubdate role="rcs">$Date: 1999-07-14 22:31:28 $</pubdate>
<releaseinfo>$Id: book.sgml,v 1.4 1999-07-14 19:11:09 nik Exp $</releaseinfo> <releaseinfo>$Id: book.sgml,v 1.5 1999-07-14 22:31:28 nik Exp $</releaseinfo>
<legalnotice> <legalnotice>
<para>Redistribution and use in source (SGML DocBook) and 'compiled' <para>Redistribution and use in source (SGML DocBook) and 'compiled'
@ -264,6 +264,7 @@ Password:</screen></entry>
&chap.the-faq; &chap.the-faq;
&chap.the-handbook; &chap.the-handbook;
&chap.the-website; &chap.the-website;
&chap.translations;
&chap.writing-style; &chap.writing-style;
&chap.psgml-mode; &chap.psgml-mode;
&chap.see-also; &chap.see-also;

View file

@ -6,7 +6,7 @@
Chapters should be listed in the order in which they are referenced. Chapters should be listed in the order in which they are referenced.
$Id: chapters.ent,v 1.1 1999-04-20 20:59:49 nik Exp $ $Id: chapters.ent,v 1.2 1999-07-14 22:31:29 nik Exp $
--> -->
<!ENTITY chap.overview SYSTEM "overview/chapter.sgml"> <!ENTITY chap.overview SYSTEM "overview/chapter.sgml">
@ -17,6 +17,7 @@
<!ENTITY chap.the-faq SYSTEM "the-faq/chapter.sgml"> <!ENTITY chap.the-faq SYSTEM "the-faq/chapter.sgml">
<!ENTITY chap.the-handbook SYSTEM "the-handbook/chapter.sgml"> <!ENTITY chap.the-handbook SYSTEM "the-handbook/chapter.sgml">
<!ENTITY chap.the-website SYSTEM "the-website/chapter.sgml"> <!ENTITY chap.the-website SYSTEM "the-website/chapter.sgml">
<!ENTITY chap.translations SYSTEM "translations/chapter.sgml">
<!ENTITY chap.writing-style SYSTEM "writing-style/chapter.sgml"> <!ENTITY chap.writing-style SYSTEM "writing-style/chapter.sgml">
<!ENTITY chap.psgml-mode SYSTEM "psgml-mode/chapter.sgml"> <!ENTITY chap.psgml-mode SYSTEM "psgml-mode/chapter.sgml">
<!ENTITY chap.see-also SYSTEM "see-also/chapter.sgml"> <!ENTITY chap.see-also SYSTEM "see-also/chapter.sgml">

View file

@ -1,5 +1,5 @@
# #
# $Id: Makefile,v 1.2 1999-04-26 21:45:04 nik Exp $ # $Id: Makefile,v 1.3 1999-07-14 22:31:29 nik Exp $
# #
# Build the FreeBSD Documentation Project Primer. # Build the FreeBSD Documentation Project Primer.
# #
@ -30,6 +30,7 @@ SRCS+= the-faq/chapter.sgml
SRCS+= the-handbook/chapter.sgml SRCS+= the-handbook/chapter.sgml
SRCS+= the-website/chapter.sgml SRCS+= the-website/chapter.sgml
SRCS+= tools/chapter.sgml SRCS+= tools/chapter.sgml
SRCS+= translations/chapter.sgml
SRCS+= writing-style/chapter.sgml SRCS+= writing-style/chapter.sgml
# Entities # Entities

View file

@ -27,7 +27,7 @@
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. POSSIBILITY OF SUCH DAMAGE.
$Id: book.sgml,v 1.4 1999-07-14 19:11:09 nik Exp $ $Id: book.sgml,v 1.5 1999-07-14 22:31:28 nik Exp $
--> -->
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [ <!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
@ -56,9 +56,9 @@
<holder role="mailto:nik@FreeBSD.ORG">Nik Clayton</holder> <holder role="mailto:nik@FreeBSD.ORG">Nik Clayton</holder>
</copyright> </copyright>
<pubdate role="rcs">$Date: 1999-07-14 19:11:09 $</pubdate> <pubdate role="rcs">$Date: 1999-07-14 22:31:28 $</pubdate>
<releaseinfo>$Id: book.sgml,v 1.4 1999-07-14 19:11:09 nik Exp $</releaseinfo> <releaseinfo>$Id: book.sgml,v 1.5 1999-07-14 22:31:28 nik Exp $</releaseinfo>
<legalnotice> <legalnotice>
<para>Redistribution and use in source (SGML DocBook) and 'compiled' <para>Redistribution and use in source (SGML DocBook) and 'compiled'
@ -264,6 +264,7 @@ Password:</screen></entry>
&chap.the-faq; &chap.the-faq;
&chap.the-handbook; &chap.the-handbook;
&chap.the-website; &chap.the-website;
&chap.translations;
&chap.writing-style; &chap.writing-style;
&chap.psgml-mode; &chap.psgml-mode;
&chap.see-also; &chap.see-also;

View file

@ -6,7 +6,7 @@
Chapters should be listed in the order in which they are referenced. Chapters should be listed in the order in which they are referenced.
$Id: chapters.ent,v 1.1 1999-04-20 20:59:49 nik Exp $ $Id: chapters.ent,v 1.2 1999-07-14 22:31:29 nik Exp $
--> -->
<!ENTITY chap.overview SYSTEM "overview/chapter.sgml"> <!ENTITY chap.overview SYSTEM "overview/chapter.sgml">
@ -17,6 +17,7 @@
<!ENTITY chap.the-faq SYSTEM "the-faq/chapter.sgml"> <!ENTITY chap.the-faq SYSTEM "the-faq/chapter.sgml">
<!ENTITY chap.the-handbook SYSTEM "the-handbook/chapter.sgml"> <!ENTITY chap.the-handbook SYSTEM "the-handbook/chapter.sgml">
<!ENTITY chap.the-website SYSTEM "the-website/chapter.sgml"> <!ENTITY chap.the-website SYSTEM "the-website/chapter.sgml">
<!ENTITY chap.translations SYSTEM "translations/chapter.sgml">
<!ENTITY chap.writing-style SYSTEM "writing-style/chapter.sgml"> <!ENTITY chap.writing-style SYSTEM "writing-style/chapter.sgml">
<!ENTITY chap.psgml-mode SYSTEM "psgml-mode/chapter.sgml"> <!ENTITY chap.psgml-mode SYSTEM "psgml-mode/chapter.sgml">
<!ENTITY chap.see-also SYSTEM "see-also/chapter.sgml"> <!ENTITY chap.see-also SYSTEM "see-also/chapter.sgml">

View file

@ -1,5 +1,5 @@
# #
# $Id: Makefile,v 1.2 1999-04-26 21:45:04 nik Exp $ # $Id: Makefile,v 1.3 1999-07-14 22:31:29 nik Exp $
# #
# Build the FreeBSD Documentation Project Primer. # Build the FreeBSD Documentation Project Primer.
# #
@ -30,6 +30,7 @@ SRCS+= the-faq/chapter.sgml
SRCS+= the-handbook/chapter.sgml SRCS+= the-handbook/chapter.sgml
SRCS+= the-website/chapter.sgml SRCS+= the-website/chapter.sgml
SRCS+= tools/chapter.sgml SRCS+= tools/chapter.sgml
SRCS+= translations/chapter.sgml
SRCS+= writing-style/chapter.sgml SRCS+= writing-style/chapter.sgml
# Entities # Entities

View file

@ -27,7 +27,7 @@
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. POSSIBILITY OF SUCH DAMAGE.
$Id: book.sgml,v 1.4 1999-07-14 19:11:09 nik Exp $ $Id: book.sgml,v 1.5 1999-07-14 22:31:28 nik Exp $
--> -->
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [ <!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
@ -56,9 +56,9 @@
<holder role="mailto:nik@FreeBSD.ORG">Nik Clayton</holder> <holder role="mailto:nik@FreeBSD.ORG">Nik Clayton</holder>
</copyright> </copyright>
<pubdate role="rcs">$Date: 1999-07-14 19:11:09 $</pubdate> <pubdate role="rcs">$Date: 1999-07-14 22:31:28 $</pubdate>
<releaseinfo>$Id: book.sgml,v 1.4 1999-07-14 19:11:09 nik Exp $</releaseinfo> <releaseinfo>$Id: book.sgml,v 1.5 1999-07-14 22:31:28 nik Exp $</releaseinfo>
<legalnotice> <legalnotice>
<para>Redistribution and use in source (SGML DocBook) and 'compiled' <para>Redistribution and use in source (SGML DocBook) and 'compiled'
@ -264,6 +264,7 @@ Password:</screen></entry>
&chap.the-faq; &chap.the-faq;
&chap.the-handbook; &chap.the-handbook;
&chap.the-website; &chap.the-website;
&chap.translations;
&chap.writing-style; &chap.writing-style;
&chap.psgml-mode; &chap.psgml-mode;
&chap.see-also; &chap.see-also;

View file

@ -6,7 +6,7 @@
Chapters should be listed in the order in which they are referenced. Chapters should be listed in the order in which they are referenced.
$Id: chapters.ent,v 1.1 1999-04-20 20:59:49 nik Exp $ $Id: chapters.ent,v 1.2 1999-07-14 22:31:29 nik Exp $
--> -->
<!ENTITY chap.overview SYSTEM "overview/chapter.sgml"> <!ENTITY chap.overview SYSTEM "overview/chapter.sgml">
@ -17,6 +17,7 @@
<!ENTITY chap.the-faq SYSTEM "the-faq/chapter.sgml"> <!ENTITY chap.the-faq SYSTEM "the-faq/chapter.sgml">
<!ENTITY chap.the-handbook SYSTEM "the-handbook/chapter.sgml"> <!ENTITY chap.the-handbook SYSTEM "the-handbook/chapter.sgml">
<!ENTITY chap.the-website SYSTEM "the-website/chapter.sgml"> <!ENTITY chap.the-website SYSTEM "the-website/chapter.sgml">
<!ENTITY chap.translations SYSTEM "translations/chapter.sgml">
<!ENTITY chap.writing-style SYSTEM "writing-style/chapter.sgml"> <!ENTITY chap.writing-style SYSTEM "writing-style/chapter.sgml">
<!ENTITY chap.psgml-mode SYSTEM "psgml-mode/chapter.sgml"> <!ENTITY chap.psgml-mode SYSTEM "psgml-mode/chapter.sgml">
<!ENTITY chap.see-also SYSTEM "see-also/chapter.sgml"> <!ENTITY chap.see-also SYSTEM "see-also/chapter.sgml">