Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 6e5128beb -> 3483f6511
Update about page. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/3483f651 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/3483f651 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/3483f651 Branch: refs/heads/asf-site Commit: 3483f651188814529bfed67f0cb2e977cae84713 Parents: 6e5128b Author: JamesBognar <[email protected]> Authored: Mon Jul 3 12:47:24 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Mon Jul 3 12:47:24 2017 -0400 ---------------------------------------------------------------------- content/about.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/3483f651/content/about.html ---------------------------------------------------------------------- diff --git a/content/about.html b/content/about.html index 0a24b4c..639497e 100644 --- a/content/about.html +++ b/content/about.html @@ -987,7 +987,7 @@ <img class='bordered' src='images/PetStore.png'> <p> - The beans being serialized is shown here: + The beans being serialized are shown here: </p> <p class='bcode'> <jc>// Our bean class.</jc> @@ -1072,6 +1072,10 @@ <jk>public</jk> Collection<Pet> getPets() { </p> + <p> + HTML views are highly customizable with abilities such as defining your own look-and-feel and even allowing + you to define your own templates. + </p> <br><hr> <p> Automatic error handling is provided for a variety of conditions:
