diff --git a/ja_JP.eucJP/htdocs/FAQ/Makefile b/ja_JP.eucJP/htdocs/FAQ/Makefile deleted file mode 100644 index 01f805e95a..0000000000 --- a/ja_JP.eucJP/htdocs/FAQ/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# Original revision: 1.8 - -.if exists(../Makefile.conf) -.include "../Makefile.conf" -.endif -.if exists(../Makefile.inc) -.include "../Makefile.inc" -.endif -DATA= index.html - -.include "${DOC_PREFIX}/share/mk/web.site.mk" diff --git a/ja_JP.eucJP/htdocs/FAQ/index.html b/ja_JP.eucJP/htdocs/FAQ/index.html deleted file mode 100644 index 46d5712319..0000000000 --- a/ja_JP.eucJP/htdocs/FAQ/index.html +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="euc-jp"?> -<!-- - $FreeBSD$ - Original revision: 1.3 ---> - -<html> - <head> - <meta http-equiv="refresh" content="5;url=../../doc/ja_JP.eucJP/books/faq/index.html"> - <title>FreeBSD FAQ �ϰ�ư���ޤ���</title> - </head> - - <body bgcolor="#ffffff"> - <p>FreeBSD FAQ �� URL ���ѹ�����ޤ�����FAQ ���������ˤϡ� - <a href="../../doc/ja_JP.eucJP/books/faq/index.html">../../doc/ja_JP.eucJP/books/faq/index.html</a> - �˥����������Ƥ������������äǼ�ưŪ�˿��������ɥ쥹�˰�ư���ޤ��� - �⤷����ưŪ�˰�ư���ʤ����ϡ� - ������Ǥ�����ɤäƥ֥å��ޡ���������褦���ꤤ���ޤ���</p> - </body> -</html> diff --git a/ja_JP.eucJP/htdocs/Makefile b/ja_JP.eucJP/htdocs/Makefile index 9d80679c06..c879312714 100644 --- a/ja_JP.eucJP/htdocs/Makefile +++ b/ja_JP.eucJP/htdocs/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ # The FreeBSD Japanese Documentation Project -# Original revision: 1.148 +# Original revision: r41060 .if exists(../Makefile.conf) .include "../Makefile.conf" @@ -15,7 +15,6 @@ DOCS= about.xml #DOCS+= administration.xml DOCS+= applications.xml #DOCS+= art.xml -DOCS+= availability.xml DOCS+= docs.xml DOCS+= features.xml DOCS+= internet.xml @@ -27,6 +26,7 @@ DOCS+= relnotes.xml DOCS+= send-pr.xml DOCS+= support.xml DOCS+= where.xml +#DOCS+= 4xx.xml # Japanese-only file DOCS+= jabout.xml @@ -35,9 +35,9 @@ XMLDOCS= index:xsl:${XML_NEWS_NEWS}: DEPENDSET.index=transtable mirrors news press events \ advisories notices -XMLDOCS+= usergroups:${XSL_USERGROUPS}:${XML_USERGROUPS}: +XMLDOCS+= usergroups:${XSL_USERGROUPS}:${XML_USERGROUPS}: DEPENDSET.usergroups=transtable usergroups -PARAMS.usergroups= --param pagename "'FreeBSD User Groups'" +PARAMS.usergroups= --param pagename "'FreeBSD User Groups'" XMLDOCS+= community::${XML_EVENTS_EVENTS}: DEPENDSET.community=usergroups events @@ -46,12 +46,12 @@ DEPENDSET.community=usergroups events #DATA= favicon.ico DATA+= freebsd.css +#DATA+= google6bb24ed0b804d5e9.html +#DATA+= index.css #DATA+= robots.txt -#DATA+= vendors.html # Subdirectories # XML -SUBDIR= FAQ #SUBDIR+= advocacy SUBDIR+= commercial SUBDIR+= community @@ -66,8 +66,6 @@ SUBDIR+= handbook SUBDIR+= internal #SUBDIR+= ipv6 SUBDIR+= java -#SUBDIR+= kse -#SUBDIR+= layout #SUBDIR+= marketing #SUBDIR+= multimedia SUBDIR+= news @@ -81,7 +79,6 @@ SUBDIR+= search SUBDIR+= security SUBDIR+= snapshots SUBDIR+= support -SUBDIR+= tutorials .if !defined(WEB_ONLY) || empty(WEB_ONLY) SUBDIR+= doc diff --git a/ja_JP.eucJP/htdocs/availability.xml b/ja_JP.eucJP/htdocs/availability.xml deleted file mode 100644 index 9ebb3dfa5d..0000000000 --- a/ja_JP.eucJP/htdocs/availability.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="euc-jp"?> -<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN" -"http://www.FreeBSD.org/XML/doc/share/xml/xhtml10-freebsd.dtd" [ -<!ENTITY title "About FreeBSD's availability"> -]> -<!-- The FreeBSD Japanese Documentation Project --> -<!-- Original revision: 1.35 --> - -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <meta http-equiv="refresh" content="5;url=&base;/index.html"/> - <meta http-equiv="Content-Type" content="text/html; charset=EUC-JP"/> - - <title>&title;</title> - - <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword> - - </head> - - <body class="navinclude.about"> - <p>���Υڡ��������Ƥϡ�<a - href="&base;/index.html">FreeBSD �����֥ڡ���</a> �����礵��ޤ����� - ���äǡ����Υڡ����˼�ưŪ�˰�ư���ޤ��� - �⤷��ưŪ�˰�ư���ʤ����ϡ� - ��ɤäƥ֥å��ޡ���������褦�ˤ��ꤤ���ޤ���</p> - - <p>������������ƿ���������ޤ���</p> - </body> -</html> diff --git a/ja_JP.eucJP/htdocs/tutorials/Makefile b/ja_JP.eucJP/htdocs/tutorials/Makefile deleted file mode 100644 index 6f3419ede4..0000000000 --- a/ja_JP.eucJP/htdocs/tutorials/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# -# $FreeBSD$ -# -# Original revision: 1.12 -# -# Build the FreeBSD tutorials/articles outside of the www tree, and then -# install them in to the right place. - -.if exists(../Makefile.conf) -.include "../Makefile.conf" -.endif -.if exists(../Makefile.inc) -.include "../Makefile.inc" -.endif - -DOCS = index.xml - -.include "${DOC_PREFIX}/share/mk/web.site.mk" diff --git a/ja_JP.eucJP/htdocs/tutorials/index.xml b/ja_JP.eucJP/htdocs/tutorials/index.xml deleted file mode 100644 index 39d46d8b32..0000000000 --- a/ja_JP.eucJP/htdocs/tutorials/index.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="euc-jp"?> -<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN" -"http://www.FreeBSD.org/XML/doc/share/xml/xhtml10-freebsd.dtd" [ -<!ENTITY title "FreeBSD Tutorials"> -]> -<!-- The FreeBSD Japanese Documentation Project --> -<!-- Original revision: 1.25 --> - -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>&title;</title> - - <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword> - </head> - - <body class="navinclude.docs"> - - <p>FreeBSD ��Ϣʸ��Υꥹ�Ȥ� <a href="../docs.html">../docs.html</a> - �ˤ���ޤ����ܤ����ϡ��������������������</p> - -</body> -</html>