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
|
||||
|
||||
$FreeBSD$
|
||||
Original revision: 1.146
|
||||
Original revision: 1.147
|
||||
-->
|
||||
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!--
|
||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES Common Document URL Entities//FR">
|
||||
%urls;
|
||||
-->
|
||||
<!ENTITY % bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//FR">
|
||||
%bookinfo;
|
||||
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//FR">
|
||||
|
@ -29,6 +31,8 @@
|
|||
%freebsd;
|
||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
||||
%trademarks;
|
||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
||||
%urls;
|
||||
|
||||
<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
|
||||
<!ENTITY % txtfiles SYSTEM "../../../en_US.ISO8859-1/books/handbook/txtfiles.ent"> %txtfiles;
|
||||
|
@ -158,11 +162,11 @@
|
|||
auprès
|
||||
de <ulink url="http://www.freebsdmall.com/">FreeBSD Mall</ulink>.
|
||||
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>
|
||||
|
||||
<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
|
||||
FreeBSD</ulink>.</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue