Prepare www/ja/tutorials. But index.sgml is not translated yet.

This commit is contained in:
Jun Kuriyama 2000-01-06 12:51:59 +00:00
parent d0301965c4
commit dbf57a189c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6328
2 changed files with 89 additions and 0 deletions

21
ja/tutorials/Makefile Normal file
View file

@ -0,0 +1,21 @@
#
# $FreeBSD$
#
# Original revision: 1.5
#
# Build the FreeBSD tutorials/articles outside of the www tree, and then
# install them in to the right place.
DOCS = index.sgml
all afterinstall clean:
(cd ../../../doc/ja_JP.eucJP/articles && ${MAKE} 'FORMATS=html html-split' 'DESTDIR=${DESTDIR}/data/ja/tutorials/$${.CURDIR:T}' ${.TARGET:S/afterinstall/install/})
# (cd ../../../doc/ja_JP.eucJP/books/fdp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/ja/tutorials/docproj-primer ${.TARGET:S/afterinstall/install/})
# (cd ../../../doc/ja_JP.eucJP/books/ppp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/ja/tutorials/ppp ${.TARGET:S/afterinstall/install/})
### Revision checking
REVFILES= ${DOCS:M*.sgml:S/.sgml$/.revinc/g}
BUILDTOP= ../..
DIR_IN_LOCAL= tutorials
.include "../web.mk"

68
ja/tutorials/index.sgml Normal file
View file

@ -0,0 +1,68 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY enbase CDATA "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD Tutorials">
<!ENTITY % rev.incl SYSTEM "index.revinc"> %rev.incl;
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<!-- $FreeBSD$ -->
<!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.10 -->
<html>
&header;
<p>Here lie assorted documents on various aspects of FreeBSD,
FreeBSD software, and hardware. If you have comments or
would like to contribute a document, please contact us at
<a href="mailto:freebsd-doc@FreeBSD.ORG">freebsd-doc@FreeBSD.org</a>.</p>
<ul>
<li><a href="&enbase;/tutorials/new-users/index.html">For People New to Both FreeBSD
<em>and</em> Unix</a></li>
<li><a href="&enbase;/tutorials/mh/index.html">An introduction to the MH mail software</a></li>
<li><a href="&enbase;/tutorials/programming-tools/index.html">A User's Guide to FreeBSD Programming
Tools</a></li>
<!-- Not yet converted to DocBook. Will be very shortly
<li><a href="ddwg/ddwg.html">Writing device drivers for FreeBSD</a>
(<a href="ddwg/ddwg.ps">postscript</a>,
<a href="ddwg/ddwg-html.tar.gz">gzipd tar file</a>)</li>
-->
<li><a href="&enbase;/tutorials/ppp/index.html">Pedantic PPP primer - IP Aliasing</a>
(also as <a href="&enbase;/tutorials/ppp/book.html">one large HTML file</a>).</li>
<li><a href="multi-os/index.html">Using FreeBSD with other operating systems</a></li>
<li><a href="&enbase;/tutorials/fonts/index.html">Fonts and FreeBSD</a></li>
<li><a href="http://www.nothing-going-on.demon.co.uk/FreeBSD/make-world/make-world.html">Upgrading FreeBSD from source (using <b><tt>make world</tt></b>)</a></li>
<li><a href="http://www.freebsd-fr.org/tutorials/make-world/index.html">Upgrading FreeBSD from source (using <b><tt>make world</tt></b>)</a> - French Translation</li>
<li><a href="http://ukug.uk.FreeBSD.org/~mark/ntfs_install_2.2.html">Installing the FreeBSD 2.2.x NTFS (NT file system) driver</a></li>
<li><a href="http://ukug.uk.FreeBSD.org/~mark/ntfs_install_3.1.html">Installing the FreeBSD 3.1 NTFS driver</a></li>
<li><a href="http://www.FreeBSD.org/~rpratt/227/">FreeBSD 2.2.7 Installation Details for Newbies</a>
<li><a href="&enbase;/tutorials/docproj-primer/">FreeBSD Documentation
Project Primer</a> (many small HTML files)</li>
<li><a href="&enbase;/tutorials/docproj-primer/book.html">FreeBSD
Documentation Project Primer</a> (one large HTML file)</li>
<li><a href="&enbase;/tutorials/diskless-x/index.html">Using FreeBSD as
a diskless X server</a></li>
<li><a href="&enbase;/tutorials/formatting-media/index.html">Formatting
media (disks, cartridges, etc) on FreeBSD</a>
</ul>
&footer;
</body>
</html>