[Pkg-octave-commit] [www] 03/03: Point to new website and keep the old one as legacy

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Wed Aug 13 12:42:48 UTC 2014


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a commit to branch master
in repository www.

commit fe0a3d86ddc057895a83506bc42022e7be795687
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Wed Aug 13 14:41:24 2014 +0200

    Point to new website and keep the old one as legacy
---
 Makefile                              |  2 +-
 index.html.in => index-legacy.html.in |  0
 index.html                            | 45 +++++++++++++++++++++++++++++++++++
 3 files changed, 46 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b8cbee9..c973ed7 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ HOST = alioth.debian.org
 DIR = /srv/alioth.debian.org/chroot/home/groups/pkg-octave/htdocs/
 ICONS = $(shell ls pics/*.png)
 CSS = dog.css guidelines.css common.css
-INSTALLFILES = index.html DOG-Guidelines.html DOG-Guidelines.txt \
+INSTALLFILES = index.html index-legacy.html DOG-Guidelines.html DOG-Guidelines.txt \
   DOG-Guidelines.pdf $(ICONS) $(CSS)
 
 install: $(INSTALLFILES)
diff --git a/index.html.in b/index-legacy.html.in
similarity index 100%
rename from index.html.in
rename to index-legacy.html.in
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..3ca8669
--- /dev/null
+++ b/index.html
@@ -0,0 +1,45 @@
+<html>
+
+<head>
+<style>
+body {
+  background-color: #FFF;
+  color: #666;
+  text-align: center;
+  font-family: Helvetica,Arial,sans-serif;
+}
+
+#panel {
+  max-width: 920px;
+  min-width: 300px;
+  margin: 0 auto;
+  border-width: 6px;
+  border-style: solid;
+  border-color: #666;
+  margin-bottom: 20px;
+  border-radius: 6px;
+  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
+}
+
+#content {
+  padding: 25px;
+  background-color: #F2F2F2;
+}
+
+h1 {
+ color: #333;
+}
+</style>
+</head>
+
+<body>
+  <div id="panel">
+    <div id="content">
+      <h1>Debian Octave Group</h1>
+      <p>This used to be the website for the DOG. Please, visit the <a href="https://wiki.debian.org/Teams/DebianOctaveGroup">new website</a>.</p>
+      <p>If you are doing archeological research, please visit the <a href="index-legacy.html">old website</a>, or browse <a href="http://anonscm.debian.org/gitweb/?p=pkg-octave/www.git">its source</a>.</p>
+    </div>
+  </div>
+</body>
+
+</html>

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/www.git



More information about the Pkg-octave-commit mailing list