From 6755aa911a882b79e5f450ed687b5d7100145fde Mon Sep 17 00:00:00 2001 From: Bert Burgemeister Date: Wed, 12 Oct 2011 16:35:51 +0200 Subject: [PATCH] Provide Web/download statistics --- html-template/404.html | 16 +++++++++++++++- html-template/download.html | 18 +++++++++++++++++- html-template/index.html | 16 ++++++++++++++++ html-template/license.html | 18 +++++++++++++++++- html-template/printing.html | 18 +++++++++++++++++- html-template/source.html | 18 +++++++++++++++++- 6 files changed, 99 insertions(+), 5 deletions(-) diff --git a/html-template/404.html b/html-template/404.html index 435c6cd..968f2e1 100644 --- a/html-template/404.html +++ b/html-template/404.html @@ -2,7 +2,7 @@ - Common Lisp Quick Reference + Common Lisp Quick Reference: 404 @@ -12,5 +12,19 @@ The page you requested doesn't seem to exist. You may wish to visit

Common Lisp Quick Reference

You will be redirected there. + + + + + diff --git a/html-template/download.html b/html-template/download.html index 99d8611..db0ec42 100644 --- a/html-template/download.html +++ b/html-template/download.html @@ -1,7 +1,7 @@ - Common Lisp Quick Reference + Common Lisp Quick Reference: Download @@ -24,6 +24,8 @@
  • printing & bookbinding
  • source
  • license +
  •   +
  • statistics @@ -144,5 +146,19 @@ + + + + + diff --git a/html-template/index.html b/html-template/index.html index b335d42..05a2d42 100644 --- a/html-template/index.html +++ b/html-template/index.html @@ -24,6 +24,8 @@
  • printing & bookbinding
  • source
  • license +
  •   +
  • statistics @@ -73,5 +75,19 @@ + + + + + diff --git a/html-template/license.html b/html-template/license.html index 9d35122..023c88a 100644 --- a/html-template/license.html +++ b/html-template/license.html @@ -1,7 +1,7 @@ - Common Lisp Quick Reference + Common Lisp Quick Reference: License @@ -24,6 +24,8 @@
  • printing & bookbinding
  • source
  • license +
  •   +
  • statistics @@ -561,5 +563,19 @@ + + + + + diff --git a/html-template/printing.html b/html-template/printing.html index c4a06ce..b66fa88 100644 --- a/html-template/printing.html +++ b/html-template/printing.html @@ -1,7 +1,7 @@ - Common Lisp Quick Reference + Common Lisp Quick Reference: Printing @@ -24,6 +24,8 @@
  • printing & bookbinding
  • source
  • license +
  •   +
  • statistics @@ -72,5 +74,19 @@ + + + + + diff --git a/html-template/source.html b/html-template/source.html index 7b61e12..6fa1492 100644 --- a/html-template/source.html +++ b/html-template/source.html @@ -1,7 +1,7 @@ - Common Lisp Quick Reference + Common Lisp Quick Reference: Source @@ -24,6 +24,8 @@
  • printing & bookbinding
  • source
  • license +
  •   +
  • statistics @@ -70,5 +72,19 @@ + + + + + -- 2.11.4.GIT