You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by fi...@apache.org on 2007/10/11 08:49:58 UTC

svn commit: r583702 - /labs/webarch/trunk/index.html

Author: fielding
Date: Wed Oct 10 23:49:58 2007
New Revision: 583702

URL: http://svn.apache.org/viewvc?rev=583702&view=rev
Log:
Apache Web Architecture Lab


Added:
    labs/webarch/trunk/index.html   (with props)

Added: labs/webarch/trunk/index.html
URL: http://svn.apache.org/viewvc/labs/webarch/trunk/index.html?rev=583702&view=auto
==============================================================================
--- labs/webarch/trunk/index.html (added)
+++ labs/webarch/trunk/index.html Wed Oct 10 23:49:58 2007
@@ -0,0 +1,73 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
+html1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-US">
+
+<head>
+  <title>Apache Web Architecture Lab</title>
+  <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
+  <link rel="stylesheet" type="text/css" href="http://labs.apache.org/css/html.css" media="screen, projection, tv " />
+  <link rel="stylesheet" type="text/css" href="http://labs.apache.org/css/layout.css" media="screen, projection, tv" />
+  <link rel="stylesheet" type="text/css" href="http://labs.apache.org/css/print.css" media="print" />
+ </head>
+<body>
+<div id="header">
+ <a href="http://labs.apache.org/"><img src="http://labs.apache.org/images/bg/top_left.jpg" alt="left slice" class="left" /></a>
+ <img src="http://labs.apache.org/images/bg/top_right.jpg" alt="right slice" class="right" />
+</div>
+
+<div id="content">
+
+  <div id="mainMenu">
+    <ul class="floatLeft">
+      <li><a href="http://labs.apache.org/webarch/" title="Home" class="here">Home</a></li>
+      <li><a href="http/draft-fielding-http/" title="HTTP">HTTP</a></li>
+      <li><a href="uri/" title="URI">URI</a></li>
+      <li><a href="http://labs.apache.org/mail.html" title="Mailing Lists and Archives">Mailing Lists</a></li>
+      <li><a href="http://issues.apache.org/jira/browse/LABS/component/12311590" title="Issues">Issues</a></li>
+      <li><a href="http://svn.apache.org/repos/asf/labs/webarch/trunk/" title="Repository" class="last">Repository</a></li>
+    </ul>
+  </div>
+
+  <div id="page">
+
+      <div class="gradient">
+
+        <h1>Welcome to the Apache Web Architecture Lab</h1>
+        <h2>Experiments in specifying protocols for the World Wide Web</h2>
+        <p>
+The Web Architecture Lab is a work area for
+specifying and experimenting with the interrelated shared agreements
+(protocols) that make the World Wide Web a happy place. The goal is to
+produce a central storage for Web protocol evolution, including both
+existing Web protocols and new ones, that Apache developers can
+refer to, comment on, prototype alternatives, and provide examples and
+test cases. A secondary goal is to experiment with tools for integrating
+public commentary with the specification process.
+        </p>
+        <p>
+Current protocol work includes the following:
+<ul>
+<li><a href="http/">Hypertext Transfer Protocol</a></li>
+<li><a href="uri/">Uniform Resource Identifiers</a></li>
+<li>
+</ul>
+        </p>
+      </div>
+  </div>
+</div>
+<div id="footer">
+  <div id="width">
+    <span class="floatLeft">
+      Copyright &copy; 2007 The <a href="http://www.apache.org/" title="The Apache Software Foundation">Apache Software Foundation</a>
+    </span>
+
+    <span class="floatRight">
+      design <a href="http://labs.apache.org/credits.html" title="Credits">credits</a> <span class="grey">|</span>
+      valid <a href="http://validator.w3.org/check?uri=referer" title="Validate XHTML">XHTML</a> <span class="grey">|</span>
+      valid <a href="http://jigsaw.w3.org/css-validator?uri=referer" title="Validate CSS">CSS</a>
+    </span>
+  </div>
+</div>
+</body>
+</html>

Propchange: labs/webarch/trunk/index.html
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org