Repository: incubator-juneau-website
Updated Branches:
  refs/heads/asf-site a9bf22dce -> f0b3b4270


Fix HTML validation warnings.

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/330475f4
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/330475f4
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/330475f4

Branch: refs/heads/asf-site
Commit: 330475f49816e73e78a5d32e6186fd5ba366e719
Parents: d28a383
Author: jamesbognar <[email protected]>
Authored: Wed Aug 10 10:25:45 2016 -0400
Committer: jamesbognar <[email protected]>
Committed: Wed Aug 10 21:31:36 2016 -0400

----------------------------------------------------------------------
 .settings/.gitignore                            |  3 +-
 .settings/org.eclipse.wst.html.core.prefs       | 43 ++++++++++++++++++++
 content/.gitignore                              |  1 +
 .../juneau/transform/SurrogateTransform.html    |  2 +-
 content/community.html                          |  9 ++--
 5 files changed, 52 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/330475f4/.settings/.gitignore
----------------------------------------------------------------------
diff --git a/.settings/.gitignore b/.settings/.gitignore
index 680525f..8b13789 100644
--- a/.settings/.gitignore
+++ b/.settings/.gitignore
@@ -1,2 +1 @@
-/org.eclipse.wst.html.core.prefs
-/org.eclipse.wst.xml.core.prefs
+

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/330475f4/.settings/org.eclipse.wst.html.core.prefs
----------------------------------------------------------------------
diff --git a/.settings/org.eclipse.wst.html.core.prefs 
b/.settings/org.eclipse.wst.html.core.prefs
new file mode 100644
index 0000000..ee1e1ce
--- /dev/null
+++ b/.settings/org.eclipse.wst.html.core.prefs
@@ -0,0 +1,43 @@
+attrDuplicate=2
+attrInvalidName=2
+attrInvalidValue=2
+attrNameMismatch=2
+attrNamesToIgnore=
+attrUndefName=2
+attrUndefValue=2
+attrValueEqualsMissing=2
+attrValueMismatch=1
+attrValueUnclosed=2
+cdataInvalidContent=2
+cdataUnclosed=1
+commentInvalidContent=2
+commentUnclosed=1
+docDoctypeUnclosed=1
+docDuplicateTag=1
+docInvalidChar=2
+docInvalidContent=2
+eclipse.preferences.version=1
+elemCoexistence=2
+elemDuplicate=2
+elemEndInvalidCase=1
+elemInvalidContent=2
+elemInvalidDirective=1
+elemInvalidEmptyTag=2
+elemInvalidName=1
+elemInvalidText=2
+elemMissingEnd=2
+elemMissingStart=2
+elemStartInvalidCase=2
+elemUnclosedEndTag=1
+elemUnclosedStartTag=1
+elemUnknownName=2
+elemUnnecessaryEnd=2
+elementNamesToIgnore=jc,jd,jt,jk,js,jf,jsf,jsm,ja,xt,xa,xc,xs,mk,mv,cc,cs,ck,ce,cv,l,properties
+ignoreAttrNames=false
+ignoreElementNames=true
+piInvalidContent=2
+piUnclosed=1
+piUndefined=2
+refInvalidContent=2
+resourceNotFound=2
+use-project-settings=true

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/330475f4/content/.gitignore
----------------------------------------------------------------------
diff --git a/content/.gitignore b/content/.gitignore
new file mode 100644
index 0000000..9bb88d3
--- /dev/null
+++ b/content/.gitignore
@@ -0,0 +1 @@
+/.DS_Store

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/330475f4/content/api-documentation/org/apache/juneau/transform/SurrogateTransform.html
----------------------------------------------------------------------
diff --git 
a/content/api-documentation/org/apache/juneau/transform/SurrogateTransform.html 
b/content/api-documentation/org/apache/juneau/transform/SurrogateTransform.html
index 2ef265f..b45dc90 100644
--- 
a/content/api-documentation/org/apache/juneau/transform/SurrogateTransform.html
+++ 
b/content/api-documentation/org/apache/juneau/transform/SurrogateTransform.html
@@ -217,7 +217,7 @@ extends <a 
href="../../../../org/apache/juneau/transform/PojoTransform.html" tit
       <jk>public</jk> Surrogate transform(Normal n) <jk>throws</jk> 
SerializeException {
          <jk>return new</jk> Surrogate(n);
       }
-      <jk>public</jk> Normal normalize(Surrogate s, ClassMeta<?> hint) 
<jk>throws</jk> ParseException {
+      <jk>public</jk> Normal normalize(Surrogate s, ClassMeta&lt;?&gt; hint) 
<jk>throws</jk> ParseException {
          <jk>return</jk> Surrogate.<jsm>toNormal</jsm>(s);
       }
    }

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/330475f4/content/community.html
----------------------------------------------------------------------
diff --git a/content/community.html b/content/community.html
index 0a1eae5..74652a6 100644
--- a/content/community.html
+++ b/content/community.html
@@ -23,9 +23,12 @@
        
        <h5 class='toc'>Becoming a contributor</h5>
        <p>
-               To become a contributor, you'll need to first get involved and 
submit code changes through the mailing list.
-               Once you're contributing and your work is good, one of our Team 
may invite you to be a committer (after we've called a vote). 
-               Note that becoming a committer is not just about submitting 
some patches; its also about helping out on the development, helping with 
documentation and the issue tracker.
+               Juneau is currently in "Incubation" status within the Apache 
Foundation.  
+               This means we are actively looking for contributors to join and 
take an active role in the project!  
+       </p>
+       <p>
+               To become a contributor, we recommend joining and contributing 
code changes through the mailing list.
+               Once you're contributing and your work is good, one of our team 
may invite you to be a committer.  After that, the team will call for a vote. 
                When that happens, if you accept, the following process kicks 
into place...
        </p>
        <ul class='spaced-list'>

Reply via email to