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 18cffc4 Website updates for Juneau 8.1.3
18cffc4 is described below
commit 18cffc4105b515aa7e087aad20b58ffbaa0901a5
Author: JamesBognar <[email protected]>
AuthorDate: Mon Jan 20 10:08:53 2020 -0500
Website updates for Juneau 8.1.3
---
content/marshall.html | 19 +++----------------
templates/marshall.html | 19 +++----------------
2 files changed, 6 insertions(+), 32 deletions(-)
diff --git a/content/marshall.html b/content/marshall.html
index 4927287..440db3f 100644
--- a/content/marshall.html
+++ b/content/marshall.html
@@ -48,23 +48,8 @@
<p>
The <code>juneau-marshall</code> library includes
easy-to-use and highly customizable serializers and parsers
based around a common API.
- They provide support for the following languages:
+ See <a
href='http://juneau.apache.org/site/apidocs-8.1.3/overview-summary.html#Glossaries.LanguageSupport'>here</a>
for the latest list of language support.
</p>
- <ul>
- <li>JSON
- <li>XML
- <li>HTML
- <li>UON (URL-Encoded Object Notation)
- <li>URL-Encoding
- <li>MessagePack
- <li>SOAP/XML
- <li>CSV
- <li>OpenAPI (work-in-progress)
- <li>BSON (coming soon)
- <li>YAML (coming soon)
- <li>Protobuf (coming soon)
- <li>Amazon Ion (coming soon)
- </ul>
<h5 class='section'>Features:</h5>
<ul class='spaced-list'>
<li>Serializers can send output directly to Writers,
OutputStreams, Files, Strings, or byte arrays.
@@ -297,6 +282,7 @@
<h5 class='section'>More Information:</h5>
<ul class='doctree'>
<li><a class='doclink'
href='http://juneau.apache.org/site/apidocs-8.1.3/overview-summary.html#juneau-marshall.ConfigurableProperties'>juneau-marshall
> Configurable Properties</a>
+ <li><a class='doclink'
href='http://juneau.apache.org/site/apidocs-8.1.3/overview-summary.html#Glossaries.ConfigurableProperties'>Glossary
> Configurable Properties</a>
</ul>
<hr>
@@ -329,6 +315,7 @@
<h5 class='section'>More Information:</h5>
<ul class='doctree'>
<li><a class='doclink'
href='http://juneau.apache.org/site/apidocs-8.1.3/overview-summary.html#juneau-marshall.PojoCategories'>juneau-marshall
> POJO Categories</a>
+ <li><a class='doclink'
href='http://juneau.apache.org/site/apidocs-8.1.3/overview-summary.html#Glossaries.Annotations'>Glossary
> Annotations</a>
</ul>
<hr>
diff --git a/templates/marshall.html b/templates/marshall.html
index ba0168e..cde2d0e 100644
--- a/templates/marshall.html
+++ b/templates/marshall.html
@@ -48,23 +48,8 @@
<p>
The <code>juneau-marshall</code> library includes
easy-to-use and highly customizable serializers and parsers
based around a common API.
- They provide support for the following languages:
+ See <a
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#Glossaries.LanguageSupport'>here</a> for
the latest list of language support.
</p>
- <ul>
- <li>JSON
- <li>XML
- <li>HTML
- <li>UON (URL-Encoded Object Notation)
- <li>URL-Encoding
- <li>MessagePack
- <li>SOAP/XML
- <li>CSV
- <li>OpenAPI (work-in-progress)
- <li>BSON (coming soon)
- <li>YAML (coming soon)
- <li>Protobuf (coming soon)
- <li>Amazon Ion (coming soon)
- </ul>
<h5 class='section'>Features:</h5>
<ul class='spaced-list'>
<li>Serializers can send output directly to Writers,
OutputStreams, Files, Strings, or byte arrays.
@@ -297,6 +282,7 @@
<h5 class='section'>More Information:</h5>
<ul class='doctree'>
<li><a class='doclink'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-marshall.ConfigurableProperties'>juneau-marshall
> Configurable Properties</a>
+ <li><a class='doclink'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#Glossaries.ConfigurableProperties'>Glossary
> Configurable Properties</a>
</ul>
<hr>
@@ -329,6 +315,7 @@
<h5 class='section'>More Information:</h5>
<ul class='doctree'>
<li><a class='doclink'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-marshall.PojoCategories'>juneau-marshall
> POJO Categories</a>
+ <li><a class='doclink'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#Glossaries.Annotations'>Glossary >
Annotations</a>
</ul>
<hr>