You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2022/11/14 10:15:06 UTC

[creadur-site] 02/02: TENTACLES-16: Update wip page

This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/creadur-site.git

commit ddad788955c0277db96bcc483a01da1e7aaf40b7
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Mon Nov 14 11:14:58 2022 +0100

    TENTACLES-16: Update wip page
---
 tentacles-wip/css/maven-base.css      | 168 ++++++++++++++++++
 tentacles-wip/css/maven-theme.css     | 161 +++++++++++++++++
 tentacles-wip/download_tentacles.cgi  |  22 +++
 tentacles-wip/download_tentacles.html | 317 ++++++++++++++++++++++++++++++++++
 tentacles-wip/images/collapsed.gif    | Bin 0 -> 53 bytes
 tentacles-wip/images/expanded.gif     | Bin 0 -> 52 bytes
 tentacles-wip/images/external.png     | Bin 0 -> 230 bytes
 tentacles-wip/images/newwindow.png    | Bin 0 -> 220 bytes
 8 files changed, 668 insertions(+)

diff --git a/tentacles-wip/css/maven-base.css b/tentacles-wip/css/maven-base.css
new file mode 100644
index 0000000..742a735
--- /dev/null
+++ b/tentacles-wip/css/maven-base.css
@@ -0,0 +1,168 @@
+/*
+ * 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 {
+  margin: 0px;
+  padding: 0px;
+}
+table {
+  padding:0px;
+  width: 100%;
+  margin-left: -2px;
+  margin-right: -2px;
+}
+acronym {
+  cursor: help;
+  border-bottom: 1px dotted #feb;
+}
+table.bodyTable th, table.bodyTable td {
+  padding: 2px 4px 2px 4px;
+  vertical-align: top;
+}
+div.clear {
+  clear:both;
+  visibility: hidden;
+}
+div.clear hr {
+  display: none;
+}
+#bannerLeft, #bannerRight {
+  font-size: xx-large;
+  font-weight: bold;
+}
+#bannerLeft img, #bannerRight img {
+  margin: 0px;
+}
+.xleft, #bannerLeft img {
+  float:left;
+}
+.xright, #bannerRight {
+  float:right;
+}
+#banner {
+  padding: 0px;
+}
+#breadcrumbs {
+  padding: 3px 10px 3px 10px;
+}
+#leftColumn {
+ width: 170px;
+ float:left;
+ overflow: auto;
+}
+#bodyColumn {
+  margin-right: 1.5em;
+  margin-left: 197px;
+}
+#legend {
+  padding: 8px 0 8px 0;
+}
+#navcolumn {
+  padding: 8px 4px 0 8px;
+}
+#navcolumn h5 {
+  margin: 0;
+  padding: 0;
+  font-size: small;
+}
+#navcolumn ul {
+  margin: 0;
+  padding: 0;
+  font-size: small;
+}
+#navcolumn li {
+  list-style-type: none;
+  background-image: none;
+  background-repeat: no-repeat;
+  background-position: 0 0.4em;
+  padding-left: 16px;
+  list-style-position: outside;
+  line-height: 1.2em;
+  font-size: smaller;
+}
+#navcolumn li.expanded {
+  background-image: url(../images/expanded.gif);
+}
+#navcolumn li.collapsed {
+  background-image: url(../images/collapsed.gif);
+}
+#navcolumn li.none {
+  text-indent: -1em;
+  margin-left: 1em;
+}
+#poweredBy {
+  text-align: center;
+}
+#navcolumn img {
+  margin-top: 10px;
+  margin-bottom: 3px;
+}
+#poweredBy img {
+  display:block;
+  margin: 20px 0 20px 17px;
+}
+#search img {
+    margin: 0px;
+    display: block;
+}
+#search #q, #search #btnG {
+    border: 1px solid #999;
+    margin-bottom:10px;
+}
+#search form {
+    margin: 0px;
+}
+#lastPublished {
+  font-size: x-small;
+}
+.navSection {
+  margin-bottom: 2px;
+  padding: 8px;
+}
+.navSectionHead {
+  font-weight: bold;
+  font-size: x-small;
+}
+.section {
+  padding: 4px;
+}
+#footer {
+  padding: 3px 10px 3px 10px;
+  font-size: x-small;
+}
+#breadcrumbs {
+  font-size: x-small;
+  margin: 0pt;
+}
+.source {
+  padding: 12px;
+  margin: 1em 7px 1em 7px;
+}
+.source pre {
+  margin: 0px;
+  padding: 0px;
+}
+#navcolumn img.imageLink, .imageLink {
+  padding-left: 0px;
+  padding-bottom: 0px;
+  padding-top: 0px;
+  padding-right: 2px;
+  border: 0px;
+  margin: 0px;
+}
diff --git a/tentacles-wip/css/maven-theme.css b/tentacles-wip/css/maven-theme.css
new file mode 100644
index 0000000..4e2bdfb
--- /dev/null
+++ b/tentacles-wip/css/maven-theme.css
@@ -0,0 +1,161 @@
+/*
+ * 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 {
+  padding: 0px 0px 10px 0px;
+}
+body, td, select, input, li{
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+  font-size: 13px;
+}
+code{
+  font-family: Courier, monospace;
+  font-size: 13px;
+}
+a {
+  text-decoration: none;
+}
+a:link {
+  color:#36a;
+}
+a:visited  {
+  color:#47a;
+}
+a:active, a:hover {
+  color:#69c;
+}
+#legend li.externalLink {
+  background: url(../images/external.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+  background: url(../images/external.png) right center no-repeat;
+  padding-right: 18px;
+}
+#legend li.newWindow {
+  background: url(../images/newwindow.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
+  background: url(../images/newwindow.png) right center no-repeat;
+  padding-right: 18px;
+}
+h2 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #999;
+  color: #900;
+  background-color: #ddd;
+  font-weight:900;
+  font-size: x-large;
+}
+h3 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  color: #900;
+  background-color: #eee;
+  font-weight: normal;
+  font-size: large;
+}
+h4 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #bbb;
+  color: #900;
+  background-color: #fff;
+  font-weight: normal;
+  font-size: large;
+}
+h5 {
+  padding: 4px 4px 4px 6px;
+  color: #900;
+  font-size: medium;
+}
+p {
+  line-height: 1.3em;
+  font-size: small;
+}
+#breadcrumbs {
+  border-top: 1px solid #aaa;
+  border-bottom: 1px solid #aaa;
+  background-color: #ccc;
+}
+#leftColumn {
+  margin: 10px 0 0 5px;
+  border: 1px solid #999;
+  background-color: #eee;
+  padding-bottom: 3px; /* IE-9 scrollbar-fix */
+}
+#navcolumn h5 {
+  font-size: smaller;
+  border-bottom: 1px solid #aaaaaa;
+  padding-top: 2px;
+  color: #000;
+}
+
+table.bodyTable th {
+  color: white;
+  background-color: #bbb;
+  text-align: left;
+  font-weight: bold;
+}
+
+table.bodyTable th, table.bodyTable td {
+  font-size: 1em;
+}
+
+table.bodyTable tr.a {
+  background-color: #ddd;
+}
+
+table.bodyTable tr.b {
+  background-color: #eee;
+}
+
+.source {
+  border: 1px solid #999;
+}
+dl {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  background-color: #ffc;
+}
+dt {
+  color: #900;
+}
+#organizationLogo img, #projectLogo img, #projectLogo span{
+  margin: 8px;
+}
+#banner {
+  border-bottom: 1px solid #fff;
+}
+.errormark, .warningmark, .donemark, .infomark {
+  background: url(../images/icon_error_sml.gif) no-repeat;
+}
+
+.warningmark {
+  background-image: url(../images/icon_warning_sml.gif);
+}
+
+.donemark {
+  background-image: url(../images/icon_success_sml.gif);
+}
+
+.infomark {
+  background-image: url(../images/icon_info_sml.gif);
+}
+
diff --git a/tentacles-wip/download_tentacles.cgi b/tentacles-wip/download_tentacles.cgi
new file mode 100755
index 0000000..4324f76
--- /dev/null
+++ b/tentacles-wip/download_tentacles.cgi
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+# 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.
+
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+#  python includes correctly)
+cd /www/www.apache.org/dyn/mirrors
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $*
diff --git a/tentacles-wip/download_tentacles.html b/tentacles-wip/download_tentacles.html
new file mode 100644
index 0000000..7a12272
--- /dev/null
+++ b/tentacles-wip/download_tentacles.html
@@ -0,0 +1,317 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/xdoc/download_tentacles.xml.vm at 2022-11-14
+
+ | Rendered using Apache Maven Default Skin
+-->
+<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="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <title>Apache Tentacles&trade; &#x2013; Downloads</title>
+    <link rel="stylesheet" href="./css/maven-base.css" />
+    <link rel="stylesheet" href="./css/maven-theme.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+<link href="https://fonts.googleapis.com/css?family=Mate+SC" type="text/css" rel="stylesheet" />
+  </head>
+  <body class="composite">
+    <div id="banner">
+<a href="https://www.apache.org/" id="bannerLeft"><img src="https://www.apache.org/img/asf_logo.png"  alt="The Apache Software Foundation" title="The Apache Software Foundation"/></a>      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+      <div class="xleft">
+        <span id="publishDate">Last Published: 2022-11-14</span>
+           | <span id="projectVersion">Version: 0.1-SNAPSHOT</span>
+          | <a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a> &gt;
+<a href="https://creadur.apache.org/" class="externalLink" title="Creadur">Creadur</a> &gt;
+<a href="https://creadur.apache.org/tentacles/" class="externalLink" title="Tentacles">Tentacles</a> &gt;
+Downloads
+      </div>
+      <div class="xright">      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+       <h5>Apache Tentacles™</h5>
+    <ul>
+     <li class="none"><a href="index.html" title="Introducing Tentacles">Introducing Tentacles</a></li>
+     <li class="none"><a href="apidocs/index.html" title="Javadocs">Javadocs</a></li>
+     <li class="none"><a href="download_tentacles.cgi" title="Downloads">Downloads</a></li>
+     <li class="none"><a href="RELEASE_NOTES.txt" title="Changes">Changes</a></li>
+    </ul>
+       <h5>Running Tentacles</h5>
+    <ul>
+     <li class="none"><a href="apache-rat/index.html" title="tbd: From The Command Line">tbd: From The Command Line</a></li>
+    </ul>
+       <h5>Apache Creadur™</h5>
+    <ul>
+     <li class="none"><a href="https://creadur.apache.org" class="externalLink" title="Creadur Project Home">Creadur Project Home</a></li>
+     <li class="none"><a href="https://creadur.apache.org/tentacles" class="externalLink" title="Apache Tentacles">Apache Tentacles</a></li>
+     <li class="none"><a href="https://creadur.apache.org/whisker" class="externalLink" title="Apache Whisker">Apache Whisker</a></li>
+     <li class="none"><a href="https://www.apache.org/security/" class="externalLink" title="Security">Security</a></li>
+     <li class="none"><a href="https://www.apache.org/licenses/" class="externalLink" title="License">License</a></li>
+     <li class="none"><a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">Sponsorship</a></li>
+     <li class="none"><a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a></li>
+    </ul>
+       <h5>The Apache Software Foundation</h5>
+    <ul>
+     <li class="none"><a href="https://www.apache.org/foundation" class="externalLink" title="About the Foundation">About the Foundation</a></li>
+     <li class="none"><a href="https://projects.apache.org" class="externalLink" title="The projects">The projects</a></li>
+     <li class="none"><a href="https://people.apache.org" class="externalLink" title="The people">The people</a></li>
+     <li class="none"><a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How we work">How we work</a></li>
+     <li class="none"><a href="https://www.apache.org/foundation/how-it-works.html#history" class="externalLink" title="Our history">Our history</a></li>
+     <li class="none"><a href="https://blogs.apache.org/foundation/" class="externalLink" title="News">News</a></li>
+    </ul>
+       <h5>Contribute</h5>
+    <ul>
+     <li class="none"><a href="https://www.apache.org/foundation/getinvolved.html" class="externalLink" title="Get Involved">Get Involved</a></li>
+    </ul>
+       <h5>Committer Info</h5>
+    <ul>
+     <li class="none"><a href="https://www.apache.org/dev/committers.html" class="externalLink" title="ASF Committers' FAQ">ASF Committers' FAQ</a></li>
+     <li class="none"><a href="https://www.apache.org/dev/new-committers-guide.html" class="externalLink" title="New Committers Guide">New Committers Guide</a></li>
+     <li class="none"><a href="site-publish.html" title="Howto publish this site">Howto publish this site</a></li>
+     <li class="none"><a href="https://planet.apache.org/committers/" class="externalLink" title="Plant Apache">Plant Apache</a></li>
+     <li class="none"><a href="https://community.apache.org/" class="externalLink" title="Community">Community</a></li>
+     <li class="none"><a href="https://www.apache.org/legal/" class="externalLink" title="Legal">Legal</a></li>
+     <li class="none"><a href="https://www.apache.org/foundation/marks/" class="externalLink" title="Branding">Branding</a></li>
+     <li class="none"><a href="https://www.apache.org/press/" class="externalLink" title="Media Relations">Media Relations</a></li>
+    </ul>
+       <h5>Project Documentation</h5>
+    <ul>
+     <li class="collapsed"><a href="project-info.html" title="Project Information">Project Information</a></li>
+     <li class="collapsed"><a href="project-reports.html" title="Project Reports">Project Reports</a></li>
+    </ul>
+      <a href="https://maven.apache.org/" title="Maven" class="poweredBy">
+        <img class="poweredBy"  alt="Maven" src="https://maven.apache.org/images/logos/maven-feather.png"     />
+      </a>
+      </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+
+  
+    <section>
+<h2><a name="Download_Apache_Tentacles"></a>Download Apache Tentacles</h2>
+      <section>
+<h3><a name="Using_a_Mirror"></a>Using a Mirror</h3>
+        
+<p>
+          We recommend you use a mirror to download our release
+          builds, but you <b>must</b> <a class="externalLink" href="https://www.apache.org/info/verification.html">verify the integrity</a> of
+          the downloaded files using signatures downloaded from our main
+          distribution directories. Recent releases (48 hours) may not yet
+          be available from the mirrors.
+        </p>
+        
+<p>
+          You are currently using <b>[preferred]</b>.  If you
+          encounter a problem with this mirror, please select another
+          mirror.  If all mirrors are failing, there are <i>backup</i>
+          mirrors (at the end of the mirrors list) that should be
+          available.
+          <br />
+          [if-any logo]<a href="[link]"><img src="[logo]" align="right" border="0" alt="" /></a>[end]
+        </p>
+        <form action="[location]" method="get" id="SelectMirror">
+          
+<p>
+            Other mirrors:
+            <select name="Preferred">
+              [if-any http]
+              [for http]<option value="[http]">[http]</option>[end]
+              [end]
+              [if-any ftp]
+              [for ftp]<option value="[ftp]">[ftp]</option>[end]
+              [end]
+              [if-any backup]
+              [for backup]<option value="[backup]">[backup] (backup)</option>[end]
+              [end]
+            </select>
+            <input type="submit" value="Change" />
+          </p>
+        </form>
+        
+<p>
+          The <a class="externalLink" href="https://www.apache.org/dist/creadur/KEYS">KEYS</a>
+          file links to the code signing keys used to sign the
+          product.  The <code>PGP</code> link downloads the OpenPGP
+          compatible signature from our main site.  The
+          <code>SHA512</code> links download the checksum from the main site.
+        </p>
+      </section>
+    </section>
+    <section>
+<h2><a name="Latest_release_of_Apache_Tentacles_is_0.1"></a>Latest release of Apache Tentacles is 0.1</h2>
+      <section>
+<h3><a name="Binaries"></a>Binaries</h3>
+        
+<table border="0" class="bodyTable">
+          
+<tr class="a">
+            
+<td align="left">
+              <a href="[preferred]/creadur/apache-tentacles-0.1/apache-tentacles-0.1-bin.tar.bz2">apache-rat-0.1-bin.tar.bz2</a>
+            </td>
+            
+<td>
+              <a class="externalLink" href="https://www.apache.org/dist/creadur/apache-tentacles-0.1/apache-tentacles-0.1-bin.tar.bz2.sha512">sha512</a>
+            </td>
+            
+<td>
+              <a class="externalLink" href="https://www.apache.org/dist/creadur/apache-tentacles-0.1/apache-tentacles-0.1-bin.tar.bz2.asc">pgp</a>
+            </td>
+          </tr>
+          
+<tr class="b">
+            
+<td align="left">
+              <a href="[preferred]/creadur/apache-tentacles-0.1/apache-tentacles-0.1-bin.tar.gz">apache-tentacles-0.1-bin.tar.gz</a>
+            </td>
+            
+<td>
+              <a class="externalLink" href="https://www.apache.org/dist/creadur/apache-tentacles-0.1/apache-tentacles-0.1-bin.tar.gz.sha512">sha512</a>
+            </td>
+            
+<td>
+              <a class="externalLink" href="https://www.apache.org/dist/creadur/apache-tentacles-0.1/apache-tentacles-0.1-bin.tar.gz.asc">pgp</a>
+            </td>
+          </tr>
+          
+<tr class="a">
+            
+<td align="left">
+              <a href="[preferred]/creadur/apache-tentacles-0.1/apache-tentacles-0.1-bin.zip">apache-tentacles-0.1-bin.zip</a>
+            </td>
+            
+<td>
+              <a class="externalLink" href="https://www.apache.org/dist/creadur/apache-tentacles-0.1/apache-tentacles-0.1-bin.zip.sha512">sha512</a>
+            </td>
+            
+<td>
+              <a class="externalLink" href="https://www.apache.org/dist/creadur/apache-tentacles-0.1/apache-tentacles-0.1-bin.zip.asc">pgp</a>
+            </td>
+          </tr>
+        </table>
+      </section>
+      <section>
+<h3><a name="Source"></a>Source</h3>
+        
+<table border="0" class="bodyTable">
+          
+<tr class="a">
+            
+<td align="left">
+              <a href="[preferred]/creadur/apache-tentacles-0.1/apache-tentacles-0.1-src.tar.bz2">apache-tentacles-0.1-src.tar.bz2</a>
+            </td>
+            
+<td>
+              <a class="externalLink" href="https://www.apache.org/dist/creadur/apache-tentacles-0.1/apache-tentacles-0.1-src.tar.bz2.sha512">sha512</a>
+            </td>
+            
+<td>
+              <a class="externalLink" href="https://www.apache.org/dist/creadur/apache-tentacles-0.1/apache-tentacles-0.1-src.tar.bz2.asc">pgp</a>
+            </td>
+          </tr>
+          
+<tr class="b">
+            
+<td align="left">
+              <a href="[preferred]/creadur/apache-tentacles-0.1/apache-tentacles-0.1-src.tar.gz">apache-tentacles-0.1-src.tar.gz</a>
+            </td>
+            
+<td>
+              <a class="externalLink" href="https://www.apache.org/dist/creadur/apache-tentacles-0.1/apache-tentacles-0.1-src.tar.gz.sha512">sha512</a>
+            </td>
+            
+<td>
+              <a class="externalLink" href="https://www.apache.org/dist/creadur/apache-tentacles-0.1/apache-tentacles-0.1-src.tar.gz.asc">pgp</a>
+            </td>
+          </tr>
+          
+<tr class="a">
+            
+<td align="left">
+              <a href="[preferred]/creadur/apache-tentacles-0.1/apache-tentacles-0.1-src.zip">apache-tentacles-0.1-src.zip</a>
+            </td>
+            
+<td>
+              <a class="externalLink" href="https://www.apache.org/dist/creadur/apache-tentacles-0.1/apache-tentacles-0.1-src.zip.sha512">sha512</a>
+            </td>
+            
+<td>
+              <a class="externalLink" href="https://www.apache.org/dist/creadur/apache-tentacles-0.1/apache-tentacles-0.1-src.zip.asc">pgp</a>
+            </td>
+          </tr>
+        </table>
+      </section>
+    </section>
+    
+<div class="section">
+      <section>
+<h2><a name="Apache_Tentacles_0.2-SNAPSHOT"></a><a name="Apache_Creadur_Tentacles_0.2-SNAPSHOT"></a>Apache Tentacles 0.2-SNAPSHOT</h2>
+      
+<div class="section">
+        <section>
+<h3><a name="Snapshots"></a>Snapshots</h3>
+        
+<table border="0" class="bodyTable">
+          
+<tr class="a">
+            
+<td colspan="4" align="left">
+              <a class="externalLink" href="https://repository.apache.org/content/repositories/snapshots/org/apache/creadur/tentacles/apache-tentacles/">Apache Tentacles 0.2-SNAPSHOT</a>
+            </td>
+          </tr>
+        </table>
+      </div>
+    </div>
+    </section><section>
+<h2><a name="Archives"></a>Archives</h2>
+      
+<p>
+          Older releases can be obtained from the archives.
+        </p>
+      
+<ul>
+        
+<li class="download">
+          <a href="[preferred]/creadur/">browse download area</a>
+        </li>
+        
+<li>
+          <a class="externalLink" href="https://archive.apache.org/dist/creadur/">archives...</a>
+        </li>
+        
+<li>
+          <a class="externalLink" href="https://archive.apache.org/dist/incubator/rat/">Incubator archives...</a>
+        </li>
+      </ul>
+    </section>
+  
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+        Copyright &copy; 2014-2022 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+      Apache Creadur, Creadur, Apache Rat, Apache Tentacles, Apache Whisker, Apache and the Apache feather logo are trademarks
+      of The Apache Software Foundation.
+      Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>
diff --git a/tentacles-wip/images/collapsed.gif b/tentacles-wip/images/collapsed.gif
new file mode 100644
index 0000000..6e71084
Binary files /dev/null and b/tentacles-wip/images/collapsed.gif differ
diff --git a/tentacles-wip/images/expanded.gif b/tentacles-wip/images/expanded.gif
new file mode 100644
index 0000000..0fef3d8
Binary files /dev/null and b/tentacles-wip/images/expanded.gif differ
diff --git a/tentacles-wip/images/external.png b/tentacles-wip/images/external.png
new file mode 100644
index 0000000..3f999fc
Binary files /dev/null and b/tentacles-wip/images/external.png differ
diff --git a/tentacles-wip/images/newwindow.png b/tentacles-wip/images/newwindow.png
new file mode 100644
index 0000000..6287f72
Binary files /dev/null and b/tentacles-wip/images/newwindow.png differ