[Midnightbsd-cvs] www: /www: Switch to SSI footer.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Aug 21 20:35:44 EDT 2007
Log Message:
-----------
Switch to SSI footer.
Add $MidnightBSD$ inside head tag so we can still track documents.
Modified Files:
--------------
www:
index.html (r1.23 -> r1.24)
www/about:
index.html (r1.3 -> r1.4)
www/community:
index.html (r1.4 -> r1.5)
www/copyright:
index.html (r1.3 -> r1.4)
license.html (r1.1.1.1 -> r1.2)
trademarks.html (r1.1.1.1 -> r1.2)
www/developer:
cvsup.html (r1.3 -> r1.4)
index.html (r1.4 -> r1.5)
www/docs:
index.html (r1.3 -> r1.4)
www/docs/install:
index.html (r1.3 -> r1.4)
www/docs/mports:
bsd.port.mk.html (r1.1 -> r1.2)
fake.html (r1.3 -> r1.4)
index.html (r1.5 -> r1.6)
policy.html (r1.4 -> r1.5)
www/download:
index.html (r1.7 -> r1.8)
www/support:
index.html (r1.6 -> r1.7)
-------------- next part --------------
Index: index.html
===================================================================
RCS file: /home/cvs/www/index.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -Lindex.html -Lindex.html -u -r1.23 -r1.24
--- index.html
+++ index.html
@@ -5,6 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>MidnightBSD Project</title>
<link rel="stylesheet" type="text/css" media="all" href="css/base.css" />
+<!-- $MidnightBSD$ -->
<script type="text/javascript">
<!--
function MM_swapImgRestore() { //v3.0
@@ -224,20 +225,7 @@
<p><script language="Javascript" src="https://seal.godaddy.com/getSeal?sealID=71850604307c13d83f12711447cc2d8917f840381318884700136030"></script></p>
</div>
-<!-- BEGIN FOOTER -->
-<div id="footer">
- <p id="footertext"><a href="copyright/index.html">Legal Notices</a> | Copyright 2005-2007 Lucas Holt
- <br />$MidnightBSD$
- </p>
-
- <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
- </script>
- <script type="text/javascript">
- _uacct = "UA-560995-2";
- urchinTracker();
- </script>
-</div>
-<!-- END FOOTER -->
+<!--#include virtual="/footer.html" -->
</body>
</html>
Index: index.html
===================================================================
RCS file: /home/cvs/www/about/index.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -Labout/index.html -Labout/index.html -u -r1.3 -r1.4
--- about/index.html
+++ about/index.html
@@ -1,9 +1,11 @@
-<!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" />
<title>MidnightBSD :: About</title>
<link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
+<!-- $MidnightBSD$ -->
</head>
<body>
@@ -70,19 +72,7 @@
</div>
<!-- END CONTENT -->
-<!-- BEGIN FOOTER -->
-<div id="footer">
- <p id="footertext"><a href="/copyright/index.html">Legal Notices</a> | Copyright 2005-2007 Lucas Holt
- <br />$MidnightBSD$
- </p>
-
- <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
- </script>
- <script type="text/javascript">
- _uacct = "UA-560995-2";
- urchinTracker();
- </script>
-</div>
-<!-- END FOOTER -->
+<!--#include virtual="/footer.html" -->
+
</body>
</html>
Index: index.html
===================================================================
RCS file: /home/cvs/www/community/index.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lcommunity/index.html -Lcommunity/index.html -u -r1.4 -r1.5
--- community/index.html
+++ community/index.html
@@ -1,9 +1,11 @@
-<!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" />
<title>MidnightBSD :: Community</title>
<link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
+<!-- $MidnightBSD$ -->
</head>
<body>
@@ -41,19 +43,7 @@
</div>
<!-- END CONTENT -->
-<!-- BEGIN FOOTER -->
-<div id="footer">
- <p id="footertext"><a href="/copyright/index.html">Legal Notices</a> | Copyright 2005-2007 Lucas Holt
- <br />$MidnightBSD$
- </p>
-
- <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
- </script>
- <script type="text/javascript">
- _uacct = "UA-560995-2";
- urchinTracker();
- </script>
-</div>
-<!-- END FOOTER -->
+<!--#include virtual="/footer.html" -->
+
</body>
</html>
Index: license.html
===================================================================
RCS file: /home/cvs/www/copyright/license.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Lcopyright/license.html -Lcopyright/license.html -u -r1.1.1.1 -r1.2
--- copyright/license.html
+++ copyright/license.html
@@ -1,8 +1,10 @@
-<!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" />
<title>4.4BSD Copyright</title>
+<!-- $MidnightBSD$ -->
</head>
<body>
Index: index.html
===================================================================
RCS file: /home/cvs/www/copyright/index.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lcopyright/index.html -Lcopyright/index.html -u -r1.3 -r1.4
--- copyright/index.html
+++ copyright/index.html
@@ -1,9 +1,11 @@
-<!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" />
<title>MidnightBSD :: Copyright and Legal Information</title>
<link rel="stylesheet" type="text/css" media="all" href="../css/base.css" />
+<!-- $MidnightBSD$ -->
</head>
<body>
@@ -47,20 +49,7 @@
</div>
<!-- END CONTENT -->
-<!-- BEGIN FOOTER -->
-<div id="footer">
- <p id="footertext"><a href="/copyright/index.html">Legal Notices</a> | Copyright 2005-2007 Lucas Holt
- <br />$MidnightBSD$
- </p>
-
- <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
- </script>
- <script type="text/javascript">
- _uacct = "UA-560995-2";
- urchinTracker();
- </script>
-</div>
-<!-- END FOOTER -->
+<!--#include virtual="/footer.html" -->
</body>
</html>
Index: trademarks.html
===================================================================
RCS file: /home/cvs/www/copyright/trademarks.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Lcopyright/trademarks.html -Lcopyright/trademarks.html -u -r1.1.1.1 -r1.2
--- copyright/trademarks.html
+++ copyright/trademarks.html
@@ -1,8 +1,10 @@
-<!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" />
<title>Trademark Legend</title>
+<!-- $MidnightBSD$ -->
</head>
<body>
Index: index.html
===================================================================
RCS file: /home/cvs/www/developer/index.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -Ldeveloper/index.html -Ldeveloper/index.html -u -r1.4 -r1.5
--- developer/index.html
+++ developer/index.html
@@ -4,6 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>MidnightBSD :: Developer</title>
<link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
+<!-- $MidnightBSD$ -->
</head>
<body>
@@ -102,21 +103,7 @@
</div>
<!-- END CONTENT -->
-<!-- BEGIN FOOTER -->
-<div id="footer">
- <p id="footertext"><a href="/copyright/index.html">Legal Notices</a> | Copyright 2005-2007 Lucas Holt
- <br />$MidnightBSD$
- </p>
-
- <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
- </script>
- <script type="text/javascript">
- _uacct = "UA-560995-2";
- urchinTracker();
- </script>
-</div>
-<!-- END FOOTER -->
-
+<!--#include virtual="/footer.html" -->
</body>
</html>
Index: cvsup.html
===================================================================
RCS file: /home/cvs/www/developer/cvsup.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -Ldeveloper/cvsup.html -Ldeveloper/cvsup.html -u -r1.3 -r1.4
--- developer/cvsup.html
+++ developer/cvsup.html
@@ -1,9 +1,11 @@
-<!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" />
<title>MidnightBSD :: Developer :: CVSup</title>
<link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
+<!-- $MidnightBSD$ -->
</head>
<body>
@@ -47,21 +49,7 @@
</div>
<!-- END CONTENT -->
-<!-- BEGIN FOOTER -->
-<div id="footer">
- <p id="footertext"><a href="/copyright/index.html">Legal Notices</a> | Copyright 2005-2007 Lucas Holt
- <br />$MidnightBSD$
- </p>
-
- <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
- </script>
- <script type="text/javascript">
- _uacct = "UA-560995-2";
- urchinTracker();
- </script>
-</div>
-<!-- END FOOTER -->
-
+<!--#include virtual="/footer.html" -->
</body>
</html>
Index: index.html
===================================================================
RCS file: /home/cvs/www/docs/index.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -Ldocs/index.html -Ldocs/index.html -u -r1.3 -r1.4
--- docs/index.html
+++ docs/index.html
@@ -4,6 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>MidnightBSD :: Documentation</title>
<link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
+<!-- $MidnightBSD$ -->
</head>
<body>
@@ -46,19 +47,7 @@
</div>
<!-- END CONTENT -->
-<!-- BEGIN FOOTER -->
-<div id="footer">
- <p id="footertext"><a href="/copyright/index.html">Legal Notices</a> | Copyright 2005-2007 Lucas Holt
- <br />$MidnightBSD$
- </p>
-
- <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
- </script>
- <script type="text/javascript">
- _uacct = "UA-560995-2";
- urchinTracker();
- </script>
-</div>
-<!-- END FOOTER -->
+<!--#include virtual="/footer.html" -->
+
</body>
</html>
Index: index.html
===================================================================
RCS file: /home/cvs/www/docs/install/index.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -Ldocs/install/index.html -Ldocs/install/index.html -u -r1.3 -r1.4
--- docs/install/index.html
+++ docs/install/index.html
@@ -4,6 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>MidnightBSD :: Documentation :: Install</title>
<link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
+<!-- $MidnightBSD$ -->
</head>
<body>
@@ -100,19 +101,7 @@
</div>
<!-- END CONTENT -->
-<!-- BEGIN FOOTER -->
-<div id="footer">
- <p id="footertext"><a href="/copyright/index.html">Legal Notices</a> | Copyright 2005-2007 Lucas Holt
- <br />$MidnightBSD$
- </p>
-
- <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
- </script>
- <script type="text/javascript">
- _uacct = "UA-560995-2";
- urchinTracker();
- </script>
-</div>
-<!-- END FOOTER -->
+<!--#include virtual="/footer.html" -->
+
</body>
</html>
Index: policy.html
===================================================================
RCS file: /home/cvs/www/docs/mports/policy.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -Ldocs/mports/policy.html -Ldocs/mports/policy.html -u -r1.4 -r1.5
--- docs/mports/policy.html
+++ docs/mports/policy.html
@@ -4,6 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>MidnightBSD :: Documentation :: mports</title>
<link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
+<!-- $MidnightBSD$ -->
</head>
<body>
@@ -92,19 +93,7 @@
</div>
<!-- END CONTENT -->
-<!-- BEGIN FOOTER -->
-<div id="footer">
- <p id="footertext"><a href="/copyright/index.html">Legal Notices</a> | Copyright 2005-2007 Lucas Holt
- <br />$MidnightBSD$
- </p>
-
- <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
- </script>
- <script type="text/javascript">
- _uacct = "UA-560995-2";
- urchinTracker();
- </script>
-</div>
-<!-- END FOOTER -->
+<!--#include virtual="/footer.html" -->
+
</body>
</html>
Index: index.html
===================================================================
RCS file: /home/cvs/www/docs/mports/index.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -Ldocs/mports/index.html -Ldocs/mports/index.html -u -r1.5 -r1.6
--- docs/mports/index.html
+++ docs/mports/index.html
@@ -4,6 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>MidnightBSD :: Documentation :: mports</title>
<link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
+<!-- $MidnightBSD$ -->
</head>
<body>
@@ -102,19 +103,7 @@
</div>
<!-- END CONTENT -->
-<!-- BEGIN FOOTER -->
-<div id="footer">
- <p id="footertext"><a href="/copyright/index.html">Legal Notices</a> | Copyright 2005-2007 Lucas Holt
- <br />$MidnightBSD$
- </p>
-
- <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
- </script>
- <script type="text/javascript">
- _uacct = "UA-560995-2";
- urchinTracker();
- </script>
-</div>
-<!-- END FOOTER -->
+<!--#include virtual="/footer.html" -->
+
</body>
</html>
Index: fake.html
===================================================================
RCS file: /home/cvs/www/docs/mports/fake.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -Ldocs/mports/fake.html -Ldocs/mports/fake.html -u -r1.3 -r1.4
--- docs/mports/fake.html
+++ docs/mports/fake.html
@@ -4,6 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>MidnightBSD :: Documentation :: mports :: Fake</title>
<link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
+<!-- $MidnightBSD$ -->
</head>
<body>
@@ -133,19 +134,7 @@
</div>
<!-- END CONTENT -->
-<!-- BEGIN FOOTER -->
-<div id="footer">
- <p id="footertext"><a href="/copyright/index.html">Legal Notices</a> | Copyright 2005-2007 Lucas Holt
- <br />$MidnightBSD$
- </p>
-
- <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
- </script>
- <script type="text/javascript">
- _uacct = "UA-560995-2";
- urchinTracker();
- </script>
-</div>
-<!-- END FOOTER -->
+<!--#include virtual="/footer.html" -->
+
</body>
</html>
Index: bsd.port.mk.html
===================================================================
RCS file: /home/cvs/www/docs/mports/bsd.port.mk.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ldocs/mports/bsd.port.mk.html -Ldocs/mports/bsd.port.mk.html -u -r1.1 -r1.2
--- docs/mports/bsd.port.mk.html
+++ docs/mports/bsd.port.mk.html
@@ -5,6 +5,7 @@
<head>
<title>Using bsd.port.mk</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<!-- $MidnightBSD$ -->
</head>
<body lang="en-US">
@@ -127,7 +128,7 @@
<p>Portions of this document are derived from the FreeBSD Porters Handbook.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-versions.html</p>
-<p>$MidnightBSD$</p>
+<!--#include virtual="/footer.html" -->
</body>
</html>
Index: index.html
===================================================================
RCS file: /home/cvs/www/download/index.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -Ldownload/index.html -Ldownload/index.html -u -r1.7 -r1.8
--- download/index.html
+++ download/index.html
@@ -4,6 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>MidnightBSD :: Download</title>
<link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
+<!-- $MidnightBSD$ -->
</head>
<body>
@@ -108,20 +109,7 @@
</div>
<!-- END CONTENT -->
-<!-- BEGIN FOOTER -->
-<div id="footer">
- <p id="footertext"><a href="/copyright/index.html">Legal Notices</a> | Copyright 2005-2007 Lucas Holt
- <br />$MidnightBSD$
- </p>
-
- <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
- </script>
- <script type="text/javascript">
- _uacct = "UA-560995-2";
- urchinTracker();
- </script>
-</div>
-<!-- END FOOTER -->
+<!--#include virtual="/footer.html" -->
</body>
</html>
Index: index.html
===================================================================
RCS file: /home/cvs/www/support/index.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -Lsupport/index.html -Lsupport/index.html -u -r1.6 -r1.7
--- support/index.html
+++ support/index.html
@@ -4,6 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>MidnightBSD :: Support</title>
<link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
+<!-- $MidnightBSD$ -->
</head>
<body>
@@ -55,20 +56,7 @@
</div>
<!-- END CONTENT -->
-<!-- BEGIN FOOTER -->
-<div id="footer">
- <p id="footertext"><a href="/copyright/index.html">Legal Notices</a> | Copyright 2005-2007 Lucas Holt
- <br />$MidnightBSD$
- </p>
-
- <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
- </script>
- <script type="text/javascript">
- _uacct = "UA-560995-2";
- urchinTracker();
- </script>
-</div>
-<!-- END FOOTER -->
+<!--#include virtual="/footer.html" -->
</body>
</html>
More information about the Midnightbsd-cvs
mailing list