[Clo-cvs] CVS update: public_html/donate-thankyou.shtml public_html/donate.shtml public_html/faq.shtml public_html/header.shtml public_html/independent-lists.shtml public_html/index.shtml public_html/nntp.shtml public_html/project-intro.shtml public_html/projects.shtml public_html/rsync.shtml public_html/stats.shtml public_html/viewrep.shtml
Erik Enge
eenge at common-lisp.net
Wed Jan 18 00:53:22 UTC 2006
Update of /project/clo/cvsroot/public_html
In directory common-lisp:/project/clo/public_html
Modified Files:
donate-thankyou.shtml donate.shtml faq.shtml header.shtml
independent-lists.shtml index.shtml nntp.shtml
project-intro.shtml projects.shtml rsync.shtml stats.shtml
viewrep.shtml
Log Message:
factored out header
Date: Tue Jan 17 18:53:22 2006
Author: eenge
Index: public_html/donate-thankyou.shtml
diff -u public_html/donate-thankyou.shtml:1.1 public_html/donate-thankyou.shtml:1.2
--- public_html/donate-thankyou.shtml:1.1 Thu Jan 5 12:40:28 2006
+++ public_html/donate-thankyou.shtml Tue Jan 17 18:53:22 2006
@@ -14,16 +14,7 @@
<!-- ###### Header ###### -->
- <div id="header">
- <span class="headerTitle">Thank you for your donation!</span>
- <div class="headerLinks">
- <a href="http://www.lisp.org/">ALU</a>|
- <a href="http://www.cliki.net/">CLiki</a>
- </div>
-
- <!--#include virtual="navigation-links.shtml" -->
-
- </div>
+ <!--#include virtual="header.shtml" -->
<!-- ###### Side Boxes ###### -->
Index: public_html/donate.shtml
diff -u public_html/donate.shtml:1.26 public_html/donate.shtml:1.27
--- public_html/donate.shtml:1.26 Fri Jan 13 08:01:45 2006
+++ public_html/donate.shtml Tue Jan 17 18:53:22 2006
@@ -14,16 +14,7 @@
<!-- ###### Header ###### -->
- <div id="header">
- <span class="headerTitle">Donate </span>
- <div class="headerLinks">
- <a href="http://www.lisp.org/">ALU</a>|
- <a href="http://www.cliki.net/">CLiki</a>
- </div>
-
- <!--#include virtual="navigation-links.shtml" -->
-
- </div>
+ <!--#include virtual="header.shtml" -->
<!-- ###### Side Boxes ###### -->
Index: public_html/faq.shtml
diff -u public_html/faq.shtml:1.7 public_html/faq.shtml:1.8
--- public_html/faq.shtml:1.7 Wed Mar 2 12:05:23 2005
+++ public_html/faq.shtml Tue Jan 17 18:53:22 2006
@@ -15,16 +15,7 @@
<!-- ###### Header ###### -->
- <div id="header">
- <span class="headerTitle">Common-Lisp.net FAQ</span>
- <div class="headerLinks">
- <a href="http://www.lisp.org/">ALU</a>|
- <a href="http://www.cliki.net/">CLiki</a>
- </div>
-
- <!--#include virtual="navigation-links.shtml" -->
-
- </div>
+ <!--#include virtual="header.shtml" -->
<!-- ###### Side Boxes ###### -->
Index: public_html/header.shtml
diff -u public_html/header.shtml:1.1 public_html/header.shtml:1.2
--- public_html/header.shtml:1.1 Tue Jan 17 18:38:42 2006
+++ public_html/header.shtml Tue Jan 17 18:53:22 2006
@@ -4,3 +4,5 @@
<a href="http://www.lisp.org/">ALU</a>|
<a href="http://www.cliki.net/">CLiki</a>
</div>
+ <!--#include virtual="navigation-links.shtml" -->
+ </div>
\ No newline at end of file
Index: public_html/independent-lists.shtml
diff -u public_html/independent-lists.shtml:1.8 public_html/independent-lists.shtml:1.9
--- public_html/independent-lists.shtml:1.8 Tue Jan 17 14:11:02 2006
+++ public_html/independent-lists.shtml Tue Jan 17 18:53:22 2006
@@ -14,16 +14,7 @@
<!-- ###### Header ###### -->
- <div id="header">
- <span class="headerTitle">Independent lists</span>
- <div class="headerLinks">
- <a href="http://www.lisp.org/">ALU</a>|
- <a href="http://www.cliki.net/">CLiki</a>
- </div>
-
- <!--#include virtual="navigation-links.shtml" -->
-
- </div>
+ <!--#include virtual="header.shtml" -->
<!-- ###### Side Boxes ###### -->
Index: public_html/index.shtml
diff -u public_html/index.shtml:1.96 public_html/index.shtml:1.97
--- public_html/index.shtml:1.96 Tue Jan 17 18:41:01 2006
+++ public_html/index.shtml Tue Jan 17 18:53:22 2006
@@ -15,7 +15,6 @@
<!-- ###### Header ###### -->
<!--#include virtual="header.shtml" -->
- <!--#include virtual="navigation-links.shtml" -->
<!-- ###### Side Boxes ###### -->
@@ -25,7 +24,7 @@
<a href="#news">News</a>
<a href="#description">What is it</a>
<a href="#services">Services</a>
- <a href="#about">About this site / Impressum</a>
+ <a href="#about">About this site</a>
</div>
<div class="sideBox RHS">
Index: public_html/nntp.shtml
diff -u public_html/nntp.shtml:1.1 public_html/nntp.shtml:1.2
--- public_html/nntp.shtml:1.1 Thu Oct 16 07:40:22 2003
+++ public_html/nntp.shtml Tue Jan 17 18:53:22 2006
@@ -15,15 +15,7 @@
<!-- ###### Header ###### -->
- <div id="header">
- <span class="headerTitle">Common-Lisp.net NNTP service</span>
- <div class="headerLinks">
- <a href="http://www.lisp.org/">ALU</a>|
- <a href="http://www.cliki.net/">CLiki</a>
- </div>
-
- <!--#include virtual="navigation-links.shtml" -->
- </div>
+ <!--#include virtual="header.shtml" -->
<!-- ###### Side Boxes ###### -->
Index: public_html/project-intro.shtml
diff -u public_html/project-intro.shtml:1.10 public_html/project-intro.shtml:1.11
--- public_html/project-intro.shtml:1.10 Tue Jan 17 14:57:24 2006
+++ public_html/project-intro.shtml Tue Jan 17 18:53:22 2006
@@ -16,16 +16,7 @@
<!-- ###### Header ###### -->
- <div id="header">
- <span class="headerTitle">Hosting at Common-Lisp.net</span>
- <div class="headerLinks">
- <a href="http://www.lisp.org/">ALU</a>|
- <a href="http://www.cliki.net/">CLiki</a>
- </div>
-
- <!--#include virtual="navigation-links.shtml" -->
-
- </div>
+ <!--#include virtual="header.shtml" -->
<!-- ###### Side Boxes ###### -->
Index: public_html/projects.shtml
diff -u public_html/projects.shtml:1.36 public_html/projects.shtml:1.37
--- public_html/projects.shtml:1.36 Tue Jan 17 14:47:24 2006
+++ public_html/projects.shtml Tue Jan 17 18:53:22 2006
@@ -14,16 +14,7 @@
<!-- ###### Header ###### -->
- <div id="header">
- <span class="headerTitle">Projects at Common-Lisp.net</span>
- <div class="headerLinks">
- <a href="http://www.lisp.org/">ALU</a>|
- <a href="http://www.cliki.net/">CLiki</a>
- </div>
-
- <!--#include virtual="navigation-links.shtml" -->
-
- </div>
+ <!--#include virtual="header.shtml" -->
<!-- ###### Side Boxes ###### -->
Index: public_html/rsync.shtml
diff -u public_html/rsync.shtml:1.1 public_html/rsync.shtml:1.2
--- public_html/rsync.shtml:1.1 Fri Apr 30 07:23:55 2004
+++ public_html/rsync.shtml Tue Jan 17 18:53:22 2006
@@ -15,15 +15,7 @@
<!-- ###### Header ###### -->
- <div id="header">
- <span class="headerTitle">Common-Lisp.net rsync service</span>
- <div class="headerLinks">
- <a href="http://www.lisp.org/">ALU</a>|
- <a href="http://www.cliki.net/">CLiki</a>
- </div>
-
- <!--#include virtual="navigation-links.shtml" -->
- </div>
+ <!--#include virtual="header.shtml" -->
<!-- ###### Side Boxes ###### -->
Index: public_html/stats.shtml
diff -u public_html/stats.shtml:1.11 public_html/stats.shtml:1.12
--- public_html/stats.shtml:1.11 Tue Jan 17 13:34:07 2006
+++ public_html/stats.shtml Tue Jan 17 18:53:22 2006
@@ -14,16 +14,7 @@
<!-- ###### Header ###### -->
- <div id="header">
- <span class="headerTitle">Statistics</span>
- <div class="headerLinks">
- <a href="http://www.lisp.org/">ALU</a>|
- <a href="http://www.cliki.net/">CLiki</a>
- </div>
-
- <!--#include virtual="navigation-links.shtml" -->
-
- </div>
+ <!--#include virtual="header.shtml" -->
<!-- ###### Side Boxes ###### -->
Index: public_html/viewrep.shtml
diff -u public_html/viewrep.shtml:1.4 public_html/viewrep.shtml:1.5
--- public_html/viewrep.shtml:1.4 Tue Jan 17 11:31:02 2006
+++ public_html/viewrep.shtml Tue Jan 17 18:53:22 2006
@@ -14,16 +14,7 @@
<!-- ###### Header ###### -->
- <div id="header">
- <span class="headerTitle">Repository access over the web</span>
- <div class="headerLinks">
- <a href="http://www.lisp.org/">ALU</a>|
- <a href="http://www.cliki.net/">CLiki</a>
- </div>
-
- <!--#include virtual="navigation-links.shtml" -->
-
- </div>
+ <!--#include virtual="header.shtml" -->
<!-- ###### Side Boxes ###### -->
More information about the clo-cvs
mailing list