MFen: 1.146 --> 1.147
Remove the french urls.ent declaration to be able to use the share/sgml/urls.ent one instead for consistency.
This commit is contained in:
parent
3193b66d06
commit
4c4fcb27c5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20950
1 changed files with 7 additions and 3 deletions
|
@ -3,12 +3,14 @@
|
||||||
The FreeBSD French Documentation Project
|
The FreeBSD French Documentation Project
|
||||||
|
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
Original revision: 1.146
|
Original revision: 1.147
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||||
|
<!--
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES Common Document URL Entities//FR">
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES Common Document URL Entities//FR">
|
||||||
%urls;
|
%urls;
|
||||||
|
-->
|
||||||
<!ENTITY % bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//FR">
|
<!ENTITY % bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//FR">
|
||||||
%bookinfo;
|
%bookinfo;
|
||||||
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//FR">
|
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//FR">
|
||||||
|
@ -29,6 +31,8 @@
|
||||||
%freebsd;
|
%freebsd;
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
||||||
|
%urls;
|
||||||
|
|
||||||
<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
|
<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
|
||||||
<!ENTITY % txtfiles SYSTEM "../../../en_US.ISO8859-1/books/handbook/txtfiles.ent"> %txtfiles;
|
<!ENTITY % txtfiles SYSTEM "../../../en_US.ISO8859-1/books/handbook/txtfiles.ent"> %txtfiles;
|
||||||
|
@ -158,11 +162,11 @@
|
||||||
auprès
|
auprès
|
||||||
de <ulink url="http://www.freebsdmall.com/">FreeBSD Mall</ulink>.
|
de <ulink url="http://www.freebsdmall.com/">FreeBSD Mall</ulink>.
|
||||||
Vous pouvez aussi
|
Vous pouvez aussi
|
||||||
<ulink url="http://www.freeBSD.org/search/search.html">faire des
|
<ulink url="&url.main;/search/index.html">faire des
|
||||||
recherches dans le Manuel</ulink>.</para>
|
recherches dans le Manuel</ulink>.</para>
|
||||||
|
|
||||||
<para>N.d.T.: La version française est publiée sur le
|
<para>N.d.T.: La version française est publiée sur le
|
||||||
<ulink url="&url.base;">serveur World Wide Web du groupe de
|
<ulink url="http://www.freebsd-fr.org/">serveur World Wide Web du groupe de
|
||||||
traduction en langue française de la documentation de
|
traduction en langue française de la documentation de
|
||||||
FreeBSD</ulink>.</para>
|
FreeBSD</ulink>.</para>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue