Author: thiagohp
Date: Sun Aug 30 22:13:45 2020
New Revision: 1064967
Log:
Fixing folder structure for Tapestry 5.6.0 release
Modified:
websites/production/tapestry/content/5.6.0/index.html
Modified: websites/production/tapestry/content/5.6.0/index.html
==============================================================================
--- websites/production/tapestry/content/5.6.0/index.html (original)
+++ websites/production/tapestry/content/5.6.0/index.html Sun Aug 30 22:13:45
2020
@@ -1,75 +1,110 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
-<!-- NewPage -->
-<html lang="en">
+<!DOCTYPE html>
+<html>
<head>
-<!-- Generated by javadoc (1.8.0_265) on Sun Aug 30 17:41:06 BRT 2020 -->
-<title>Tapestry API - 5.7.0</title>
-<script type="text/javascript">
- tmpTargetPage = "" + window.location.search;
- if (tmpTargetPage != "" && tmpTargetPage != "undefined")
- tmpTargetPage = tmpTargetPage.substring(1);
- if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" &&
!validURL(tmpTargetPage)))
- tmpTargetPage = "undefined";
- targetPage = tmpTargetPage;
- function validURL(url) {
- try {
- url = decodeURIComponent(url);
+ <title>Apache Tapestry 5.4.2 - API Documentation</title>
+ <link href="bootstrap-2.2.2/css/bootstrap.min.css" rel="stylesheet"
media="screen">
+ <style>
+ body {
+ margin-top: 50px
}
- catch (error) {
- return false;
- }
- var pos = url.indexOf(".html");
- if (pos == -1 || pos != url.length - 5)
- return false;
- var allowNumber = false;
- var allowSep = false;
- var seenDot = false;
- for (var i = 0; i < url.length - 5; i++) {
- var ch = url.charAt(i);
- if ('a' <= ch && ch <= 'z' ||
- 'A' <= ch && ch <= 'Z' ||
- ch == '$' ||
- ch == '_' ||
- ch.charCodeAt(0) > 127) {
- allowNumber = true;
- allowSep = true;
- } else if ('0' <= ch && ch <= '9'
- || ch == '-') {
- if (!allowNumber)
- return false;
- } else if (ch == '/' || ch == '.') {
- if (!allowSep)
- return false;
- allowNumber = false;
- allowSep = false;
- if (ch == '.')
- seenDot = true;
- if (ch == '/' && seenDot)
- return false;
- } else {
- return false;
- }
- }
- return true;
- }
- function loadFrames() {
- if (targetPage != "" && targetPage != "undefined")
- top.classFrame.location = top.targetPage;
- }
-</script>
+ </style>
</head>
-<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
-<frameset rows="30%,70%" title="Left frames" onload="top.loadFrames()">
-<frame src="overview-frame.html" name="packageListFrame" title="All Packages">
-<frame src="allclasses-frame.html" name="packageFrame" title="All classes and
interfaces (except non-static nested types)">
-</frameset>
-<frame src="overview-summary.html" name="classFrame" title="Package, class and
interface descriptions" scrolling="yes">
-<noframes>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<h2>Frame Alert</h2>
-<p>This document is designed to be viewed using the frames feature. If you see
this message, you are using a non-frame-capable web client. Link to <a
href="overview-summary.html">Non-frame version</a>.</p>
-</noframes>
-</frameset>
+<body>
+
+<div class="navbar navbar-fixed-top navbar-inverse">
+
+ <div class="navbar-inner">
+
+ <div class="container">
+
+ <a href="http://tapestry.apache.org" class="brand">
+ Apache Tapestry <strong>5.6.0</strong></a>
+
+ <ul class="nav">
+ <li class="divider-vertical"/>
+ <li>
+ <p class="navbar-text">
+ CoffeeScript and Java Class Documentation
+ </p>
+ </li>
+ </ul>
+ </div>
+ </div>
+</div>
+
+<div class="container">
+
+
+ <div class="container">
+
+ <img src="tapestry-logo.png" alt="Apache Tapestry Logo"/>
+
+ <div class="row">
+ <div class="span4">
+ <a href="coffeescript/t5-core-dom-jquery.html" class="btn
btn-primary btn-large btn-block">CoffeeScript
+ Documentation</a>
+
+ <p>Documentation for Tapestry's client-side CoffeeScript
modules.</p>
+ </div>
+
+
+ <div class="span4 offset2">
+ <a href="apidocs/index.html" class="btn btn-primary btn-large
btn-block">JavaDocs</a>
+
+ <p>Documentation for Tapestry's server-side Java classes.</p>
+ </div>
+ </div>
+
+ <div class="row">
+ <div class="span6">
+
+ <p>Quick links:</p>
+
+ <ul>
+ <li><a
href="coffeescript/events.html">t5/core/events</a></li>
+ <li><a
href="coffeescript/t5-core-dom-jquery.html">t5/core/dom</a></li>
+ </ul>
+
+ <p>See also:</p>
+
+ <ul>
+ <li><a href="http://coffeescript.org">CoffeeScript</a> - a
little language that compiles into
+ JavaScript
+ </li>
+ <li><a href="http://requirejs.org">RequireJS</a> - a
JavaScript module loader</li>
+ </ul>
+
+ </div>
+
+ <div class="span4">
+
+ <p>Quick links:</p>
+
+ <ul>
+ <li><a
href="apidocs/org/apache/tapestry5/ComponentResources.html">ComponentResources</a></li>
+ <li><a
href="apidocs/org/apache/tapestry5/services/javascript/JavaScriptSupport.html">JavaScriptSupport</a>
+ </li>
+ <li><a
href="apidocs/org/apache/tapestry5/MarkupWriter.html">MarkupWriter</a></li>
+ <li><a
href="apidocs/org/apache/tapestry5/SymbolConstants.html">SymbolConstants</a></li>
+ <li><a
href="apidocs/org/apache/tapestry5/alerts/AlertManager.html">AlertManager</a></li>
+ <li><a
href="apidocs//org/apache/tapestry5/annotations/package-summary.html">org.apache.tapestry5.annotations</a>
+ </li>
+ <li><a
href="apidocs//org/apache/tapestry5/corelib/components/package-summary.html">org.apache.tapestry5.corelib.components</a>
+ </li>
+
+ </ul>
+ </div>
+ </div>
+
+ <div class=" navbar navbar-fixed-bottom">
+ <div class="navbar-inner">
+ <div class="container">
+
+ <span class="brand">
+ © 2013 <a href="http://apache.org/">The Apache Software
Foundation</a>
+ </brand>
+ </div>
+ </div>
+ </div>
+ </div>
</html>