www cleanup mega commit:
- Move includes.nav*.sgml to share/sgml/navibar.ent and <lang>/share/sgml/navibar.l10n.ent. - Move includes.sgml and includes.xsl to share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent, and <lang>/share/sgml/header.l10n.ent. - Move most of XSLT libraries to share/sgml/*.xsl and <lang>/share/sgml/*.xsl. - Move news.xml and other *.xml files for the similar purpose to share/sgml/*.xml and <lang>/share/sgml/*.xml. - Switch to use a custom DTD for HTML document. Now we use "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is HTML 4.01 + some entities previously pulled via "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line. The location of entity file will be resolved by using catalog file. - Add DOCTYPE declearation to XML documents. This makes the followings possible: * Use of &foo; entities for SGML in an XML file instead of defining {$foo} as the same content. * &symbolic; entities for Latin characters. - Duplicated information between SGML and XML, or English and translated doc, has been removed as much as possible.
This commit is contained in:
parent
de3f531874
commit
5305bb945d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28475
795 changed files with 4878 additions and 36943 deletions
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/alpha.sgml,v 1.17 2003/12/06 08:13:03 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/alpha.sgml,v 1.18 2005/10/04 16:21:47 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD/Alpha プロジェクト">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;]>
|
||||
<!-- $FreeBSD: www/ja/platforms/alpha.sgml,v 1.17 2003/12/06 08:13:03 hrs Exp $ -->
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!-- $FreeBSD: www/ja/platforms/alpha.sgml,v 1.18 2005/10/04 16:21:47 hrs Exp $ -->
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.3 -->
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/amd64.sgml,v 1.5 2004/12/10 18:43:26 rushani Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/amd64.sgml,v 1.6 2005/10/04 16:21:47 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD/amd64 プロジェクト">
|
||||
<!ENTITY email 'freebsd-amd64'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.9 -->
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/arm.sgml,v 1.1 2005/01/10 02:39:29 rushani Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/arm.sgml,v 1.2 2005/10/04 16:21:47 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD/ARM project">
|
||||
<!ENTITY email 'freebsd-arm'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml">
|
||||
%includes;
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.4 -->
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/ia64.sgml,v 1.8 2003/11/01 16:24:22 rushani Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/ia64.sgml,v 1.9 2005/10/04 16:21:47 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD/ia64 プロジェクト">
|
||||
<!ENTITY email 'freebsd-ia64'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.11 -->
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/ia64/index.sgml,v 1.2 2004/11/17 21:52:53 rushani Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/ia64/index.sgml,v 1.3 2005/10/04 16:21:48 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD/ia64 プロジェクト">
|
||||
<!ENTITY email 'freebsd-ia64'>
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.5 -->
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/ia64/machines.sgml,v 1.2 2004/11/17 21:52:53 rushani Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/ia64/machines.sgml,v 1.3 2005/10/04 16:21:48 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD/ia64 プロジェクト -- マシン">
|
||||
<!ENTITY email 'freebsd-ia64'>
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.5 -->
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/ia64/refs.sgml,v 1.2 2004/11/17 21:52:53 rushani Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/ia64/refs.sgml,v 1.3 2005/10/04 16:21:48 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD/ia64 プロジェクト -- 参考資料">
|
||||
<!ENTITY email 'freebsd-ia64'>
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.6 -->
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/ia64/todo.sgml,v 1.3 2004/11/17 21:52:53 rushani Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/ia64/todo.sgml,v 1.4 2005/10/04 16:21:48 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD/ia64 プロジェクト -- 課題">
|
||||
<!ENTITY email 'freebsd-ia64'>
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.7 -->
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY email 'freebsd-www'>
|
||||
<!ENTITY title "対応しているプラットフォーム">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/index.sgml,v 1.9 2005/01/10 02:39:29 rushani Exp $">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;]>
|
||||
<!-- $FreeBSD: www/ja/platforms/index.sgml,v 1.9 2005/01/10 02:39:29 rushani Exp $ -->
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/index.sgml,v 1.10 2005/10/04 16:21:47 hrs Exp $">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!-- $FreeBSD: www/ja/platforms/index.sgml,v 1.10 2005/10/04 16:21:47 hrs Exp $ -->
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.12 -->
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/mips.sgml,v 1.3 2004/11/17 21:52:53 rushani Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/mips.sgml,v 1.4 2005/10/04 16:21:47 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD/MIPS プロジェクト">
|
||||
<!ENTITY email 'freebsd-mips'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;]>
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original Revision: 1.4 -->
|
||||
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/pc98.sgml,v 1.4 2004/11/17 21:52:53 rushani Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/pc98.sgml,v 1.5 2005/10/04 16:21:47 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD/pc98 プロジェクト">
|
||||
<!ENTITY email 're-pc98'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml">
|
||||
%includes;
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original Revision: 1.10 -->
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/ppc.sgml,v 1.6 2004/11/17 21:52:53 rushani Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/ppc.sgml,v 1.7 2005/10/04 16:21:47 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD/ppc プロジェクト">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;]>
|
||||
<!-- $FreeBSD: www/ja/platforms/ppc.sgml,v 1.6 2004/11/17 21:52:53 rushani Exp $ -->
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!-- $FreeBSD: www/ja/platforms/ppc.sgml,v 1.7 2005/10/04 16:21:47 hrs Exp $ -->
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.9 -->
|
||||
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/sparc.sgml,v 1.7 2004/12/10 18:43:26 rushani Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/sparc.sgml,v 1.8 2005/10/04 16:21:47 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD/sparc64 プロジェクト">
|
||||
<!ENTITY email 'freebsd-sparc64'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.20 -->
|
||||
<!-- $FreeBSD: www/ja/platforms/sparc.sgml,v 1.7 2004/12/10 18:43:26 rushani Exp $ -->
|
||||
<!-- $FreeBSD: www/ja/platforms/sparc.sgml,v 1.8 2005/10/04 16:21:47 hrs Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/x86-64.sgml,v 1.8 2003/10/26 22:13:07 rushani Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/x86-64.sgml,v 1.9 2005/10/04 16:21:47 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD/x86-64 プロジェクト">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.14 -->
|
||||
<!-- $FreeBSD: www/ja/platforms/x86-64.sgml,v 1.8 2003/10/26 22:13:07 rushani Exp $ -->
|
||||
<!-- $FreeBSD: www/ja/platforms/x86-64.sgml,v 1.9 2005/10/04 16:21:47 hrs Exp $ -->
|
||||
|
||||
<html>
|
||||
<head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue