- Fix the make lint (validate) target
This commit is contained in:
parent
93981f50ba
commit
5086b7db96
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=39745
99 changed files with 498 additions and 237 deletions
da_DK.ISO8859-1/share/xml
de_DE.ISO8859-1/share/xml
el_GR.ISO8859-7/share/xml
entities.entfreebsd.entl10n.entmailing-lists.entnewsgroups.entteams.enttrademarks.enttranslators.enturls.ent
en_US.ISO8859-1/share/xml
es_ES.ISO8859-1/share/xml
entities.entes-mailing-lists.entl10n.entmailing-lists.entnewsgroups.entteams.enttrademarks.enttranslators.ent
fr_FR.ISO8859-1/share/xml
abstract.entartheader.ententities.entmailing-lists.entnewsgroups.entteams.enttrademarks.enttranslators.enturls.ent
hu_HU.ISO8859-2/share/xml
entities.entfreebsd.entl10n.entmailing-lists.entnewsgroups.entteams.enttrademarks.enttranslators.ent
it_IT.ISO8859-15/share/xml
ja_JP.eucJP/share/xml
mn_MN.UTF-8/share/xml
nl_NL.ISO8859-1/share/xml
pl_PL.ISO8859-2/share/xml
pt_BR.ISO8859-1/share/xml
ru_RU.KOI8-R/share/xml
sr_YU.ISO8859-2/share/xml
tr_TR.ISO8859-9/share/xml
zh_CN.GB2312/share/xml
zh_TW.Big5/share/xml
|
@ -1,21 +1,30 @@
|
||||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!-- $FreeBSD$ -->
|
<!-- $FreeBSD$ -->
|
||||||
|
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%authors;
|
%authors;
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%man;
|
%man;
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//DK">
|
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//DK"
|
||||||
|
"translators.ent">
|
||||||
%translators;
|
%translators;
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
|
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||||
|
"l10n.ent">
|
||||||
%l10n;
|
%l10n;
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//DK">
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//DK"
|
||||||
|
"mailing-lists.ent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//DK">
|
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//DK"
|
||||||
|
"newsgroups.ent">
|
||||||
%newsgroups;
|
%newsgroups;
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//DK">
|
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//DK"
|
||||||
|
"teams.ent">
|
||||||
%teams;
|
%teams;
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
Navne på FreeBSD mailing lister og relateret software.
|
Navne på FreeBSD mailing lister og relateret software.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
Navne på FreeBSD nyhedsgrupper
|
Navne på FreeBSD nyhedsgrupper
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
Navne og email adresser på de teams af folk der arbejder
|
Navne og email adresser på de teams af folk der arbejder
|
||||||
på specifikke opgaver. Normalt er de bare mail aliaser der
|
på specifikke opgaver. Normalt er de bare mail aliaser der
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
The FreeBSD Dannish Documentation Project
|
The FreeBSD Dannish Documentation Project
|
||||||
|
|
|
@ -4,29 +4,39 @@
|
||||||
basiert auf: 1.1
|
basiert auf: 1.1
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%man;
|
%man;
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//DE">
|
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//DE"
|
||||||
|
"translators.ent">
|
||||||
%translators;
|
%translators;
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%authors;
|
%authors;
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN">
|
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%teams;
|
%teams;
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//DE">
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//DE"
|
||||||
|
"mailing-lists.ent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN">
|
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%newsgroups;
|
%newsgroups;
|
||||||
<!ENTITY % de-trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//DE">
|
<!ENTITY % de-trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//DE"
|
||||||
|
"trademarks.ent">
|
||||||
%de-trademarks;
|
%de-trademarks;
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
|
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||||
|
"l10n.ent">
|
||||||
%l10n;
|
%l10n;
|
||||||
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
||||||
%l10n-common;
|
"nonexistent">
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
|
||||||
%urls;
|
%urls;
|
||||||
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//DE">
|
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//DE"
|
||||||
|
"glossary.ent">
|
||||||
%glossary;
|
%glossary;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!-- -*- sgml -*-
|
<!-- -*- sgml -*-
|
||||||
DocBook Language Specific Entities for Localization (en).
|
DocBook Language Specific Entities for Localization (en).
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
Namen der FreeBSD Mailinglisten und verwandter Software
|
Namen der FreeBSD Mailinglisten und verwandter Software
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
Namen der FreeBSD-Newsgroups
|
Namen der FreeBSD-Newsgroups
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
Names and email address of teams of people working on specified
|
Names and email address of teams of people working on specified
|
||||||
tasks. Usally they're just mail aliases set up at hub.FreeBSD.org
|
tasks. Usally they're just mail aliases set up at hub.FreeBSD.org
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
Trademark Legend, as required by The Open Group, Sun, etc..
|
Trademark Legend, as required by The Open Group, Sun, etc..
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
The FreeBSD German Documentation Project
|
The FreeBSD German Documentation Project
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-7"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Ορισμοί από entities που είναι χρήσιμοι σε όλα τα βιβλία του καταλόγου
|
Ορισμοί από entities που είναι χρήσιμοι σε όλα τα βιβλία του καταλόγου
|
||||||
|
@ -12,50 +13,66 @@
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
|
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||||
|
"l10n.ent">
|
||||||
%l10n;
|
%l10n;
|
||||||
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
|
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//EL"
|
||||||
%l10n-common;
|
"translators.ent">
|
||||||
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//EL">
|
|
||||||
%translators;
|
%translators;
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EL">
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EL"
|
||||||
|
"mailing-lists.ent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EL">
|
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EL"
|
||||||
|
"teams.ent">
|
||||||
%teams;
|
%teams;
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EL">
|
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EL"
|
||||||
|
"newsgroups.ent">
|
||||||
%newsgroups;
|
%newsgroups;
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%man;
|
%man;
|
||||||
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//EL">
|
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//EL"
|
||||||
|
"glossary.ent">
|
||||||
%glossary;
|
%glossary;
|
||||||
|
|
||||||
<!-- Η σειρά των %freebsd.el; και %freebsd; είναι σημαντική.
|
<!-- Η σειρά των %freebsd.el; και %freebsd; είναι σημαντική.
|
||||||
Προτεραιότητα έχουν τα entities που ορίζονται πρώτα. Πρώτα ορίζονται
|
Προτεραιότητα έχουν τα entities που ορίζονται πρώτα. Πρώτα ορίζονται
|
||||||
όσα έχουν μεταφραστεί στα Ελληνικά, τα υπόλοιπα έρχονται από την
|
όσα έχουν μεταφραστεί στα Ελληνικά, τα υπόλοιπα έρχονται από την
|
||||||
Αγγλική έκδοση -->
|
Αγγλική έκδοση -->
|
||||||
<!ENTITY % freebsd.el PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EL">
|
<!ENTITY % freebsd.el PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EL"
|
||||||
|
"freebsd.ent">
|
||||||
%freebsd.el;
|
%freebsd.el;
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EL"
|
||||||
|
"freebsd.ent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
"nonexistent">
|
||||||
|
%freebsd;
|
||||||
|
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%authors;
|
%authors;
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EL">
|
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EL"
|
||||||
|
"teams.ent">
|
||||||
%teams;
|
%teams;
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EL">
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EL"
|
||||||
|
"mailing-lists.ent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EL">
|
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EL"
|
||||||
|
"newsgroups.ent">
|
||||||
%newsgroups;
|
%newsgroups;
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EL">
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EL"
|
||||||
|
"trademarks.ent">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
|
|
||||||
<!-- Η σειρά των %urls.el; και %urls; είναι σημαντική.
|
<!-- Η σειρά των %urls.el; και %urls; είναι σημαντική.
|
||||||
Προτεραιότητα έχουν τα entities που ορίζονται πρώτα. Πρώτα ορίζονται
|
Προτεραιότητα έχουν τα entities που ορίζονται πρώτα. Πρώτα ορίζονται
|
||||||
όσα έχουν μεταφραστεί στα Ελληνικά, τα υπόλοιπα έρχονται από την
|
όσα έχουν μεταφραστεί στα Ελληνικά, τα υπόλοιπα έρχονται από την
|
||||||
Αγγλική έκδοση -->
|
Αγγλική έκδοση -->
|
||||||
<!ENTITY % urls.el PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EL">
|
<!ENTITY % urls.el PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EL"
|
||||||
|
"urls.ent">
|
||||||
%urls.el;
|
%urls.el;
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%urls;
|
%urls;
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-7"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Διάφορα DocBook Entities για το FreeBSD Project.
|
Διάφορα DocBook Entities για το FreeBSD Project.
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-7"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Παραμετροποίηση των στοιχείων πλοήγησης και του HTML charset της τεκμηρίωσης
|
Παραμετροποίηση των στοιχείων πλοήγησης και του HTML charset της τεκμηρίωσης
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-7"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Ονόματα από τις λίστες ηλεκτρονικού ταχυδρομείου του FreeBSD,
|
Ονόματα από τις λίστες ηλεκτρονικού ταχυδρομείου του FreeBSD,
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-7"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Ονόματα Ομάδων Συζητήσεων Usenet για το FreeBSD
|
Ονόματα Ομάδων Συζητήσεων Usenet για το FreeBSD
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-7"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Τα ονόματα και οι διευθύσεις των ομάδων που έχουν συγκεκριμένη
|
Τα ονόματα και οι διευθύσεις των ομάδων που έχουν συγκεκριμένη
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-7"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Λίστα κατοχυρωμένων συμβόλων και εμπορικών συμβόλων, όπως απατείται
|
Λίστα κατοχυρωμένων συμβόλων και εμπορικών συμβόλων, όπως απατείται
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-7"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Ονόματα και διευθύνσεις ηλεκτρονικής αλληλογραφίας των μελών της
|
Ονόματα και διευθύνσεις ηλεκτρονικής αλληλογραφίας των μελών της
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-7"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
URLs που έχουν σχέση μόνο με την Ελληνική Τεκμηρίωση του FreeBSD.
|
URLs που έχουν σχέση μόνο με την Ελληνική Τεκμηρίωση του FreeBSD.
|
||||||
|
|
|
@ -3,23 +3,30 @@
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||||
"l10n.ent">
|
"l10n.ent">
|
||||||
%l10n;
|
%l10n;
|
||||||
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
||||||
%l10n-common;
|
"man.ent">
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
|
||||||
%man;
|
%man;
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
|
"freebsd.ent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//EN">
|
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//EN"
|
||||||
|
"glossary.ent">
|
||||||
%glossary;
|
%glossary;
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
||||||
|
"authors.ent">
|
||||||
%authors;
|
%authors;
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN">
|
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN"
|
||||||
|
"teams.ent">
|
||||||
%teams;
|
%teams;
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN">
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN"
|
||||||
|
"mailing-lists.ent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN">
|
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN"
|
||||||
|
"newsgroups.ent">
|
||||||
%newsgroups;
|
%newsgroups;
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN"
|
||||||
|
"trademarks.ent">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
||||||
|
"urls.ent">
|
||||||
%urls;
|
%urls;
|
||||||
|
|
|
@ -2,29 +2,39 @@
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
|
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||||
|
"l10n.ent">
|
||||||
%l10n;
|
%l10n;
|
||||||
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
||||||
%l10n-common;
|
"nonexistent">
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
|
||||||
%man;
|
%man;
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%authors;
|
%authors;
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//ES">
|
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//ES"
|
||||||
|
"teams.ent">
|
||||||
%teams;
|
%teams;
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//ES">
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//ES"
|
||||||
|
"mailing-lists.ent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
<!ENTITY % es-mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Spanish Mailing List Entities//ES">
|
<!ENTITY % es-mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Spanish Mailing List Entities//ES"
|
||||||
|
"es-mailing-lists.ent">
|
||||||
%es-mailing-lists;
|
%es-mailing-lists;
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//ES">
|
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//ES"
|
||||||
|
"newsgroups.ent">
|
||||||
%newsgroups;
|
%newsgroups;
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//ES">
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//ES"
|
||||||
|
"trademarks.ent">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//ES">
|
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//ES"
|
||||||
|
"translators.ent">
|
||||||
%translators;
|
%translators;
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%urls;
|
%urls;
|
||||||
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//ES">
|
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//ES"
|
||||||
|
"glossary.ent">
|
||||||
%glossary;
|
%glossary;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
Listas de correo oficiales de FreeBSD en castellano.
|
Listas de correo oficiales de FreeBSD en castellano.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!-- -*- sgml -*-
|
<!-- -*- sgml -*-
|
||||||
DocBook Language Specific Entities for Localization (es).
|
DocBook Language Specific Entities for Localization (es).
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
Nombres de las listas de correo de FreeBSD y software relacionado.
|
Nombres de las listas de correo de FreeBSD y software relacionado.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
Nombres de los grupos de noticias de FreeBSD
|
Nombres de los grupos de noticias de FreeBSD
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
Names and email address of teams of people working on specified
|
Names and email address of teams of people working on specified
|
||||||
tasks. Usally they're just mail aliases set up at hub.FreeBSD.org
|
tasks. Usally they're just mail aliases set up at hub.FreeBSD.org
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
Trademark Legend, as required by The Open Group, Sun, etc..
|
Trademark Legend, as required by The Open Group, Sun, etc..
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Spanish Documentation Project
|
The FreeBSD Spanish Documentation Project
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
The FreeBSD French Documentation Project
|
The FreeBSD French Documentation Project
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
The FreeBSD French Documentation Project
|
The FreeBSD French Documentation Project
|
||||||
|
|
|
@ -2,37 +2,50 @@
|
||||||
Original revision: 1.2
|
Original revision: 1.2
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
|
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||||
|
"l10n.ent">
|
||||||
%l10n;
|
%l10n;
|
||||||
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
|
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//FR"
|
||||||
%l10n-common;
|
"translators.ent">
|
||||||
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//FR">
|
|
||||||
%translators;
|
%translators;
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//FR">
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//FR"
|
||||||
|
"mailing-lists.ent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//FR">
|
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//FR"
|
||||||
|
"teams.ent">
|
||||||
%teams;
|
%teams;
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//FR">
|
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//FR"
|
||||||
|
"newsgroups.ent">
|
||||||
%newsgroups;
|
%newsgroups;
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%man;
|
%man;
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%authors;
|
%authors;
|
||||||
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//FR">
|
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//FR"
|
||||||
|
"glossary.ent">
|
||||||
%glossary;
|
%glossary;
|
||||||
<!--
|
<!--
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN">
|
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%teams;
|
%teams;
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN">
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN">
|
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%newsgroups;
|
%newsgroups;
|
||||||
-->
|
-->
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//FR">
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//FR"
|
||||||
|
"urls.ent">
|
||||||
%urls;
|
%urls;
|
||||||
<!ENTITY % urls-en PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
<!ENTITY % urls-en PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%urls-en;
|
%urls-en;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
The FreeBSD French Documentation Project
|
The FreeBSD French Documentation Project
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
The FreeBSD French Documentation Project
|
The FreeBSD French Documentation Project
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
The FreeBSD French Documentation Project
|
The FreeBSD French Documentation Project
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
The FreeBSD French Documentation Project
|
The FreeBSD French Documentation Project
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
The FreeBSD French Documentation Project
|
The FreeBSD French Documentation Project
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
The FreeBSD French Documentation Project
|
The FreeBSD French Documentation Project
|
||||||
|
|
|
@ -5,27 +5,36 @@
|
||||||
%SRCID% 1.2
|
%SRCID% 1.2
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
|
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||||
|
"l10n.ent">
|
||||||
%l10n;
|
%l10n;
|
||||||
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
||||||
%l10n-common;
|
"nonexistent">
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
|
||||||
%man;
|
%man;
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//HU">
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//HU"
|
||||||
|
"freebsd.ent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%authors;
|
%authors;
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//HU">
|
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//HU"
|
||||||
|
"teams.ent">
|
||||||
%teams;
|
%teams;
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//HU">
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//HU"
|
||||||
|
"mailing-lists.ent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//HU">
|
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//HU"
|
||||||
|
"newsgroups.ent">
|
||||||
%newsgroups;
|
%newsgroups;
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//HU">
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//HU"
|
||||||
|
"trademarks.ent">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//HU">
|
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//HU"
|
||||||
|
"translators.ent">
|
||||||
%translators;
|
%translators;
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%urls;
|
%urls;
|
||||||
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//HU">
|
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//HU"
|
||||||
|
"glossary.ent">
|
||||||
%glossary;
|
%glossary;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-2"?>
|
||||||
<!-- -*- sgml -*-
|
<!-- -*- sgml -*-
|
||||||
DocBook Miscellaneous FreeBSD Entities.
|
DocBook Miscellaneous FreeBSD Entities.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-2"?>
|
||||||
<!-- -*- sgml -*-
|
<!-- -*- sgml -*-
|
||||||
DocBook Language Specific Entities for Localization (hu).
|
DocBook Language Specific Entities for Localization (hu).
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-2"?>
|
||||||
<!--
|
<!--
|
||||||
Names of FreeBSD mailing lists and related software.
|
Names of FreeBSD mailing lists and related software.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-2"?>
|
||||||
<!--
|
<!--
|
||||||
Names of FreeBSD newsgroups
|
Names of FreeBSD newsgroups
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-2"?>
|
||||||
<!--
|
<!--
|
||||||
Names and email address of teams of people working on specified
|
Names and email address of teams of people working on specified
|
||||||
tasks. Usally they're just mail aliases set up at hub.FreeBSD.org
|
tasks. Usally they're just mail aliases set up at hub.FreeBSD.org
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-2"?>
|
||||||
<!--
|
<!--
|
||||||
Trademark Legend, as required by The Open Group, Sun, etc..
|
Trademark Legend, as required by The Open Group, Sun, etc..
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-2"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Hungarian Documentation Project
|
The FreeBSD Hungarian Documentation Project
|
||||||
|
|
||||||
|
|
|
@ -4,29 +4,39 @@
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
|
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||||
|
"l10n.ent">
|
||||||
%l10n;
|
%l10n;
|
||||||
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
||||||
%l10n-common;
|
"nonexistent">
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
|
||||||
%man;
|
%man;
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%authors;
|
%authors;
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN">
|
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%teams;
|
%teams;
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//IT">
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//IT"
|
||||||
|
"mailing-lists.ent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN">
|
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%newsgroups;
|
%newsgroups;
|
||||||
<!ENTITY % it-trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//IT">
|
<!ENTITY % it-trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//IT"
|
||||||
|
"trademarks.ent">
|
||||||
%it-trademarks;
|
%it-trademarks;
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%urls;
|
%urls;
|
||||||
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//IT">
|
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//IT"
|
||||||
|
"translators.ent">
|
||||||
%translators;
|
%translators;
|
||||||
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//IT">
|
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//IT"
|
||||||
|
"glossary.ent">
|
||||||
%glossary;
|
%glossary;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-15"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Italian Documentation Project
|
The FreeBSD Italian Documentation Project
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-15"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Italian Documentation Project
|
The FreeBSD Italian Documentation Project
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-15"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Italian Documentation Project
|
The FreeBSD Italian Documentation Project
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-15"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Italian Documentation Project
|
The FreeBSD Italian Documentation Project
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="euc-jp"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
The FreeBSD Japanese Documentation Project
|
The FreeBSD Japanese Documentation Project
|
||||||
|
|
|
@ -1,38 +1,51 @@
|
||||||
<!-- $FreeBSD$ -->
|
<!-- $FreeBSD$ -->
|
||||||
|
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
|
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||||
|
"l10n.ent">
|
||||||
%l10n;
|
%l10n;
|
||||||
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
||||||
%l10n-common;
|
"nonexistent">
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
|
||||||
%man;
|
%man;
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
<!ENTITY % authors-ja PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//JA">
|
<!ENTITY % authors-ja PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//JA"
|
||||||
|
"authors.ent">
|
||||||
%authors-ja;
|
%authors-ja;
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%authors;
|
%authors;
|
||||||
<!ENTITY % teams-ja PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//JA">
|
<!ENTITY % teams-ja PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//JA"
|
||||||
|
"teams.ent">
|
||||||
%teams-ja;
|
%teams-ja;
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN">
|
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%teams;
|
%teams;
|
||||||
<!ENTITY % mailing-lists-ja PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//JA">
|
<!ENTITY % mailing-lists-ja PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//JA"
|
||||||
|
"mailing-lists.ent">
|
||||||
%mailing-lists-ja;
|
%mailing-lists-ja;
|
||||||
<!--
|
<!--
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN">
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
-->
|
-->
|
||||||
<!ENTITY % newsgroups-ja PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//JA">
|
<!ENTITY % newsgroups-ja PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//JA"
|
||||||
|
"newsgroups.ent">
|
||||||
%newsgroups-ja;
|
%newsgroups-ja;
|
||||||
<!--
|
<!--
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN">
|
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%newsgroups;
|
%newsgroups;
|
||||||
-->
|
-->
|
||||||
<!ENTITY % trademarks-ja PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//JA">
|
<!ENTITY % trademarks-ja PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//JA"
|
||||||
|
"trademarks.ent">
|
||||||
%trademarks-ja;
|
%trademarks-ja;
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%urls;
|
%urls;
|
||||||
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//EN">
|
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%glossary;
|
%glossary;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="euc-jp"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
The FreeBSD Japanese Documentation Project
|
The FreeBSD Japanese Documentation Project
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="euc-jp"?>
|
||||||
<!--
|
<!--
|
||||||
Names of FreeBSD newsgroups
|
Names of FreeBSD newsgroups
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="euc-jp"?>
|
||||||
<!--
|
<!--
|
||||||
Names and email address of teams of people working on specified
|
Names and email address of teams of people working on specified
|
||||||
tasks. Usally they're just mail aliases set up at hub.FreeBSD.org
|
tasks. Usally they're just mail aliases set up at hub.FreeBSD.org
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="euc-jp"?>
|
||||||
<!--
|
<!--
|
||||||
Trademark Legend, as required by The Open Group, Sun, etc..
|
Trademark Legend, as required by The Open Group, Sun, etc..
|
||||||
|
|
||||||
|
|
|
@ -6,25 +6,33 @@
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%man;
|
%man;
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%authors;
|
%authors;
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//MN">
|
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//MN"
|
||||||
|
"teams.ent">
|
||||||
%teams;
|
%teams;
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//MN">
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//MN"
|
||||||
|
"mailing-lists.ent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//MN">
|
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//MN"
|
||||||
|
"newsgroups.ent">
|
||||||
%newsgroups;
|
%newsgroups;
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//MN">
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//MN"
|
||||||
|
"trademarks.ent">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
|
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||||
|
"l10n.ent">
|
||||||
%l10n;
|
%l10n;
|
||||||
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
||||||
%l10n-common;
|
"nonexistent">
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
|
||||||
%urls;
|
%urls;
|
||||||
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//MN">
|
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//MN"
|
||||||
|
"glossary.ent">
|
||||||
%glossary;
|
%glossary;
|
||||||
|
|
|
@ -6,27 +6,36 @@
|
||||||
%SRCID% 39534
|
%SRCID% 39534
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%man;
|
%man;
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%authors;
|
%authors;
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//NL">
|
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//NL"
|
||||||
|
"teams.ent">
|
||||||
%teams;
|
%teams;
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//NL">
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//NL"
|
||||||
|
"mailing-lists.ent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//NL">
|
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//NL"
|
||||||
|
"newsgroups.ent">
|
||||||
%newsgroups;
|
%newsgroups;
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//NL">
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//NL"
|
||||||
|
"trademarks.ent">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
<!ENTITY % trademarks-en PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
<!ENTITY % trademarks-en PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%trademarks-en;
|
%trademarks-en;
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%urls;
|
%urls;
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
|
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||||
|
"l10n.ent">
|
||||||
%l10n;
|
%l10n;
|
||||||
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
|
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//NL"
|
||||||
%l10n-common;
|
"glossary.ent">
|
||||||
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//NL">
|
|
||||||
%glossary;
|
%glossary;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!-- -*- sgml -*-
|
<!-- -*- sgml -*-
|
||||||
DocBook Language Specific Entities for Localization (nl).
|
DocBook Language Specific Entities for Localization (nl).
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
Namen van FreeBSD mailinglijsten en gerelateerde software.
|
Namen van FreeBSD mailinglijsten en gerelateerde software.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Dutch Documentation Project
|
The FreeBSD Dutch Documentation Project
|
||||||
Namen van FreeBSD newsgroepen
|
Namen van FreeBSD newsgroepen
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Dutch Documentation Project
|
The FreeBSD Dutch Documentation Project
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
Legenda van handelsmerken, zoals vereist door The Open Group, Sun,
|
Legenda van handelsmerken, zoals vereist door The Open Group, Sun,
|
||||||
enzovoorts.
|
enzovoorts.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
The FreeBSD Documentation Project
|
<!-- The FreeBSD Documentation Project
|
||||||
|
|
||||||
Nederlandse vertalers
|
Nederlandse vertalers
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
|
|
|
@ -5,27 +5,36 @@
|
||||||
Original revision: 1.2
|
Original revision: 1.2
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
|
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||||
|
"l10n.ent">
|
||||||
%l10n;
|
%l10n;
|
||||||
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
||||||
%l10n-common;
|
"nonexistent">
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
|
||||||
%man;
|
%man;
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%authors;
|
%authors;
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//PL">
|
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//PL"
|
||||||
|
"teams.ent">
|
||||||
%teams;
|
%teams;
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//PL">
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//PL"
|
||||||
|
"mailing-lists.ent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//PL">
|
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//PL"
|
||||||
|
"newsgroups.ent">
|
||||||
%newsgroups;
|
%newsgroups;
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//PL">
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//PL"
|
||||||
|
"trademarks.ent">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
<!ENTITY % trademarks-en PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
<!ENTITY % trademarks-en PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%trademarks-en;
|
%trademarks-en;
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%urls;
|
%urls;
|
||||||
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//EN">
|
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%glossary;
|
%glossary;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-2"?>
|
||||||
<!-- -*- sgml -*-
|
<!-- -*- sgml -*-
|
||||||
DocBook Language Specific Entities for Localization (pl).
|
DocBook Language Specific Entities for Localization (pl).
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-2"?>
|
||||||
<!--
|
<!--
|
||||||
Names of FreeBSD mailing lists and related software.
|
Names of FreeBSD mailing lists and related software.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-2"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Polish Documentation Project
|
The FreeBSD Polish Documentation Project
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-2"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Polish Documentation Project
|
The FreeBSD Polish Documentation Project
|
||||||
|
|
||||||
|
|
|
@ -1,27 +1,39 @@
|
||||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!-- $FreeBSD$ -->
|
<!-- $FreeBSD$ -->
|
||||||
|
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%authors;
|
%authors;
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%man;
|
%man;
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//PT">
|
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//PT"
|
||||||
|
"translators.ent">
|
||||||
%translators;
|
%translators;
|
||||||
<!ENTITY % words PUBLIC "-//FreeBSD//ENTITIES DocBook Specific Word Translations Entities//PT">
|
<!ENTITY % words PUBLIC "-//FreeBSD//ENTITIES DocBook Specific Word Translations Entities//PT"
|
||||||
|
"words.ent">
|
||||||
%words;
|
%words;
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//PT">
|
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//PT"
|
||||||
|
"l10n.ent">
|
||||||
%l10n;
|
%l10n;
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//PT">
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//PT"
|
||||||
|
"mailing-lists.ent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//PT">
|
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//PT"
|
||||||
|
"newsgroups.ent">
|
||||||
%newsgroups;
|
%newsgroups;
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//PT">
|
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//PT"
|
||||||
|
"teams.ent">
|
||||||
%teams;
|
%teams;
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//PT">
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//PT"
|
||||||
|
"trademarks.ent">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
<!ENTITY % trademarks-en PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
<!ENTITY % trademarks-en PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%trademarks-en;
|
%trademarks-en;
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%urls;
|
%urls;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!-- -*- sgml -*-
|
<!-- -*- sgml -*-
|
||||||
DocBook Language Specific Entities for Localization (pt_BR).
|
DocBook Language Specific Entities for Localization (pt_BR).
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
Nomes das listas de discussão do FreeBSD e dos softwares
|
Nomes das listas de discussão do FreeBSD e dos softwares
|
||||||
relacionados
|
relacionados
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
Names of FreeBSD newsgroups
|
Names of FreeBSD newsgroups
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
Names and email address of teams of people working on specified
|
Names and email address of teams of people working on specified
|
||||||
tasks. Usually they're just mail aliases set up at hub.FreeBSD.org
|
tasks. Usually they're just mail aliases set up at hub.FreeBSD.org
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!-- $FreeBSD -->
|
<!-- $FreeBSD -->
|
||||||
|
|
||||||
<!ENTITY legalnotice '
|
<!ENTITY legalnotice '
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
The FreeBSD Brazilian Portuguese Documentation Project
|
The FreeBSD Brazilian Portuguese Documentation Project
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
Words that were deemed too controversial. Which, therefore,
|
Words that were deemed too controversial. Which, therefore,
|
||||||
would require several futher revisions. Moreover, the use of
|
would require several futher revisions. Moreover, the use of
|
||||||
|
|
|
@ -7,27 +7,36 @@
|
||||||
Original revision: 1.1 (doc/share/xml)
|
Original revision: 1.1 (doc/share/xml)
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%man;
|
%man;
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%authors;
|
%authors;
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//RU">
|
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//RU"
|
||||||
|
"teams.ent">
|
||||||
%teams;
|
%teams;
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//RU">
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//RU"
|
||||||
|
"mailing-lists.ent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//RU">
|
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//RU"
|
||||||
|
"newsgroups.ent">
|
||||||
%newsgroups;
|
%newsgroups;
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//RU">
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//RU"
|
||||||
|
"trademarks.ent">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
|
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||||
|
"l10n.ent">
|
||||||
%l10n;
|
%l10n;
|
||||||
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
|
<!ENTITY % urls-ru PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//RU"
|
||||||
%l10n-common;
|
"urls.ent">
|
||||||
<!ENTITY % urls-ru PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//RU">
|
|
||||||
%urls-ru;
|
%urls-ru;
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%urls;
|
%urls;
|
||||||
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//RU">
|
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//RU"
|
||||||
|
"glossary.ent">
|
||||||
%glossary;
|
%glossary;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="koi8-r"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Russian Documentation Project
|
The FreeBSD Russian Documentation Project
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="koi8-r"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Russian Documentation Project
|
The FreeBSD Russian Documentation Project
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="koi8-r"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Russian Documentation Project
|
The FreeBSD Russian Documentation Project
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="koi8-r"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Russian Documentation Project
|
The FreeBSD Russian Documentation Project
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="koi8-r"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Russian Documentation Project
|
The FreeBSD Russian Documentation Project
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="koi8-r"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Russian Documentation Project
|
The FreeBSD Russian Documentation Project
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,27 @@
|
||||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!-- $FreeBSD$ -->
|
<!-- $FreeBSD$ -->
|
||||||
|
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%authors;
|
%authors;
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%man;
|
%man;
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
|
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||||
|
"l10n.ent">
|
||||||
%l10n;
|
%l10n;
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN">
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN">
|
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%newsgroups;
|
%newsgroups;
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN">
|
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%teams;
|
%teams;
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
|
|
|
@ -1,19 +1,27 @@
|
||||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!-- $FreeBSD$ -->
|
<!-- $FreeBSD$ -->
|
||||||
|
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%authors;
|
%authors;
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%man;
|
%man;
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
|
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||||
|
"l10n.ent">
|
||||||
%l10n;
|
%l10n;
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN">
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN">
|
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%newsgroups;
|
%newsgroups;
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN">
|
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%teams;
|
%teams;
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="gb2312"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Simplified Chinese Documentation Project
|
The FreeBSD Simplified Chinese Documentation Project
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="gb2312"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
The FreeBSD Simplified Chinese Documentation Project
|
The FreeBSD Simplified Chinese Documentation Project
|
||||||
|
|
|
@ -1,28 +1,38 @@
|
||||||
<!-- $FreeBSD$ -->
|
<!-- $FreeBSD$ -->
|
||||||
|
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
|
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||||
|
"l10n.ent">
|
||||||
%l10n;
|
%l10n;
|
||||||
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
||||||
%l10n-common;
|
"nonexistent">
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
|
||||||
%man;
|
%man;
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
<!ENTITY % authors.cn PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//ZH">
|
<!ENTITY % authors.cn PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//ZH"
|
||||||
|
"authors.ent">
|
||||||
%authors.cn;
|
%authors.cn;
|
||||||
<!ENTITY % authors.in.author.tag.cn PUBLIC "-//FreeBSD//ENTITIES DocBook Author In Author Tag Entities//ZH">
|
<!ENTITY % authors.in.author.tag.cn PUBLIC "-//FreeBSD//ENTITIES DocBook Author In Author Tag Entities//ZH"
|
||||||
|
"authors-in-author-tag.ent">
|
||||||
%authors.in.author.tag.cn;
|
%authors.in.author.tag.cn;
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%authors;
|
%authors;
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//ZH">
|
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//ZH"
|
||||||
|
"teams.ent">
|
||||||
%teams;
|
%teams;
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//ZH">
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//ZH"
|
||||||
|
"mailing-lists.ent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN">
|
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%newsgroups;
|
%newsgroups;
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//ZH">
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//ZH"
|
||||||
|
"trademarks.ent">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%urls;
|
%urls;
|
||||||
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//ZH">
|
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//ZH"
|
||||||
|
"glossary.ent">
|
||||||
%glossary;
|
%glossary;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="gb2312"?>
|
||||||
<!--
|
<!--
|
||||||
Names of FreeBSD mailing lists and related software.
|
Names of FreeBSD mailing lists and related software.
|
||||||
The FreeBSD Chinese Documentation Project
|
The FreeBSD Chinese Documentation Project
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="gb2312"?>
|
||||||
<!--
|
<!--
|
||||||
Names and email address of teams of people working on specified
|
Names and email address of teams of people working on specified
|
||||||
tasks. Usally they're just mail aliases set up at hub.FreeBSD.org
|
tasks. Usally they're just mail aliases set up at hub.FreeBSD.org
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="gb2312"?>
|
||||||
<!--
|
<!--
|
||||||
Trademark Legend, as required by The Open Group, Sun, etc..
|
Trademark Legend, as required by The Open Group, Sun, etc..
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="big5"?>
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
The FreeBSD Traditional Chinese Documentation Project
|
The FreeBSD Traditional Chinese Documentation Project
|
||||||
|
|
|
@ -1,28 +1,38 @@
|
||||||
<!-- $FreeBSD$ -->
|
<!-- $FreeBSD$ -->
|
||||||
|
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
|
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||||
|
"l10n.ent">
|
||||||
%l10n;
|
%l10n;
|
||||||
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
||||||
%l10n-common;
|
"nonexistent">
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
|
||||||
%man;
|
%man;
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
<!ENTITY % authors.cn PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//ZH">
|
<!ENTITY % authors.cn PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//ZH"
|
||||||
|
"authors.ent">
|
||||||
%authors.cn;
|
%authors.cn;
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%authors;
|
%authors;
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN">
|
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%teams;
|
%teams;
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//ZH">
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//ZH"
|
||||||
|
"mailing-lists.ent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN">
|
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%newsgroups;
|
%newsgroups;
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//ZH">
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//ZH"
|
||||||
|
"trademarks.ent">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
<!ENTITY % trademarks-en PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
<!ENTITY % trademarks-en PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN"
|
||||||
|
"nonexistent">
|
||||||
%trademarks-en;
|
%trademarks-en;
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//ZH">
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//ZH"
|
||||||
|
"urls.ent">
|
||||||
%urls;
|
%urls;
|
||||||
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//ZH">
|
<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//ZH"
|
||||||
|
"glossary.ent">
|
||||||
%glossary;
|
%glossary;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="big5"?>
|
||||||
<!--
|
<!--
|
||||||
Names of FreeBSD ¶l»¼½×¾Âs and related software.
|
Names of FreeBSD ¶l»¼½×¾Âs and related software.
|
||||||
The FreeBSD Traditional-Chinese Documentation Project
|
The FreeBSD Traditional-Chinese Documentation Project
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="big5"?>
|
||||||
<!--
|
<!--
|
||||||
Trademark Legend, as required by The Open Group, Sun, etc..
|
Trademark Legend, as required by The Open Group, Sun, etc..
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="big5"?>
|
||||||
<!-- $FreeBSD$ -->
|
<!-- $FreeBSD$ -->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
Loading…
Reference in a new issue