Added Chinese FAQ
This commit is contained in:
parent
ba32c75c9f
commit
d3ea4b328b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4192
4 changed files with 32 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.46 1998-12-30 17:54:02 wosch Exp $
|
||||
# $Id: Makefile,v 1.47 1999-02-03 14:02:57 wosch Exp $
|
||||
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
|
@ -53,6 +53,7 @@ SUBDIR+= cgi
|
|||
SUBDIR+= ja
|
||||
SUBDIR+= es
|
||||
SUBDIR+= ru
|
||||
SUBDIR+= zh
|
||||
.endif
|
||||
|
||||
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||
|
|
11
zh/Makefile
Normal file
11
zh/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
# $Id: Makefile,v 1.1 1999-02-03 14:02:22 wosch Exp $
|
||||
|
||||
DOCSUBDIR= FAQ
|
||||
SGMLOPTS= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
|
||||
SGMLOPTS+=-e big5
|
||||
FORMATS= "html ps"
|
||||
|
||||
WEBBASE= /data
|
||||
|
||||
.include "../web.mk"
|
||||
|
6
zh/doc.ftr
Normal file
6
zh/doc.ftr
Normal file
|
@ -0,0 +1,6 @@
|
|||
<hr>
|
||||
<address>
|
||||
<a href="../../mailto.html">freebsd-questions@freebsd.org</a><br>
|
||||
@@UPDATE@@
|
||||
</address>
|
||||
|
13
zh/doc.hdr
Normal file
13
zh/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