[Midnightbsd-cvs] www: /www: Switch to SSI header.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Aug 21 20:56:27 EDT 2007
Log Message:
-----------
Switch to SSI header.
Modified Files:
--------------
www:
index.html (r1.24 -> r1.25)
www/about:
index.html (r1.4 -> r1.5)
www/community:
index.html (r1.5 -> r1.6)
www/copyright:
index.html (r1.4 -> r1.5)
www/developer:
cvsup.html (r1.4 -> r1.5)
index.html (r1.5 -> r1.6)
www/docs:
index.html (r1.4 -> r1.5)
www/docs/install:
index.html (r1.4 -> r1.5)
www/docs/mports:
bsd.port.mk.html (r1.2 -> r1.3)
fake.html (r1.4 -> r1.5)
index.html (r1.6 -> r1.7)
policy.html (r1.5 -> r1.6)
www/download:
index.html (r1.8 -> r1.9)
www/support:
index.html (r1.7 -> r1.8)
Added Files:
-----------
www:
header.html (r1.1)
-------------- next part --------------
--- /dev/null
+++ header.html
@@ -0,0 +1,7 @@
+<!-- BEGIN HEADER -->
+<div id="header">
+ <span id="logo">
+ <img src="/images/mbsd_newlogo.png" alt="MidnightBSD [logo]" />
+ </span>
+</div>
+<!-- END HEADER -->
Index: index.html
===================================================================
RCS file: /home/cvs/www/index.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -Lindex.html -Lindex.html -u -r1.24 -r1.25
--- index.html
+++ index.html
@@ -36,13 +36,7 @@
<body>
-<!-- BEGIN HEADER -->
-<div id="header">
- <span id="logo">
- <img src="images/mbsd_newlogo.png" alt="MidnightBSD [logo]" />
- </span>
-</div>
-<!-- END HEADER -->
+<!--#include virtual="/header.html" -->
<div id="content">
Index: index.html
===================================================================
RCS file: /home/cvs/www/about/index.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -Labout/index.html -Labout/index.html -u -r1.4 -r1.5
--- about/index.html
+++ about/index.html
@@ -10,13 +10,7 @@
<body>
-<!-- BEGIN HEADER -->
-<div id="header">
- <span id="logo">
- <img src="../images/mbsd_newlogo.png" alt="MidnightBSD [logo]" />
- </span>
-</div>
-<!-- END HEADER -->
+<!--#include virtual="/header.html" -->
<div id="content">
Index: index.html
===================================================================
RCS file: /home/cvs/www/community/index.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lcommunity/index.html -Lcommunity/index.html -u -r1.5 -r1.6
--- community/index.html
+++ community/index.html
@@ -10,13 +10,7 @@
<body>
-<!-- BEGIN HEADER -->
-<div id="header">
- <span id="logo">
- <img src="../images/mbsd_newlogo.png" alt="MidnightBSD [logo]" />
- </span>
-</div>
-<!-- END HEADER -->
+<!--#include virtual="/header.html" -->
<div id="content">
Index: index.html
===================================================================
RCS file: /home/cvs/www/copyright/index.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lcopyright/index.html -Lcopyright/index.html -u -r1.4 -r1.5
--- copyright/index.html
+++ copyright/index.html
@@ -10,13 +10,7 @@
<body>
-<!-- BEGIN HEADER -->
-<div id="header">
- <span id="logo">
- <img src="../images/mbsd_newlogo.png" alt="MidnightBSD [logo]" />
- </span>
-</div>
-<!-- END HEADER -->
+<!--#include virtual="/header.html" -->
<div id="content">
Index: index.html
===================================================================
RCS file: /home/cvs/www/developer/index.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -Ldeveloper/index.html -Ldeveloper/index.html -u -r1.5 -r1.6
--- developer/index.html
+++ developer/index.html
@@ -1,4 +1,5 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
@@ -9,13 +10,7 @@
<body>
-<!-- BEGIN HEADER -->
-<div id="header">
- <span id="logo">
- <img src="../images/mbsd_newlogo.png" alt="MidnightBSD [logo]" />
- </span>
-</div>
-<!-- END HEADER -->
+<!--#include virtual="/header.html" -->
<div id="content">
Index: cvsup.html
===================================================================
RCS file: /home/cvs/www/developer/cvsup.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -Ldeveloper/cvsup.html -Ldeveloper/cvsup.html -u -r1.4 -r1.5
--- developer/cvsup.html
+++ developer/cvsup.html
@@ -10,13 +10,7 @@
<body>
-<!-- BEGIN HEADER -->
-<div id="header">
- <span id="logo">
- <img src="../images/mbsd_newlogo.png" alt="MidnightBSD [logo]" />
- </span>
-</div>
-<!-- END HEADER -->
+<!--#include virtual="/header.html" -->
<div id="content">
Index: index.html
===================================================================
RCS file: /home/cvs/www/docs/index.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -Ldocs/index.html -Ldocs/index.html -u -r1.4 -r1.5
--- docs/index.html
+++ docs/index.html
@@ -1,4 +1,5 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
@@ -9,13 +10,7 @@
<body>
-<!-- BEGIN HEADER -->
-<div id="header">
- <span id="logo">
- <img src="../images/mbsd_newlogo.png" alt="MidnightBSD [logo]" />
- </span>
-</div>
-<!-- END HEADER -->
+<!--#include virtual="/header.html" -->
<div id="content">
Index: index.html
===================================================================
RCS file: /home/cvs/www/docs/install/index.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -Ldocs/install/index.html -Ldocs/install/index.html -u -r1.4 -r1.5
--- docs/install/index.html
+++ docs/install/index.html
@@ -1,4 +1,5 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
@@ -9,13 +10,7 @@
<body>
-<!-- BEGIN HEADER -->
-<div id="header">
- <span id="logo">
- <img src="../../images/mbsd_newlogo.png" alt="MidnightBSD [logo]" />
- </span>
-</div>
-<!-- END HEADER -->
+<!--#include virtual="/header.html" -->
<div id="content">
Index: policy.html
===================================================================
RCS file: /home/cvs/www/docs/mports/policy.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -Ldocs/mports/policy.html -Ldocs/mports/policy.html -u -r1.5 -r1.6
--- docs/mports/policy.html
+++ docs/mports/policy.html
@@ -1,4 +1,5 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
@@ -9,13 +10,7 @@
<body>
-<!-- BEGIN HEADER -->
-<div id="header">
- <span id="logo">
- <img src="../../images/mbsd_newlogo.png" alt="MidnightBSD [logo]" />
- </span>
-</div>
-<!-- END HEADER -->
+<!--#include virtual="/header.html" -->
<div id="content">
Index: index.html
===================================================================
RCS file: /home/cvs/www/docs/mports/index.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -Ldocs/mports/index.html -Ldocs/mports/index.html -u -r1.6 -r1.7
--- docs/mports/index.html
+++ docs/mports/index.html
@@ -1,4 +1,5 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
@@ -9,13 +10,7 @@
<body>
-<!-- BEGIN HEADER -->
-<div id="header">
- <span id="logo">
- <img src="../../images/mbsd_newlogo.png" alt="MidnightBSD [logo]" />
- </span>
-</div>
-<!-- END HEADER -->
+<!--#include virtual="/header.html" -->
<div id="content">
Index: fake.html
===================================================================
RCS file: /home/cvs/www/docs/mports/fake.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -Ldocs/mports/fake.html -Ldocs/mports/fake.html -u -r1.4 -r1.5
--- docs/mports/fake.html
+++ docs/mports/fake.html
@@ -1,4 +1,5 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
@@ -9,13 +10,7 @@
<body>
-<!-- BEGIN HEADER -->
-<div id="header">
- <span id="logo">
- <img src="../../images/mbsd_newlogo.png" alt="MidnightBSD [logo]" />
- </span>
-</div>
-<!-- END HEADER -->
+<!--#include virtual="/header.html" -->
<div id="content">
Index: bsd.port.mk.html
===================================================================
RCS file: /home/cvs/www/docs/mports/bsd.port.mk.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -Ldocs/mports/bsd.port.mk.html -Ldocs/mports/bsd.port.mk.html -u -r1.2 -r1.3
--- docs/mports/bsd.port.mk.html
+++ docs/mports/bsd.port.mk.html
@@ -10,6 +10,8 @@
<body lang="en-US">
+<!--#include virtual="/header.html" -->
+
<h1>
Using <tt>bsd.port.mk</tt></h1>
Index: index.html
===================================================================
RCS file: /home/cvs/www/download/index.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -Ldownload/index.html -Ldownload/index.html -u -r1.8 -r1.9
--- download/index.html
+++ download/index.html
@@ -1,4 +1,5 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
@@ -9,13 +10,7 @@
<body>
-<!-- BEGIN HEADER -->
-<div id="header">
- <span id="logo">
- <img src="../images/mbsd_newlogo.png" alt="MidnightBSD [logo]" />
- </span>
-</div>
-<!-- END HEADER -->
+<!--#include virtual="/header.html" -->
<div id="content">
Index: index.html
===================================================================
RCS file: /home/cvs/www/support/index.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -Lsupport/index.html -Lsupport/index.html -u -r1.7 -r1.8
--- support/index.html
+++ support/index.html
@@ -1,4 +1,5 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
@@ -9,13 +10,7 @@
<body>
-<!-- BEGIN HEADER -->
-<div id="header">
- <span id="logo">
- <img src="../images/mbsd_newlogo.png" alt="MidnightBSD [logo]" />
- </span>
-</div>
-<!-- END HEADER -->
+<!--#include virtual="/header.html" -->
<div id="content">
More information about the Midnightbsd-cvs
mailing list