You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bu...@apache.org on 2014/02/04 03:15:35 UTC

svn commit: r896314 - in /websites/staging/myfaces/trunk/content: ./ wiki/commons.html

Author: buildbot
Date: Tue Feb  4 02:15:34 2014
New Revision: 896314

Log:
Staging update by buildbot for myfaces

Added:
    websites/staging/myfaces/trunk/content/wiki/commons.html
Modified:
    websites/staging/myfaces/trunk/content/   (props changed)

Propchange: websites/staging/myfaces/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb  4 02:15:34 2014
@@ -1 +1 @@
-1564153
+1564154

Added: websites/staging/myfaces/trunk/content/wiki/commons.html
==============================================================================
--- websites/staging/myfaces/trunk/content/wiki/commons.html (added)
+++ websites/staging/myfaces/trunk/content/wiki/commons.html Tue Feb  4 02:15:34 2014
@@ -0,0 +1,103 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<!--
+
+    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.
+-->
+  <head>
+    <title>MyFaces Commons</title>
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+    
+    <link rel="stylesheet" type="text/css" media="all" href="/wiki/css/maven-base.css"/>
+    <link rel="stylesheet" type="text/css" media="all" href="/wiki/css/maven-theme.css"/>
+    <link rel="stylesheet" type="text/css" media="all" href="/wiki/css/codehilite.css"/>
+    <link rel="stylesheet" type="text/css" media="print" href="/wiki/css/print.css"/>
+    
+    
+
+    
+    
+  </head>
+  <body>
+  <div id="header">
+    <div id="top_menu">
+      <div id="top_menu_container">
+          <!-- #simplePublishDate($decoration.publishDate)
+          #links( $decoration.body.links ) -->
+          <div class="date">
+            Last Published: <script>document.write(document.lastModified);</script>
+          </div>
+          <ul>
+<li><a href="http://www.apache.org/">Apache</a></li>
+<li><a href="http://myfaces.apache.org/index.html">MyFaces</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/MYFACES/Quick+Start">Quick Start</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/MYFACES/MyFaces+Core+User+Guide">User Guide</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/MYFACES/FAQ">FAQ</a></li>
+<li><a href="http://myfaces.apache.org/core22/javadoc.html">Generated Doc</a></li>
+<li><a href="http://myfaces.apache.org/download.html">Download</a></li>
+</ul>
+        <div class="clear"></div>
+      </div> <!-- close top_menu_container -->
+    </div> <!-- close top_menu -->
+    <div id="header_bottom">
+    <div id="logo_banner_container">
+      <!--#banner( $decoration.bannerLeft "logo" )-->
+      <div id="logo">
+        <a href="index.html">
+          <img src="/wiki/img/banners/MyFaces_logo.jpg" alt="" />
+        </a>
+      </div>
+      <!--#banner( $decoration.bannerRight "banner" )-->
+      <div id="banner">
+        <a href="http://www.apache.org/">
+          <img src="/wiki/img/banners/apache_banner.png" alt="" />
+        </a>
+      </div>    
+      <div class="clear"></div>
+    </div> <!-- close logo_banner_container -->
+    </div> <!-- close header_bottom -->
+  </div> <!-- close header -->
+    <div id="main_container">
+    <div id="left_column">
+    <!--
+       #mainMenu( $decoration.body.menus )
+       #poweredByLogo( $decoration.poweredBy )
+       -->
+        <div id="powered_by">
+          <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+            <img alt="Built by Maven" src="/wiki/img/banners/maven-feather.png"></img>
+          </a>
+        </div>
+    </div>
+    <div id="body_column">
+      <div>
+      <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/wiki/">Wiki</a></p>
+      <h2>MyFaces Commons</h2>
+      <div id="content" class="grid_16"><div class="section-content"><ul>
+<li><a href="/wiki/commons/user-guide.html">MyFaces Commons User Guide</a></li>
+</ul></div></div>
+      </div>
+    </div>
+    <div class="clear"></div>
+    </div> <!-- close main container -->
+    <div id="footer">
+      <div class="copyright">
+      Copyright &#169; Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
+       Apache MyFaces, Apache Tobago, Apache, the Apache feather logo, and the Apache MyFaces project logos are trademarks of The Apache Software Foundation.
+      </div><!-- close copyright -->
+    </div><!-- close footer -->
+  </body>
+</html>