[pkg-ggz-commits] r393 - / www www/site

josef-guest at alioth.debian.org josef-guest at alioth.debian.org
Sat Nov 29 18:26:44 UTC 2008


Author: josef-guest
Date: 2008-11-29 18:26:44 +0000 (Sat, 29 Nov 2008)
New Revision: 393

Added:
   www/
   www/ggz-in-aptitude.png
   www/index.html
   www/site/
   www/site/bar.png
   www/site/bg.png
   www/site/ggzlogo.png
   www/site/style.css
Log:
- website to make the packaging efforts more visible



Added: www/ggz-in-aptitude.png
===================================================================
(Binary files differ)


Property changes on: www/ggz-in-aptitude.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: www/index.html
===================================================================
--- www/index.html	                        (rev 0)
+++ www/index.html	2008-11-29 18:26:44 UTC (rev 393)
@@ -0,0 +1,84 @@
+<html>
+<head>
+<title>
+GGZ Gaming Zone
+</title>
+<link rel="stylesheet" href="/site/style.css"/>
+</head>
+<body>
+
+<table class="pane">
+<tr>
+<td>
+<font size="6">
+<img src="/site/ggzlogo.png" alt="GGZ logo" valign="middle">
+&nbsp;&nbsp;
+GGZ Gaming Zone
+</font>
+</td>
+</tr>
+</table>
+
+<table class="pane">
+<tr>
+<td>
+GGZ for Debian
+|
+<a href="http://dev.ggzgamingzone.org/">Developer Area</a>
+|
+<a href="http://www.ggzgamingzone.org/">GGZ Home Page</a>
+</td>
+</tr>
+</table>
+
+<br>
+
+<table class="content">
+<tr>
+<td>
+
+<b>GGZ for Debian and derived distributions</b><br/>
+Bringing multiplayer fun to users of Lenny, Ibex and other such things!
+<br/><br/>
+
+<i>Overview</i><br/>
+Debian should provide a universal access to online gaming from all games and dedicated
+clients. Consistency in features, privacy protection, configuration and preferences can
+be achieved through GGZ.
+The GGZ Gaming Zone consists of several <a href="http://www.ggzgamingzone.org/packages/">packages</a>,
+many of which become even more packages in Debian (for data, libraries, headers etc.)
+The pkg-ggz project packages them for easy use (e.g. meta package: <i>apt-get install ggz</i>!) and
+safety when using GGZ libraries or tools as a dependency.
+<br/><br/>
+
+<i>Related projects</i><br/>
+The <a href="http://ggz-mobile.garage.maemo.org/">ggz-mobile</a> project on Maemo uses the Debian
+packages, adds some nice icons and compiles them for ARM. The projects gnome-games and freeciv,
+as well as kdegames in version 4.0, are using GGZ.
+<br/><br/>
+
+<i>Join us!</i><br>
+You can join via the Alioth page on <a href="http://pkg-ggz.alioth.debian.org/">pkg-ggz.alioth.debian.org</a>.
+<br/><br/>
+
+<img src="ggz-in-aptitude.png"/>
+<br/><br/>
+
+</td>
+</tr>
+</table>
+
+<br>
+
+<table class="pane">
+<tr>
+<td>
+Hosted by <a href="http://alioth.debian.org/">Alioth</a>
+</td>
+</tr>
+</table>
+
+</body>
+</html>
+
+

Added: www/site/bar.png
===================================================================
(Binary files differ)


Property changes on: www/site/bar.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: www/site/bg.png
===================================================================
(Binary files differ)


Property changes on: www/site/bg.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: www/site/ggzlogo.png
===================================================================
(Binary files differ)


Property changes on: www/site/ggzlogo.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: www/site/style.css
===================================================================
--- www/site/style.css	                        (rev 0)
+++ www/site/style.css	2008-11-29 18:26:44 UTC (rev 393)
@@ -0,0 +1,145 @@
+body {
+	background-color: #dcdcdc;
+	background-image: url(/site/bg.png);
+	color: #000000;
+}
+
+a {
+	color: #000000;
+	text-decoration: underline;
+}
+a:active {
+	color: #000000;
+	text-decoration: underline;
+}
+a:visited {
+	color: #000000;
+	text-decoration: underline;
+}
+
+.pane {
+	width: 100%;
+}
+.content {
+	width: 100%;
+}
+
+.pane td {
+	background-color: #eeee9d;
+	background-image: url(/site/bar.png);
+	background-repeat: no-repeat;
+	border-width: 1px;
+	border-color: #777777;
+	border-style: solid;
+
+	font-weight: bold;
+	font-size: 10pt;
+	text-align: center;
+	padding: 1px;
+
+}
+.content td {
+	background-color: #eeee9d;
+	background-image: url(/site/bar.png);
+	background-repeat: no-repeat;
+	border-width: 1px;
+	border-color: #777777;
+	border-style: solid;
+
+	font-size: 10pt;
+	text-align: left;
+	padding: 5px;
+
+	vertical-align: top;
+}
+.inner {
+	width: 100%;
+	text-align: center;
+}
+.inner td {
+	background-color: #eeee9d;
+	background-repeat: no-repeat;
+	border-color: #000000;
+	border-style: solid;
+
+	text-align: left;
+	border-width: 0px;
+	background-image: none;
+
+	vertical-align: top;
+}
+.twoside {
+	margin: -1px;
+	width: 100%;
+}
+.twoside td {
+	padding: 0px;
+	text-align: left;
+	border-width: 0px;
+	background-image: none;
+
+	vertical-align: top;
+}
+.list hr {
+	margin: 2px;
+}
+.list {
+	line-height: 0px;
+	border-spacing: 0px;
+}
+.list td {
+	background-color: #eeee9d;
+	background-image: url(/site/bar.png);
+	background-repeat: no-repeat;
+	border-width: 1px;
+	border-color: #777777;
+	border-style: solid;
+
+	text-align: center;
+	line-height: 1em;
+}
+.listnorm hr {
+	margin: 2px;
+}
+.listnorm {
+	line-height: 0px;
+	border-spacing: 0px;
+}
+.listnorm3 {
+	line-height: 0px;
+	border-spacing: 0px;
+	width: 60%;
+}
+.listnorm td {
+	background-color: #eeee9d;
+	background-image: url(/site/bar.png);
+	background-repeat: no-repeat;
+	border-width: 1px;
+	border-color: #777777;
+	border-style: solid;
+
+	/*text-align: center;*/
+	line-height: 1em;
+}
+.listnorm3 td {
+	background-color: #eeee9d;
+	background-image: url(/site/bar.png);
+	background-repeat: no-repeat;
+	border-width: 1px;
+	border-color: #777777;
+	border-style: solid;
+	line-height: 1em;
+	width: 33%;
+	/*border-bottom: 0px;*/
+}
+.flag {
+	background-color: #ffffff;
+	vertical-align: center;
+	border-width: 0px;
+	border-color: #000000;
+	border-style: solid;
+	width: 16;
+}
+img {
+	border: 0;
+}




More information about the pkg-ggz-commits mailing list