[Swift-commit] r4914 - in wwwdev: . support support/_notes
vytas at ci.uchicago.edu
vytas at ci.uchicago.edu
Mon Aug 1 09:34:27 CDT 2011
Author: vytas
Date: 2011-08-01 09:34:25 -0500 (Mon, 01 Aug 2011)
New Revision: 4914
Added:
wwwdev/support/
wwwdev/support/_notes/
wwwdev/support/_notes/dwsync.xml
wwwdev/support/index.php
Log:
new look & feel
Added: wwwdev/support/_notes/dwsync.xml
===================================================================
--- wwwdev/support/_notes/dwsync.xml (rev 0)
+++ wwwdev/support/_notes/dwsync.xml 2011-08-01 14:34:25 UTC (rev 4914)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<dwsync>
+<file name="index.php" server="login.ci.uchicago.edu//home/vytas/public_html/projects/2011_07-Swift/" local="3394712105" remote="16279614000" />
+</dwsync>
\ No newline at end of file
Added: wwwdev/support/index.php
===================================================================
--- wwwdev/support/index.php (rev 0)
+++ wwwdev/support/index.php 2011-08-01 14:34:25 UTC (rev 4914)
@@ -0,0 +1,92 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<title>Swift - Support</title>
+<link href="../css/960_12_col.css" rel="stylesheet" type="text/css" />
+<link href="../css/reset.css" rel="stylesheet" type="text/css" />
+<link href="../css/style3.css" rel="stylesheet" type="text/css" />
+<script type="text/javascript" src="http://use.typekit.com/dbf2lqy.js"></script>
+<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
+</head>
+
+<body>
+<div class="container_12">
+ <!-- header -->
+ <?php require('../inc/header2.php') ?>
+ <!-- end header -->
+<div class="grid_12 page-header">
+ <h1>Support</h1>
+</div>
+<div class="clear"></div>
+<!-- end .grid_12 -->
+
+ <div class="grid_9">
+ <h3>Mailing Lists</h3>
+ <table class="mailinglists">
+ <tr>
+ <th width="10%" valign="top">List</th>
+ <th width="20%" valign="top" nowrap="nowrap">List Info<br/>(subscribe here)</th>
+ <th width="8%" valign="top">Archives</th>
+ <th width="30%" valign="top">Purpose</th>
+
+ </tr>
+ <tr>
+ <td valign="top">
+ <a href="mailto:swift-user at ci.uchicago.edu">swift-user</a>
+ </td>
+ <td align="center" valign="top">
+ <a href="https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-user">list page</a>
+ </td>
+ <td align="center" valign="top">
+ <a href="http://lists.ci.uchicago.edu/pipermail/swift-user/">archives</a>
+ </td>
+ <td valign="top">
+ Swift user support and general questions.
+ </td>
+ </tr>
+ <tr>
+ <td valign="top">
+ <a href="mailto:swift-devel at ci.uchicago.edu">swift-developer</a>
+ </td>
+ <td align="center" valign="top">
+ <a href="https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel">list page</a>
+ </td>
+ <td align="center" valign="top">
+ <a href="http://lists.ci.uchicago.edu/pipermail/swift-devel/">archives</a>
+ </td>
+
+ <td valign="top">
+ Swift developers mailing list.
+ </td>
+ </tr>
+ </table>
+ <p> </p>
+ <p> </p>
+ </div>
+ <!-- end .grid_9 -->
+ <div class="grid_3">
+ <h3>Bug Reports</h3>
+ <p>We have a Bugzilla, at <a href="http://bugzilla.mcs.anl.gov/swift/">bugzilla.mcs.anl.gov/swift/</a>. </p>
+ <p> </p>
+ </div>
+ <!-- end .grid_3 -->
+
+ <div class="clear"></div>
+
+ </div>
+<!-- end .container_12 -->
+<!-- footer -->
+<?php require('../inc/footer2.php') ?>
+<!-- end footer -->
+<script type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</script>
+<script type="text/javascript">
+try {
+var pageTracker = _gat._getTracker("UA-106257-5");
+pageTracker._trackPageview();
+} catch(err) {}</script>
+</body>
+</html>
More information about the Swift-commit
mailing list