Added russian FAQ.
This commit is contained in:
parent
3d0498f8fb
commit
9ed8e95666
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3994
5 changed files with 41 additions and 4 deletions
12
Makefile
12
Makefile
|
@ -1,7 +1,7 @@
|
|||
# $Id: Makefile,v 1.1 1998-08-04 15:13:17 wosch Exp $
|
||||
# $Id: Makefile,v 1.2 1998-12-30 17:53:56 wosch Exp $
|
||||
|
||||
LINKS= en/ja en/es en/tutorials ja/web.mk ja/FAQ en/FAQ en/handbook
|
||||
LINKS+= ja/handbook web.mk es/FAQ ../doc/en/web.mk
|
||||
LINKS= en/ja en/es en/ru en/tutorials ja/web.mk ja/FAQ en/FAQ en/handbook
|
||||
LINKS+= ja/handbook web.mk es/FAQ ru/FAQ ../doc/en/web.mk
|
||||
LINKS+= ../doc/en/includes.sgml
|
||||
|
||||
SUBDIR= en
|
||||
|
@ -21,6 +21,9 @@ en/ja:
|
|||
en/es:
|
||||
cd en; ln -sf ../es
|
||||
|
||||
en/ru:
|
||||
cd en; ln -sf ../ru
|
||||
|
||||
en/tutorials:
|
||||
cd en; ln -sf ../../doc/en/tutorials
|
||||
|
||||
|
@ -45,6 +48,9 @@ web.mk:
|
|||
es/FAQ:
|
||||
cd es; ln -sf ../../doc/es/FAQ
|
||||
|
||||
ru/FAQ:
|
||||
cd ru; ln -sf ../../doc/ru/FAQ
|
||||
|
||||
../doc/en/web.mk:
|
||||
cd ../doc/en; ln -sf ../../www/en/web.mk
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.45 1998-12-17 20:24:46 nik Exp $
|
||||
# $Id: Makefile,v 1.46 1998-12-30 17:54:02 wosch Exp $
|
||||
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
|
@ -52,6 +52,7 @@ SUBDIR+= cgi
|
|||
.if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY)
|
||||
SUBDIR+= ja
|
||||
SUBDIR+= es
|
||||
SUBDIR+= ru
|
||||
.endif
|
||||
|
||||
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||
|
|
11
ru/Makefile
Normal file
11
ru/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
# $Id: Makefile,v 1.1 1998-12-30 17:54:06 wosch Exp $
|
||||
|
||||
DOCSUBDIR= FAQ
|
||||
SGMLOPTS= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
|
||||
SGMLOPTS+=-e KOI8-R
|
||||
FORMATS= "html ps koi8-r"
|
||||
|
||||
WEBBASE= /data
|
||||
|
||||
.include "../web.mk"
|
||||
|
6
ru/doc.ftr
Normal file
6
ru/doc.ftr
Normal file
|
@ -0,0 +1,6 @@
|
|||
<hr>
|
||||
<address>
|
||||
<a href="../../mailto.html">freebsd-questions@freebsd.org</a><br>
|
||||
@@UPDATE@@
|
||||
</address>
|
||||
|
13
ru/doc.hdr
Normal file
13
ru/doc.hdr
Normal file
|
@ -0,0 +1,13 @@
|
|||
<IMG SRC="../../gifs/bar.gif" ALT="Navigation Bar" WIDTH="565" HEIGHT="33" BORDER=0 usemap="#bar">
|
||||
<map name="bar">
|
||||
<area shape="rect" coords="1,1,111,31" href="../../index.html" ALT="Top">
|
||||
<area shape="rect" coords="112,11,196,31" href="../../ports/index.html" ALT="Applications">
|
||||
<area shape="rect" coords="196,12,257,33" href="../../support.html" ALT="Support">
|
||||
<area shape="rect" coords="256,12,365,33" href="../../docs.html" ALT="Documentation">
|
||||
<area shape="rect" coords="366,13,424,32" href="../../commercial/commercial.html" ALT="Vendors">
|
||||
<area shape="rect" coords="425,16,475,32" href="../../search/search.html" ALT="Search">
|
||||
<area shape="rect" coords="477,16,516,33" href="../../search/index-site.html" ALT="Index">
|
||||
<area shape="rect" coords="516,15,562,33" href="../../index.html" ALT="Top">
|
||||
<area shape="rect" href="../index.html" coords="0,0,564,32" ALT="Top">
|
||||
</map>
|
||||
<br clear=all>
|
Loading…
Reference in a new issue