[Pkg-jed-commit] r1 - / tags tags/packages trunk trunk/packages trunk/www

Rafael Laboissiere rafael@costa.debian.org
Wed, 16 Mar 2005 09:46:48 +0100


Author: rafael
Date: 2005-03-16 09:46:47 +0100 (Wed, 16 Mar 2005)
New Revision: 1

Added:
   tags/
   tags/packages/
   tags/packages/jed-extra/
   tags/packages/jed/
   trunk/
   trunk/packages/
   trunk/packages/jed-extra/
   trunk/packages/jed/
   trunk/www/
   trunk/www/Makefile
   trunk/www/djg.css
   trunk/www/earth.png
   trunk/www/index.html
Log:
Initial commit of repository layout, along with www files

Added: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile	2005-03-15 13:26:16 UTC (rev 0)
+++ trunk/www/Makefile	2005-03-16 08:46:47 UTC (rev 1)
@@ -0,0 +1,49 @@
+# Makefile for installing the D.O.G. project home page at Alioth
+#
+# Use it as:
+#   make USER=your-alioth-username
+#
+# Written by Rafael Laboissiere <rafael@debian.org>
+# $Id$
+
+USER = $(shell whoami)
+GROUP = pkg-jed
+HOST = alioth.debian.org
+DIR = /org/alioth.debian.org/chroot/home/groups/pkg-jed/htdocs/
+IMAGES = earth.png
+CSS = djg.css
+COMMONFILES = $(IMAGES) $(CSS)
+INSTALLFILES = index.html $(COMMONFILES)
+SRCFILES = $(COMMONFILES) Makefile
+TARBALL = tmp.tgz
+
+install: index.html
+	@echo -n "Making tarball... "
+	@tar cfz $(TARBALL) $(INSTALLFILES)
+	@echo done
+	@echo -n "Uploading tarball to web site... "
+	@scp -q $(TARBALL) $(USER)@$(HOST):$(DIR)
+	@echo done
+	@rm -f $(TARBALL)
+	@echo -n "Installing remote tarball... "
+	@ssh $(USER)@$(HOST) 'cd $(DIR); tar xfz $(TARBALL)'
+	@echo done
+	@echo -n "Setting group access of www files... "
+	@ssh $(USER)@$(HOST) \
+		'cd $(DIR); for i in `tar tfz $(TARBALL)`; do chgrp $(GROUP) $$i; chmod g=u $$i; done'
+	@echo done
+	@echo -n "Removing remote tarball... "
+	@ssh $(USER)@$(HOST) rm -f $(DIR)$(TARBALL)
+	@echo done
+
+%: %.in
+	eperl $< > $@
+
+svn-ci:
+	svn ci $(SRCFILES)
+	svn up
+
+clean:
+	rm -f index.html
+
+.PHONY: install svn-ci clean

Added: trunk/www/djg.css
===================================================================
--- trunk/www/djg.css	2005-03-15 13:26:16 UTC (rev 0)
+++ trunk/www/djg.css	2005-03-16 08:46:47 UTC (rev 1)
@@ -0,0 +1,61 @@
+body {
+  margin: 4em;
+  background-image: url("earth.png");
+  border-color: #000;
+  border-style: solid;
+  border-width: 2px;
+  color: #000;
+  padding: 0pt;
+}
+
+#title {
+  background-color: #ddd;
+  font-size: 180%;
+  font-weight: bold;
+  color: #178;
+  text-align: center;
+  padding: 1pt;
+}
+
+#frame {
+  background-color: #fff;
+  color: #000;
+  padding: 8pt;
+}
+
+#footer {
+  background-color: #ddd;
+  text-align: center;
+  padding: 1pt;
+  margin: 0pt;
+}
+
+#footer > table {
+  width: 100%;
+  padding: 1pt;
+  font-size: 80%;
+  color: #389;
+}
+
+#frame a {
+  text-decoration: none;
+  color: blue;
+}
+
+#frame a:visited { color: #178; }
+#frame a:hover { text-decoration: underline; }
+
+#footer a {
+  text-decoration: underline;
+  color: #389;
+}
+
+td.left {
+  text-align: left;
+}
+
+td.right {
+  text-align: right;
+}
+
+

Added: trunk/www/earth.png
===================================================================
(Binary files differ)


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

Added: trunk/www/index.html
===================================================================
--- trunk/www/index.html	2005-03-15 13:26:16 UTC (rev 0)
+++ trunk/www/index.html	2005-03-16 08:46:47 UTC (rev 1)
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+<title>Debian JED Group</title>
+<meta name="Keywords" content="debian jed" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="djg.css" type="text/css" />
+</head>
+
+<body>
+<div id="title">
+<p>Debian JED Group</p>
+</div>
+<div id="frame">
+<p>The <a href="http://www.debian.org">Debian</a> packages related to the
+<a href="http://www.jedsoft.org/jed">JED</a> editor are maintained in a
+collaborative <a
+href="http://alioth.debian.org/projects/pkg-jed">project</a> at <a
+href="http://alioth.debian.org">Alioth</a>.  Development coordination is
+done through a <a href="http://subversion.tigris.org">Subversion</a> <a
+href="http://svn.debian.org/svn/pkg-jed">repository</a> and discussions are
+held in the <a
+href="http://lists.alioth.debian.org/mailman/listinfo/pkg-jed-devel">pkg-jed-devel</a>
+mailing list.  Please read the <a href="DJG-Guidelines.txt">DJG
+Guidelines</a> before doing any work on the packages.  If you are
+interested in joining the team, drop a note to one of the project <a
+href="http://alioth.debian.org/project/memberlist.php?group_id=30638">administrators.
+</a></p>
+</div>
+<div id="footer">
+<table>
+<tr>
+<td class="left">
+  $Id$<br/>
+  <a href="http://svn.debian.org/wsvn/pkg-octave/trunk/www/index.html.in?op=file&amp;rev=0&amp;sc=0">(show me the source)</a>
+</td>
+<td class="right">
+  <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0!</a><br/>
+  <a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS!</a>
+</td>
+</tr>
+</table>
+</div>
+</body>
+
+</html>