Add a translated image.

This commit is contained in:
Marc Fonvieille 2003-11-20 20:02:10 +00:00
parent 133b608d06
commit 0ae1a3bde3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18931
2 changed files with 233 additions and 4 deletions
fr_FR.ISO8859-1/books/handbook
Makefile
advanced-networking

View file

@ -2,7 +2,7 @@
# The FreeBSD French Documentation Project
#
# $FreeBSD$
# $Id: Makefile,v 1.14 2003-11-20 08:59:54 blackend Exp $
# $Id: Makefile,v 1.15 2003-11-20 20:02:10 blackend Exp $
# Original revision: 1.64
#
# Build the FreeBSD Handbook.
@ -41,8 +41,8 @@ INSTALL_ONLY_COMPRESSED?=
#IMAGES_EN = advanced-networking/isdn-bus.eps
#IMAGES_EN+= advanced-networking/isdn-twisted-pair.eps
IMAGES_EN = advanced-networking/natd.eps
IMAGES_EN+= install/userconfig.scr
IMAGES = advanced-networking/natd.eps
IMAGES_EN = install/userconfig.scr
IMAGES_EN+= install/userconfig2.scr
IMAGES_EN+= install/hdwrconf.scr
IMAGES_EN+= install/probstart.scr
@ -99,7 +99,7 @@ IMAGES_EN+= install/adduser1.scr
IMAGES_EN+= install/adduser2.scr
IMAGES_EN+= install/adduser3.scr
IMAGES_EN+= install/mainexit.scr
IMAGES = install/disk-layout.eps
IMAGES+= install/disk-layout.eps
IMAGES_EN+= install/edit-inetd-conf.scr
IMAGES+= install/example-dir1.eps

View file

@ -0,0 +1,229 @@
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: -10 -10 355 100
%%Creator: G. Adam Stanislav
%%EndComments
%%BeginProlog
%%EndProlog
%%BeginSetup
/ldent {
0 5 rlineto
-7 0 rlineto
0 -5 rlineto
} bind def
/uldent {
0 -5 rlineto
7 0 rlineto
0 5 rlineto
} bind def
/rdent {
0 5 rlineto
11 0 rlineto
0 -5 rlineto
} bind def
/urdent {
0 -5 rlineto
-11 0 rlineto
0 5 rlineto
} bind def
/hub {
moveto
0 30 rlineto
70 0 rlineto
0 -30 rlineto
-10.5 0 rlineto
ldent
-7 0 rlineto
ldent
-7 0 rlineto
ldent
-7 0 rlineto
ldent
closepath
2 28 rmoveto
0 -26 rlineto
6.5 0 rlineto
rdent
3 0 rlineto
rdent
3 0 rlineto
rdent
3 0 rlineto
rdent
6.5 0 rlineto
0 26 rlineto
closepath
fill
} bind def
/router {
moveto
0 30 rlineto
70 0 rlineto
0 -30 rlineto
-10.5 0 rlineto
ldent
-35 0 rlineto
ldent
closepath
2 28 rmoveto
0 -26 rlineto
6.5 0 rlineto
rdent
31 0 rlineto
rdent
6.5 0 rlineto
0 26 rlineto
closepath
fill
} bind def
/box1 {
moveto
0 40 rlineto
10.5 0 rlineto
uldent
82.5 0 rlineto
0 -40 rlineto
closepath
2 38 rmoveto
0 -36 rlineto
96 0 rlineto
0 36 rlineto
-78.5 0 rlineto
urdent
closepath
fill
} bind def
/box2 {
moveto
0 40 rlineto
10.5 0 rlineto
uldent
65 0 rlineto
uldent
10.5 0 rlineto
0 -40 rlineto
closepath
2 38 rmoveto
0 -36 rlineto
96 0 rlineto
0 36 rlineto
-6.5 0 rlineto
urdent
-61 0 rlineto
urdent
closepath
fill
} bind def
/plug {
moveto
0 7 rlineto
6 0 rlineto
0 -7 rlineto
closepath
fill
} bind def
/internet {
moveto
0 90 rlineto
110 0 rlineto
0 -90 rlineto
closepath
gsave
5 7 div setcolor
fill
grestore
stroke
} bind def
%%EndSetup
0 60 hub
11 57.5 plug
25 57.5 plug
135 60 router
146 57.5 plug
188 57.5 plug
0 0 box1
11 35.5 plug
13 40 moveto
0 18 rlineto
2 0 rlineto
0 -18 rlineto
closepath
fill
120 0 box2
% Connect box2 with hub
131 35.5 plug
133 40 moveto
0 8 rlineto
-106 0 rlineto
0 10 rlineto
2 0 rlineto
0 -8 rlineto
106 0 rlineto
0 -10 rlineto
closepath
fill
% Connect box2 with router
203 35.5 plug
205 40 moveto
0 8 rlineto
-57 0 rlineto
0 10 rlineto
2 0 rlineto
0 -8 rlineto
57 0 rlineto
0 -10 rlineto
closepath
fill
gsave
[5 3] 0 setdash
235 0 internet
grestore
% Connect router to the Internet
232 49.5 plug
190 58 moveto
0 -6 rlineto
45 0 rlineto
0 2 rlineto
-43 0 rlineto
0 4 rlineto
closepath
fill
/Helvetica-bold findfont dup 10 scalefont setfont
25 74 moveto (Hub) show
151 74 moveto (Routeur) show
28 18 moveto (Client A) show
149 23 moveto (Client B) show
/Helvetica-bold findfont dup 9 scalefont setfont
124.5 10 moveto ((Passerelle FreeBSD)) show
25 scalefont setfont
%265 51 moveto (The) show
245 37 moveto (Internet) show
1 setcolor
%264 53 moveto (The) show
244 39 moveto (Internet) show
%%Trailer
showpage
%%EOF