svn commit: r1301060 - /cocoon/trunk/jail/index.html
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ilgrosso
Date: Thu Mar 15 15:58:43 2012
New Revision: 1301060
URL: http://svn.apache.org/viewvc?rev=1301060&view=rev
Log:
index page
Added:
cocoon/trunk/jail/index.html
Added: cocoon/trunk/jail/index.html
URL: http://svn.apache.org/viewvc/cocoon/trunk/jail/index.html?rev=1301060&view=auto
==============================================================================
--- cocoon/trunk/jail/index.html (added)
+++ cocoon/trunk/jail/index.html Thu Mar 15 15:58:43 2012
@@ -0,0 +1,107 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title> Cocoon Zone - Welcome
+ </title>
+ <style type="text/css" media="all">
+ @import url("http://cocoon.apache.org/css/maven-base.css");
+ @import url("http://cocoon.apache.org/css/maven-theme.css");
+ @import url("http://cocoon.apache.org/css/site.css");
+ </style>
+ <link rel="stylesheet" href="http://cocoon.apache.org/css/print.css" type="text/css" media="print" />
+ <script src="http://cocoon.apache.org/js/getBlank.js" language="javascript" type="text/javascript"></script>
+ <meta name="author" content="The Cocoon Community" />
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+ </head>
+ <body>
+ <div id="breadtrail">
+ <p><a href="http://www.apache.org">Apache</a> » <a href="./">Cocoon</a> »</p>
+ </div>
+ <div id="top">
+ <div id="header">
+ <div class="projectlogo">
+ <a href="./"><img class="logoImage"
+ src="http://cocoon.apache.org/images/cocoon_logo.jpg"
+ alt="Apache Cocoon" border="0" /></a>
+ </div>
+ <div class="grouplogo">
+ <p class="grouptitle"><a href="./">The Apache Cocoon Project</a><img
+ src="http://cocoon.apache.org/images/apache-logo.jpg" alt="Cocoon Project Logo" /></p>
+ <form class="searchbox" action="http://www.google.com/search" method="get">
+ <input value="cocoon.apache.org" name="sitesearch" type="hidden" />
+ <input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google" />
+ <input class="searchboxsubmit" name="Search" value="Search" type="submit" />
+ </form>
+ </div>
+ </div>
+ <div id="projectBar">
+ <p class="cocoonHome"><a href="./index.html"><img
+ src="http://cocoon.apache.org/images/pmc-home.gif"
+ alt=" Apache Cocoon
+ homepage"
+ border="0" title=" Apache Cocoon
+ homepage" /></a></p>
+ <h1 class="projectTitle"><a href="./index.html"> Apache Cocoon
+ </a></h1>
+ <ul class="projectList">
+ <li><strong><a href="./2.2/">Cocoon 2.2</a></em></strong></li>
+ <li><a href="./2.2/core-modules/">Core <span class="pl-version-small">2.2</span></a></li>
+ <li><a href="./2.2/blocks/">Blocks <span class="pl-version-small">2.2</span></a></li>
+ <li><a href="./2.2/maven-plugins/">Maven Plugins <span class="pl-version-small">2.2</span></a></li>
+ <li><strong><a href=".//3.0/">Cocoon 3.0 <span class="pl-version-small">[alpha]</span></a></em></strong></li>
+ <li><strong><a href="./subprojects/">Subprojects</a></strong></li>
+ </ul>
+ </div>
+ <div class="projectBarClear"><!-- --></div>
+ </div>
+ <!-- end of top -->
+
+ <h1>Samples</h1>
+ <ul>
+ <li><a href="cocoon3/">Cocoon 3.0 samples</a></li>
+ </ul>
+
+
+ <!-- end of content -->
+ <div id="footer">
+ <p>©
+ 1999-<script type="text/javascript">document.write(new Date().getFullYear());</script>
+
+ The Apache Software Foundation
+ </p>
+ </div>
+ <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+ </script>
+ <script type="text/javascript">
+ _uacct = "UA-1740622-3";
+ urchinTracker();
+ </script>
+
+ </body>
+</html>