[Aberdeen-pm] [Aberdeen.pm Website] r2 - in trunk: . about contact css join meetings

subversion at suretecsystems.com subversion at suretecsystems.com
Fri Mar 25 08:42:59 PST 2005


Author: gavin
Date: 2005-03-25 16:42:58 +0000 (Fri, 25 Mar 2005)
New Revision: 2

Added:
   trunk/css/
   trunk/css/aberdeen.css
Modified:
   trunk/about/index.html
   trunk/contact/index.html
   trunk/index.html
   trunk/join/index.html
   trunk/meetings/index.html
Log:
Converted site to use CSS, and made XHTML compliant.

Modified: trunk/about/index.html
===================================================================
--- trunk/about/index.html	2005-03-24 23:31:36 UTC (rev 1)
+++ trunk/about/index.html	2005-03-25 16:42:58 UTC (rev 2)
@@ -3,24 +3,90 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta name="generator" content="Suretec Systems Ltd." />
-<title>About Aberdeen.pm</title></head><body bgcolor="white">
+<link rel="stylesheet" type="text/css" href="http://aberdeen.pm.org/css/aberdeen.css" />
+<title>About Aberdeen.pm</title></head>
+<body bgcolor="#ffffff">
+<div id="page">
 <center>
 <table border="0" width="80%">
-<tbody><tr><td><h3><font face="Arial">About Aberdeen.pm</font></h3></td><td></td></tr><tr>
-</tr><tr><td><p>Aberdeen.pm is the Aberdeen, Scotland chapter of the <a href="http://www.pm.org/">Perl Mongers</a>
-organisation. Perl Mongers is a worldwide association of perl user
-groups, and in the coming weeks and months, it's hoped that Aberdeen.pm
-will get off the ground as an honest-to-goodness perl user group for
-Aberdeen and the Aberdeenshire area. Anyone is free to join, although
-face-to-face meeting is of course restricted to members in the Aberdeen
-area at the time of the meeting :).</p>
-<p>It is hoped that regular meetings, online tutorials, and of course,
-lively discourse (not necessarily related to perl) on the mailing list
-will ensue.</p>
-<p>At present, Aberdeen.pm is managed by Gavin henry, of <a href="http://www.suretecsystems.com" title="Suretec" alt="Suretec">Suretec Systems Ltd.</a>, whose contact details are available as the manager of Aberdeen.pm on <a href="http://www.pm.org/">www.pm.org</a></p>
-<p><a href="http://aberdeen.pm.org/">back</a></p>
-<p>Many Thanks to Dave O Connor, of the <a href="http://dublin.pm.org">Dublin.pm</a>, for letting me steal his site templates for a temporary site.</p>
-</td></tr>
-</tbody></table>
+<tr><td><h3>About Aberdeen.pm</h3></td></tr>
+<tr><td></td></tr>
+			<tr><td>
+				<p>
+					Aberdeen.pm is the Aberdeen, Scotland chapter of the 
+					<a href="http://www.pm.org/">Perl Mongers</a> organisation. 
+					Perl Mongers is a worldwide association of perl user
+					groups, and in the coming weeks and months, it's hoped that Aberdeen.pm
+					will get off the ground as an honest-to-goodness perl user group for
+					Aberdeen and the Aberdeenshire area. Anyone is free to join, although
+					face-to-face meeting is of course restricted to members in the Aberdeen
+					area at the time of the meeting :)
+				</p>
+				<p>
+					It is hoped that regular meetings, online tutorials, and of course,
+					lively discourse (not necessarily related to perl) on the mailing list
+					will ensue.
+				</p>
+				<p>
+					At present, Aberdeen.pm is managed by Gavin henry, of 
+					<a href="http://www.suretecsystems.com" title="Suretec">Suretec Systems Ltd.</a>, 
+					whose contact details are available as the manager of Aberdeen.pm on <a href="http://www.pm.org/">www.pm.org</a>
+				</p>
+
+					<div id="svn">
+						<p>
+							This site is managed via Suretec's <a href="http://subversion.tigris.org/" title="An open-source revision control system">Subversion</a> site.
+						</p>
+						<p>
+							You can view it the standard way, <a href="http://svn.suretecsystems.com/suretec/aberdeen.pm" title="Suretec Subversion Server for Aberdeen.pm.org">here</a>, 
+							or via <a href="http://websvn.tigris.org/" title="WebSVN">WebSVN</a>, <a href="http://svn.suretecsystems.com/svn" title="WebSVN for Aberdeen.pm.org">here</a>.
+						</p>
+						<p>
+							To check it out via the <i>svn</i> command, type:
+						</p>
+						<pre>
+svn co http://svn.suretecsystems.com/suretec/aberdeen.pm aberdeen.pm.org
+						</pre>
+						<p>
+							Where, <i>aberdeen.pm.org</i> is the folders name that you wish to create to save the file in.
+						</p>
+					</div>
+				<p>
+					<a href="http://aberdeen.pm.org/">&lt;&lt; back</a>
+				</p>
+				<p>
+					Many Thanks to Dave O Connor, of the <a href="http://dublin.pm.org">Dublin.pm</a>, 
+					for letting me steal his site templates for a temporary site.
+				</p>
+			</td>
+		</tr>
+	</table>
 </center>
-</body></html>
+<!-- footer BEGIN -->
+<center>
+<table>
+<tr>
+<td valign="middle" class="headerfooterStandard">
+<script language="JavaScript" type="text/javascript">
+document.write("This page was last updated on: " + document.lastModified);
+</script>&nbsp;&nbsp;
+      <a href="http://validator.w3.org/check?uri=referer"><img
+          src="http://www.w3.org/Icons/valid-xhtml10"
+          alt="Valid XHTML 1.0!" height="31" width="88" border="0"/></a>
+		&nbsp;
+		<a href="http://jigsaw.w3.org/css-validator/">
+		<img style="border:0;width:88px;height:31px"
+       src="http://jigsaw.w3.org/css-validator/images/vcss" 
+       alt="Valid CSS!"/></a>
+	   &nbsp;
+	    <a href="http://getfirefox.com/" title="Get Firefox - The Browser, Reloaded.">
+		<img src="http://www.mozilla.org/products/firefox/buttons/getfirefox_small.png"
+		width="110" height="32" border="0" alt="Get Firefox"/></a> 
+</td>
+</tr>
+</table>
+</center>
+<!-- footer END -->
+</div>
+</body>
+</html>

Modified: trunk/contact/index.html
===================================================================
--- trunk/contact/index.html	2005-03-24 23:31:36 UTC (rev 1)
+++ trunk/contact/index.html	2005-03-25 16:42:58 UTC (rev 2)
@@ -3,16 +3,45 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta name="generator" content="Suretec Systems Ltd." />
-<title>Contacting Aberdeen.pm</title></head><body bgcolor="white">
+<link rel="stylesheet" type="text/css" href="http://aberdeen.pm.org/css/aberdeen.css" />
+<title>Contacting Aberdeen.pm</title></head>
+<body bgcolor="#ffffff">
+<div id="page">
 <center>
 <table border="0" width="80%">
-<tbody><tr><td><h3><font face="Arial">$aberdeen-&gt;{'contactinfo'};</font></h3></td><td></td></tr><tr>
+<tr><td><h3>$aberdeen-&gt;{'contactinfo'};</h3></td><td></td></tr><tr>
+<td></td>
 </tr><tr><td><p>The most reliable way of getting an answer to a question you may have is via the Mailing list at <i>aberdeen-pm at pm.org</i></p>
-<p>You can subscribe at: <a href="http://mail.pm.org/mailman/listinfo/aberdeen-pm" title="Aberdeen.pm Mailing list" alt="Aberdeen.pm Mailing List">http://mail.pm.org/mailman/listinfo/aberdeen-pm</a>
+<p>You can subscribe at: <a href="http://mail.pm.org/mailman/listinfo/aberdeen-pm" title="Aberdeen.pm Mailing list">http://mail.pm.org/mailman/listinfo/aberdeen-pm</a></p>
 <p>If there is a specific or private query, you can contact the manager, Gavin Henry, at <i>ghenry at suretecsystems.com</i></p>
-<p><i><a href="http://aberdeen.pm.org/">back</a></i></p>
-</td></tr><tr><td>
+<p><i><a href="http://aberdeen.pm.org/">&lt;&lt; back</a></i></p>
 </td></tr>
-</tbody></table>
+</table>
 </center>
+<!-- footer BEGIN -->
+<center>
+<table>
+<tr>
+<td valign="middle" class="headerfooterStandard">
+<script language="JavaScript" type="text/javascript">
+document.write("This page was last updated on: " + document.lastModified);
+</script>&nbsp;&nbsp;
+      <a href="http://validator.w3.org/check?uri=referer"><img
+          src="http://www.w3.org/Icons/valid-xhtml10"
+          alt="Valid XHTML 1.0!" height="31" width="88" border="0"/></a>
+		&nbsp;
+		<a href="http://jigsaw.w3.org/css-validator/">
+		<img style="border:0;width:88px;height:31px"
+       src="http://jigsaw.w3.org/css-validator/images/vcss" 
+       alt="Valid CSS!"/></a>
+	   &nbsp;
+	    <a href="http://getfirefox.com/" title="Get Firefox - The Browser, Reloaded.">
+		<img src="http://www.mozilla.org/products/firefox/buttons/getfirefox_small.png"
+		width="110" height="32" border="0" alt="Get Firefox"/></a> 
+</td>
+</tr>
+</table>
+</center>
+<!-- footer END -->
+</div>
 </body></html>
\ No newline at end of file

Added: trunk/css/aberdeen.css
===================================================================
--- trunk/css/aberdeen.css	2005-03-24 23:31:36 UTC (rev 1)
+++ trunk/css/aberdeen.css	2005-03-25 16:42:58 UTC (rev 2)
@@ -0,0 +1,90 @@
+/*
+
+CSS for http://aberdeen.pm.org
+
+Written by Gavin Henry
+
+Copyright 2005 Gavin Henry and Suretec Systems Ltd.
+
+License: GPL
+
+Feel free to steal ;-)
+
+*/ 
+
+	@media print {
+		body {
+			background-color: white
+			}
+	}
+
+
+	body {
+		margin: 			50px 100px 0px 100px;
+		background-color: 	#006699;
+		font-family: 		"Trebuchet MS", Trebuchet, Verdana, Sans-Serif, "Bitstream Vera Sans", Verdana, Sans;
+/*		background-image:	url("http://aberdeen.pm.org/images/perl.gif");
+		background-repeat:	repeat; */
+	}
+	
+	#page {
+		margin: 			0px;
+		border: 			1px solid black;
+		background-color: 	white;
+	}
+	
+	#svn {
+		margin:				20px;
+		padding:			10px;
+		border:				1px solid grey;	
+		background-color:	#F0F8FF;
+	}
+	
+	a:link {
+		color:	 			#006699;
+		text-decoration: 	none;
+	}
+
+	a:visited {
+		color:	 			#006699;
+		text-decoration: 	none;
+	}
+
+	a:hover {
+		color:				#B70000;
+		text-decoration: 	none;
+	}
+	
+	h1, h2, h3 {
+		color: 				#B70000;
+		border-bottom: 		1px solid #cccccc;
+	}
+	
+	hr {
+		color: 				#023390;
+		background-color: 	#023390;
+	}
+	
+	.headerfooterStandard {
+		font-family:		Verdana, Arial, Helvetica, sans-serif;
+		font-size: 			8pt;
+		color: 				#006699;
+		text-decoration: 	none;
+	}
+
+	a.headerfooterStandard:link {
+		color: 				#006699;
+		text-decoration: 	underline;
+	}
+
+
+	a.headerfooterStandard:visited {
+		color: 				#006699;
+		text-decoration: 	underline;
+	}
+
+
+	a.headerfooterStandard:hover {
+		color: 				#B70000;
+		text-decoration: 	underline;
+	}
\ No newline at end of file

Modified: trunk/index.html
===================================================================
--- trunk/index.html	2005-03-24 23:31:36 UTC (rev 1)
+++ trunk/index.html	2005-03-25 16:42:58 UTC (rev 2)
@@ -3,32 +3,73 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta name="generator" content="Suretec Systems Ltd." />
+<link rel="stylesheet" type="text/css" href="http://aberdeen.pm.org/css/aberdeen.css" />
 <title>Aberdeen.pm - Aberdeen Perl Mongers</title></head>
 	<body bgcolor="#ffffff">
-		<table align="center" border="0" cols="2" width="80%">
-			<tbody><tr><td colspan="2"><h2><font face="Arial">Aberdeen-&gt;new() - Aberdeen Perl Mongers!</font></h2></td></tr>
+	<div id="page">
+		<table align="center" border="0" width="80%">
+			<tbody><tr><td colspan="2"><h2>Aberdeen-&gt;new() - Aberdeen Perl Mongers!</h2></td></tr>
 			<tr>
 				<td>
-					<table border="0" cols="1">
+					<table border="0">
 						<tbody><tr><td>Home</td></tr>
 						<tr><td><a href="http://aberdeen.pm.org/about/">About</a></td></tr>
 						<tr><td><a href="http://aberdeen.pm.org/join/">How To Join</a></td></tr>
 						<tr><td><a href="http://mail.pm.org/pipermail/aberdeen-pm/">List Archives</a></td></tr>
 						<tr><td><a href="http://aberdeen.pm.org/meetings/">Meetings</a></td></tr>
 						<tr><td><a href="http://aberdeen.pm.org/contact/">Contact</a></td></tr>
-					</tbody></table>
+						</tbody>
+					</table>
 				</td>
+				<td align="right">
+					<a href="http://www.pm.org/" title="Perl Mongers"><img src="http://aberdeen.pm.org/images/title.png" alt="Camel Logo" border="0"/></a>
+				</td>
+				</tr>
+				<tr>
+				<td></td>
+				<td align="right">
+					This is the home of Aberdeen.pm on the web. Feel free to visit any of the
+					sections of the site. If you have any questions, gripes, comments,
+					visit the <a href="http://aberdeen.pm.org/contact">contact</a> page.
+				</td>
+			</tr>
+			<tr>
 				<td>
-					<center><img src="http://aberdeen.pm.org/images/title.png" alt="Camel Logo"></center>
-					<br>
-This is the home of Aberdeen.pm on the web. Feel free to visit any of the
-sections of the site. If you have any questions, gripes, comments,
-visit the <a href="http://aberdeen.pm.org/contact">contact</a> page.
+					<a href="http://www.perl.com" title="Perl.com: The Source for Perl"><img src="http://aberdeen.pm.org/images/sm_perl_id_313_wt.gif" border="0" alt="Perl Logo" /></a>
 				</td>
+				<td>
+					<a href="http://wiki.oreillynet.com/usergroups/index.cgi?PerlMongers" title="Aberden Perl Mongers User Group at Oreilly User Groups"><img src="http://aberdeen.pm.org/images/ug_ad_250_camel.gif" border="0" alt="Oreilly Logo"/></a>
+				</td>
 			</tr>
-		</tbody></table>
-		<center><a href="http://wiki.oreillynet.com/usergroups/index.cgi?PerlMongers" title="Aberden Perl Mongers User Group at Oreilly User Groups"><img src="http://aberdeen.pm.org/images/ug_ad_250_camel.gif" border="0"></a><a href="http://www.perl.com" title="Perl.com: The Source for Perl"><img src="http://aberdeen.pm.org/images/sm_perl_id_313_wt.gif" border="0"></a></center>
+			</tbody>
+		</table>
 		<center><h6>The
 use of the camel image in association with the Perl language is a
 trademark of O'Reilly &amp; Associates, Inc. Used with permission.</h6></center>
-	</body></html>
\ No newline at end of file
+<!-- footer BEGIN -->
+<center>
+<table>
+<tr>
+<td valign="middle" class="headerfooterStandard">
+<script language="JavaScript" type="text/javascript">
+document.write("This page was last updated on: " + document.lastModified);
+</script>&nbsp;&nbsp;
+      <a href="http://validator.w3.org/check?uri=referer"><img
+          src="http://www.w3.org/Icons/valid-xhtml10"
+          alt="Valid XHTML 1.0!" height="31" width="88" border="0"/></a>
+		&nbsp;
+		<a href="http://jigsaw.w3.org/css-validator/">
+		<img style="border:0;width:88px;height:31px"
+       src="http://jigsaw.w3.org/css-validator/images/vcss" 
+       alt="Valid CSS!"/></a>
+	   &nbsp;
+	    <a href="http://getfirefox.com/" title="Get Firefox - The Browser, Reloaded.">
+		<img src="http://www.mozilla.org/products/firefox/buttons/getfirefox_small.png"
+		width="110" height="32" border="0" alt="Get Firefox"/></a> 
+</td>
+</tr>
+</table>
+</center>
+<!-- footer END -->
+</div>
+</body></html>
\ No newline at end of file

Modified: trunk/join/index.html
===================================================================
--- trunk/join/index.html	2005-03-24 23:31:36 UTC (rev 1)
+++ trunk/join/index.html	2005-03-25 16:42:58 UTC (rev 2)
@@ -3,16 +3,44 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta name="generator" content="Suretec Systems Ltd." />
-<title>Joining Aberdeen.pm</title></head><body bgcolor="white">
+<link rel="stylesheet" type="text/css" href="http://aberdeen.pm.org/css/aberdeen.css" />
+<title>Joining Aberdeen.pm</title></head>
+<body bgcolor="#ffffff">
+<div id="page">
 <center>
 <table border="0" width="80%">
-<tbody><tr><td><h3><font face="Arial">$aberdeen-&gt;join();</font></h3></td><td></td></tr><tr>
-</tr><tr><td><p>Joining Aberdeen.pm is as easy as joining the Mailing List! You can go to the List subscription page <a href="http://mail.pm.org/mailman/listinfo/aberdeen-pm/">here</a>.</p>
+<tr><td><h3>$aberdeen-&gt;join();</h3></td><td></td></tr><tr>
+<td></td></tr><tr><td><p>Joining Aberdeen.pm is as easy as joining the Mailing List! You can go to the List subscription page <a href="http://mail.pm.org/mailman/listinfo/aberdeen-pm/">here</a>.</p>
 <p>Alternatively, you can send a blank mail to <i>aberdeen-pm-subscribe at mail.pm.org</i>. To Unsubscribe, send a blank mail to <i>aberdeen-pm-unsubscribe at mail.pm.org</i></p>
 <p>Of course, you can <a href="http://mail.pm.org/pipermail/aberdeen-pm/">Read the List Archives online</a> if you wish.</p>
-<p><a href="http://aberdeen.pm.org/">back</a></p>
-</td></tr><tr><td>
+<p><a href="http://aberdeen.pm.org/">&lt;&lt; back</a></p>
 </td></tr>
-</tbody></table>
+</table>
 </center>
+<!-- footer BEGIN -->
+<center>
+<table>
+<tr>
+<td valign="middle" class="headerfooterStandard">
+<script language="JavaScript" type="text/javascript">
+document.write("This page was last updated on: " + document.lastModified);
+</script>&nbsp;&nbsp;
+      <a href="http://validator.w3.org/check?uri=referer"><img
+          src="http://www.w3.org/Icons/valid-xhtml10"
+          alt="Valid XHTML 1.0!" height="31" width="88" border="0"/></a>
+		&nbsp;
+		<a href="http://jigsaw.w3.org/css-validator/">
+		<img style="border:0;width:88px;height:31px"
+       src="http://jigsaw.w3.org/css-validator/images/vcss" 
+       alt="Valid CSS!"/></a>
+	   &nbsp;
+	    <a href="http://getfirefox.com/" title="Get Firefox - The Browser, Reloaded.">
+		<img src="http://www.mozilla.org/products/firefox/buttons/getfirefox_small.png"
+		width="110" height="32" border="0" alt="Get Firefox"/></a> 
+</td>
+</tr>
+</table>
+</center>
+<!-- footer END -->
+</div>
 </body></html>
\ No newline at end of file

Modified: trunk/meetings/index.html
===================================================================
--- trunk/meetings/index.html	2005-03-24 23:31:36 UTC (rev 1)
+++ trunk/meetings/index.html	2005-03-25 16:42:58 UTC (rev 2)
@@ -3,15 +3,44 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta name="generator" content="Suretec Systems Ltd." />
-<title>Meetings of Aberdeen.pm</title></head><body bgcolor="white">
+<link rel="stylesheet" type="text/css" href="http://aberdeen.pm.org/css/aberdeen.css" />
+<title>Meetings of Aberdeen.pm</title></head>
+<body bgcolor="#ffffff">
+<div id="page">
 <center>
 <table border="0" width="80%">
-<tbody><tr><td><h3><font face="Arial">join('beer', at members)</font></h3></td><td></td></tr><tr>
-</tr><tr><td><p><b><br>First Tech Meeting of Aberdeen.pm is to be arranged. It will probably tie in with the Sunday Meeting of the <a href="http://www.aberlug.org.uk/" title="Aberdeen Linux User Group" alt="Aberlug">Aberdeen Linux User Group</a><br><br></b></p></td></tr>
+<tr><td><h3>join('beer', at members)</h3></td><td></td></tr><tr>
+<td></td>
+</tr><tr><td><p><b><br/>First Tech Meeting of Aberdeen.pm is to be arranged. It will probably tie in with the Sunday Meeting of the <a href="http://www.aberlug.org.uk/" title="Aberdeen Linux User Group">Aberdeen Linux User Group</a>.<br/></b></p></td></tr>
 <tr><td><p>Feel free to propose a boozehouse on the <a href="http://mail.pm.org/pipermail/aberdeen-pm/">list</a>. Or, if you have an idea for a talk you think would be interesting, fire it off to the list, we'd love to hear about it!</p>
-<p><a href="http://aberdeen.pm.org/">back</a></p>
-</td></tr><tr><td>
+<p><a href="http://aberdeen.pm.org/">&lt;&lt; back</a></p>
 </td></tr>
-</tbody></table>
+</table>
 </center>
+<!-- footer BEGIN -->
+<center>
+<table>
+<tr>
+<td valign="middle" class="headerfooterStandard">
+<script language="JavaScript" type="text/javascript">
+document.write("This page was last updated on: " + document.lastModified);
+</script>&nbsp;&nbsp;
+      <a href="http://validator.w3.org/check?uri=referer"><img
+          src="http://www.w3.org/Icons/valid-xhtml10"
+          alt="Valid XHTML 1.0!" height="31" width="88" border="0"/></a>
+		&nbsp;
+		<a href="http://jigsaw.w3.org/css-validator/">
+		<img style="border:0;width:88px;height:31px"
+       src="http://jigsaw.w3.org/css-validator/images/vcss" 
+       alt="Valid CSS!"/></a>
+	   &nbsp;
+	    <a href="http://getfirefox.com/" title="Get Firefox - The Browser, Reloaded.">
+		<img src="http://www.mozilla.org/products/firefox/buttons/getfirefox_small.png"
+		width="110" height="32" border="0" alt="Get Firefox"/></a> 
+</td>
+</tr>
+</table>
+</center>
+<!-- footer END -->
+</div>
 </body></html>
\ No newline at end of file



More information about the Aberdeen-pm mailing list