This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/juneau-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 9e238ec10 Update about page.
9e238ec10 is described below
commit 9e238ec1065432d1a35c8e54e0d8646df1e1898e
Author: JamesBognar <[email protected]>
AuthorDate: Sat Jul 2 16:08:02 2022 -0400
Update about page.
---
content/about.html | 33 +++++++++++++++++----------------
templates/about.html | 33 +++++++++++++++++----------------
2 files changed, 34 insertions(+), 32 deletions(-)
diff --git a/content/about.html b/content/about.html
index 6b7f8de2a..a4472bcc8 100644
--- a/content/about.html
+++ b/content/about.html
@@ -36,52 +36,52 @@
</tr>
<tr class='dark bb'>
<td rowspan="4"
style='text-align:center;font-weight:bold;padding:20px;'
class='code'>juneau-core</td>
- <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-marshall'>juneau-marshall</a></td>
+ <td class='code'><a class='doclink'
target='_blank'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-marshall'>juneau-marshall</a></td>
<td style='padding:10px;'>
POJO marshalling support for JSON, XML,
HTML, URL-encoding, UON, MessagePack, and CSV using no external module
dependencies.
</td>
</tr>
<tr class='dark bb'>
- <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-marshall-rdf'>juneau-marshall-rdf</a></td>
+ <td class='code'><a class='doclink'
target='_blank'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-marshall-rdf'>juneau-marshall-rdf</a></td>
<td style='padding:10px;'>
Extended marshalling support for
RDF/XML, N3, N-Tuple, and Turtle.
</td>
</tr>
<tr class='dark bb'>
- <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-dto'>juneau-dto</a></td>
+ <td class='code'><a class='doclink'
target='_blank'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-dto'>juneau-dto</a></td>
<td style='padding:10px;'>
A variety of predefined DTOs for
serializing and parsing languages such as HTML5, Swagger and ATOM.
</td>
</tr>
<tr class='dark bb'>
- <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-config'>juneau-config</a></td>
+ <td class='code'><a class='doclink'
target='_blank'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-config'>juneau-config</a></td>
<td style='padding:10px;'>
A sophisticated configuration file API.
</td>
</tr>
<tr class='light bb'>
<td rowspan="3"
style='text-align:center;font-weight:bold;padding:20px;'
class='code'>juneau-rest</td>
- <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-rest-server'>juneau-rest-server</a></td>
+ <td class='code'><a class='doclink'
target='_blank'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-rest-server'>juneau-rest-server</a></td>
<td style='padding:10px;'>
A universal REST server API for
creating Swagger-based self-documenting REST interfaces using POJOs, simply
deployed as
one or more top-level servlets in any
Servlet 3.1.0+ container.
</td>
</tr>
<tr class='light bb'>
- <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-rest-server-springboot'>juneau-rest-server-springboot</a></td>
+ <td class='code'><a class='doclink'
target='_blank'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-rest-server-springboot'>juneau-rest-server-springboot</a></td>
<td style='padding:10px;'>
Spring Boot integration.
</td>
</tr>
<tr class='light bb'>
- <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-rest-client'>juneau-rest-client</a></td>
+ <td class='code'><a class='doclink'
target='_blank'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-rest-client'>juneau-rest-client</a></td>
<td style='padding:10px;'>
A universal REST client API for
interacting with Juneau or 3rd-party REST interfaces using POJOs and proxy
interfaces.
</td>
</tr>
</table>
<p>
- Questions via email to <a class='doclink'
href='mailto:[email protected]?Subject=Apache%20Juneau%20question'>[email protected]</a>
are always welcome.
+ Questions via email to <a class='doclink'
target='_blank'
href='mailto:[email protected]?Subject=Apache%20Juneau%20question'>[email protected]</a>
are always welcome.
</p>
<p>
Juneau is packed with features that may not be obvious
at first.
@@ -97,8 +97,9 @@
<h5 class='toc'>Features</h5>
<div class='topic'>
<p>
- The <a class='doclink'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-marshall'>juneau-marshall</a>
module
- provides memory-efficient POJO serializing and parsing
for 12 languages:
+ The <a class='doclink' target='_blank'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-marshall'>juneau-marshall</a>
+ and <a class='doclink' target='_blank'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-marshall-rdf'>juneau-marshall-rdf</a>
+ modules provides memory-efficient typed and untyped
POJO serializing and parsing for a variety of languages.
</p>
<p class='bjava'>
<jc>// A simple bean</jc>
@@ -131,8 +132,8 @@
<jk>byte</jk>[] <jv>msgPack</jv> =
MsgPack.<jsm>of</jsm>(<jv>person</jv>);
</p>
<p>
- The <a class='doclink'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-rest-server'>juneau-rest-server</a>
- and <a class='doclink'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-rest-client'>juneau-rest-client</a>
libraries
+ The <a class='doclink' target='_blank'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-rest-server'>juneau-rest-server</a>
+ and <a class='doclink' target='_blank'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-rest-client'>juneau-rest-client</a>
libraries
provide server and client side REST capabilities that
can be used by themselves, or together to create
simplified yet sophisticated Java-based REST
communications layers that completely hide away the complexities
of the REST protocol from end-users.
@@ -177,7 +178,7 @@
Pet <jv>pet</jv> = <jv>store</jv>.addPet(<jv>createPet</jv>,
UUID.<jsm>randomUUID</jsm>(), <jk>true</jk>);
</p>
<p>
- The <a class='doclink'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-dto'>juneau-dto</a>
module
+ The <a class='doclink' target='_blank'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-dto'>juneau-dto</a>
module
contains several predefined POJOs for generating
commonly-used document types that
are designed to be used with the Juneau Marshaller APIs
for both serializing and parsing.
For example, you can build HTML DOMs in Java:
@@ -213,7 +214,7 @@
</table>
</xt></p>
<p>
- The <a class='doclink'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-config'>juneau-config</a>
+ The <a class='doclink' target='_blank'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-config'>juneau-config</a>
module contains a powerful API for creating and using
INI-style config files.
</p>
<p class='bini'>
@@ -243,7 +244,7 @@
URL <jv>key4</jv> = <jv>config</jv>.getObject(<js>"Section1/key4"</js>,
URL.<jk>class</jk>);
</p>
<p>
- The <a class='doclink'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-assertions'>juneau-assertions</a>
+ The <a class='doclink' target='_blank'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-assertions'>juneau-assertions</a>
module in Juneau is a powerful API for performing
fluent style assertions.
</p>
<p class='bjava'>
@@ -263,7 +264,7 @@
.asJson().is(<js>"[{a:1,b:'foo'}]"</js>);
</p>
<p>
- The <a class='doclink'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-rest-springboot'>juneau-rest-springboot</a>
+ The <a class='doclink' target='_blank'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-rest-springboot'>juneau-rest-springboot</a>
modules provides servlets for quickly and seemlessly
deploying REST endpoints in a Spring Boot application.
</p>
<p class='bjava'>
diff --git a/templates/about.html b/templates/about.html
index 14064e4cd..676f604ef 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -36,52 +36,52 @@
</tr>
<tr class='dark bb'>
<td rowspan="4"
style='text-align:center;font-weight:bold;padding:20px;'
class='code'>juneau-core</td>
- <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-marshall'>juneau-marshall</a></td>
+ <td class='code'><a class='doclink'
target='_blank' href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-marshall'>juneau-marshall</a></td>
<td style='padding:10px;'>
POJO marshalling support for JSON, XML,
HTML, URL-encoding, UON, MessagePack, and CSV using no external module
dependencies.
</td>
</tr>
<tr class='dark bb'>
- <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-marshall-rdf'>juneau-marshall-rdf</a></td>
+ <td class='code'><a class='doclink'
target='_blank' href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-marshall-rdf'>juneau-marshall-rdf</a></td>
<td style='padding:10px;'>
Extended marshalling support for
RDF/XML, N3, N-Tuple, and Turtle.
</td>
</tr>
<tr class='dark bb'>
- <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-dto'>juneau-dto</a></td>
+ <td class='code'><a class='doclink'
target='_blank' href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-dto'>juneau-dto</a></td>
<td style='padding:10px;'>
A variety of predefined DTOs for
serializing and parsing languages such as HTML5, Swagger and ATOM.
</td>
</tr>
<tr class='dark bb'>
- <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-config'>juneau-config</a></td>
+ <td class='code'><a class='doclink'
target='_blank' href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-config'>juneau-config</a></td>
<td style='padding:10px;'>
A sophisticated configuration file API.
</td>
</tr>
<tr class='light bb'>
<td rowspan="3"
style='text-align:center;font-weight:bold;padding:20px;'
class='code'>juneau-rest</td>
- <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-rest-server'>juneau-rest-server</a></td>
+ <td class='code'><a class='doclink'
target='_blank' href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-rest-server'>juneau-rest-server</a></td>
<td style='padding:10px;'>
A universal REST server API for
creating Swagger-based self-documenting REST interfaces using POJOs, simply
deployed as
one or more top-level servlets in any
Servlet 3.1.0+ container.
</td>
</tr>
<tr class='light bb'>
- <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-rest-server-springboot'>juneau-rest-server-springboot</a></td>
+ <td class='code'><a class='doclink'
target='_blank' href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-rest-server-springboot'>juneau-rest-server-springboot</a></td>
<td style='padding:10px;'>
Spring Boot integration.
</td>
</tr>
<tr class='light bb'>
- <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-rest-client'>juneau-rest-client</a></td>
+ <td class='code'><a class='doclink'
target='_blank' href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-rest-client'>juneau-rest-client</a></td>
<td style='padding:10px;'>
A universal REST client API for
interacting with Juneau or 3rd-party REST interfaces using POJOs and proxy
interfaces.
</td>
</tr>
</table>
<p>
- Questions via email to <a class='doclink'
href='mailto:[email protected]?Subject=Apache%20Juneau%20question'>[email protected]</a>
are always welcome.
+ Questions via email to <a class='doclink'
target='_blank'
href='mailto:[email protected]?Subject=Apache%20Juneau%20question'>[email protected]</a>
are always welcome.
</p>
<p>
Juneau is packed with features that may not be obvious
at first.
@@ -97,8 +97,9 @@
<h5 class='toc'>Features</h5>
<div class='topic'>
<p>
- The <a class='doclink'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-marshall'>juneau-marshall</a> module
- provides memory-efficient POJO serializing and parsing
for 12 languages:
+ The <a class='doclink' target='_blank'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-marshall'>juneau-marshall</a>
+ and <a class='doclink' target='_blank'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-marshall-rdf'>juneau-marshall-rdf</a>
+ modules provides memory-efficient typed and untyped
POJO serializing and parsing for a variety of languages.
</p>
<p class='bjava'>
<jc>// A simple bean</jc>
@@ -131,8 +132,8 @@
<jk>byte</jk>[] <jv>msgPack</jv> =
MsgPack.<jsm>of</jsm>(<jv>person</jv>);
</p>
<p>
- The <a class='doclink'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-rest-server'>juneau-rest-server</a>
- and <a class='doclink'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-rest-client'>juneau-rest-client</a>
libraries
+ The <a class='doclink' target='_blank'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-rest-server'>juneau-rest-server</a>
+ and <a class='doclink' target='_blank'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-rest-client'>juneau-rest-client</a>
libraries
provide server and client side REST capabilities that
can be used by themselves, or together to create
simplified yet sophisticated Java-based REST
communications layers that completely hide away the complexities
of the REST protocol from end-users.
@@ -177,7 +178,7 @@
Pet <jv>pet</jv> = <jv>store</jv>.addPet(<jv>createPet</jv>,
UUID.<jsm>randomUUID</jsm>(), <jk>true</jk>);
</p>
<p>
- The <a class='doclink'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-dto'>juneau-dto</a> module
+ The <a class='doclink' target='_blank'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-dto'>juneau-dto</a> module
contains several predefined POJOs for generating
commonly-used document types that
are designed to be used with the Juneau Marshaller APIs
for both serializing and parsing.
For example, you can build HTML DOMs in Java:
@@ -213,7 +214,7 @@
</table>
</xt></p>
<p>
- The <a class='doclink'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-config'>juneau-config</a>
+ The <a class='doclink' target='_blank'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-config'>juneau-config</a>
module contains a powerful API for creating and using
INI-style config files.
</p>
<p class='bini'>
@@ -243,7 +244,7 @@
URL <jv>key4</jv> = <jv>config</jv>.getObject(<js>"Section1/key4"</js>,
URL.<jk>class</jk>);
</p>
<p>
- The <a class='doclink'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-assertions'>juneau-assertions</a>
+ The <a class='doclink' target='_blank'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-assertions'>juneau-assertions</a>
module in Juneau is a powerful API for performing
fluent style assertions.
</p>
<p class='bjava'>
@@ -263,7 +264,7 @@
.asJson().is(<js>"[{a:1,b:'foo'}]"</js>);
</p>
<p>
- The <a class='doclink'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-rest-springboot'>juneau-rest-springboot</a>
+ The <a class='doclink' target='_blank'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-rest-springboot'>juneau-rest-springboot</a>
modules provides servlets for quickly and seemlessly
deploying REST endpoints in a Spring Boot application.
</p>
<p class='bjava'>