Author: woonsan
Date: Tue May 31 02:23:06 2022
New Revision: 1901430
URL: http://svn.apache.org/viewvc?rev=1901430&view=rev
Log:
PORTALS-28: publish site updates by APA dash 81
Added:
portals/site-live/applications/dependency-convergence.html
portals/site-live/applications/dependency-info.html
portals/site-live/applications/plugins.html
Modified:
portals/site-live/applications/css/maven-base.css
portals/site-live/applications/css/maven-theme.css
portals/site-live/applications/css/print.css
portals/site-live/applications/css/site.css
portals/site-live/applications/dbbrowser/index.html
portals/site-live/applications/demo/index.html
portals/site-live/applications/download.html
portals/site-live/applications/getting-started.html
portals/site-live/applications/index.html
portals/site-live/applications/issue-tracking.html
portals/site-live/applications/license.html
portals/site-live/applications/logging/index.html
portals/site-live/applications/mail-lists.html
portals/site-live/applications/news.html
portals/site-live/applications/plugin-management.html
portals/site-live/applications/portals-gems/index.html
portals/site-live/applications/project-info.html
portals/site-live/applications/project-summary.html
portals/site-live/applications/rss-main/index.html
portals/site-live/applications/team-list.html
portals/site-live/applications/webcontent/index.html
portals/site-live/applications/webcontent/rproxy.html
portals/site-live/applications/webcontent2/build-from-source.html
portals/site-live/applications/webcontent2/content-rewriter-module.html
portals/site-live/applications/webcontent2/faq.html
portals/site-live/applications/webcontent2/index.html
portals/site-live/applications/webcontent2/modules-overview.html
portals/site-live/applications/webcontent2/portlets-module.html
portals/site-live/applications/webcontent2/reverse-proxy-module.html
portals/site-live/applications/webcontent2/war-module.html
Modified: portals/site-live/applications/css/maven-base.css
URL:
http://svn.apache.org/viewvc/portals/site-live/applications/css/maven-base.css?rev=1901430&r1=1901429&r2=1901430&view=diff
==============================================================================
--- portals/site-live/applications/css/maven-base.css (original)
+++ portals/site-live/applications/css/maven-base.css Tue May 31 02:23:06 2022
@@ -1,143 +1,155 @@
-body {
- margin: 0px;
- padding: 0px;
-}
-img {
- border:none;
-}
-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;
-}
-#banner img {
- border: none;
-}
-#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);
-}
-#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;
-}
+body {
+ margin: 0px;
+ padding: 0px;
+}
+img {
+ border:none;
+}
+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;
+}
+#banner img {
+ border: none;
+}
+#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;
+}
Modified: portals/site-live/applications/css/maven-theme.css
URL:
http://svn.apache.org/viewvc/portals/site-live/applications/css/maven-theme.css?rev=1901430&r1=1901429&r2=1901430&view=diff
==============================================================================
--- portals/site-live/applications/css/maven-theme.css (original)
+++ portals/site-live/applications/css/maven-theme.css Tue May 31 02:23:06 2022
@@ -1,161 +1,141 @@
-/*
- * 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);
-}
-
+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: normal;
+}
+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;
+}
+#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);
+}
+
Modified: portals/site-live/applications/css/print.css
URL:
http://svn.apache.org/viewvc/portals/site-live/applications/css/print.css?rev=1901430&r1=1901429&r2=1901430&view=diff
==============================================================================
--- portals/site-live/applications/css/print.css (original)
+++ portals/site-live/applications/css/print.css Tue May 31 02:23:06 2022
@@ -1,7 +1,7 @@
-#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks,
#leftColumn, #navColumn {
- display: none !important;
-}
-#bodyColumn, body.docs div.docs {
- margin: 0 !important;
- border: none !important
-}
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks,
#leftColumn, #navColumn {
+ display: none !important;
+}
+#bodyColumn, body.docs div.docs {
+ margin: 0 !important;
+ border: none !important
+}
Modified: portals/site-live/applications/css/site.css
URL:
http://svn.apache.org/viewvc/portals/site-live/applications/css/site.css?rev=1901430&r1=1901429&r2=1901430&view=diff
==============================================================================
--- portals/site-live/applications/css/site.css (original)
+++ portals/site-live/applications/css/site.css Tue May 31 02:23:06 2022
@@ -287,4 +287,13 @@ Project Style
#downloadbox li {
font-size: smaller;
-}
\ No newline at end of file
+}
+
+.alert-heading {
+ display: block;
+ font-size: 14px;
+ margin-bottom: 6px;
+ font-weight: bold;
+ text-align: center;
+ background-color: yellow;
+}
Modified: portals/site-live/applications/dbbrowser/index.html
URL:
http://svn.apache.org/viewvc/portals/site-live/applications/dbbrowser/index.html?rev=1901430&r1=1901429&r2=1901430&view=diff
==============================================================================
--- portals/site-live/applications/dbbrowser/index.html (original)
+++ portals/site-live/applications/dbbrowser/index.html Tue May 31 02:23:06 2022
@@ -1,342 +1,366 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-
-
-
-
-
-
-
-
-
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>Apache Portals Applications - Apache Portals Database Browser
Application</title>
- <style type="text/css" media="all">
- @import url("../css/maven-base.css");
- @import url("../css/maven-theme.css");
- @import url("../css/site.css");
- </style>
- <link rel="stylesheet" href="../css/print.css" type="text/css"
media="print" />
- </head>
- <body class="composite">
- <div id="banner">
- <a href="http://portals.apache.org/" id="bannerLeft">
-
- <img
src="../images/apache-portals.gif" alt="" />
-
- </a>
- <a href="http://portals.apache.org/applications/"
id="bannerRight">
-
- Apache Portals Applications
-
- </a>
- <div class="clear">
- <hr/>
- </div>
- </div>
- <div id="breadcrumbs">
-
-
-
-
-
-
-
-
- <div class="xleft">
- Last Published: 4 March 2015
- </div>
- <div class="xright"> <a
href="http://portals.apache.org/" class="externalLink">Portals</a>
- |
- <a href="http://portals.apache.org/jetspeed-2"
class="externalLink">Jetspeed-2</a>
- |
- <a href="http://portals.apache.org/bridges"
class="externalLink">Bridges</a>
-
-
-
-
-
-
-
-
- </div>
- <div class="clear">
- <hr/>
- </div>
- </div>
- <div id="leftColumn">
- <div id="navcolumn">
-
-
-
-
-
-
-
-
- <h5>Essentials</h5>
- <ul>
-
- <li class="none">
- <a href="../index.html">Welcome</a>
- </li>
-
- <li class="none">
- <a href="../news.html">News and Status</a>
- </li>
-
- <li class="none">
- <a href="../download.html">Download</a>
- </li>
-
- <li class="none">
- <a href="../getting-started.html">Getting Started</a>
- </li>
- </ul>
- <h5>Subprojects</h5>
- <ul>
-
- <li class="none">
- <a href=".././portals-gems/index.html">Gems</a>
- </li>
-
- <li class="none">
- <a href=".././demo/index.html">Demo</a>
- </li>
-
- <li class="none">
- <a href=".././rss-main/index.html">RSS</a>
- </li>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <li class="expanded">
- <a href=".././webcontent2/index.html">WebContent-2</a>
- <ul>
-
- <li class="none">
- <a href=".././webcontent2/modules-overview.html">Modules
Overview</a>
- </li>
-
- <li class="none">
- <a
href=".././webcontent2/content-rewriter-module.html">Content Rewriter Module</a>
- </li>
-
- <li class="none">
- <a
href=".././webcontent2/reverse-proxy-module.html">Reverse Proxy Module</a>
- </li>
-
- <li class="none">
- <a href=".././webcontent2/portlets-module.html">Portlets
Module</a>
- </li>
-
- <li class="none">
- <a href=".././webcontent2/war-module.html">WAR Module</a>
- </li>
-
- <li class="none">
- <a href=".././webcontent2/build-from-source.html">Build
from source</a>
- </li>
-
- <li class="none">
- <a href=".././webcontent2/apidocs/index.html">JavaDocs</a>
- </li>
-
- <li class="none">
- <a href=".././webcontent2/faq.html">FAQ</a>
- </li>
- </ul>
- </li>
-
- <li class="none">
- <a href=".././webcontent/index.html">WebContent-1</a>
- </li>
-
- <li class="none">
- <a href=".././dbbrowser/index.html">DB Browser</a>
- </li>
-
- <li class="none">
- <a href=".././logging/index.html">Logging</a>
- </li>
- </ul>
- <h5>Support</h5>
- <ul>
-
- <li class="none">
- <a href="../team-list.html">Project Team</a>
- </li>
-
- <li class="none">
- <a href="../license.html">Project License</a>
- </li>
-
- <li class="none">
- <a href="http://wiki.apache.org/portals/applications"
class="externalLink">Project Wiki</a>
- </li>
-
- <li class="none">
- <a href="../mail-lists.html">Mailing List</a>
- </li>
-
- <li class="none">
- <a href="../issue-tracking.html">Issue Tracking</a>
- </li>
- </ul>
- <a href="http://maven.apache.org/"
title="Built by Maven" class="poweredBy">
- <img alt="Built by Maven"
src="../images/logos/maven-feather.png"></img>
- </a>
-
-
-
-
-
-
-
-
- </div>
- </div>
- <div id="bodyColumn">
- <div id="contentBox">
- <subtitle></subtitle><authors><person name="David Sean Taylor"
email="[email protected]"></authors><div class="section"><h2><a
name="Welcome_to_Apache_Portals_Database_Browser_Application"></a>Welcome to
Apache Portals Database Browser Application</h2>
-<div id="downloadbox"><h5>Get Portals Database Browser App</h5>
-<p><a href="../download.html"><img src="../images/folder-open.gif" alt="" />
- Download
- </a>
- Portals Applications DB Browser 1.2
- </p>
-<ul><li><a href="../getting-started.html">
- System Requirements
- </a></li>
-</ul>
-</div><p>
-A portlet application dedicated to the development and database portlet
development including scrollable lists and data entry forms. The 1.1 release
-contains one portlet, the Database Browser Portlet:</p>
-<div class="source"><pre>
-
-
<portlet-class>org.apache.portals.applications.dbBrowser.DatabaseBrowserPortlet</portlet-class>
-
-</pre>
-</div>
-<p>
-The portlet is configured with several init parameters for the view. You can
just use the supplied templates:
-</p>
-<div class="source"><pre>
-
- <init-param>
- <name>ViewPage</name>
- <value>/WEB-INF/view/database-view.vm</value>
- </init-param>
- <init-param>
- <name>EditPage</name>
- <value>/WEB-INF/view/database-edit.vm</value>
- </init-param>
- <init-param>
- <name>HelpPage</name>
- <value>/WEB-INF/view/database-help.vm</value>
- </init-param>
-
-</pre>
-</div>
-<p>
-Portlet Preferences configure the database connection:</p>
-<table class="bodyTable"><tr class="a"><th>Name</th>
-<th>Example Value</th>
-<th>Description</th>
-</tr>
-<tr class="b"><td>DatasourceType</td>
-<td>dbcp | jndi</td>
-<td>The type of data source to connect to. Valid values are dbcp (a pooled
database connection configured locally), or a jndi data source configured by
the application server</td>
-</tr>
-<tr class="a"><td>JndiDatasource</td>
-<td>jdbc/jetspeed</td>
-<td>The name of the JNDI data source. Only valid when DatasourceType is
jndi</td>
-</tr>
-<tr class="b"><td>JdbcDriver</td>
-<td>org.apache.derby.jdbc.EmbeddedDriver</td>
-<td>The JDBC Driver qualified Java package and class name. Only valid with
DatasourceType = dbcp</td>
-</tr>
-<tr class="a"><td>JdbcConnection</td>
-<td>jdbc:derby:JETSPEED-DEMO</td>
-<td>The JDBC connection string. Only valid with DatasourceType = dbcp</td>
-</tr>
-<tr class="b"><td>JdbcUsername</td>
-<td></td>
-<td>The JDBC database user name. Only valid with DatasourceType = dbcp</td>
-</tr>
-<tr class="a"><td>JdbcPassword</td>
-<td></td>
-<td>The JDBC database password. Only valid with DatasourceType = dbcp</td>
-</tr>
-<tr class="b"><td>WindowSize</td>
-<td>15</td>
-<td>The size of the browser window page</td>
-</tr>
-<tr class="a"><td>tableName</td>
-<td>CITY</td>
-<td>The name of database table to be viewed</td>
-</tr>
-<tr class="b"><td>conditions</td>
-<td>where POPULATION > 500000</td>
-<td>The WHERE clause condition when retrieving database rows</td>
-</tr>
-<tr class="a"><td>columnNames</td>
-<td>ID,NAME,COUNTRYCODE,DISTRICT,POPULATION</td>
-<td>The columns to be selected and displayed in the list. If none specified,
all columns are selected.</td>
-</tr>
-<tr class="b"><td>columnTitles</td>
-<td>ID,City,Country Code,District,Population</td>
-<td>The titles to display for selected columns, count must match columnNames
preference</td>
-</tr>
-<tr class="a"><td>orderByColumns</td>
-<td>COUNTRYCODE,DISTRICT</td>
-<td>The columns to sort by</td>
-</tr>
-</table>
-<p>Here is an example database browser from the Jetspeed 2.2 demo
distribution:</p>
-<img src="../images/countries.png" /></div>
-
- </div>
- </div>
- <div class="clear">
- <hr/>
- </div>
- <div id="footer">
- <div class="xright">©
- 2004-2015
-
- Apache Software Foundation
-
-
-
-
-
-
-
-
- </div>
- <div class="clear">
- <hr/>
- </div>
- </div>
- </body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 26 May 2022 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <title>Apache Portals Applications -
+ Apache Portals Database Browser Application</title>
+ <style type="text/css" media="all">
+ @import url("../css/maven-base.css");
+ @import url("../css/maven-theme.css");
+ @import url("../css/site.css");
+ </style>
+ <link rel="stylesheet" href="../css/print.css" type="text/css"
media="print" />
+ <meta name="Date-Revision-yyyymmdd" content="20220526" />
+ <meta http-equiv="Content-Language" content="en" />
+
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <a href="http://portals.apache.org/" id="bannerLeft">
+ <img
src="../images/apache-portals.gif" alt="Apache Software Foundation" />
+ </a>
+ <a
href="http://portals.apache.org/applications/" id="bannerRight">
+ Apache Portals Applications
+ </a>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+ <div class="xleft">
+ <span id="publishDate">Last Published: 26 May 2022</span>
+ | <span id="projectVersion">Version: 1.0</span>
+ </div>
+ <div class="xright"> <a
href="http://portals.apache.org/" class="externalLink" target="_nw"
title="Portals">Portals</a>
+ |
+ <a href="http://portals.apache.org/jetspeed-2"
class="externalLink" target="_nw" title="Jetspeed-2">Jetspeed-2</a>
+ |
+ <a href="http://portals.apache.org/bridges"
class="externalLink" target="_nw" title="Bridges">Bridges</a>
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+ <h5>Essentials</h5>
+ <ul>
+ <li class="none">
+ <a href="../index.html" title="Welcome">Welcome</a>
+ </li>
+ <li class="none">
+ <a href="../news.html" title="News and Status">News
and Status</a>
+ </li>
+ <li class="none">
+ <a href="../download.html"
title="Download">Download</a>
+ </li>
+ <li class="none">
+ <a href="../getting-started.html" title="Getting
Started">Getting Started</a>
+ </li>
+ </ul>
+ <h5>Subprojects</h5>
+ <ul>
+ <li class="none">
+ <a href=".././portals-gems/index.html"
title="Gems">Gems</a>
+ </li>
+ <li class="none">
+ <a href=".././demo/index.html" title="Demo">Demo</a>
+ </li>
+ <li class="none">
+ <a href=".././rss-main/index.html"
title="RSS">RSS</a>
+ </li>
+
<li class="expanded">
+ <a href=".././webcontent2/index.html"
title="WebContent-2">WebContent-2</a>
+ <ul>
+ <li class="none">
+ <a href=".././webcontent2/modules-overview.html"
title="Modules Overview">Modules Overview</a>
+ </li>
+ <li class="none">
+ <a
href=".././webcontent2/content-rewriter-module.html" title="Content Rewriter
Module">Content Rewriter Module</a>
+ </li>
+ <li class="none">
+ <a href=".././webcontent2/reverse-proxy-module.html"
title="Reverse Proxy Module">Reverse Proxy Module</a>
+ </li>
+ <li class="none">
+ <a href=".././webcontent2/portlets-module.html"
title="Portlets Module">Portlets Module</a>
+ </li>
+ <li class="none">
+ <a href=".././webcontent2/war-module.html"
title="WAR Module">WAR Module</a>
+ </li>
+ <li class="none">
+ <a href=".././webcontent2/build-from-source.html"
title="Build from source">Build from source</a>
+ </li>
+ <li class="none">
+ <a href=".././webcontent2/apidocs/index.html"
title="JavaDocs">JavaDocs</a>
+ </li>
+ <li class="none">
+ <a href=".././webcontent2/faq.html"
title="FAQ">FAQ</a>
+ </li>
+ </ul>
+ </li>
+ <li class="none">
+ <a href=".././webcontent/index.html"
title="WebContent-1">WebContent-1</a>
+ </li>
+ <li class="none">
+ <a href=".././dbbrowser/index.html" title="DB
Browser">DB Browser</a>
+ </li>
+ <li class="none">
+ <a href=".././logging/index.html"
title="Logging">Logging</a>
+ </li>
+ </ul>
+ <h5>Support</h5>
+ <ul>
+ <li class="none">
+ <a href="../team-list.html" title="Project
Team">Project Team</a>
+ </li>
+ <li class="none">
+ <a href="../license.html" title="Project
License">Project License</a>
+ </li>
+ <li class="none">
+ <a
href="http://wiki.apache.org/portals/applications" class="externalLink"
title="Project Wiki">Project Wiki</a>
+ </li>
+ <li class="none">
+ <a href="../mail-lists.html" title="Mailing
List">Mailing List</a>
+ </li>
+ <li class="none">
+ <a href="../issue-tracking.html" title="Issue
Tracking">Issue Tracking</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built
by Maven" class="poweredBy">
+ <img class="poweredBy" alt="Built by Maven"
src="../images/logos/maven-feather.png" />
+ </a>
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <!-- 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>Welcome to Apache Portals Database Browser Application<a
name="Welcome_to_Apache_Portals_Database_Browser_Application"></a></h2>
+
+<div id="downloadbox">
+
+<div class="section">
+<div class="section">
+<div class="section">
+<h5>Get Portals Database Browser App<a
name="Get_Portals_Database_Browser_App"></a></h5>
+
+<p>
+ <a href="../download.html">
+ <img
src="../images/folder-open.gif" border="0" alt="" title="download" />
+ Download
+ </a>
+ Portals Applications DB Browser 1.2
+ </p>
+
+<ul>
+
+<li>
+ <a
href="../getting-started.html">
+ System Requirements
+ </a>
+ </li>
+ </ul>
+ </div>
+
+<p>
+A portlet application dedicated to the development and database portlet
development including scrollable lists and data entry forms. The 1.1 release
+contains one portlet, the Database Browser Portlet:</p>
+
+<div class="source">
+<pre>
+
+
<portlet-class>org.apache.portals.applications.dbBrowser.DatabaseBrowserPortlet</portlet-class>
+
+</pre></div>
+
+<p>
+The portlet is configured with several init parameters for the view. You can
just use the supplied templates:
+</p>
+
+<div class="source">
+<pre>
+
+ <init-param>
+ <name>ViewPage</name>
+ <value>/WEB-INF/view/database-view.vm</value>
+ </init-param>
+ <init-param>
+ <name>EditPage</name>
+ <value>/WEB-INF/view/database-edit.vm</value>
+ </init-param>
+ <init-param>
+ <name>HelpPage</name>
+ <value>/WEB-INF/view/database-help.vm</value>
+ </init-param>
+
+</pre></div>
+
+<p>
+Portlet Preferences configure the database connection:</p>
+
+<table border="0" class="bodyTable">
+
+<tr class="a">
+
+<th>Name</th>
+
+<th>Example Value</th>
+
+<th>Description</th>
+ </tr>
+
+<tr class="b">
+
+<td>DatasourceType</td>
+
+<td>dbcp | jndi</td>
+
+<td>The type of data source to connect to. Valid values are dbcp (a pooled
database connection configured locally), or a jndi data source configured by
the application server</td>
+ </tr>
+
+<tr class="a">
+
+<td>JndiDatasource</td>
+
+<td>jdbc/jetspeed</td>
+
+<td>The name of the JNDI data source. Only valid when DatasourceType is
jndi</td>
+ </tr>
+
+<tr class="b">
+
+<td>JdbcDriver</td>
+
+<td>org.apache.derby.jdbc.EmbeddedDriver</td>
+
+<td>The JDBC Driver qualified Java package and class name. Only valid with
DatasourceType = dbcp</td>
+ </tr>
+
+<tr class="a">
+
+<td>JdbcConnection</td>
+
+<td>jdbc:derby:JETSPEED-DEMO</td>
+
+<td>The JDBC connection string. Only valid with DatasourceType = dbcp</td>
+ </tr>
+
+<tr class="b">
+
+<td>JdbcUsername</td>
+
+<td></td>
+
+<td>The JDBC database user name. Only valid with DatasourceType = dbcp</td>
+ </tr>
+
+<tr class="a">
+
+<td>JdbcPassword</td>
+
+<td></td>
+
+<td>The JDBC database password. Only valid with DatasourceType = dbcp</td>
+ </tr>
+
+<tr class="b">
+
+<td>WindowSize</td>
+
+<td>15</td>
+
+<td>The size of the browser window page</td>
+ </tr>
+
+<tr class="a">
+
+<td>tableName</td>
+
+<td>CITY</td>
+
+<td>The name of database table to be viewed</td>
+ </tr>
+
+<tr class="b">
+
+<td>conditions</td>
+
+<td>where POPULATION > 500000</td>
+
+<td>The WHERE clause condition when retrieving database rows</td>
+ </tr>
+
+<tr class="a">
+
+<td>columnNames</td>
+
+<td>ID,NAME,COUNTRYCODE,DISTRICT,POPULATION</td>
+
+<td>The columns to be selected and displayed in the list. If none specified,
all columns are selected.</td>
+ </tr>
+
+<tr class="b">
+
+<td>columnTitles</td>
+
+<td>ID,City,Country Code,District,Population</td>
+
+<td>The titles to display for selected columns, count must match columnNames
preference</td>
+ </tr>
+
+<tr class="a">
+
+<td>orderByColumns</td>
+
+<td>COUNTRYCODE,DISTRICT</td>
+
+<td>The columns to sort by</td>
+ </tr>
+ </table>
+
+<p>Here is an example database browser from the Jetspeed 2.2 demo
distribution:</p>
+ <img src="../images/countries.png" alt="" />
+ </div></div></div></div>
+
+
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">
+ Copyright © 2004-2022
+ <a href="http://www.apache.org/">Apache Software
Foundation</a>.
+ All Rights Reserved.
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
Modified: portals/site-live/applications/demo/index.html
URL:
http://svn.apache.org/viewvc/portals/site-live/applications/demo/index.html?rev=1901430&r1=1901429&r2=1901430&view=diff
==============================================================================
--- portals/site-live/applications/demo/index.html (original)
+++ portals/site-live/applications/demo/index.html Tue May 31 02:23:06 2022
@@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 30 May 2015 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 26 May 2022 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
@import url("../css/site.css");
</style>
<link rel="stylesheet" href="../css/print.css" type="text/css"
media="print" />
- <meta name="Date-Revision-yyyymmdd" content="20150530" />
+ <meta name="Date-Revision-yyyymmdd" content="20220526" />
<meta http-equiv="Content-Language" content="en" />
</head>
@@ -31,7 +31,7 @@
<div class="xleft">
- <span id="publishDate">Last Published: 30 May 2015</span>
+ <span id="publishDate">Last Published: 26 May 2022</span>
| <span id="projectVersion">Version: 1.0</span>
</div>
<div class="xright"> <a
href="http://portals.apache.org/" class="externalLink" target="_nw"
title="Portals">Portals</a>
@@ -142,55 +142,55 @@
</div>
<div id="bodyColumn">
<div id="contentBox">
- <!-- 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>Welcome to Apache Portals Demo Application<a
name="Welcome_to_Apache_Portals_Demo_Application"></a></h2>
-
-<div id="downloadbox">
-
-<div class="section">
-<div class="section">
-<div class="section">
-<h5>Get Portals Demo App<a name="Get_Portals_Demo_App"></a></h5>
-
-<p>
- <a href="../download.html">
- <img
src="../images/folder-open.gif" border="0" alt="" title="download" />
- Download
- </a>
- Portals Applications Demo 1.3
- </p>
-
-<ul>
-
-<li>
- <a
href="../getting-started.html">
- System Requirements
- </a>
- </li>
- </ul>
- </div>
-
-<p>
-A portlet application dedicated to learning Java and Groovy portlet
programming and tutorials, as well as some helpful weather and bookmark
portlets
-as well different portal technologies like <a class="externalLink"
href="http://portals.apache.org/bridges/">Portals Bridges</a>.
- </p>
- </div></div></div></div>
-
+ <!-- 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>Welcome to Apache Portals Demo Application<a
name="Welcome_to_Apache_Portals_Demo_Application"></a></h2>
+
+<div id="downloadbox">
+
+<div class="section">
+<div class="section">
+<div class="section">
+<h5>Get Portals Demo App<a name="Get_Portals_Demo_App"></a></h5>
+
+<p>
+ <a href="../download.html">
+ <img
src="../images/folder-open.gif" border="0" alt="" title="download" />
+ Download
+ </a>
+ Portals Applications Demo 1.3
+ </p>
+
+<ul>
+
+<li>
+ <a
href="../getting-started.html">
+ System Requirements
+ </a>
+ </li>
+ </ul>
+ </div>
+
+<p>
+A portlet application dedicated to learning Java and Groovy portlet
programming and tutorials, as well as some helpful weather and bookmark
portlets
+as well different portal technologies like <a class="externalLink"
href="http://portals.apache.org/bridges/">Portals Bridges</a>.
+ </p>
+ </div></div></div></div>
+
</div>
</div>
@@ -199,7 +199,7 @@ as well different portal technologies li
</div>
<div id="footer">
<div class="xright">
- Copyright © 2004-2015
+ Copyright © 2004-2022
<a href="http://www.apache.org/">Apache Software
Foundation</a>.
All Rights Reserved.
Added: portals/site-live/applications/dependency-convergence.html
URL:
http://svn.apache.org/viewvc/portals/site-live/applications/dependency-convergence.html?rev=1901430&view=auto
==============================================================================
--- portals/site-live/applications/dependency-convergence.html (added)
+++ portals/site-live/applications/dependency-convergence.html Tue May 31
02:23:06 2022
@@ -0,0 +1,192 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 31 May 2022 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <title>Apache Portals Applications - Dependency Convergence</title>
+ <style type="text/css" media="all">
+ @import url("./css/maven-base.css");
+ @import url("./css/maven-theme.css");
+ @import url("./css/site.css");
+ </style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
+ <meta name="Date-Revision-yyyymmdd" content="20220531" />
+ <meta http-equiv="Content-Language" content="en" />
+
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <a href="http://portals.apache.org/" id="bannerLeft">
+ <img
src="images/apache-portals.gif" alt="Apache Software Foundation" />
+ </a>
+ <a
href="http://portals.apache.org/applications/" id="bannerRight">
+ Apache Portals Applications
+ </a>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+ <div class="xleft">
+ <span id="publishDate">Last Published: 31 May 2022</span>
+ | <span id="projectVersion">Version: 1.0</span>
+ </div>
+ <div class="xright"> <a
href="http://portals.apache.org/" class="externalLink" target="_nw"
title="Portals">Portals</a>
+ |
+ <a href="http://portals.apache.org/jetspeed-2"
class="externalLink" target="_nw" title="Jetspeed-2">Jetspeed-2</a>
+ |
+ <a href="http://portals.apache.org/bridges"
class="externalLink" target="_nw" title="Bridges">Bridges</a>
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+ <h5>Essentials</h5>
+ <ul>
+ <li class="none">
+ <a href="index.html" title="Welcome">Welcome</a>
+ </li>
+ <li class="none">
+ <a href="news.html" title="News and Status">News and
Status</a>
+ </li>
+ <li class="none">
+ <a href="download.html" title="Download">Download</a>
+ </li>
+ <li class="none">
+ <a href="getting-started.html" title="Getting
Started">Getting Started</a>
+ </li>
+ </ul>
+ <h5>Subprojects</h5>
+ <ul>
+ <li class="none">
+ <a href="./portals-gems/index.html"
title="Gems">Gems</a>
+ </li>
+ <li class="none">
+ <a href="./demo/index.html" title="Demo">Demo</a>
+ </li>
+ <li class="none">
+ <a href="./rss-main/index.html" title="RSS">RSS</a>
+ </li>
+
<li class="expanded">
+ <a href="./webcontent2/index.html"
title="WebContent-2">WebContent-2</a>
+ <ul>
+ <li class="none">
+ <a href="./webcontent2/modules-overview.html"
title="Modules Overview">Modules Overview</a>
+ </li>
+ <li class="none">
+ <a href="./webcontent2/content-rewriter-module.html"
title="Content Rewriter Module">Content Rewriter Module</a>
+ </li>
+ <li class="none">
+ <a href="./webcontent2/reverse-proxy-module.html"
title="Reverse Proxy Module">Reverse Proxy Module</a>
+ </li>
+ <li class="none">
+ <a href="./webcontent2/portlets-module.html"
title="Portlets Module">Portlets Module</a>
+ </li>
+ <li class="none">
+ <a href="./webcontent2/war-module.html" title="WAR
Module">WAR Module</a>
+ </li>
+ <li class="none">
+ <a href="./webcontent2/build-from-source.html"
title="Build from source">Build from source</a>
+ </li>
+ <li class="none">
+ <a href="./webcontent2/apidocs/index.html"
title="JavaDocs">JavaDocs</a>
+ </li>
+ <li class="none">
+ <a href="./webcontent2/faq.html" title="FAQ">FAQ</a>
+ </li>
+ </ul>
+ </li>
+ <li class="none">
+ <a href="./webcontent/index.html"
title="WebContent-1">WebContent-1</a>
+ </li>
+ <li class="none">
+ <a href="./dbbrowser/index.html" title="DB
Browser">DB Browser</a>
+ </li>
+ <li class="none">
+ <a href="./logging/index.html"
title="Logging">Logging</a>
+ </li>
+ </ul>
+ <h5>Support</h5>
+ <ul>
+ <li class="none">
+ <a href="team-list.html" title="Project
Team">Project Team</a>
+ </li>
+ <li class="none">
+ <a href="license.html" title="Project
License">Project License</a>
+ </li>
+ <li class="none">
+ <a
href="http://wiki.apache.org/portals/applications" class="externalLink"
title="Project Wiki">Project Wiki</a>
+ </li>
+ <li class="none">
+ <a href="mail-lists.html" title="Mailing
List">Mailing List</a>
+ </li>
+ <li class="none">
+ <a href="issue-tracking.html" title="Issue
Tracking">Issue Tracking</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built
by Maven" class="poweredBy">
+ <img class="poweredBy" alt="Built by Maven"
src="./images/logos/maven-feather.png" />
+ </a>
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section">
+<h2>Dependency Convergence<a name="Dependency_Convergence"></a></h2>
+<table border="0" class="bodyTable"><caption>
+ <b>Legend:</b>
+</caption>
+<tr class="a">
+<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
+<td>At least one dependency has a differing version of the dependency or has
SNAPSHOT dependencies.</td></tr></table><br />
+<table border="0" class="bodyTable"><caption>
+ <b>Statistics:</b>
+</caption>
+<tr class="b">
+<th>Number of dependencies (NOD):</th>
+<td>0</td></tr>
+<tr class="a">
+<th>Number of unique artifacts (NOA):</th>
+<td>0</td></tr>
+<tr class="b">
+<th>Number of version-conflicting artifacts (NOC):</th>
+<td>0</td></tr>
+<tr class="a">
+<th>Number of SNAPSHOT artifacts (NOS):</th>
+<td>0</td></tr>
+<tr class="b">
+<th>Convergence (NOD/NOA):</th>
+<td><img alt="[Error]" src="images/icon_error_sml.gif" /> <b>0
%</b></td></tr>
+<tr class="a">
+<th>Ready for release (100% convergence and no SNAPSHOTS):</th>
+<td><img alt="[Error]" src="images/icon_error_sml.gif" /> <b>Error</b><br
/>You do not have 100% convergence.</td></tr></table></div>
+<div class="section">
+<h3>Dependencies used in this project<a
name="Dependencies_used_in_this_project"></a></h3></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">
+ Copyright © 2004-2022
+ <a href="http://www.apache.org/">Apache Software
Foundation</a>.
+ All Rights Reserved.
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
Added: portals/site-live/applications/dependency-info.html
URL:
http://svn.apache.org/viewvc/portals/site-live/applications/dependency-info.html?rev=1901430&view=auto
==============================================================================
--- portals/site-live/applications/dependency-info.html (added)
+++ portals/site-live/applications/dependency-info.html Tue May 31 02:23:06 2022
@@ -0,0 +1,200 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 31 May 2022 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <title>Apache Portals Applications - Dependency Information</title>
+ <style type="text/css" media="all">
+ @import url("./css/maven-base.css");
+ @import url("./css/maven-theme.css");
+ @import url("./css/site.css");
+ </style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
+ <meta name="Date-Revision-yyyymmdd" content="20220531" />
+ <meta http-equiv="Content-Language" content="en" />
+
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <a href="http://portals.apache.org/" id="bannerLeft">
+ <img
src="images/apache-portals.gif" alt="Apache Software Foundation" />
+ </a>
+ <a
href="http://portals.apache.org/applications/" id="bannerRight">
+ Apache Portals Applications
+ </a>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+ <div class="xleft">
+ <span id="publishDate">Last Published: 31 May 2022</span>
+ | <span id="projectVersion">Version: 1.0</span>
+ </div>
+ <div class="xright"> <a
href="http://portals.apache.org/" class="externalLink" target="_nw"
title="Portals">Portals</a>
+ |
+ <a href="http://portals.apache.org/jetspeed-2"
class="externalLink" target="_nw" title="Jetspeed-2">Jetspeed-2</a>
+ |
+ <a href="http://portals.apache.org/bridges"
class="externalLink" target="_nw" title="Bridges">Bridges</a>
+
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+ <h5>Essentials</h5>
+ <ul>
+ <li class="none">
+ <a href="index.html" title="Welcome">Welcome</a>
+ </li>
+ <li class="none">
+ <a href="news.html" title="News and Status">News and
Status</a>
+ </li>
+ <li class="none">
+ <a href="download.html" title="Download">Download</a>
+ </li>
+ <li class="none">
+ <a href="getting-started.html" title="Getting
Started">Getting Started</a>
+ </li>
+ </ul>
+ <h5>Subprojects</h5>
+ <ul>
+ <li class="none">
+ <a href="./portals-gems/index.html"
title="Gems">Gems</a>
+ </li>
+ <li class="none">
+ <a href="./demo/index.html" title="Demo">Demo</a>
+ </li>
+ <li class="none">
+ <a href="./rss-main/index.html" title="RSS">RSS</a>
+ </li>
+
<li class="expanded">
+ <a href="./webcontent2/index.html"
title="WebContent-2">WebContent-2</a>
+ <ul>
+ <li class="none">
+ <a href="./webcontent2/modules-overview.html"
title="Modules Overview">Modules Overview</a>
+ </li>
+ <li class="none">
+ <a href="./webcontent2/content-rewriter-module.html"
title="Content Rewriter Module">Content Rewriter Module</a>
+ </li>
+ <li class="none">
+ <a href="./webcontent2/reverse-proxy-module.html"
title="Reverse Proxy Module">Reverse Proxy Module</a>
+ </li>
+ <li class="none">
+ <a href="./webcontent2/portlets-module.html"
title="Portlets Module">Portlets Module</a>
+ </li>
+ <li class="none">
+ <a href="./webcontent2/war-module.html" title="WAR
Module">WAR Module</a>
+ </li>
+ <li class="none">
+ <a href="./webcontent2/build-from-source.html"
title="Build from source">Build from source</a>
+ </li>
+ <li class="none">
+ <a href="./webcontent2/apidocs/index.html"
title="JavaDocs">JavaDocs</a>
+ </li>
+ <li class="none">
+ <a href="./webcontent2/faq.html" title="FAQ">FAQ</a>
+ </li>
+ </ul>
+ </li>
+ <li class="none">
+ <a href="./webcontent/index.html"
title="WebContent-1">WebContent-1</a>
+ </li>
+ <li class="none">
+ <a href="./dbbrowser/index.html" title="DB
Browser">DB Browser</a>
+ </li>
+ <li class="none">
+ <a href="./logging/index.html"
title="Logging">Logging</a>
+ </li>
+ </ul>
+ <h5>Support</h5>
+ <ul>
+ <li class="none">
+ <a href="team-list.html" title="Project
Team">Project Team</a>
+ </li>
+ <li class="none">
+ <a href="license.html" title="Project
License">Project License</a>
+ </li>
+ <li class="none">
+ <a
href="http://wiki.apache.org/portals/applications" class="externalLink"
title="Project Wiki">Project Wiki</a>
+ </li>
+ <li class="none">
+ <a href="mail-lists.html" title="Mailing
List">Mailing List</a>
+ </li>
+ <li class="none">
+ <a href="issue-tracking.html" title="Issue
Tracking">Issue Tracking</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built
by Maven" class="poweredBy">
+ <img class="poweredBy" alt="Built by Maven"
src="./images/logos/maven-feather.png" />
+ </a>
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section">
+<h2>Dependency Information<a name="Dependency_Information"></a></h2><a
name="Dependency_Information"></a>
+<div class="section">
+<h3>Apache Maven<a name="Apache_Maven"></a></h3><a name="Apache_Maven"></a>
+<div class="source">
+<pre><dependency>
+ <groupId>org.apache.portals.site</groupId>
+ <artifactId>apa-site</artifactId>
+ <version>1.0</version>
+ <type>pom</type>
+</dependency></pre></div></div>
+<div class="section">
+<h3>Apache Buildr<a name="Apache_Buildr"></a></h3><a name="Apache_Buildr"></a>
+<div class="source">
+<pre>'org.apache.portals.site:apa-site:pom:1.0'</pre></div></div>
+<div class="section">
+<h3>Apache Ivy<a name="Apache_Ivy"></a></h3><a name="Apache_Ivy"></a>
+<div class="source">
+<pre><dependency org="org.apache.portals.site"
name="apa-site" rev="1.0">
+ <artifact name="apa-site" type="pom" />
+</dependency></pre></div></div>
+<div class="section">
+<h3>Groovy Grape<a name="Groovy_Grape"></a></h3><a name="Groovy_Grape"></a>
+<div class="source">
+<pre>@Grapes(
+@Grab(group='org.apache.portals.site', module='apa-site', version='1.0')
+)</pre></div></div>
+<div class="section">
+<h3>Gradle/Grails<a name="GradleGrails"></a></h3><a name="GradleGrails"></a>
+<div class="source">
+<pre>compile 'org.apache.portals.site:apa-site:1.0'</pre></div></div>
+<div class="section">
+<h3>Scala SBT<a name="Scala_SBT"></a></h3><a name="Scala_SBT"></a>
+<div class="source">
+<pre>libraryDependencies += "org.apache.portals.site" %
"apa-site" % "1.0"</pre></div></div>
+<div class="section">
+<h3>Leiningen<a name="Leiningen"></a></h3><a name="Leiningen"></a>
+<div class="source">
+<pre>[org.apache.portals.site/apa-site "1.0"]</pre></div></div></div>
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">
+ Copyright © 2004-2022
+ <a href="http://www.apache.org/">Apache Software
Foundation</a>.
+ All Rights Reserved.
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>