From f8d1ca8d7270bdac0264e80d74c27345570a95e9 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sat, 25 Sep 2004 17:36:31 +0000 Subject: [PATCH] Switch to XSL for two reasons: 1. It allows us to put the McKinley die in the upper right corner of the page and thus make it part of the header. This is aesthetically more pleasing. 2. It makes it easier for us to add news entries. Aside for point 1, the page is still the same as the previous index. --- en/platforms/ia64/Makefile | 15 +++++- en/platforms/ia64/includes.xsl | 10 ++++ en/platforms/ia64/index.sgml | 64 ------------------------- en/platforms/ia64/index.xsl | 85 ++++++++++++++++++++++++++++++++++ en/platforms/ia64/news.xml | 28 +++++++++++ 5 files changed, 136 insertions(+), 66 deletions(-) create mode 100644 en/platforms/ia64/includes.xsl delete mode 100644 en/platforms/ia64/index.sgml create mode 100644 en/platforms/ia64/index.xsl create mode 100644 en/platforms/ia64/news.xml diff --git a/en/platforms/ia64/Makefile b/en/platforms/ia64/Makefile index 6024adb044..8560471bf0 100644 --- a/en/platforms/ia64/Makefile +++ b/en/platforms/ia64/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: www/en/platforms/ia64/Makefile,v 1.1 2003/01/19 09:50:31 marcel Exp $ +# $FreeBSD: www/en/platforms/ia64/Makefile,v 1.2 2004/08/31 18:13:27 marcel Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" @@ -7,7 +7,18 @@ .include "../Makefile.inc" .endif -DOCS= index.sgml machines.sgml refs.sgml todo.sgml +DOCS= machines.sgml refs.sgml todo.sgml DATA= mckinley-die.png merced-die.png +_GEN= index.html + +DATA+= ${_GEN} +CLEANFILES+= ${_GEN} + +index.html: index.xsl news.xml + ${XSLTPROC} ${XSLTPROCOPTS:N-nonet} -o ${.TARGET} ${.ALLSRC} +.if !defined(NO_TIDY) + -${TIDY} ${TIDYOPTS} ${.TARGET} +.endif + .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/platforms/ia64/includes.xsl b/en/platforms/ia64/includes.xsl new file mode 100644 index 0000000000..f871053529 --- /dev/null +++ b/en/platforms/ia64/includes.xsl @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/en/platforms/ia64/index.sgml b/en/platforms/ia64/index.sgml deleted file mode 100644 index a6c8bc6a93..0000000000 --- a/en/platforms/ia64/index.sgml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - %includes; -]> - - - &header; - - - - - - -
-
-
-
Search the ia64 mailing list archives: - - - - -
-
-
-
- McKinley die -
- -

Table Of Contents

- - - -

Introduction

- -

The FreeBSD/ia64 project pages contain information about the FreeBSD - port to Intel's IA-64 architecture; officially known as the Intel Itanium® - Processor Family (IPF). As with the port itself, these pages are still - mostly a work in progress. -

- -

Current status

- -

The ia64 port is still considered a tier 2 platform. This boils down - to not being fully supported by our security officer, release engineers - and toolchain maintainers. In practice however the distinction between - a tier 1 platform (which is fully supported) and a tier 2 platform is not - as strict as it seems. In almost all aspects the ia64 port is a tier 1 - platform.
- From a developer point of view there's an advantage to have the ia64 - port be a tier 2 platform for a while longer. We still have a couple - of ABI breaking changes in the pipeline and having to maintain backward - compatibility this early in a ports life is less than ideal.

- - &footer; - diff --git a/en/platforms/ia64/index.xsl b/en/platforms/ia64/index.xsl new file mode 100644 index 0000000000..d40232424b --- /dev/null +++ b/en/platforms/ia64/index.xsl @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + +
+ + + McKinley die +
+ +
+
+
+ Search the ia64 mailing list archives: + + + + +
+
+
+ +

+ Table Of Contents +

+ +

+ Introduction +

+

+ The FreeBSD/ia64 project pages contain information about the + FreeBSD port to Intel's IA-64 architecture; officially known as + the Intel Itanium® Processor Family (IPF). As with the port + itself, these pages are still mostly a work in progress. +

+

+ Current status +

+

+ The ia64 port is still considered a tier 2 platform. This boils + down to not being fully supported by our security officer, release + engineers and toolchain maintainers. In practice however the + distinction between a tier 1 platform (which is fully supported) + and a tier 2 platform is not as strict as it seems. In almost all + aspects the ia64 port is a tier 1 platform. +
+ From a developer point of view there's an advantage to have the ia64 + port be a tier 2 platform for a while longer. We still have a couple + of ABI breaking changes in the pipeline and having to maintain + backward compatibility this early in a ports life is less than + ideal. +

+ + + +
+
diff --git a/en/platforms/ia64/news.xml b/en/platforms/ia64/news.xml new file mode 100644 index 0000000000..1c9c7d28b8 --- /dev/null +++ b/en/platforms/ia64/news.xml @@ -0,0 +1,28 @@ + + + + + + + + $FreeBSD$ + + + +