svn commit: r1422870 - in /cocoon/site/site: css/site.css index.html news-cocoon-it-fw_cocoon-servlet-service-impl_new-release.html

[email protected]
Newsgroups gmane.text.xml.cocoon.cvs
Message-ID <[email protected]>
Author: ilgrosso
Date: Mon Dec 17 11:46:06 2012
New Revision: 1422870

URL: http://svn.apache.org/viewvc?rev=1422870&view=rev
Log:
Publishing updated website

Added:
    cocoon/site/site/news-cocoon-it-fw_cocoon-servlet-service-impl_new-release.html   (with props)
Modified:
    cocoon/site/site/css/site.css
    cocoon/site/site/index.html

Modified: cocoon/site/site/css/site.css
URL: http://svn.apache.org/viewvc/cocoon/site/site/css/site.css?rev=1422870&r1=1422869&r2=1422870&view=diff
==============================================================================
--- cocoon/site/site/css/site.css (original)
+++ cocoon/site/site/css/site.css Mon Dec 17 11:46:06 2012
@@ -1 +1,497 @@
-/* You can override this file with your own styles */
\ No newline at end of file
+/*
+ * 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.
+ */
+body {
+    font-family: Arial, Helvetica, sans-serif;
+    font-size: 0.8em;
+    color: #4c4c4c;
+}
+
+a:link, a:visited {
+    color: #0086b3;
+}
+
+a:hover {
+    text-decoration: none;
+}
+
+h1 {
+    margin: 25px 0 15px 0;
+    padding: 0 0 5px 17px;
+    background: url(../images/h1-image.gif) no-repeat left 4px;
+    font-size: 130%;
+    color: #0086b3;
+    border-bottom: 1px solid #0086b3;
+}
+
+h1.docTitle {
+    margin: 0 0 10px 0;
+    padding: 0 0 5px 0;
+    font-size: 150%;
+    background: none;
+}
+
+h2 {
+    font-size: 120%;
+}
+
+h3, h4, h5 {
+    font-size: 100%;
+    font-weight: bold;
+}
+
+ul {
+    margin: 5px 0 10px 0;
+    padding: 0 0 0 20px;
+    list-style: none;
+}
+
+li {
+    padding-left: 15px;
+    padding-bottom: 3px;
+}
+
+ul li {
+    background: url(../images/list.gif) no-repeat left 3px;
+}
+
+ol li {
+    padding-left: 5px;
+}
+
+tt {
+    font-size: 130%;
+}
+
+pre {
+    border: 1px solid #aaaaaa;
+    background: #efefef;
+    font-size: 110%;
+    padding: 10px;
+}
+
+table {
+    margin: 0 0 10px 0;
+    width: 99.5%;
+    border: 1px solid #cce7f0;
+}
+
+table th, table td {
+    padding: 4px;
+}
+
+thead {
+    background: #0086b3;
+    color: #fff;
+}
+
+tbody {
+    background: #e5f3f7;
+}
+
+table .alt {
+    background: #cce7f0;
+} /* Header part
+ --------------------------------------*/
+#breadtrail {
+    background: #2698be url(../images/breadtrail-bg.gif) repeat-x bottom left;
+}
+
+#breadtrail p {
+    margin: 0;
+    padding: 2px 0 5px 20px;
+    color: #fff;
+}
+
+#breadtrail a {
+    color: #fff;
+    text-decoration: none;
+}
+
+#breadtrail a:hover {
+    text-decoration: underline;
+}
+
+#top {
+    background: url(../images/top-background.jpg) repeat-x;
+}
+
+#header {
+    height: 129px;
+    background: url(../images/logo-background.jpg) no-repeat;
+}
+
+.projectlogo {
+    float: left;
+}
+
+.logoImage {
+    margin: 30px 0 0 34px;
+}
+
+.grouplogo {
+    margin: 10px 10px 0 0;
+    float: right;
+}
+
+.grouptitle {
+    margin: 0;
+    padding-bottom: 5px;
+    background: url(../images/group-title-line.gif) repeat-x bottom;
+}
+
+.grouptitle a:link, .grouptitle a:visited {
+    color: #545454;
+    text-decoration: none;
+}
+
+.searchbox {
+    margin: 3px 0;
+    padding: 0;
+}
+
+.searchbox input {
+    padding: 3px;
+    font-size: 11px;
+    border: 1px solid #626262;
+    color: #626262;
+}
+
+.searchbox .searchboxsubmit {
+    background: #626262;
+    border: none;
+    color: #fff;
+}
+
+#projectBar {
+    margin-bottom: 10px;
+    height: 25px;
+    border-top: 1px solid #f2f2f2;
+    border-bottom: 1px solid #f2f2f2;
+}
+
+#projectBar .projectTitle {
+    margin: 0;
+    padding: 6px 0 0 5px;
+    background: none;
+    border: none;
+    float: left;
+    font-size: 100%;
+    color: #0086b3;
+}
+
+.projectTitle a {
+    text-decoration: none;
+}
+
+.projectTitle a:hover {
+    text-decoration: underline;
+}
+
+#projectBar .projectList {
+    margin: 5px 15px 0 0;
+    padding: 0;
+    list-style: none;
+    float: right;
+}
+
+#projectBar .projectList li {
+    padding: 0 8px;
+    background: none;
+    float: left;
+    border-right: 1px solid #f2f2f2;
+}
+
+#projectBar .projectList a {
+    color: #acacac;
+    text-decoration: none;
+}
+
+#projectBar .projectList a:hover {
+    text-decoration: underline;
+}
+
+.projectList img {
+    padding-top: 2px;
+}
+
+.cocoonHome {
+    margin: 0;
+    padding: 4px 0 0 10px;
+    float: left;
+}
+
+.projectBarClear {
+    height: 1%;
+    clear: both;
+}
+/* Menu
+ --------------------------------------*/
+#menu {
+    margin: 0;
+    padding: 0;
+    width: 170px;
+    list-style: none;
+    font-weight: bold;
+    float: left;
+}
+
+#menu li {
+    margin-left: 10px;
+    padding: 3px 5px 3px 10px;
+    background: url(../images/menu-title.gif) no-repeat left 8px;
+    color: #7c7c7c;
+}
+
+#menu li ul {
+    margin: 0;
+    padding: 0;
+    list-style: none;
+    font-weight: normal;
+}
+
+#menu li ul li {
+    margin: 0;
+    padding: 3px 0 0 10px;
+    background: url(../images/menu-list.gif) no-repeat left 7px;
+    border-bottom: 1px solid #ebebeb;
+}
+
+#menu li ul .menuCollapse {
+    background: url(../images/menu-collapse.gif) no-repeat left 7px;
+}
+
+#menu li ul li a {
+    color: #7c7c7c;
+    text-decoration: none;
+}
+
+#menu li ul li a:hover {
+    text-decoration: underline;
+}
+
+#menu .menuVersions {
+    color: #2e93b5;
+}
+/* Content
+ --------------------------------------*/
+#contentBody {
+    margin: 0 20px 0 0px;
+    padding: 0;
+}
+
+#contentBody.withSidebar {
+    margin-right: 190px;
+}
+/* IncludedDocs should not add the default margin and padding
+ */
+.includedDoc #contentBody {
+    margin: 0;
+}
+
+.includedDoc h1.docTitle {
+    margin: 0;
+    padding: 0 0 0 17px;
+    background: url(../images/h1-image.gif) no-repeat bottom left;
+    font-size: 130%;
+    color: #0086b3;
+    border-bottom: 1px solid #0086b3;
+}
+/* hide the link to Daisy for included documents */
+.includedDoc .editUrl {
+    display: none;
+}
+/* Intro on home page
+ --------------------------------------*/
+#intro {
+    width: 180px;
+    float: right;
+    background: #ebebeb;
+}
+
+#intro div {
+    margin: 2px;
+    border: 1px solid #fff;
+}
+
+#intro h2 {
+    color: #0086b3;
+}
+
+#intro p, #intro h2 {
+    margin: 8px;
+}
+/* Green + blue getting boxes on
+ * home page
+ --------------------------------------*/
+#getting {
+    margin: 0;
+    padding: 0;
+    display: inline-block;
+    width: 100%;
+} /* Hide from IE-mac \*/
+* html #getting {
+    height: 1%;
+    width: auto;
+}
+
+#getting {
+    display: table;
+} /* End hide from IE-mac */
+#getting div {
+    margin: 0 5px 5px 0;
+    padding: 0;
+    width: 150px;
+    height: 16em;
+    background: #9bcd52 url(../images/getting-bottom.gif) no-repeat bottom;
+    border: none;
+    float: left;
+}
+
+#getting div div {
+    margin: 0;
+    height: auto;
+    padding: 10px 0 0 10px;
+    background: url(../images/getting-top.gif) no-repeat;
+}
+
+#getting h2 {
+    margin: 0 10px;
+    padding: 4px 0;
+    font-size: 120%;
+    color: #fff;
+    border-bottom: 1px solid #fff;
+}
+
+#getting ul {
+    margin: 0 10px 10px 10px;
+    padding: 0;
+    color: #fff;
+    list-style: none;
+}
+
+#getting ul li {
+    padding: 2px 0 2px 7px;
+    background: url(../images/getting-list.gif) no-repeat left 6px;
+}
+
+#getting ul li a {
+    color: #fff;
+}
+
+#getting ul li a:hover {
+    text-decoration: none;
+}
+
+#getting #gettingDownload {
+    background: #2e93b5 url(../images/download-bottom.gif) no-repeat bottom left;
+}
+
+#gettingDownload .downloadVersion {
+    margin: 0;
+    height: auto;
+    padding: 83px 0 25px 0;
+    background: url(../images/download-bg.jpg) no-repeat;
+    font-size: 120%;
+    font-weight: bold;
+    text-align: center;
+}
+
+#getting .moreDownload {
+    height: auto;
+    width: auto;
+    margin: 0;
+    padding: 0 10px;
+    background: #2e93b5;
+    color: #fff;
+}
+
+#getting .moreDownload a {
+    color: #fff;
+} /* News section
+ --------------------------------------*/
+.news {
+    margin: 10px 0 0 0;
+    padding: 0;
+}
+
+.news dt {
+    margin-bottom: 5px;
+    font-weight: bold;
+    font-size: 110%;
+}
+
+.news dd {
+    margin: 0;
+    padding: 0;
+}
+
+.news .newsMeta {
+    margin: 5px 0 15px 0;
+    padding-left: 8px;
+    background: url(../images/news-meta.gif) no-repeat left 4px;
+    font-size: 90%;
+    color: #959595;
+}
+
+.errors, .fixme, .warning, .note {
+    margin: 10px 0;
+    padding: 0 0 0 45px;
+    border: 1px solid #9bcd52;
+}
+
+.errors div, .fixme div, .warning div, .note div {
+    margin: 5px;
+    padding: 8px 0;
+}
+
+.errors {
+    background: url(../images/errors.gif) no-repeat 10px 7px;
+}
+
+.fixme {
+    background: url(../images/fixme.gif) no-repeat 10px 7px;
+}
+
+.warning {
+    background: url(../images/warning.gif) no-repeat 10px 7px;
+}
+
+.note {
+    background: url(../images/note.gif) no-repeat 10px 7px;
+}
+/* Bottom link to Daisy page
+ --------------------------------------*/
+.editUrl {
+    margin-top: 1em;
+    padding: 0 0 0 45px;
+    background: url(../images/errors.gif) no-repeat 10px 7px;
+    border: 1px solid #9bcd52;
+}
+
+.editUrl div {
+    margin: 5px;
+    padding: 8px 0;
+}
+/* Footer
+ --------------------------------------*/
+#footer {
+    border-top: 1px solid #f2f2f2;
+    text-align: center;
+    clear: both;
+}
\ No newline at end of file

Modified: cocoon/site/site/index.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/index.html?rev=1422870&r1=1422869&r2=1422870&view=diff
==============================================================================
--- cocoon/site/site/index.html (original)
+++ cocoon/site/site/index.html Mon Dec 17 11:46:06 2012
@@ -375,6 +375,14 @@
         <h1>News</h1>
         <div class="news">
           <dl class="news">
+            <dt>Apache Cocoon Integration Test Framework 1.0.1 and Servlet Service Implementation 1.3.2</dt>
+            <dd>The Apache Cocoon team is pleased to announce the release of subprojects Cocoon Integration Test 
+              Framework 1.0.1 and Servlet Service Implementation 1.3.2.
+            [<a href="news-cocoon-it-fw_cocoon-servlet-service-impl_new-release.html">more</a>] 
+            </dd>
+            <dd class="newsMeta">submitted by Francesco Chicchiricc&#xf2;, 12/17/12 12:30:00 CET</dd>
+          </dl>
+          <dl class="news">
             <dt>Apache Cocoon Subprojects New Releases</dt>
             <dd>During the last weeks the Apache Cocoon Community released a new version of each one of 11 subprojects
             currently managed.

Added: cocoon/site/site/news-cocoon-it-fw_cocoon-servlet-service-impl_new-release.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/news-cocoon-it-fw_cocoon-servlet-service-impl_new-release.html?rev=1422870&view=auto
==============================================================================
--- cocoon/site/site/news-cocoon-it-fw_cocoon-servlet-service-impl_new-release.html (added)
+++ cocoon/site/site/news-cocoon-it-fw_cocoon-servlet-service-impl_new-release.html Mon Dec 17 11:46:06 2012
@@ -0,0 +1,324 @@
+<!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 Main Site - Apache Cocoon 3
+  </title>
+    <link rel="stylesheet" href="./css/apache-cocoon-thien-maven-skin.min.css" />
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <script src="./js/apache-cocoon-thien-maven-skin.min.js" language="javascript" type="text/javascript"></script>
+          <meta name="author" content="Apache Cocoon Documentation Team" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+  </head>
+  <body onload="javascript:prettyPrint();">
+    <div id="breadtrail">
+       <p><a href="http://www.apache.org">Apache</a> &raquo; <a href="./">Cocoon</a> &raquo;</p>
+    </div>
+    <div id="top">
+      <div id="header">
+          <div class="projectlogo">
+             <a href="./"><img class="logoImage"
+               src="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="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" />&nbsp;
+               <input class="searchboxsubmit" name="Search" value="Search" type="submit" />
+             </form>
+         </div>
+         </div>
+         <div id="projectBar">
+           <p class="cocoonHome"><a href="./index.html"><img
+           src="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</a></em></strong></li>
+                <li><strong><a href="./subprojects/">Subprojects</a></strong></li>
+              </ul>
+                    </div>
+         <div class="projectBarClear"><!-- --></div>
+      </div>
+    <!-- end of top -->
+
+    <div id="content">
+         <ul id="menu">
+        <li>
+              About Cocoon
+            <ul>
+                  
+    <li >
+              <a href="index.html">Welcome</a>
+        </li>
+                  
+    <li >
+              <a href="1363_1_1.html">Features</a>
+        </li>
+                  
+    <li >
+              <a href="1284_1_1.html">Versions & Download</a>
+        </li>
+                  
+    <li >
+              <a href="1271_1_1.html">Professional Services</a>
+        </li>
+                  
+  
+
+
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class='menuCollapse'>
+              <a href="1365_1_1.html">Who uses Cocoon?</a>
+              </li>
+                  
+    <li >
+              <a href="1272_1_1.html">Weblogs</a>
+        </li>
+                  
+    <li >
+              <a href="1178_1_1.html">History</a>
+        </li>
+                  
+    <li >
+              <a href="1508_1_1.html">Privacy Policy</a>
+        </li>
+              </ul>
+    </li>
+      <li>
+              Getting Started
+            <ul>
+                  
+    <li >
+              <a href="1370_1_1.html">Tutorials</a>
+        </li>
+              </ul>
+    </li>
+      <li>
+              Getting Better
+            <ul>
+                  
+    <li >
+              <a href="1286_1_1.html">About the online documentation</a>
+        </li>
+                  
+    <li >
+              <a href="1287_1_1.html">Presentations</a>
+        </li>
+                  
+    <li >
+              <a href="1368_1_1.html">How-Tos</a>
+        </li>
+                  
+    <li >
+              <a href="1288_1_1.html">Articles</a>
+        </li>
+                  
+    <li >
+              <a href="1289_1_1.html">Books</a>
+        </li>
+              </ul>
+    </li>
+      <li>
+              Getting involved
+            <ul>
+                  
+    <li >
+              <a href="1273_1_1.html">How to contribute?</a>
+        </li>
+                  
+    <li >
+              <a href="1275_1_1.html">Communication tools that we use</a>
+        </li>
+                  
+  
+
+
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+                  
+      
+              
+        <li class='menuCollapse'>
+              <a href="1199_1_1.html">Committer's and contributor's section</a>
+              </li>
+              </ul>
+    </li>
+      <li>
+              Project Documentation
+            <ul>
+                  
+  
+
+
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class='menuCollapse'>
+              <a href="project-info.html">Project Information</a>
+              </li>
+              </ul>
+    </li>
+        <li class="menuVersions">Versions
+      <ul>
+        <li><a href="./3.0/">Cocoon 3.0</a></li>
+        <li><a href="./2.2/">Cocoon 2.2</a></li>
+        <li><a href="./2.1/">Cocoon 2.1</a></li>
+        <li><a href="./2.0/">Cocoon 2.0</a></li>
+        <li><a href="./1.x/">Cocoon 1.x</a></li>
+      </ul>
+    </li>
+    </ul>
+       <div class="main">
+         <!-- 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. -->
+  
+    <div id="contentBody">
+      <div id="bodyText">
+        <h1 class="docTitle">Apache Cocoon Integration Test Framework 1.0.1 and Servlet Service Implementation 1.3.2</h1>
+        <p>
+          The Apache Cocoon team is pleased to announce the release of subprojects
+          Cocoon Integration Test Framework 1.0.1 and Servlet Service Implementation 1.3.2. 
+        </p>
+        <p>
+          Apache Cocoon is an XML processing framework built around the concepts of
+          separation of concerns and component-based development.
+        </p>
+        <p>
+          Apache Cocoon 3 is a major rewrite of Cocoon 2.2. Like Cocoon 2 it
+          is based around the concept of pipelines and sitemaps and it is
+          very similar to Cocoon 2.2 in many respects but is slimmed down and
+          designed to be easily used with Java code (= no frameworks required!).
+          On top of this, Cocoon 3 has the goal of becoming the best available
+          platform for RESTful web services and web applications.
+        </p>
+        <p>
+          Subprojects are libraries, shared by different Apache Cocoon versions,
+          that can be used independently from the rest of Cocoon (1.x, 2.x 3.x),
+          or any of its parts (such as sitemap, pipelines, blocks, etc.).
+        </p>
+        <p>
+          Take a look at 
+          <a class="externalLink" href="http://cocoon.apache.org/subprojects/">subprojects site</a> and 
+          <a class="externalLink" href="http://cocoon.apache.org/2.2/maven-plugins/">Maven plugin site</a> for more details.
+        </p>
+      </div>
+    </div>
+  
+
+       </div>
+    </div>
+
+    <!-- end of content -->
+    <div id="footer">
+      <p>Copyright &copy;  
+          1999-2012
+    
+          The Apache Software Foundation
+      All Rights Reserved.</p>
+
+      <p>
+      Apache Cocoon, Apache, the Apache feather logo, and the Apache Cocoon project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+      </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>
\ No newline at end of file

Propchange: cocoon/site/site/news-cocoon-it-fw_cocoon-servlet-service-impl_new-release.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/site/site/news-cocoon-it-fw_cocoon-servlet-service-impl_new-release.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: cocoon/site/site/news-cocoon-it-fw_cocoon-servlet-service-impl_new-release.html
------------------------------------------------------------------------------
    svn:mime-type = text/html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.