You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2015/07/05 14:35:56 UTC

svn commit: r1689248 [5/8] - in /webservices/website/woden-staging: ./ css/ dev/ dev/1.0/ fonts/ images/ images/logos/ images/profiles/ img/ js/ skin/

Added: webservices/website/woden-staging/images/contact-new.png
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/contact-new.png?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/contact-new.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/document-properties.png
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/document-properties.png?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/document-properties.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/drive-harddisk.png
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/drive-harddisk.png?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/drive-harddisk.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/fix.gif
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/fix.gif?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/fix.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/group-logo.gif
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/group-logo.gif?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/group-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/group.svg
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/group.svg?rev=1689248&view=auto
==============================================================================
--- webservices/website/woden-staging/images/group.svg (added)
+++ webservices/website/woden-staging/images/group.svg Sun Jul  5 12:35:55 2015
@@ -0,0 +1,81 @@
+<?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->
+
+<!--
+       SVG Anteater logo
+
+To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the
+xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the
+SVG spec (http://www.w3.org/TR/SVG/) as a reference.
+-->
+
+<!-- See Forrest Issue: FOR-229
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
+"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
+[
+ <!ATTLIST svg xmlns:for CDATA #FIXED "http://apache.org/forrest">
+ <!ENTITY % textExt "|for:group-name">
+ <!ELEMENT for:group-name (#PCDATA)>
+]>
+-->
+<svg xmlns="http://www.w3.org/2000/svg"
+     xmlns:xlink="http://www.w3.org/1999/xlink"
+     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+     xsl:version="1.0"
+     xmlns:for="http://apache.org/forrest"
+     width="220" height="65" >
+  <title>Anteater logo</title>
+
+  <defs>
+
+    <!--
+    <radialGradient id="radialGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </radialGradient>
+    <linearGradient id="linearGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </linearGradient>
+    -->
+
+    <linearGradient id="gradient" x1="0" y1="0" x2="0" y2="1">
+      <stop style="stop-color:white" offset="0"/>
+      <stop style="stop-color:lightgreen" offset="1"/>
+    </linearGradient>
+
+    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
+      <!-- Takes the alpha channel (black outline of the text), blurs it and saves as 'blur' -->
+      <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
+      <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 'offsetBlur' -->
+      <feOffset in="blur" dx="4" dy="4" result="offsetBlur"/>
+      <!-- Merges SourceGraphic (original image) and 'offsetBlur', putting the
+      former 'over' the latter, and using the merged result as the finished
+      image -->
+      <feComposite in="SourceGraphic" in2="offsetBlur" operator="over"/>
+    </filter>
+
+  </defs>
+
+  <g filter="url(#shadowFilter)" fill="url(#gradient)">
+    <text x="40%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: middle">
+    <for:group-name />
+    </text>
+  </g>
+</svg>

Added: webservices/website/woden-staging/images/icon.png
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/icon.png?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/icon.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/icon_error_sml.gif
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/icon_error_sml.gif?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/icon_help_sml.gif
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/icon_help_sml.gif?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/icon_help_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/icon_info_sml.gif
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/icon_info_sml.gif?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/icon_success_sml.gif
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/icon_success_sml.gif?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/icon_warning_sml.gif
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/icon_warning_sml.gif?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/image-x-generic.png
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/image-x-generic.png?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/image-x-generic.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/internet-web-browser.png
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/internet-web-browser.png?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/internet-web-browser.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/logos/build-by-maven-black.png
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/logos/build-by-maven-black.png?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/logos/build-by-maven-black.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/logos/build-by-maven-white.png
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/logos/build-by-maven-white.png?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/logos/build-by-maven-white.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/logos/maven-feather.png
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/logos/maven-feather.png?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/logos/maven-feather.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/network-server.png
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/network-server.png?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/network-server.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/package-x-generic.png
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/package-x-generic.png?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/package-x-generic.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/profiles/pre-release.png
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/profiles/pre-release.png?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/profiles/pre-release.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/profiles/retired.png
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/profiles/retired.png?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/profiles/retired.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/profiles/sandbox.png
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/profiles/sandbox.png?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/profiles/sandbox.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/project-logo.gif
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/project-logo.gif?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/project-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/project.svg
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/project.svg?rev=1689248&view=auto
==============================================================================
--- webservices/website/woden-staging/images/project.svg (added)
+++ webservices/website/woden-staging/images/project.svg Sun Jul  5 12:35:55 2015
@@ -0,0 +1,81 @@
+<?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->
+
+<!--
+       SVG Anteater logo
+
+To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the
+xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the
+SVG spec (http://www.w3.org/TR/SVG/) as a reference.
+-->
+
+<!-- See Forrest Issue: FOR-229
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
+"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
+[
+ <!ATTLIST svg xmlns:for CDATA #FIXED "http://apache.org/forrest">
+ <!ENTITY % textExt "|for:project-name">
+ <!ELEMENT for:project-name (#PCDATA)>
+]>
+-->
+<svg xmlns="http://www.w3.org/2000/svg"
+     xmlns:xlink="http://www.w3.org/1999/xlink"
+     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+     xsl:version="1.0"
+     xmlns:for="http://apache.org/forrest"
+     width="220" height="65" >
+  <title>Anteater logo</title>
+
+  <defs>
+
+    <!--
+    <radialGradient id="radialGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </radialGradient>
+    <linearGradient id="linearGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </linearGradient>
+    -->
+
+    <linearGradient id="gradient" x1="0" y1="0" x2="0" y2="1">
+      <stop style="stop-color:white" offset="0"/>
+      <stop style="stop-color:lightgreen" offset="1"/>
+    </linearGradient>
+
+    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
+      <!-- Takes the alpha channel (black outline of the text), blurs it and saves as 'blur' -->
+      <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
+      <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 'offsetBlur' -->
+      <feOffset in="blur" dx="4" dy="4" result="offsetBlur"/>
+      <!-- Merges SourceGraphic (original image) and 'offsetBlur', putting the
+      former 'over' the latter, and using the merged result as the finished
+      image -->
+      <feComposite in="SourceGraphic" in2="offsetBlur" operator="over"/>
+    </filter>
+
+  </defs>
+
+  <g filter="url(#shadowFilter)" fill="url(#gradient)">
+    <text x="51%" y="75%" style="font-size:32pt; font-family:Verdana ; text-anchor: middle" >
+    <for:project-name />
+    </text>
+  </g>
+</svg>

Added: webservices/website/woden-staging/images/remove.gif
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/remove.gif?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/remove.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/rss.png
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/rss.png?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/rss.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/update.gif
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/update.gif?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/update.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/images/window-new.png
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/images/window-new.png?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/images/window-new.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/img/glyphicons-halflings-white.png
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/img/glyphicons-halflings-white.png?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/img/glyphicons-halflings-white.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/website/woden-staging/img/glyphicons-halflings.png
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/img/glyphicons-halflings.png?rev=1689248&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/website/woden-staging/img/glyphicons-halflings.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: webservices/website/woden-staging/index.html
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/index.html?rev=1689248&r1=1689247&r2=1689248&view=diff
==============================================================================
--- webservices/website/woden-staging/index.html (original)
+++ webservices/website/woden-staging/index.html Sun Jul  5 12:35:55 2015
@@ -1,409 +1,422 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.8">
-<meta name="Forrest-skin-name" content="pelt">
-<title>Welcome to Woden</title>
-<link type="text/css" href="skin/basic.css" rel="stylesheet">
-<link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
-<link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
-<link type="text/css" href="skin/profile.css" rel="stylesheet">
-<script src="skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="skin/fontsize.js" language="javascript" type="text/javascript"></script>
-<link rel="shortcut icon" href="">
-</head>
-<body onload="init()">
-<script type="text/javascript">ndeSetTextSize();</script>
-<div id="top">
-<!--+
-    |breadtrail
-    +-->
-<div class="breadtrail">
-<a href="http://www.apache.org/">apache</a> &gt; <a href="http://ws.apache.org/">ws.apache</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
-</div>
-<!--+
-    |header
-    +-->
-<div class="header">
-<!--+
-    |start group logo
-    +-->
-<div class="grouplogo">
-<a href="http://ws.apache.org/"><img class="logoImage" alt="Web Services" src="images/ws-logo.gif" title="Web Services @ Apache"></a>
-</div>
-<!--+
-    |end group logo
-    +-->
-<!--+
-    |start Project Logo
-    +-->
-<div class="projectlogo">
-<a href="http://incubator.apache.org/woden/"><img class="logoImage" alt="Woden" src="images/wodentitle.png" title="Woden is a WSDL 2.0 validating parser."></a>
-</div>
-<!--+
-    |end Project Logo
-    +-->
-<!--+
-    |start Search
-    +-->
-<div class="searchbox">
-<form action="http://www.google.com/search" method="get" class="roundtopsmall">
-<input value="ws.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 name="Search" value="Search" type="submit">
-</form>
-</div>
-<!--+
-    |end search
-    +-->
-<!--+
-    |start Tabs
-    +-->
-<ul id="tabs">
-<li class="current">
-<a class="selected" href="index.html">Woden</a>
-</li>
-<li>
-<a class="unselected" href="dev/index.html">Development</a>
-</li>
-</ul>
-<!--+
-    |end Tabs
-    +-->
-</div>
-</div>
-<div id="main">
-<div id="publishedStrip">
-<!--+
-    |start Subtabs
-    +-->
-<div id="level2tabs"></div>
-<!--+
-    |end Endtabs
-    +-->
-<script type="text/javascript"><!--
-document.write("Last Published: " + document.lastModified);
-//  --></script>
-</div>
-<!--+
-    |breadtrail
-    +-->
-<div class="breadtrail">
-
-             &nbsp;
-           </div>
-<!--+
-    |start Menu, mainarea
-    +-->
-<!--+
-    |start Menu
-    +-->
-<div id="menu">
-<div onclick="SwitchMenu('menu_selected_1.1', 'skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Woden</div>
-<div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
-<div class="menupage">
-<div class="menupagetitle">Overview</div>
-</div>
-<div class="menuitem">
-<a href="proposal.html" title="Woden Project Proposal">Proposal</a>
-</div>
-<div class="menuitem">
-<a href="mailinglists.html" title="Woden Mailing Lists">Mailing Lists</a>
-</div>
-<div class="menuitem">
-<a href="issue_tracking.html" title="Woden - Issue Tracking">Issue Tracking</a>
-</div>
-<div class="menuitem">
-<a href="version_control.html" title="Woden - Version Control">Version Control</a>
-</div>
-<div class="menuitem">
-<a href="projectteam.html" title="Woden - Project Team">Project Team</a>
-</div>
-<div class="menuitem">
-<a href="projectsusingwoden.html" title="Woden - Projects Using Woden">Projects Using Woden</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Downloads</div>
-<div id="menu_1.2" class="menuitemgroup">
-<div class="menuitem">
-<a href="dev/1.0/builds.html" title="Woden - Builds">Builds</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Documentation</div>
-<div id="menu_1.3" class="menuitemgroup">
-<div class="menuitem">
-<a href="userguide.html" title="Woden - User Guide">User Guide</a>
-</div>
-</div>
-<div id="credit">
-<hr>
-<a href="http://forrest.apache.org/"><img border="0" title="Built with Apache Forrest" alt="Built with Apache Forrest - logo" src="images/built-with-forrest-button.png" style="width: 88px;height: 31px;"></a>
-</div>
-<div id="roundbottom">
-<img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
-<!--+
-  |alternative credits
-  +-->
-<div id="credit2"></div>
-</div>
-<!--+
-    |end Menu
-    +-->
-<!--+
-    |start content
-    +-->
-<div id="content">
-<div title="Portable Document Format" class="pdflink">
-<a class="dida" href="index.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
-        PDF</a>
-</div>
-<h1>Welcome to Woden</h1>
-<div id="minitoc-area">
-<ul class="minitoc">
-<li>
-<a href="#Introduction">Introduction</a>
-</li>
-<li>
-<a href="#Your+Help+Wanted">Your Help Wanted</a>
-</li>
-<li>
-<a href="#News">News</a>
-</li>
-</ul>
-</div> 
-    
-<a name="N1000D"></a><a name="Introduction"></a>
-<h2 class="boxed">Introduction</h2>
-<div class="section">
-<p>The Woden project is an incubation subproject of the Apache Web Services Project to develop a Java class library for reading, manipulating, creating and writing WSDL documents, initially to support WSDL 2.0 but with the longer term aim of supporting past, present and future versions of WSDL.</p>
-<p>There are two main deliverables: an API and an implementation. The Woden API will consist of a set of Java interfaces. The WSDL 2.0-specific portion of the Woden API will conform to the W3C WSDL 2.0 specification. The implementation will be a high performance implementation directly usable in other Apache projects such as Axis2. </p>
-</div>
-    
-    
-<a name="N1001A"></a><a name="Your+Help+Wanted"></a>
-<h2 class="boxed">Your Help Wanted</h2>
-<div class="section">
-<p>Looking to get involved in an Open Source project? Interested in Web services or WSDL? Woden is looking for your help.</p>
-<p>There are a number of different areas in which help is needed including:</p>
-<ul>
-      	
-<li>Updating the Woden Axiom based implementation to the WSDL 2.0 recommendation</li>
-      	
-<li>Updating the WSDL 1.1 -&gt; 2.0 converter to the WSDL 2.0 recommendation</li>
-      	
-<li>Adding validation logic for more WSDL 2.0 assertions</li>
-      	
-<li>Documenting design decisions and use patterns</li>
-      	
-<li>Creating more automated tests</li>
-      	
-<li>Reviewing the Woden API</li>
-      
-</ul>
-<p>Getting involved is easy. Just send an e-mail to <a href="mailto:woden-dev.at.ws.apache.org">woden-dev@ws.apache.org</a> stating that you'd like to help and what you'd like to help with (if you know).</p>
-</div>
-    
-    
-    
-<a name="N10043"></a><a name="News"></a>
-<h2 class="boxed">News</h2>
-<div class="section">
-<ul>
-    	    
-<li>
-    			
-<strong>Apr 24, 2008 - Woden 1.0 Milestone 8 released!</strong>
-<br>
-    			1.0M8 is the first Woden release as part of the Apache Web services project.
-    			Download Woden 1.0M8 and view the release notes
-    			<a href="http://www.apache.org/dist/ws/woden/1.0M8/">here</a>.
-    		</li>
-    		
-<li>
-    			
-<strong>December 8, 2007 - Woden Graduated to the Web Services project!</strong>
-<br>
-    			The Web Services and Incuator PMCs voted to accept Woden's graduation proposal. Woden
-    			is now a member of the Web Services project.
-    		</li>
-    	    
-<li>
-    			
-<strong>August 3, 2007 - Woden milestone 7b declared!</strong>
-<br>
-    			This is a further incremental release of M7 which includes some minor corrections to accomodate 
-    			late changes to the WSDL 2.0 spec and a number of fixes, including Woden's use of WS-Commons XmlSchema. 
-    			Download Woden M7b and view the release notes
-    			<a href="http://people.apache.org/dist/ws/woden/milestones/1.0M7b-incubating">here</a>.
-    		</li>
-    		
-<li>
-    			
-<strong>April 23, 2007 - Woden milestone 7a declared!</strong>
-<br>
-    			This is an incremental release of M7 which delivers an essential fix to support the 
-    			new shortened WSDL 2.0 namespace format. 
-    			Download Woden M7a and view the release notes
-    			<a href="http://people.apache.org/dist/ws/woden/milestones/1.0M7a-incubating">here</a>.
-    		</li>
-    		
-<li>
-    			
-<strong>February 19, 2007 - Woden milestone 7 declared!</strong>
-<br>
-    			The focus of this release has been to fully support the parsing of 'valid' WSDL 2.0 documents, so
-    			that all of the WSDL 2.0 Infoset and Component Model can be represented in Woden.
-    			Woden M7 provides this level of compliance with the WSDL 2.0 spec as at 10th February. 
-    			Download Woden M7 and view the release notes
-    			<a href="http://people.apache.org/dist/ws/woden/milestones/1.0M7-incubating">here</a>.
-    		</li>
-    		
-<li>
-    			
-<strong>October 6, 2006 - Woden milestone 6 declared!</strong>
-<br>
-    			Woden milestone 6 introduces a StAX/AXIOM-based implementation of the Woden API
-    			in addition to the existing Xerces/DOM-based implementation. It also improves compliance with
-    			the WSDL 2.0 scoping rules by changing the way nested components are created and added to their
-    			parent components. Download the milestone and view the release notes
-    			<a href="http://people.apache.org/dist/ws/woden/milestones/1.0.0M6-incubating">here</a>.
-    		</li>
-    		
-<li>
-    			
-<strong>October 6, 2006 - Second W3C WSDL 2.0 Working Group Interoperability Event</strong>
-<br>
-    			The W3C WSDL 2.0 working group will host a second interoperability event November 14-18, 2006, in 
-    			Rennes, France. Woden will be represented at this event by members of the development
-    			team. The goals are to ensure full coverage of the WSDL 2.0 specification by the W3C WSDL 2.0 test 
-    			suite, to verify that participating WSDL 2.0 implementations such as Woden pass the test suite and 
-    			to perform further interoperability testing similar to the SOAP message testing performed
-    			at the first Interop event in July 2006.
-    		</li>
-    		
-<li>
-    			
-<strong>June 21, 2006 - Woden milestone 5 declared!</strong>
-<br>
-    			Woden milestone 5 integrates the remaining extensions into the WSDL component model (HTTP, operation safety and rpc style),
-    			adds support for Interface Extension and introduces new ways to specify the WSDL source to the WSDL reader. 
-    			Download the milestone and view the release notes
-    			<a href="http://cvs.apache.org/dist/ws/woden/milestones/1.0.0M5-incubating">here</a>.
-    		</li>
-    		
-<li>
-    			
-<strong>June 5, 2006 - W3C WSDL 2.0 Working Group Interoperability Event</strong>
-<br>
-    			The W3C WSDL 2.0 working group will host an interoperability event July 5-7, 2006, in 
-    			Toronto, Ontario. Woden will be represented at this event by members of the development
-    			team. For more information see the the <a href="http://www.w3.org/2002/ws/desc/6/07/interop-logistic.html">
-    			call for participation</a> page at the W3C.
-    		</li>
-    		
-<li>
-    			
-<strong>May 30, 2006 - Woden Presentation at ApacheCon Europe 2006</strong>
-<br>
-    			
-<a href="http://www.eu.apachecon.com/"><img alt="ApacheCon Europe 2006" src="images/apachecon_small.gif"></a>
-<br>
-    			Woden will be featured for the first time at ApacheCon during 
-    			<a href="http://www.eu.apachecon.com/">ApacheCon Europe 2006</a>,
-    			when John Kaputin and Jeremy Hughes present 
-    			<a href="http://www.eu.apachecon.com/konferenzen/psecom,id,488,track,1,nodeid,,_language,uk.html#session-we12">
-    			"Apache Woden WSDL 2.0 Processor"</a> on
-    			Wed. June 28. Come find out what WSDL 2.0 is all about. <a href="http://www.eu.apachecon.com/">Register now!</a>
-    			
-<p>UPDATED: PDF of presentation now available: <a href="http://people.apache.org/~hughesj/woden/WodenWSDL2Processor_WE12.pdf">WodenWSDL2Processor_WE12.pdf</a>
-</p>
-    			
-    		
-</li>
-    		
-<li>
-    			
-<strong>Mar. 13, 2006 - Woden milestone 4 declared!</strong>
-<br>
-    			Woden milestone 4 integrates extension SOAP components into the WSDL component model,
-    			includes validation of Service components and introduces a <a href="userguide.html">user guide</a> 
-    			to the Woden site. Download the milestone and view the release notes
-    			<a href="http://cvs.apache.org/dist/ws/woden/milestones/1.0.0M4-incubating">here</a>.
-    		</li>
-    		
-<li>
-    			
-<strong>Jan. 26, 2006 - Woden milestone 3 declared!</strong>
-<br>
-    			Woden milestone 3 includes parsing logic for WSDL 2.0
-    			service, import, and include elements into both element and component models and validation 
-    			of binding elements and components. Download the milestone and view the release notes
-    			<a href="http://cvs.apache.org/dist/ws/woden/milestones/1.0.0M3-incubating">here</a>.
-    		</li>
-    		
-<li>
-    			
-<strong>Jan. 18, 2006 - Woden call for participation</strong>
-<br>
-    			Like Web services? Want to keep up with the latest WSDL specification? Help answer
-    			the <a href="http://lists.w3.org/Archives/Public/www-ws-desc/2006Jan/0023.html">WSDL 2.0 working group's call for implementations</a> by participating in Woden.
-    			A task list is located on the 
-    			<a href="http://wiki.apache.org/ws/FrontPage/Woden/TaskList">Woden Wiki</a>.
-    			Get involved! Tell the Woden team how you want to help by posting to the <a href="mailinglists.html">Woden mailing
-    			list</a>.
-    		</li>
-    		
-<li>
-    			
-<strong>Dec. 9, 2005 - Woden milestone 2 declared!</strong>
-<br>
-    			Woden milestone 2 includes parsing logic for WSDL 2.0
-    			interface and binding elements into both element and component models and validation 
-    			of type and interface elements and components. Download the milestone and view the release notes
-    			<a href="http://cvs.apache.org/dist/ws/woden/milestones/1.0.0M2-incubating">here</a>.
-    		</li>
-    		
-<li>
-    			
-<strong>Oct. 3, 2005 - Woden milestone 1 declared!</strong>
-<br>
-    			Woden milestone 1 includes parsing logic for WSDL 2.0
-    			types and interface sections. Download the milestone and view the release notes
-    			<a href="http://cvs.apache.org/dist/ws/woden/milestones/M1">here</a>.
-    		</li>
-    	
-</ul>
-</div>
-
-  
-</div>
-<!--+
-    |end content
-    +-->
-<div class="clearboth">&nbsp;</div>
-</div>
-<div id="footer">
-<!--+
-    |start bottomstrip
-    +-->
-<div class="lastmodified">
-<script type="text/javascript"><!--
-document.write("Last Published: " + document.lastModified);
-//  --></script>
-</div>
-<div class="copyright">
-        Copyright &copy;
-         2005-2007 The Apache Software Foundation</div>
-<div id="logos">
-<a href="http://validator.w3.org/check/referer"><img style="height: 31px; width: 88px;" title="Valid HTML 4.01!" alt="Valid HTML 4.01!" src="skin/images/valid-html401.png" class="logoImage"></a><a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="height: 31px; width: 88px;" title="Valid CSS!" alt="Valid CSS!" src="skin/images/vcss.png" class="logoImage"></a>
-</div>
-<div id="feedback">
-    Send feedback about the website to:
-  <a id="feedbackto" href="mailto:woden-dev@ws.apache.org?subject=Woden-SiteFeedbackindex.html">woden-dev@ws.apache.org</a>
-</div>
-<!--+
-    |end bottomstrip
-    +-->
-</div>
-</body>
-</html>
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2015-07-05 
+ | Rendered using Apache Maven Fluido Skin 1.4
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20150705" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Woden &#x2013; Welcome to Woden</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+      
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.4.min.js"></script>
+
+    
+                  </head>
+        <body class="topBarDisabled">
+          
+        
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a href="index.html" id="bannerLeft">
+                                                                                                <img src="images/wodentitle.png"  alt="Apache Woden"/>
+                </a>
+                      </div>
+        <div class="pull-right">                                <a href="../" id="bannerRight">
+                                                                                                <img src="../images/project-logo.jpg" />
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="http://www.apache.org/" class="externalLink" title="Apache">
+        Apache</a>
+                    <span class="divider">/</span>
+      </li>
+            <li class="">
+                    <a href="../" title="Web Services">
+        Web Services</a>
+                    <span class="divider">/</span>
+      </li>
+                <li class="">
+                    <a href="./" title="Woden">
+        Woden</a>
+                    <span class="divider">/</span>
+      </li>
+        <li class="active ">Welcome to Woden</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-07-05</li>
+              <li id="projectVersion" class="pull-right">
+                    Version: 1.0-SNAPSHOT
+        </li>
+            
+                            </ul>
+      </div>
+
+            
+      <div class="row-fluid">
+        <div id="leftColumn" class="span2">
+          <div class="well sidebar-nav">
+                
+                    
+                <ul class="nav nav-list">
+                    <li class="nav-header">Woden</li>
+                              
+      <li class="active">
+  
+            <a href="#"><span class="none"></span>Overview</a>
+          </li>
+                
+      <li>
+  
+                          <a href="proposal.html" title="Proposal">
+          <span class="none"></span>
+        Proposal</a>
+            </li>
+                
+      <li>
+  
+                          <a href="mailinglists.html" title="Mailing Lists">
+          <span class="none"></span>
+        Mailing Lists</a>
+            </li>
+                
+      <li>
+  
+                          <a href="issue_tracking.html" title="Issue Tracking">
+          <span class="none"></span>
+        Issue Tracking</a>
+            </li>
+                
+      <li>
+  
+                          <a href="version_control.html" title="Version Control">
+          <span class="none"></span>
+        Version Control</a>
+            </li>
+                
+      <li>
+  
+                          <a href="projectteam.html" title="Project Team">
+          <span class="none"></span>
+        Project Team</a>
+            </li>
+                
+      <li>
+  
+                          <a href="projectsusingwoden.html" title="Projects Using Woden">
+          <span class="none"></span>
+        Projects Using Woden</a>
+            </li>
+                              <li class="nav-header">Downloads</li>
+                              
+      <li>
+  
+                          <a href="dev/1.0/builds.html" title="Builds">
+          <span class="none"></span>
+        Builds</a>
+            </li>
+                              <li class="nav-header">Documentation</li>
+                              
+      <li>
+  
+                          <a href="userguide.html" title="User Guide">
+          <span class="none"></span>
+        User Guide</a>
+            </li>
+                              <li class="nav-header">Development</li>
+                              
+      <li>
+  
+                          <a href="dev/index.html" title="Woden Development">
+          <span class="none"></span>
+        Woden Development</a>
+            </li>
+                
+      <li>
+  
+                          <a href="dev/devprocess.html" title="Development Processes">
+          <span class="none"></span>
+        Development Processes</a>
+            </li>
+                
+      <li>
+  
+                          <a href="dev/1.0/milestoneplan.html" title="Milestone Plan">
+          <span class="none"></span>
+        Milestone Plan</a>
+            </li>
+                              <li class="nav-header">Apache</li>
+                              
+      <li>
+  
+                          <a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="License">
+          <span class="none"></span>
+        License</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">
+          <span class="none"></span>
+        Sponsorship</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
+          <span class="none"></span>
+        Thanks</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/security/" class="externalLink" title="Security">
+          <span class="none"></span>
+        Security</a>
+            </li>
+            </ul>
+                
+                    
+                
+          <hr />
+
+           <div id="poweredBy">
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                  </div>
+          </div>
+        </div>
+        
+                
+        <div id="bodyColumn"  class="span10" >
+                                  
+            <!-- Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed 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 class="section">
+<h2><a name="Introduction"></a>Introduction</h2>
+      
+<p>The Woden project is an incubation subproject of the Apache Web Services Project to develop a Java class library for reading, manipulating, creating and writing WSDL documents, initially to support WSDL 2.0 but with the longer term aim of supporting past, present and future versions of WSDL.</p>  
+
+
+<p>There are two main deliverables: an API and an implementation. The Woden API will consist of a set of Java interfaces. The WSDL 2.0-specific portion of the Woden API will conform to the W3C WSDL 2.0 specification. The implementation will be a high performance implementation directly usable in other Apache projects such as Axis2. </p>
+    </div>
+    
+    
+<div class="section">
+<h2><a name="Your_Help_Wanted"></a>Your Help Wanted</h2>
+      
+<p>Looking to get involved in an Open Source project? Interested in Web services or WSDL? Woden is looking for your help.</p>
+      
+<p>There are a number of different areas in which help is needed including:</p>
+      
+<ul>
+      	
+<li>Updating the Woden Axiom based implementation to the WSDL 2.0 recommendation</li>
+      	
+<li>Updating the WSDL 1.1 -&gt; 2.0 converter to the WSDL 2.0 recommendation</li>
+      	
+<li>Adding validation logic for more WSDL 2.0 assertions</li>
+      	
+<li>Documenting design decisions and use patterns</li>
+      	
+<li>Creating more automated tests</li>
+      	
+<li>Reviewing the Woden API</li>
+      </ul>
+      
+<p>Getting involved is easy. Just send an e-mail to <a class="externalLink" href="mailto:woden-dev@ws.apache.org">woden-dev@ws.apache.org</a> stating that you'd like to help and what you'd like to help with (if you know).</p>
+    </div>
+    
+    
+    
+<div class="section">
+<h2><a name="News"></a>News</h2>
+    	
+<ul>
+    	    
+<li>
+    			<b>Apr 24, 2008 - Woden 1.0 Milestone 8 released!</b><br />
+    			1.0M8 is the first Woden release as part of the Apache Web services project.
+    			Download Woden 1.0M8 and view the release notes
+    			<a class="externalLink" href="http://www.apache.org/dist/ws/woden/1.0M8/">here</a>.
+    		</li>
+    		
+<li>
+    			<b>December 8, 2007 - Woden Graduated to the Web Services project!</b><br />
+    			The Web Services and Incuator PMCs voted to accept Woden's graduation proposal. Woden
+    			is now a member of the Web Services project.
+    		</li>
+    	    
+<li>
+    			<b>August 3, 2007 - Woden milestone 7b declared!</b><br />
+    			This is a further incremental release of M7 which includes some minor corrections to accomodate 
+    			late changes to the WSDL 2.0 spec and a number of fixes, including Woden's use of WS-Commons XmlSchema. 
+    			Download Woden M7b and view the release notes
+    			<a class="externalLink" href="http://people.apache.org/dist/ws/woden/milestones/1.0M7b-incubating">here</a>.
+    		</li>
+    		
+<li>
+    			<b>April 23, 2007 - Woden milestone 7a declared!</b><br />
+    			This is an incremental release of M7 which delivers an essential fix to support the 
+    			new shortened WSDL 2.0 namespace format. 
+    			Download Woden M7a and view the release notes
+    			<a class="externalLink" href="http://people.apache.org/dist/ws/woden/milestones/1.0M7a-incubating">here</a>.
+    		</li>
+    		
+<li>
+    			<b>February 19, 2007 - Woden milestone 7 declared!</b><br />
+    			The focus of this release has been to fully support the parsing of 'valid' WSDL 2.0 documents, so
+    			that all of the WSDL 2.0 Infoset and Component Model can be represented in Woden.
+    			Woden M7 provides this level of compliance with the WSDL 2.0 spec as at 10th February. 
+    			Download Woden M7 and view the release notes
+    			<a class="externalLink" href="http://people.apache.org/dist/ws/woden/milestones/1.0M7-incubating">here</a>.
+    		</li>
+    		
+<li>
+    			<b>October 6, 2006 - Woden milestone 6 declared!</b><br />
+    			Woden milestone 6 introduces a StAX/AXIOM-based implementation of the Woden API
+    			in addition to the existing Xerces/DOM-based implementation. It also improves compliance with
+    			the WSDL 2.0 scoping rules by changing the way nested components are created and added to their
+    			parent components. Download the milestone and view the release notes
+    			<a class="externalLink" href="http://people.apache.org/dist/ws/woden/milestones/1.0.0M6-incubating">here</a>.
+    		</li>
+    		
+<li>
+    			<b>October 6, 2006 - Second W3C WSDL 2.0 Working Group Interoperability Event</b><br />
+    			The W3C WSDL 2.0 working group will host a second interoperability event November 14-18, 2006, in 
+    			Rennes, France. Woden will be represented at this event by members of the development
+    			team. The goals are to ensure full coverage of the WSDL 2.0 specification by the W3C WSDL 2.0 test 
+    			suite, to verify that participating WSDL 2.0 implementations such as Woden pass the test suite and 
+    			to perform further interoperability testing similar to the SOAP message testing performed
+    			at the first Interop event in July 2006.
+    		</li>
+    		
+<li>
+    			<b>June 21, 2006 - Woden milestone 5 declared!</b><br />
+    			Woden milestone 5 integrates the remaining extensions into the WSDL component model (HTTP, operation safety and rpc style),
+    			adds support for Interface Extension and introduces new ways to specify the WSDL source to the WSDL reader. 
+    			Download the milestone and view the release notes
+    			<a class="externalLink" href="http://cvs.apache.org/dist/ws/woden/milestones/1.0.0M5-incubating">here</a>.
+    		</li>
+    		
+<li>
+    			<b>June 5, 2006 - W3C WSDL 2.0 Working Group Interoperability Event</b><br />
+    			The W3C WSDL 2.0 working group will host an interoperability event July 5-7, 2006, in 
+    			Toronto, Ontario. Woden will be represented at this event by members of the development
+    			team. For more information see the the <a class="externalLink" href="http://www.w3.org/2002/ws/desc/6/07/interop-logistic.html">
+    			call for participation</a> page at the W3C.
+    		</li>
+    		
+<li>
+    			<b>May 30, 2006 - Woden Presentation at ApacheCon Europe 2006</b><br />
+    			<a class="externalLink" href="http://www.eu.apachecon.com/"><img src="images/apachecon_small.gif" alt="ApacheCon Europe 2006" /></a><br />
+    			Woden will be featured for the first time at ApacheCon during 
+    			<a class="externalLink" href="http://www.eu.apachecon.com/">ApacheCon Europe 2006</a>,
+    			when John Kaputin and Jeremy Hughes present 
+    			<a class="externalLink" href="http://www.eu.apachecon.com/konferenzen/psecom,id,488,track,1,nodeid,,_language,uk.html#session-we12">
+    			&quot;Apache Woden WSDL 2.0 Processor&quot;</a> on
+    			Wed. June 28. Come find out what WSDL 2.0 is all about. <a class="externalLink" href="http://www.eu.apachecon.com/">Register now!</a>
+    			
+<p>UPDATED: PDF of presentation now available: <a class="externalLink" href="http://people.apache.org/~hughesj/woden/WodenWSDL2Processor_WE12.pdf">WodenWSDL2Processor_WE12.pdf</a></p>
+    			
+    		</li>
+    		
+<li>
+    			<b>Mar. 13, 2006 - Woden milestone 4 declared!</b><br />
+    			Woden milestone 4 integrates extension SOAP components into the WSDL component model,
+    			includes validation of Service components and introduces a <a href="userguide.html">user guide</a> 
+    			to the Woden site. Download the milestone and view the release notes
+    			<a class="externalLink" href="http://cvs.apache.org/dist/ws/woden/milestones/1.0.0M4-incubating">here</a>.
+    		</li>
+    		
+<li>
+    			<b>Jan. 26, 2006 - Woden milestone 3 declared!</b><br />
+    			Woden milestone 3 includes parsing logic for WSDL 2.0
+    			service, import, and include elements into both element and component models and validation 
+    			of binding elements and components. Download the milestone and view the release notes
+    			<a class="externalLink" href="http://cvs.apache.org/dist/ws/woden/milestones/1.0.0M3-incubating">here</a>.
+    		</li>
+    		
+<li>
+    			<b>Jan. 18, 2006 - Woden call for participation</b><br />
+    			Like Web services? Want to keep up with the latest WSDL specification? Help answer
+    			the <a class="externalLink" href="http://lists.w3.org/Archives/Public/www-ws-desc/2006Jan/0023.html">WSDL 2.0 working group's call for implementations</a> by participating in Woden.
+    			A task list is located on the 
+    			<a class="externalLink" href="http://wiki.apache.org/ws/FrontPage/Woden/TaskList">Woden Wiki</a>.
+    			Get involved! Tell the Woden team how you want to help by posting to the <a href="mailinglists.html">Woden mailing
+    			list</a>.
+    		</li>
+    		
+<li>
+    			<b>Dec. 9, 2005 - Woden milestone 2 declared!</b><br />
+    			Woden milestone 2 includes parsing logic for WSDL 2.0
+    			interface and binding elements into both element and component models and validation 
+    			of type and interface elements and components. Download the milestone and view the release notes
+    			<a class="externalLink" href="http://cvs.apache.org/dist/ws/woden/milestones/1.0.0M2-incubating">here</a>.
+    		</li>
+    		
+<li>
+    			<b>Oct. 3, 2005 - Woden milestone 1 declared!</b><br />
+    			Woden milestone 1 includes parsing logic for WSDL 2.0
+    			types and interface sections. Download the milestone and view the release notes
+    			<a class="externalLink" href="http://cvs.apache.org/dist/ws/woden/milestones/M1">here</a>.
+    		</li>
+    	</ul>
+    </div>
+
+  
+
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+                      <div class="row-fluid">
+                                      <p >Copyright &copy;                    2005&#x2013;2015
+                        <a href="http://www.apache.org/">Apache Software Foundation</a>.
+            All rights reserved.      
+                    
+      </p>
+                </div>
+
+        
+                </div>
+    </footer>
+        </body>
+</html>
\ No newline at end of file

Modified: webservices/website/woden-staging/issue_tracking.html
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/issue_tracking.html?rev=1689248&r1=1689247&r2=1689248&view=diff
==============================================================================
--- webservices/website/woden-staging/issue_tracking.html (original)
+++ webservices/website/woden-staging/issue_tracking.html Sun Jul  5 12:35:55 2015
@@ -1,193 +1,264 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.8">
-<meta name="Forrest-skin-name" content="pelt">
-<title>Woden Issue Tracking</title>
-<link type="text/css" href="skin/basic.css" rel="stylesheet">
-<link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
-<link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
-<link type="text/css" href="skin/profile.css" rel="stylesheet">
-<script src="skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="skin/fontsize.js" language="javascript" type="text/javascript"></script>
-<link rel="shortcut icon" href="">
-</head>
-<body onload="init()">
-<script type="text/javascript">ndeSetTextSize();</script>
-<div id="top">
-<!--+
-    |breadtrail
-    +-->
-<div class="breadtrail">
-<a href="http://www.apache.org/">apache</a> &gt; <a href="http://ws.apache.org/">ws.apache</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
-</div>
-<!--+
-    |header
-    +-->
-<div class="header">
-<!--+
-    |start group logo
-    +-->
-<div class="grouplogo">
-<a href="http://ws.apache.org/"><img class="logoImage" alt="Web Services" src="images/ws-logo.gif" title="Web Services @ Apache"></a>
-</div>
-<!--+
-    |end group logo
-    +-->
-<!--+
-    |start Project Logo
-    +-->
-<div class="projectlogo">
-<a href="http://incubator.apache.org/woden/"><img class="logoImage" alt="Woden" src="images/wodentitle.png" title="Woden is a WSDL 2.0 validating parser."></a>
-</div>
-<!--+
-    |end Project Logo
-    +-->
-<!--+
-    |start Search
-    +-->
-<div class="searchbox">
-<form action="http://www.google.com/search" method="get" class="roundtopsmall">
-<input value="ws.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 name="Search" value="Search" type="submit">
-</form>
-</div>
-<!--+
-    |end search
-    +-->
-<!--+
-    |start Tabs
-    +-->
-<ul id="tabs">
-<li class="current">
-<a class="selected" href="index.html">Woden</a>
-</li>
-<li>
-<a class="unselected" href="dev/index.html">Development</a>
-</li>
-</ul>
-<!--+
-    |end Tabs
-    +-->
-</div>
-</div>
-<div id="main">
-<div id="publishedStrip">
-<!--+
-    |start Subtabs
-    +-->
-<div id="level2tabs"></div>
-<!--+
-    |end Endtabs
-    +-->
-<script type="text/javascript"><!--
-document.write("Last Published: " + document.lastModified);
-//  --></script>
-</div>
-<!--+
-    |breadtrail
-    +-->
-<div class="breadtrail">
-
-             &nbsp;
-           </div>
-<!--+
-    |start Menu, mainarea
-    +-->
-<!--+
-    |start Menu
-    +-->
-<div id="menu">
-<div onclick="SwitchMenu('menu_selected_1.1', 'skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Woden</div>
-<div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
-<div class="menuitem">
-<a href="index.html" title="Welcome to Woden">Overview</a>
-</div>
-<div class="menuitem">
-<a href="proposal.html" title="Woden Project Proposal">Proposal</a>
-</div>
-<div class="menuitem">
-<a href="mailinglists.html" title="Woden Mailing Lists">Mailing Lists</a>
-</div>
-<div class="menupage">
-<div class="menupagetitle">Issue Tracking</div>
-</div>
-<div class="menuitem">
-<a href="version_control.html" title="Woden - Version Control">Version Control</a>
-</div>
-<div class="menuitem">
-<a href="projectteam.html" title="Woden - Project Team">Project Team</a>
-</div>
-<div class="menuitem">
-<a href="projectsusingwoden.html" title="Woden - Projects Using Woden">Projects Using Woden</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Downloads</div>
-<div id="menu_1.2" class="menuitemgroup">
-<div class="menuitem">
-<a href="dev/1.0/builds.html" title="Woden - Builds">Builds</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Documentation</div>
-<div id="menu_1.3" class="menuitemgroup">
-<div class="menuitem">
-<a href="userguide.html" title="Woden - User Guide">User Guide</a>
-</div>
-</div>
-<div id="credit"></div>
-<div id="roundbottom">
-<img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
-<!--+
-  |alternative credits
-  +-->
-<div id="credit2"></div>
-</div>
-<!--+
-    |end Menu
-    +-->
-<!--+
-    |start content
-    +-->
-<div id="content">
-<div title="Portable Document Format" class="pdflink">
-<a class="dida" href="issue_tracking.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
-        PDF</a>
-</div>
-<h1>Woden Issue Tracking</h1>
-    
-<p>
-      Woden issues (bugs, as well as enhancement requests) are tracked in 
-      Apache JIRA <a href="http://issues.apache.org/jira/browse/Woden">here</a>.
-      If you aren't sure whether something is a bug, post a question on the
-      Woden <a href="mailinglists.html">mailing list</a>.
-    </p>
-  
-</div>
-<!--+
-    |end content
-    +-->
-<div class="clearboth">&nbsp;</div>
-</div>
-<div id="footer">
-<!--+
-    |start bottomstrip
-    +-->
-<div class="lastmodified">
-<script type="text/javascript"><!--
-document.write("Last Published: " + document.lastModified);
-//  --></script>
-</div>
-<div class="copyright">
-        Copyright &copy;
-         2005-2007 The Apache Software Foundation</div>
-<div id="feedback">
-    Send feedback about the website to:
-  <a id="feedbackto" href="mailto:woden-dev@ws.apache.org?subject=Woden-SiteFeedbackissue_tracking.html">woden-dev@ws.apache.org</a>
-</div>
-<!--+
-    |end bottomstrip
-    +-->
-</div>
-</body>
-</html>
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2015-07-05 
+ | Rendered using Apache Maven Fluido Skin 1.4
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20150705" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Woden &#x2013; Woden Issue Tracking</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+      
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.4.min.js"></script>
+
+    
+                  </head>
+        <body class="topBarDisabled">
+          
+        
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a href="index.html" id="bannerLeft">
+                                                                                                <img src="images/wodentitle.png"  alt="Apache Woden"/>
+                </a>
+                      </div>
+        <div class="pull-right">                                <a href="../" id="bannerRight">
+                                                                                                <img src="../images/project-logo.jpg" />
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="http://www.apache.org/" class="externalLink" title="Apache">
+        Apache</a>
+                    <span class="divider">/</span>
+      </li>
+            <li class="">
+                    <a href="../" title="Web Services">
+        Web Services</a>
+                    <span class="divider">/</span>
+      </li>
+                <li class="">
+                    <a href="./" title="Woden">
+        Woden</a>
+                    <span class="divider">/</span>
+      </li>
+        <li class="active ">Woden Issue Tracking</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-07-05</li>
+              <li id="projectVersion" class="pull-right">
+                    Version: 1.0-SNAPSHOT
+        </li>
+            
+                            </ul>
+      </div>
+
+            
+      <div class="row-fluid">
+        <div id="leftColumn" class="span2">
+          <div class="well sidebar-nav">
+                
+                    
+                <ul class="nav nav-list">
+                    <li class="nav-header">Woden</li>
+                              
+      <li>
+  
+                          <a href="index.html" title="Overview">
+          <span class="none"></span>
+        Overview</a>
+            </li>
+                
+      <li>
+  
+                          <a href="proposal.html" title="Proposal">
+          <span class="none"></span>
+        Proposal</a>
+            </li>
+                
+      <li>
+  
+                          <a href="mailinglists.html" title="Mailing Lists">
+          <span class="none"></span>
+        Mailing Lists</a>
+            </li>
+                
+      <li class="active">
+  
+            <a href="#"><span class="none"></span>Issue Tracking</a>
+          </li>
+                
+      <li>
+  
+                          <a href="version_control.html" title="Version Control">
+          <span class="none"></span>
+        Version Control</a>
+            </li>
+                
+      <li>
+  
+                          <a href="projectteam.html" title="Project Team">
+          <span class="none"></span>
+        Project Team</a>
+            </li>
+                
+      <li>
+  
+                          <a href="projectsusingwoden.html" title="Projects Using Woden">
+          <span class="none"></span>
+        Projects Using Woden</a>
+            </li>
+                              <li class="nav-header">Downloads</li>
+                              
+      <li>
+  
+                          <a href="dev/1.0/builds.html" title="Builds">
+          <span class="none"></span>
+        Builds</a>
+            </li>
+                              <li class="nav-header">Documentation</li>
+                              
+      <li>
+  
+                          <a href="userguide.html" title="User Guide">
+          <span class="none"></span>
+        User Guide</a>
+            </li>
+                              <li class="nav-header">Development</li>
+                              
+      <li>
+  
+                          <a href="dev/index.html" title="Woden Development">
+          <span class="none"></span>
+        Woden Development</a>
+            </li>
+                
+      <li>
+  
+                          <a href="dev/devprocess.html" title="Development Processes">
+          <span class="none"></span>
+        Development Processes</a>
+            </li>
+                
+      <li>
+  
+                          <a href="dev/1.0/milestoneplan.html" title="Milestone Plan">
+          <span class="none"></span>
+        Milestone Plan</a>
+            </li>
+                              <li class="nav-header">Apache</li>
+                              
+      <li>
+  
+                          <a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="License">
+          <span class="none"></span>
+        License</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">
+          <span class="none"></span>
+        Sponsorship</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
+          <span class="none"></span>
+        Thanks</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/security/" class="externalLink" title="Security">
+          <span class="none"></span>
+        Security</a>
+            </li>
+            </ul>
+                
+                    
+                
+          <hr />
+
+           <div id="poweredBy">
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                  </div>
+          </div>
+        </div>
+        
+                
+        <div id="bodyColumn"  class="span10" >
+                                  
+            <!-- ! 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 class="section">
+<h2><a name="Woden_Issue_Tracking"></a>Woden Issue Tracking</h2>
+    
+<p>
+      Woden issues (bugs, as well as enhancement requests) are tracked in 
+      Apache JIRA <a class="externalLink" href="http://issues.apache.org/jira/browse/Woden">here</a>.
+      If you aren't sure whether something is a bug, post a question on the
+      Woden <a href="mailinglists.html">mailing list</a>.
+    </p>
+   </div>
+  
+  
+
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+                      <div class="row-fluid">
+                                      <p >Copyright &copy;                    2005&#x2013;2015
+                        <a href="http://www.apache.org/">Apache Software Foundation</a>.
+            All rights reserved.      
+                    
+      </p>
+                </div>
+
+        
+                </div>
+    </footer>
+        </body>
+</html>
\ No newline at end of file

Added: webservices/website/woden-staging/js/apache-maven-fluido-1.4.min.js
URL: http://svn.apache.org/viewvc/webservices/website/woden-staging/js/apache-maven-fluido-1.4.min.js?rev=1689248&view=auto
==============================================================================
--- webservices/website/woden-staging/js/apache-maven-fluido-1.4.min.js (added)
+++ webservices/website/woden-staging/js/apache-maven-fluido-1.4.min.js Sun Jul  5 12:35:55 2015
@@ -0,0 +1,25 @@
+/*!
+ * jQuery JavaScript Library v1.11.2
+ * http://jquery.com/
+ *
+ * Includes Sizzle.js
+ * http://sizzlejs.com/
+ *
+ * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
+ * Released under the MIT license
+ * http://jquery.org/license
+ *
+ * Date: 2014-12-17T15:27Z
+ */
+(function(b,a){if(typeof module==="object"&&typeof module.exports==="object"){module.exports=b.document?a(b,true):function(c){if(!c.document){throw new Error("jQuery requires a window with a document")}return a(c)}}else{a(b)}}(typeof window!=="undefined"?window:this,function(a5,av){var aP=[];var P=aP.slice;var az=aP.concat;var x=aP.push;var bU=aP.indexOf;var ac={};var y=ac.toString;var K=ac.hasOwnProperty;var D={};var ai="1.11.2",bI=function(e,i){return new bI.fn.init(e,i)},E=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,bS=/^-ms-/,aW=/-([\da-z])/gi,O=function(e,i){return i.toUpperCase()};bI.fn=bI.prototype={jquery:ai,constructor:bI,selector:"",length:0,toArray:function(){return P.call(this)},get:function(e){return e!=null?(e<0?this[e+this.length]:this[e]):P.call(this)},pushStack:function(e){var i=bI.merge(this.constructor(),e);i.prevObject=this;i.context=this.context;return i},each:function(i,e){return bI.each(this,i,e)},map:function(e){return this.pushStack(bI.map(this,function(b7,b6){retu
 rn e.call(b7,b6,b7)}))},slice:function(){return this.pushStack(P.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(b7){var e=this.length,b6=+b7+(b7<0?e:0);return this.pushStack(b6>=0&&b6<e?[this[b6]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:x,sort:aP.sort,splice:aP.splice};bI.extend=bI.fn.extend=function(){var e,cb,b6,b7,ce,cc,ca=arguments[0]||{},b9=1,b8=arguments.length,cd=false;if(typeof ca==="boolean"){cd=ca;ca=arguments[b9]||{};b9++}if(typeof ca!=="object"&&!bI.isFunction(ca)){ca={}}if(b9===b8){ca=this;b9--}for(;b9<b8;b9++){if((ce=arguments[b9])!=null){for(b7 in ce){e=ca[b7];b6=ce[b7];if(ca===b6){continue}if(cd&&b6&&(bI.isPlainObject(b6)||(cb=bI.isArray(b6)))){if(cb){cb=false;cc=e&&bI.isArray(e)?e:[]}else{cc=e&&bI.isPlainObject(e)?e:{}}ca[b7]=bI.extend(cd,cc,b6)}else{if(b6!==undefined){ca[b7]=b6}}}}}return ca};bI.extend({expando:"jQuery"+(ai+Math.random()).replace(/\D/g,""),isReady:true,err
 or:function(e){throw new Error(e)},noop:function(){},isFunction:function(e){return bI.type(e)==="function"},isArray:Array.isArray||function(e){return bI.type(e)==="array"},isWindow:function(e){return e!=null&&e==e.window},isNumeric:function(e){return !bI.isArray(e)&&(e-parseFloat(e)+1)>=0},isEmptyObject:function(i){var e;for(e in i){return false}return true},isPlainObject:function(b7){var i;if(!b7||bI.type(b7)!=="object"||b7.nodeType||bI.isWindow(b7)){return false}try{if(b7.constructor&&!K.call(b7,"constructor")&&!K.call(b7.constructor.prototype,"isPrototypeOf")){return false}}catch(b6){return false}if(D.ownLast){for(i in b7){return K.call(b7,i)}}for(i in b7){}return i===undefined||K.call(b7,i)},type:function(e){if(e==null){return e+""}return typeof e==="object"||typeof e==="function"?ac[y.call(e)]||"object":typeof e},globalEval:function(e){if(e&&bI.trim(e)){(a5.execScript||function(i){a5["eval"].call(a5,i)})(e)}},camelCase:function(e){return e.replace(bS,"ms-").replace(aW,O)},nodeN
 ame:function(i,e){return i.nodeName&&i.nodeName.toLowerCase()===e.toLowerCase()},each:function(ca,cb,b6){var b9,b7=0,b8=ca.length,e=ad(ca);if(b6){if(e){for(;b7<b8;b7++){b9=cb.apply(ca[b7],b6);if(b9===false){break}}}else{for(b7 in ca){b9=cb.apply(ca[b7],b6);if(b9===false){break}}}}else{if(e){for(;b7<b8;b7++){b9=cb.call(ca[b7],b7,ca[b7]);if(b9===false){break}}}else{for(b7 in ca){b9=cb.call(ca[b7],b7,ca[b7]);if(b9===false){break}}}}return ca},trim:function(e){return e==null?"":(e+"").replace(E,"")},makeArray:function(e,b6){var i=b6||[];if(e!=null){if(ad(Object(e))){bI.merge(i,typeof e==="string"?[e]:e)}else{x.call(i,e)}}return i},inArray:function(b8,b6,b7){var e;if(b6){if(bU){return bU.call(b6,b8,b7)}e=b6.length;b7=b7?b7<0?Math.max(0,e+b7):b7:0;for(;b7<e;b7++){if(b7 in b6&&b6[b7]===b8){return b7}}}return -1},merge:function(b9,b7){var e=+b7.length,b6=0,b8=b9.length;while(b6<e){b9[b8++]=b7[b6++]}if(e!==e){while(b7[b6]!==undefined){b9[b8++]=b7[b6++]}}b9.length=b8;return b9},grep:function(
 e,cc,b9){var cb,b8=[],b6=0,b7=e.length,ca=!b9;for(;b6<b7;b6++){cb=!cc(e[b6],b6);if(cb!==ca){b8.push(e[b6])}}return b8},map:function(b7,cc,e){var cb,b9=0,ca=b7.length,b6=ad(b7),b8=[];if(b6){for(;b9<ca;b9++){cb=cc(b7[b9],b9,e);if(cb!=null){b8.push(cb)}}}else{for(b9 in b7){cb=cc(b7[b9],b9,e);if(cb!=null){b8.push(cb)}}}return az.apply([],b8)},guid:1,proxy:function(b8,b7){var e,b6,i;if(typeof b7==="string"){i=b8[b7];b7=b8;b8=i}if(!bI.isFunction(b8)){return undefined}e=P.call(arguments,2);b6=function(){return b8.apply(b7||this,e.concat(P.call(arguments)))};b6.guid=b8.guid=b8.guid||bI.guid++;return b6},now:function(){return +(new Date())},support:D});bI.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(b6,e){ac["[object "+e+"]"]=e.toLowerCase()});function ad(b6){var i=b6.length,e=bI.type(b6);if(e==="function"||bI.isWindow(b6)){return false}if(b6.nodeType===1&&i){return true}return e==="array"||i===0||typeof i==="number"&&i>0&&(i-1) in b6}var m=
+/*!
+ * Sizzle CSS Selector Engine v2.2.0-pre
+ * http://sizzlejs.com/
+ *
+ * Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors
+ * Released under the MIT license
+ * http://jquery.org/license
+ *
+ * Date: 2014-12-16
+ */

[... 3 lines stripped ...]