[Blends-commit] [SCM] website branch, master, updated. e8b8a4d953726a1d4b435ee4ee5997ee7448af2a
Bas Couwenberg
sebastic at xs4all.nl
Thu Aug 6 18:08:07 UTC 2015
The following commit has been merged in the master branch:
commit e8b8a4d953726a1d4b435ee4ee5997ee7448af2a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Thu Aug 6 17:57:24 2015 +0200
Update GIS blends website.
diff --git a/www-src/_includes/gis_menu.html b/www-src/_includes/gis_menu.html
new file mode 100644
index 0000000..f827ec5
--- /dev/null
+++ b/www-src/_includes/gis_menu.html
@@ -0,0 +1,5 @@
+<li><a href="/gis/">Home</a></li>
+<li><a href="/gis/tasks/">Tasks</a>
+<li><a href="/gis/bugs/">Bugs</a></li>
+<li><a href="/gis/thermometer/">Thermometer</a></li>
+<li><a href="/gis/maintstats/">Maintainer Stats</a></li>
diff --git a/www-src/_layouts/gis.html b/www-src/_layouts/gis.html
new file mode 100644
index 0000000..00afb33
--- /dev/null
+++ b/www-src/_layouts/gis.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ {% include head.html project_title="Debian GIS Pure Blend" page_title=page.title %}
+ </head>
+
+ <body>
+ {% include header.html project_title="Debian GIS Pure Blend" project_short="GIS Pure Blend" project_menu="gis_menu.html" page_title=page.title %}
+
+ <div id="content">
+ {{ content }}
+ </div>
+
+ {% include footer.html team_name="Debian GIS Pure Blend" team_mail="debian-gis at lists.debian.org" team_archives="https://lists.debian.org/debian-gis/" team_irc="debian-gis" %}
+
+ </body>
+</html>
diff --git a/www-src/css/blends.css b/www-src/css/blends.css
index fd8475e..3f43c67 100644
--- a/www-src/css/blends.css
+++ b/www-src/css/blends.css
@@ -100,6 +100,10 @@ h1#hamradio {
background-image: url('/img/splash_hamradio.png');
}
+h1#gis {
+ background-image: url('/img/splash_gis.png');
+}
+
h1#med {
background-image: url('/img/splash_med.png');
}
diff --git a/www-src/gis/index.html b/www-src/gis/index.html
index 974b9d5..02e2c05 100644
--- a/www-src/gis/index.html
+++ b/www-src/gis/index.html
@@ -1,42 +1,13 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/2001/REC-xhtml11-20010531/DTD/xhtml11-flat.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
-<head>
-<title>Debian GIS Project</title>
-<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-<link href="/css/sentinel.css" type="text/css" rel="stylesheet" />
-</head>
-<body>
-<h1>Debian GIS</h1>
-<ul>
- <li><a href="tasks/index">Tasks</a> (<a href="tasks/packagelist">long listing</a>)</li>
- <li><a href="thermometer/">Thermometer</a></li>
- <li><a href="bugs/">Bugs</a></li>
-<!-- <li><a href="http://qa.debian.org/developer.php?login=pkg-grass-devel@lists.alioth.debian.org&ordering=3">QA page</a></li> -->
-</ul>
+---
+layout: gis
+title: Home
+---
-<h2>Active writers on
- <a href="mailto:debian-gis at lists.debian.org">mailing list</a></h2>
+<div id="splash">
+ <h1 id="gis">Debian GIS Pure Blend</h1>
+</div>
+
+<p>These pages contain package information for the <b>Debian GIS Pure Blend</b>.</p>
+
+<p>You can find more information on the <a href="http://pkg-grass.alioth.debian.org/">Debian GIS project Alioth website</a>.</p>
-<p>
-<img src="http://blends.debian.net/liststats/authorstat_debian-gis.png"
- title="Active writers on mailing list"
- alt="Bar chart of active writers on mailing list">
-</p>
-<p>
-<img src="http://blends.debian.net/liststats/authorstat_pkg-grass-devel.png"
- title="Active writers on mailing list"
- alt="Bar chart of active writers on mailing list">
-</p>
-<p>
-<img src="http://blends.debian.net/liststats/uploaders_debian-gis.png"
- title="Uploaders of Debian GIS packages"
- alt="Bar chart of Debian GIS uploaders">
-</p>
-<p>
-<img src="http://blends.debian.net/liststats/bugs_debian-gis.png"
- title="Bugs closed by Debian GIS team members"
- alt="Bar chart of bugs closed by Debian GIS team members">
-</p>
-</body>
-</html>
diff --git a/www-src/gis/maintstats.html b/www-src/gis/maintstats.html
new file mode 100644
index 0000000..0840381
--- /dev/null
+++ b/www-src/gis/maintstats.html
@@ -0,0 +1,43 @@
+---
+layout: gis
+title: Maintainer Statistics
+---
+
+<h1>Debian GIS Maintainer Statistics</h1>
+
+<p>
+<img src="http://blends.debian.net/liststats/authorstat_debian-gis.png"
+ title="Active writers on debian-gis at lists.debian.org"
+ alt="Bar chart of active writers on mailing list">
+</p>
+
+<p>
+<img src="http://blends.debian.net/liststats/authorstat_pkg-grass-devel.png"
+ title="Active writers development list pkg-grass-devel at lists.alioth.debian.org"
+ alt="Bar chart of active writers on packaging list">
+</p>
+
+<p>
+<img src="http://blends.debian.net/liststats/commitstat_pkg-grass.png"
+ title="Commits SVN/Git"
+ alt="Bar chart of Commits to Debian Med repositories obtained via teammetrics project">
+</p>
+
+<p>
+<img src="http://blends.debian.net/liststats/uploaders_debian-gis.png"
+ title="Uploaders of Debian GIS packages"
+ alt="Bar chart of Debian GIS uploaders">
+</p>
+
+<p>
+<img src="http://blends.debian.net/liststats/bugs_debian-gis.png"
+ title="Bugs closed by Debian GIS team members"
+ alt="Bar chart of bugs closed by Debian GIS team members">
+</p>
+
+<p>
+<img src="http://blends.debian.net/liststats/maintainer_per_package_pkg-grass.png"
+ title="Number of maintainers per package"
+ alt="Bar chart of number of maintainers per package">
+</p>
+
diff --git a/www-src/img/splash_gis.png b/www-src/img/splash_gis.png
new file mode 100644
index 0000000..23c5d1d
Binary files /dev/null and b/www-src/img/splash_gis.png differ
diff --git a/www/css/blends.css b/www/css/blends.css
index fd8475e..3f43c67 100644
--- a/www/css/blends.css
+++ b/www/css/blends.css
@@ -100,6 +100,10 @@ h1#hamradio {
background-image: url('/img/splash_hamradio.png');
}
+h1#gis {
+ background-image: url('/img/splash_gis.png');
+}
+
h1#med {
background-image: url('/img/splash_med.png');
}
diff --git a/www/gis/index.html b/www/gis/index.html
index 974b9d5..9c33a06 100644
--- a/www/gis/index.html
+++ b/www/gis/index.html
@@ -1,42 +1,71 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/2001/REC-xhtml11-20010531/DTD/xhtml11-flat.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
-<head>
-<title>Debian GIS Project</title>
-<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-<link href="/css/sentinel.css" type="text/css" rel="stylesheet" />
-</head>
-<body>
-<h1>Debian GIS</h1>
-<ul>
- <li><a href="tasks/index">Tasks</a> (<a href="tasks/packagelist">long listing</a>)</li>
- <li><a href="thermometer/">Thermometer</a></li>
- <li><a href="bugs/">Bugs</a></li>
-<!-- <li><a href="http://qa.debian.org/developer.php?login=pkg-grass-devel@lists.alioth.debian.org&ordering=3">QA page</a></li> -->
-</ul>
-
-<h2>Active writers on
- <a href="mailto:debian-gis at lists.debian.org">mailing list</a></h2>
-
-<p>
-<img src="http://blends.debian.net/liststats/authorstat_debian-gis.png"
- title="Active writers on mailing list"
- alt="Bar chart of active writers on mailing list">
-</p>
-<p>
-<img src="http://blends.debian.net/liststats/authorstat_pkg-grass-devel.png"
- title="Active writers on mailing list"
- alt="Bar chart of active writers on mailing list">
-</p>
-<p>
-<img src="http://blends.debian.net/liststats/uploaders_debian-gis.png"
- title="Uploaders of Debian GIS packages"
- alt="Bar chart of Debian GIS uploaders">
-</p>
-<p>
-<img src="http://blends.debian.net/liststats/bugs_debian-gis.png"
- title="Bugs closed by Debian GIS team members"
- alt="Bar chart of bugs closed by Debian GIS team members">
-</p>
-</body>
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Debian GIS Pure Blend</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <meta name="robots" content="noindex" />
+ <link href="/css/debian.css" rel="stylesheet" type="text/css">
+ <link href="/css/blends.css" rel="stylesheet" type="text/css">
+ <link rel="shortcut icon" href="/img/favicon.ico">
+
+ </head>
+
+ <body>
+ <div id="header">
+ <div id="wikisection">
+ <p class="section"><a href="/" title="Debian GIS Pure Blend">GIS Pure Blend</a></p>
+ </div>
+
+ <div id="upperheader">
+ <div id="logo">
+ <a href="http://www.debian.org" title="Debian Home">
+ <img src="/img/openlogo-50.png" alt="Debian" width="50" height="61">
+ </a>
+ </div>
+ </div> <!-- end upperheader -->
+
+ <div id="navbar">
+ <p class="hidecss"><a href="#content">Skip Quicknav</a></p>
+ <ul>
+ <li><a href="/gis/">Home</a></li>
+<li><a href="/gis/tasks/">Tasks</a>
+<li><a href="/gis/bugs/">Bugs</a></li>
+<li><a href="/gis/thermometer/">Thermometer</a></li>
+<li><a href="/gis/maintstats/">Maintainer Stats</a></li>
+
+ </ul>
+ </div> <!-- end navbar -->
+
+ <p id="breadcrumbs"> Debian GIS Pure Blend</p>
+ </div>
+
+
+
+ <div id="content">
+ <div id="splash">
+ <h1 id="gis">Debian GIS Pure Blend</h1>
+</div>
+
+<p>These pages contain package information for the <b>Debian GIS Pure Blend</b>.</p>
+
+<p>You can find more information on the <a href="http://pkg-grass.alioth.debian.org/">Debian GIS project Alioth website</a>.</p>
+
+
+ </div>
+
+ <div id="footer">
+<div id="fineprint">
+ <p>
+ The source code powering these pages is available <a href="http://anonscm.debian.org/cgit/blends/website.git">here</a>.
+ <br />
+ Contact: <a href="mailto:debian-gis at lists.debian.org">Debian GIS Pure Blend</a> (<a href="https://lists.debian.org/debian-gis/">archives</a>)
+ or <a href="irc://irc.debian.org/debian-gis">#debian-gis</a> on irc.debian.org.
+ <br />
+ Debian is a registered trademark of <a href="http://www.spi-inc.org/">Software in the Public Interest</a>.
+ </p>
+</div>
+</div>
+
+
+ </body>
</html>
diff --git a/www/gis/maintstats/index.html b/www/gis/maintstats/index.html
new file mode 100644
index 0000000..c5eb05f
--- /dev/null
+++ b/www/gis/maintstats/index.html
@@ -0,0 +1,101 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Maintainer Statistics · Debian GIS Pure Blend</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <meta name="robots" content="noindex" />
+ <link href="/css/debian.css" rel="stylesheet" type="text/css">
+ <link href="/css/blends.css" rel="stylesheet" type="text/css">
+ <link rel="shortcut icon" href="/img/favicon.ico">
+
+ </head>
+
+ <body>
+ <div id="header">
+ <div id="wikisection">
+ <p class="section"><a href="/" title="Debian GIS Pure Blend">GIS Pure Blend</a></p>
+ </div>
+
+ <div id="upperheader">
+ <div id="logo">
+ <a href="http://www.debian.org" title="Debian Home">
+ <img src="/img/openlogo-50.png" alt="Debian" width="50" height="61">
+ </a>
+ </div>
+ </div> <!-- end upperheader -->
+
+ <div id="navbar">
+ <p class="hidecss"><a href="#content">Skip Quicknav</a></p>
+ <ul>
+ <li><a href="/gis/">Home</a></li>
+<li><a href="/gis/tasks/">Tasks</a>
+<li><a href="/gis/bugs/">Bugs</a></li>
+<li><a href="/gis/thermometer/">Thermometer</a></li>
+<li><a href="/gis/maintstats/">Maintainer Stats</a></li>
+
+ </ul>
+ </div> <!-- end navbar -->
+
+ <p id="breadcrumbs"> Debian GIS Pure Blend<span class="sep">/</span>Maintainer Statistics</p>
+ </div>
+
+
+
+ <div id="content">
+ <h1>Debian GIS Maintainer Statistics</h1>
+
+<p>
+<img src="http://blends.debian.net/liststats/authorstat_debian-gis.png"
+ title="Active writers on debian-gis at lists.debian.org"
+ alt="Bar chart of active writers on mailing list">
+</p>
+
+<p>
+<img src="http://blends.debian.net/liststats/authorstat_pkg-grass-devel.png"
+ title="Active writers development list pkg-grass-devel at lists.alioth.debian.org"
+ alt="Bar chart of active writers on packaging list">
+</p>
+
+<p>
+<img src="http://blends.debian.net/liststats/commitstat_pkg-grass.png"
+ title="Commits SVN/Git"
+ alt="Bar chart of Commits to Debian Med repositories obtained via teammetrics project">
+</p>
+
+<p>
+<img src="http://blends.debian.net/liststats/uploaders_debian-gis.png"
+ title="Uploaders of Debian GIS packages"
+ alt="Bar chart of Debian GIS uploaders">
+</p>
+
+<p>
+<img src="http://blends.debian.net/liststats/bugs_debian-gis.png"
+ title="Bugs closed by Debian GIS team members"
+ alt="Bar chart of bugs closed by Debian GIS team members">
+</p>
+
+<p>
+<img src="http://blends.debian.net/liststats/maintainer_per_package_pkg-grass.png"
+ title="Number of maintainers per package"
+ alt="Bar chart of number of maintainers per package">
+</p>
+
+
+ </div>
+
+ <div id="footer">
+<div id="fineprint">
+ <p>
+ The source code powering these pages is available <a href="http://anonscm.debian.org/cgit/blends/website.git">here</a>.
+ <br />
+ Contact: <a href="mailto:debian-gis at lists.debian.org">Debian GIS Pure Blend</a> (<a href="https://lists.debian.org/debian-gis/">archives</a>)
+ or <a href="irc://irc.debian.org/debian-gis">#debian-gis</a> on irc.debian.org.
+ <br />
+ Debian is a registered trademark of <a href="http://www.spi-inc.org/">Software in the Public Interest</a>.
+ </p>
+</div>
+</div>
+
+
+ </body>
+</html>
diff --git a/www/img/splash_gis.png b/www/img/splash_gis.png
new file mode 100644
index 0000000..23c5d1d
Binary files /dev/null and b/www/img/splash_gis.png differ
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list