Modified: xmlbeans/site/src/documentation/content/xdocs/site.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/site.xml?rev=1835325&r1=1835324&r2=1835325&view=diff
==============================================================================
--- xmlbeans/site/src/documentation/content/xdocs/site.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/site.xml Sat Jul  7 18:22:12 
2018
@@ -1,4 +1,20 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
 <!--
 Forrest site.xml
 
@@ -8,45 +24,53 @@ This file contains an outline of the sit
 <link href="site:changes"> links to changes.html (or ../changes.html if in
   subdir).
 - Provide aliases for external URLs in the external-refs section.  Eg, <link
-  href="ext:cocoon"> links to http://xml.apache.org/cocoon/ 
+  href="ext:cocoon"> links to http://cocoon.apache.org/ 
 
-See http://xml.apache.org/forrest/linking.html for more info
+See http://forrest.apache.org/docs/linking.html for more info
+-->
+<!-- The label attribute of the outer "site" element will only show
+  in the linkmap (linkmap.html).
+  Use elements project-name and group-name in skinconfig to change name of 
+  your site or project that is usually shown at the top of page.
+  No matter what you configure for the href attribute, Forrest will
+  always use index.html when you request http://yourHost/
+  See FAQ: "How can I use a start-up-page other than index.html?"
 -->
 <site label="XMLBeans" xmlns="http://apache.org/forrest/linkmap/1.0";>
     <main_index_file tab="home">
-        <index href="index.html"/>
+        <index label="Index" href="index.html"/>
     </main_index_file>
-    <download-tab label="Download" href="sourceAndBinaries/" tab="download">
-        <index label="Current Release" href="index.html#Current+Release"
-            description="Find out what's out now."/>
-        <binaryOrSource label="Which is right for you?" 
href="index.html#Binary+or+source%3F"
-            description="Which is right for you?"/>
-        <releases label="Releases"
-            href="index.html#XMLBeans+Binary+and+Development+Kit"
-            description="Download an XMLBeans release." tab="download"/>
-        <source label="Source Code" href="index.html#XMLBeans+Source"
-            description="Get the scode." tab="download"/>
-        <install label="Installing XMLBeans" 
href="../documentation/conInstallGuide.html" description="Install XMLBeans"/>
-    </download-tab>
-    <documentation-tab label="Documentation" href="documentation/" 
tab="documentation">
-        <index href="index.html"/>
-        <tutorial label="Tutorial: First Steps" 
href="tutorial_getstarted.html" description="Write some XMLBeans code."/>
-        <samples label="Sample Code" href="site:samples-tab/index" 
description="Download sample
+    <download label="Download" href="download/" tab="download">
+        <index label="Binary/Source" href="index.html" description="Which is 
right for you?"/>
+        <rel300 label="XMLBeans 3.0.0"
+                href="index.html#XMLBeans-3.0.0"
+                description="XMLBeans-3.0.0" tab="download"/>
+        <verify label="Verify release" href="index.html#verify" 
description="verify release" tab="download"/>
+        <dependencies label="Dependencies" href="index.html#dependencies" 
description="Dependencies" tab="download"/>
+        <source label="Source" href="index.html#source" description="Get the 
code." tab="download"/>
+        <building label="Building" href="index.html#building" 
description="Building XMLBeans" tab="download"/>
+    </download>
+    <documentation label="Documentation" href="documentation/" 
tab="documentation">
+        <index label="Index" href="index.html"/>
+        <install label="Installing XMLBeans" href="conInstallGuide.html" 
description="Installing XMLBeans"/>
+        <tutorial label="Tutorial: First Steps" href="tutorial_getstarted.html"
+                  description="Write some XMLBeans code."/>
+        <samples label="Sample Code" href="site:samples/index" 
description="Download sample
         code."/>
-        <faq label="FAQ" href="http://wiki.apache.org/xmlbeans/XmlBeansFaq"; 
description="View Frequently Asked Questions"/>
-        <userdoc label="User Guide" 
href="index.html#XMLBeans+Version+1+User+Documentation" description="Check out 
the user guide."/>
+        <faq label="FAQ" href="http://wiki.apache.org/xmlbeans/XmlBeansFaq";
+             description="View Frequently Asked Questions"/>
+        <userdoc label="User Guide" 
href="index.html#XMLBeans+Version+1+User+Documentation"
+                 description="Check out the user guide."/>
         <bintools label="Installed Tools" 
href="../docs/3.0.0/guide/tools.html" description="Get
             reference on tools in the bin directory."/>
         <javadoc104 label="v1.0.4 Javadoc" 
href="../docs/1.0.4/reference/index.html" description="v1.0.4 API"/>
         <javadoc240 label="v2.4.0 Javadoc" 
href="../docs/2.4.0/reference/index.html" description="v2.4.0 API"/>
         <javadoc260 label="v2.6.0 Javadoc" 
href="../docs/2.6.0/reference/index.html" description="v2.6.0 API"/>
         <javadoc300 label="v3.0.0 Javadoc" 
href="../docs/3.0.0/reference/index.html" description="v3.0.0 API"/>
-        <install label="Installing XMLBeans" href="conInstallGuide.html" 
description="Install XMLBeans"/>
-        <wiki label="Wiki Pages" href="http://wiki.apache.org/xmlbeans/"; 
description="XmlBeans Wiki pages"/>
-    </documentation-tab>
-    <samples-tab label="Samples" href="samples/" tab="samples">
-        <index label="Getting the Samples" 
href="index.html#Getting+the+Samples"
-            description="Getting the Samples"/>
+        <wiki label="Wiki Pages" href="ext:wiki" description="XmlBeans Wiki 
pages"/>
+    </documentation>
+    <samples label="Samples" href="samples/" tab="samples">
+        <index label="Getting the Samples" href="index.html" 
description="Getting the Samples"/>
         <samplesList label="Samples List" description="View the list of 
available samples.">
             <sample label="AbstractTypes" href="AbstractTypes.html" 
tab="samples"/>
             <sample label="Any" href="Any.html" tab="samples"/>
@@ -62,78 +86,38 @@ See http://xml.apache.org/forrest/linkin
             <sample label="SampleTemplate" href="SampleTemplate.html" 
tab="samples"/>
         </samplesList>
         <examplesInSource label="Examples in XMLBeans Source" 
href="index.html#Examples+in+XMLBeans+Source"/>
-    </samples-tab>
-    <!--
-    <samples-tab label="Samples" tab="samples">
-        <index href="samples/index.html"/>
-        <samplesList label="Samples List" description="View the list of 
available samples.">
-            <sample label="AbstractTypes" href="samples/AbstractTypes.html" 
tab="samples"/>
-            <sample label="Any" href="samples/Any.html" tab="samples"/>
-            <sample label="DateTime" href="samples/DateTime.html" 
tab="samples"/>
-            <sample label="MixedContent" href="samples/MixedContent.html" 
tab="samples"/>
-            <sample label="OrderMatters" href="samples/OrderMatters.html" 
tab="samples"/>
-            <sample label="SchemaEnum" href="samples/SchemaEnum.html" 
tab="samples"/>
-            <sample label="SubstitutionGroup" 
href="samples/SubstitutionGroup.html" tab="samples"/>
-            <sample label="Validation" href="samples/Validation.html" 
tab="samples"/>
-            <sample label="Velocity XmlBeans" href="samples/vxsdb.html" 
tab="samples"/>
-            <sample label="XmlTree" href="samples/XmlTree.html" tab="samples"/>
-            <sample label="XQueryXPath" href="samples/XQueryXPath.html" 
tab="samples"/>
-            <sample label="SampleTemplate" href="samples/SampleTemplate.html" 
tab="samples"/>
-        </samplesList>
-    </samples-tab>
-    -->
-    <community-tab label="Community" href="community/" tab="community">
-        <index label="Current Release" href="index.html#Current+Release"/>
+    </samples>
+    <community label="Community" href="community/" tab="community">
+        <index label="Ideas" href="index.html"/>
         <bugs label="Bug Tracking" href="index.html#Bug+Tracking" 
description="Find or log XMLBeans bugs"/>
         <sourceCode label="Source Code Changes" 
href="index.html#Source+Code+Changes"
-            description="View the latest changes to the source"/>
+                    description="View the latest changes to the source"/>
         <mailingLists label="Mailing Lists" href="index.html#Mailing+Lists" 
description="Get mailing list information"/>
         <whoWeAre label="Who We Are" href="index.html#Who+We+Are" 
description="See the list of committers"/>
         <relatedProjects label="Related Projects" 
href="index.html#Related+Projects"
-            description="You might be interested in these, too."/>
-    </community-tab>
-    <resources-tab label="Resources" href="resources/" tab="resources">
-        <index href="index.html"/>
+                         description="You might be interested in these, too."/>
+    </community>
+    <resources label="Resources" href="resources/" tab="resources">
+        <index label="Index" href="index.html"/>
         <tools label="Tools" href="index.html#XMLBeans+Tools" 
description="Tools for working with XMLBeans."/>
-        <articles label="Articles" href="index.html#XMLBeans+Articles" 
description="Articles about or related to XMLBeans."/>
+        <articles label="Articles" href="index.html#XMLBeans+Articles"
+                  description="Articles about or related to XMLBeans."/>
         <books label="Books" href="index.html#XMLBeans+Books" 
description="Books about XMLBeans"/>
-    </resources-tab>
+    </resources>
     <home label="Home" href="" tab="home">
-        <learn label="Learn About XMLBeans">
-            <index label="Welcome" href="index.html" description="Welcome to 
XMLBeans"/>
-            <whatIsXMLBeans label="What is XMLBeans?" 
href="index.html#What+is+XMLBeans%3F" description="Get the nutshell view."/>
-            <news label="News" href="news.html" description="News about 
XMLBeans"/>
-            <overview label="Overview" href="overview.html" 
description="XMLBeans Overview"/>
-            <getStarted label="Getting Started" 
href="index.html#Getting+Started" description="Jump in here."/>
-            <faq label="FAQ" 
href="http://wiki.apache.org/xmlbeans/XmlBeansFaq"; description="View Frequently 
Asked Questions"/>
-            <tutorial label="Tutorial: First Steps"
-                href="documentation/tutorial_getstarted.html" 
description="Write some XMLBeans code."/>
-            <sample label="Samples" href="samples/index.html" description="See 
a list of samples for download."/>
-            <javadoc104 label="v1.0.4 Javadoc" 
href="docs/1.0.4/reference/index.html" description="v1.0.4 API"/>
-               <javadoc240 label="v2.4.0 Javadoc" 
href="docs/2.4.0/reference/index.html" description="v2.4.0 API"/>
-            <javadoc260 label="v2.6.0 Javadoc" 
href="docs/2.6.0/reference/index.html" description="v2.6.0 API"/>
-            <javadoc300 label="v3.0.0 Javadoc" 
href="docs/3.0.0/reference/index.html" description="v3.0.0 API"/>
-        </learn>
-        <download label="Get XMLBeans">
-            <currentRelease label="Current Release" 
href="sourceAndBinaries/index.html#Current+Release"
-                description="Find out what's out now."/>
-            <binaryOrSource label="Binary or Source?" 
href="sourceAndBinaries/index.html#Binary+or+source%3F"
-                description="Which is right for you?"/>
-            <releases label="Release Downloads"
-                
href="sourceAndBinaries/index.html#XMLBeans+Binary+and+Development+Kit" 
description="Download an XMLBeans release."/>
-            <source label="Source Code" 
href="sourceAndBinaries/index.html#XMLBeans+Source" description="Get the source 
code."/>
-            <install label="Installing XMLBeans" 
href="documentation/conInstallGuide.html" description="Install XMLBeans"/>
-        </download>
-        <projectinfo label="Get Project Information">
-            <whoWeAre label="Who We Are" 
href="community/index.html#Who+We+Are" description="See the list of 
committers"/>
-            <mailingLists label="Mailing Lists" 
href="community/index.html#Mailing+Lists" description="Get mailing list 
information"/>
-            <bugs label="Bug Tracking" 
href="community/index.html#XMLBeans+Bug+Lists" description="Find or log 
XMLBeans bugs"/>
-        </projectinfo>
+        <index label="Welcome" href="index.html" description="Welcome to 
XMLBeans"/>
+        <whatIsXMLBeans label="What is XMLBeans?" 
href="index.html#What+is+XMLBeans%3F"
+                        description="Get the nutshell view."/>
+        <news label="News" href="news.html" description="News about XMLBeans"/>
+        <overview label="Overview" href="overview.html" description="XMLBeans 
Overview"/>
+        <getStarted label="Getting Started" href="index.html#Getting+Started" 
description="Jump in here."/>
+        <faq label="FAQ" href="http://wiki.apache.org/xmlbeans/XmlBeansFaq";
+             description="View Frequently Asked Questions"/>
+        <tutorial label="Tutorial: First Steps"
+                  href="documentation/tutorial_getstarted.html" 
description="Write some XMLBeans code."/>
+        <sample label="Samples" href="samples/index.html" description="See a 
list of samples for download."/>
+        <javadoc300 label="v3.0.0 Javadoc" 
href="docs/3.0.0/reference/index.html" description="v3.0.0 API"/>
     </home>
-    <almailsubuserl>
-        <whole_site_html label="Whole Site HTML" href="site.html"/>
-        <whole_site_html label="Whole Site PDF" href="site.pdf"/>
-    </almailsubuserl>
     <external-refs>
         <xml.apache.org href="http://xml.apache.org/";>
             <forrest href="forrest/">
@@ -143,16 +127,27 @@ See http://xml.apache.org/forrest/linkin
             </forrest>
             <cocoon href="cocoon/"/>
         </xml.apache.org>
+        <wiki href="http://wiki.apache.org/xmlbeans/";>
+            <V2Features href="V2Features"/>
+            <XmlBeansFaq href="XmlBeansFaq"/>
+            <XmlBeansSampleSuggestions href="XmlBeansSampleSuggestions"/>
+            <UserTypes href="UserTypes"/>
+        </wiki>
         <mailsubuser label="POI User List Subscribe" 
href="mailto:user-subscr...@poi.apache.org"/>
         <mailunsubuser label="POI User List UnSubscribe" 
href="mailto:user-unsubscr...@poi.apache.org"/>
         <mailsubdev label="POI Dev List Subscribe" 
href="mailto:dev-subscr...@poi.apache.org"/>
         <mailunsubdev label="POI Dev List UnSubscribe" 
href="mailto:dev-unsubscr...@poi.apache.org"/>
         <mailsubcvs label="XmlBeans SVN List Subscribe" 
href="mailto:commits-subscr...@xmlbeans.apache.org"/>
         <mailunsubcvs label="XmlBeans SVN List UnSubscribe" 
href="mailto:commits-unsubscr...@xmlbeans.apache.org"/>
-        <userlistarchive label="XmlBeans User List Archive" 
href="http://mail-archives.apache.org/mod_mbox/xmlbeans-user/"/>
-        <devlistarchive label="XmlBeans Dev List Archive" 
href="http://mail-archives.apache.org/mod_mbox/xmlbeans-dev/"/>
-        <commitslistarchive label="XmlBeans SVN List Archive" 
href="http://mail-archives.apache.org/mod_mbox/xmlbeans-commits/"/>
-        <userlistarchive-searchable label="XmlBeans User List Archive 
(searchable)" href="http://www.mail-archive.com/user%40xmlbeans.apache.org/"/>
-        <devlistarchive-searchable label="XmlBeans Dev List Archive 
(searchable)" href="http://www.mail-archive.com/dev%40xmlbeans.apache.org/"/>
+        <userlistarchive label="XmlBeans User List Archive"
+                         
href="http://mail-archives.apache.org/mod_mbox/xmlbeans-user/"/>
+        <devlistarchive label="XmlBeans Dev List Archive"
+                        
href="http://mail-archives.apache.org/mod_mbox/xmlbeans-dev/"/>
+        <commitslistarchive label="XmlBeans SVN List Archive"
+                            
href="http://mail-archives.apache.org/mod_mbox/xmlbeans-commits/"/>
+        <userlistarchive-searchable label="XmlBeans User List Archive 
(searchable)"
+                                    
href="http://www.mail-archive.com/user%40xmlbeans.apache.org/"/>
+        <devlistarchive-searchable label="XmlBeans Dev List Archive 
(searchable)"
+                                   
href="http://www.mail-archive.com/dev%40xmlbeans.apache.org/"/>
     </external-refs>
 </site>

Modified: xmlbeans/site/src/documentation/content/xdocs/tabs.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/tabs.xml?rev=1835325&r1=1835324&r2=1835325&view=diff
==============================================================================
--- xmlbeans/site/src/documentation/content/xdocs/tabs.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/tabs.xml Sat Jul  7 18:22:12 
2018
@@ -1,17 +1,36 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN" 
"http://apache.org/forrest/dtd/tab-cocoon-v10.dtd";>
-<tabs software="XMLBeans" title="XMLBeans" copyright="" 
xmlns:xlink="http://www.w3.org/1999/xlink";>
-    <!-- The rules are:
+<!--
+  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.
+-->
+<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN" 
"http://forrest.apache.org/dtd/tab-cocoon-v11.dtd";>
+<tabs software="Apache XMLBeans" title="Apache XMLBeans" copyright="The Apache 
Software Foundation">
+<!-- The rules for tabs are:
     @dir will always have '/@indexfile' added.
     @indexfile gets appended to @dir if the tab is selected. Defaults to 
'index.html'
     @href is not modified unless it is root-relative and obviously specifies a
     directory (ends in '/'), in which case /index.html will be added
     If @id's are present, site.xml entries with a matching @tab will be in 
that tab.
-     -->
-    <tab id="home" label="Home" dir=""/>
-    <tab id="download" label="Download" dir="sourceAndBinaries" 
indexfile="index.html"/>
-    <tab id="documentation" label="Documentation" dir="documentation" 
indexfile="index.html"/>
-    <tab id="samples" label="Samples" dir="samples" indexfile="index.html"/>
-    <tab id="community" label="Community" dir="community" 
indexfile="index.html"/>
-    <tab id="resources" label="Resources" dir="resources" 
indexfile="index.html" />
+
+   Tabs can be embedded to a depth of two. The second level of tabs will only 
+    be displayed when their parent tab is selected.    
+  -->
+  <tab id="home" label="Home" dir=""/>
+  <tab id="download" label="Download" dir="download"/>
+  <tab id="documentation" label="Documentation" dir="documentation"/>
+  <tab id="samples" label="Samples" dir="samples"/>
+  <tab id="community" label="Community" dir="community"/>
+  <tab id="resources" label="Resources" dir="resources"/>
 </tabs>

Added: xmlbeans/site/src/documentation/resources/schema/catalog.xcat
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/resources/schema/catalog.xcat?rev=1835325&view=auto
==============================================================================
--- xmlbeans/site/src/documentation/resources/schema/catalog.xcat (added)
+++ xmlbeans/site/src/documentation/resources/schema/catalog.xcat Sat Jul  7 
18:22:12 2018
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
+"http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd";>
+<!-- OASIS XML Catalog for Forrest Documents -->
+<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"
+         prefer="public">
+<!-- Download  -->
+  <public publicId="-//Acme//DTD Hello Document V1.0//EN"
+        uri="hello-v10.dtd"/>
+</catalog>

Added: xmlbeans/site/src/documentation/resources/schema/hello-v10.dtd
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/resources/schema/hello-v10.dtd?rev=1835325&view=auto
==============================================================================
--- xmlbeans/site/src/documentation/resources/schema/hello-v10.dtd (added)
+++ xmlbeans/site/src/documentation/resources/schema/hello-v10.dtd Sat Jul  7 
18:22:12 2018
@@ -0,0 +1,51 @@
+<!--
+  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.
+-->
+<!-- ===================================================================
+
+     Apache Hello DTD (Version 1.0)
+
+PURPOSE:
+  
+
+TYPICAL INVOCATION:
+
+  <!DOCTYPE greeting PUBLIC
+       "-//Acme//DTD Hello Document Vx.y//EN"
+       "hello.dtd">
+
+  where
+
+    x := major version
+    y := minor version
+
+FIXME:
+
+CHANGE HISTORY:
+[Version 1.0]
+  20041009 Initial version. (JJP)
+
+==================================================================== -->
+
+<!-- =============================================================== -->
+<!-- Greeting type element -->
+<!-- =============================================================== -->
+
+<!ELEMENT greeting (#PCDATA)>
+
+<!-- =============================================================== -->
+<!-- End of DTD -->
+<!-- =============================================================== -->

Modified: xmlbeans/site/src/documentation/sitemap.xmap
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/sitemap.xmap?rev=1835325&r1=1835324&r2=1835325&view=diff
==============================================================================
--- xmlbeans/site/src/documentation/sitemap.xmap (original)
+++ xmlbeans/site/src/documentation/sitemap.xmap Sat Jul  7 18:22:12 2018
@@ -1,11 +1,11 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2002-2005 The Apache Software Foundation or its licensors,
-  as applicable.
-
-  Licensed 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
+  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
 
@@ -16,7 +16,6 @@
   limitations under the License.
 -->
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0";>
-
   <map:components>
     <map:actions>
       <map:action logger="sitemap.action.sourcetype" name="sourcetype" 
src="org.apache.forrest.sourcetype.SourceTypeAction">
@@ -24,19 +23,16 @@
           <document-declaration public-id="-//Acme//DTD Hello Document 
V1.0//EN" />
         </sourcetype>
       </map:action>
-    </map:actions>   
-    
+    </map:actions>
     <map:selectors default="parameter">
-           <map:selector logger="sitemap.selector.parameter" name="parameter" 
src="org.apache.cocoon.selection.ParameterSelector" />
+      <map:selector logger="sitemap.selector.parameter" name="parameter" 
src="org.apache.cocoon.selection.ParameterSelector" />
     </map:selectors>
   </map:components>
-  
-  <map:resources>    
+  <map:resources>
     <map:resource name="transform-to-document">
       <map:act type="sourcetype" src="{src}">
         <map:select type="parameter">
           <map:parameter name="parameter-selector-test" value="{sourcetype}" />
-
           <map:when test="hello-v1.0">
             <map:generate src="{properties:content.xdocs}{../../1}.xml" />
             <map:transform 
src="{properties:resources.stylesheets}/hello2document.xsl" />
@@ -46,48 +42,46 @@
       </map:act>
     </map:resource>
   </map:resources>
-  
- <map:pipelines>  
- <map:pipeline>
-   <map:match pattern="**.xml">
-      <map:call resource="transform-to-document">
-        <map:parameter name="src" value="{properties:content.xdocs}{1}.xml" />
-      </map:call>
-    </map:match>
-
-<map:match pattern="**.html">
- <map:select type="exists">
-  <map:when test="{properties:content}{0}">
-    <map:read src="{properties:content}/{0}" mime-type="text/html"/>
-  </map:when>
-  <map:when test="{properties:content.xdocs}{0}">
-    <map:read src="{properties:content.xdocs}/{0}" mime-type="text/html"/>
-  </map:when>
- </map:select>
-</map:match>
-
-<map:match pattern="**.tgz">
- <map:select type="exists">
-  <map:when test="{properties:content}{0}">
-    <map:read src="{properties:content}/{0}" 
mime-type="application/x-compressed"/>
-  </map:when>
-  <map:when test="{properties:content.xdocs}{0}">
-    <map:read src="{properties:content.xdocs}/{0}" 
mime-type="application/x-compressed"/>
-  </map:when>
- </map:select>
-</map:match>
-
-<map:match pattern="**.zip">
- <map:select type="exists">
-  <map:when test="{properties:content}{0}">
-    <map:read src="{properties:content}/{0}" mime-type="application/zip"/>
-  </map:when>
-  <map:when test="{properties:content.xdocs}{0}">
-    <map:read src="{properties:content.xdocs}/{0}" 
mime-type="application/zip"/>
-  </map:when>
- </map:select>
-</map:match>
-
- </map:pipeline>
- </map:pipelines>
+  <map:pipelines>
+    <map:pipeline>
+      <map:match pattern="**.html">
+       <map:select type="exists">
+        <map:when test="{properties:content}{0}">
+          <map:read src="{properties:content}/{0}" mime-type="text/html"/>
+        </map:when>
+        <map:when test="{properties:content.xdocs}{0}">
+          <map:read src="{properties:content.xdocs}/{0}" 
mime-type="text/html"/>
+        </map:when>
+       </map:select>
+      </map:match>
+
+      <map:match pattern="**.tgz">
+       <map:select type="exists">
+        <map:when test="{properties:content}{0}">
+          <map:read src="{properties:content}/{0}" 
mime-type="application/x-compressed"/>
+        </map:when>
+        <map:when test="{properties:content.xdocs}{0}">
+          <map:read src="{properties:content.xdocs}/{0}" 
mime-type="application/x-compressed"/>
+        </map:when>
+       </map:select>
+      </map:match>
+
+      <map:match pattern="**.zip">
+       <map:select type="exists">
+        <map:when test="{properties:content}{0}">
+          <map:read src="{properties:content}/{0}" 
mime-type="application/zip"/>
+        </map:when>
+        <map:when test="{properties:content.xdocs}{0}">
+          <map:read src="{properties:content.xdocs}/{0}" 
mime-type="application/zip"/>
+        </map:when>
+       </map:select>
+      </map:match>
+
+      <map:match pattern="**.xml">
+        <map:call resource="transform-to-document">
+          <map:parameter name="src" value="{properties:content.xdocs}{1}.xml" 
/>
+        </map:call>
+      </map:match>
+    </map:pipeline>
+  </map:pipelines>
 </map:sitemap>

Modified: xmlbeans/site/src/documentation/skinconf.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/skinconf.xml?rev=1835325&r1=1835324&r2=1835325&view=diff
==============================================================================
--- xmlbeans/site/src/documentation/skinconf.xml (original)
+++ xmlbeans/site/src/documentation/skinconf.xml Sat Jul  7 18:22:12 2018
@@ -1,11 +1,11 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2002-2005 The Apache Software Foundation or its licensors,
-  as applicable.
-
-  Licensed 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
+  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
 
@@ -15,86 +15,85 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <!--
 Skin configuration file. This file contains details of your project,
 which will be used to configure the chosen Forrest skin.
 -->
-
-<!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.7-1//EN" 
"http://forrest.apache.org/dtd/skinconfig-v07-1.dtd";>
+<!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.8-2//EN" 
"http://forrest.apache.org/dtd/skinconfig-v08-2.dtd";>
 <skinconfig>
-  <!-- To enable lucene search add provider="lucene" (default is google).
+<!-- To enable lucene search add provider="lucene" (default is google).
     Add box-location="alt" to move the search box to an alternate location
     (if the skin supports it) and box-location="all" to show it in all
     available locations on the page.  Remove the <search> element to show
     no search box. @domain will enable sitesearch for the specific domain with 
google.
     In other words google will search the @domain for the query string.
   -->
-  <search name="XMLBeans" domain="xmlbeans.apache.org" provider="google" 
box-location="alt"/>
-
-  <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
-  <disable-print-link>true</disable-print-link>  
-  <!-- Disable the PDF link? -->
+  <search name="Apache XMLBeans" domain="xmlbeans.apache.org" 
provider="google" box-location="default"/>
+<!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
+  <disable-print-link>true</disable-print-link>
+<!-- Disable the PDF link? -->
   <disable-pdf-link>true</disable-pdf-link>
-  <!-- Disable the POD link? -->
+<!-- Disable the POD link? -->
   <disable-pod-link>true</disable-pod-link>
-  <!-- Disable the xml source link? -->
-  <!-- The xml source link makes it possible to access the xml rendition
-    of the source from the html page, and to have it generated statically.
+<!-- Disable the Text link? FIXME: NOT YET IMPLEMENETED. -->
+  <disable-txt-link>true</disable-txt-link>
+<!-- Disable the xml source link? -->
+<!-- The xml source link makes it possible to access the xml rendition
+    of the source frim the html page, and to have it generated statically.
     This can be used to enable other sites and services to reuse the
     xml format for their uses. Keep this disabled if you don't want other
     sites to easily reuse your pages.-->
   <disable-xml-link>true</disable-xml-link>
-
-  <!-- Disable navigation icons on all external links? -->
+<!-- Disable navigation icons on all external links? -->
   <disable-external-link-image>true</disable-external-link-image>
-
-  <!-- Disable w3c compliance links? 
+<!-- Disable w3c compliance links? 
     Use e.g. align="center" to move the compliance links logos to 
     an alternate location default is left.
     (if the skin supports it) -->
   <disable-compliance-links>false</disable-compliance-links>
-
-  <!-- Render mailto: links unrecognisable by spam harvesters? -->
-  <obfuscate-mail-links>false</obfuscate-mail-links>
+<!-- Render mailto: links unrecognisable by spam harvesters? -->
+  <obfuscate-mail-links>true</obfuscate-mail-links>
   <obfuscate-mail-value>.at.</obfuscate-mail-value>
-
-  <!-- Disable the javascript facility to change the font size -->
+<!-- Disable the javascript facility to change the font size -->
   <disable-font-script>true</disable-font-script>
-
-  <!-- mandatory project logo
+<!-- mandatory project logo
        default skin: renders it at the top -->
-  <project-name>XMLBeans</project-name>
-  <project-description>XMLBeans provided by Apache POI</project-description>
-  <project-url>http://xmlbeans.apache.org/</project-url>
-  <project-logo>images/pb-xmlbeans.png</project-logo>
-  <!-- Alternative static image:
+  <project-name>Apache XMLBeans</project-name>
+  <project-description>XMLBeans is a tool that allows access to the full power 
of XML in a Java friendly way. The idea is to take advantage of the richness 
and features of XML and XML Schema and have these features mapped as naturally 
as possible to the equivalent Java language and typing 
constructs.</project-description>
+  <project-url>https://xmlbeans.apache.org</project-url>
+  <project-logo>images/project-logo.png</project-logo>
+<!-- Alternative static image:
   <project-logo>images/project-logo.gif</project-logo> -->
-
-  <!-- optional group logo
+<!-- optional group logo
        default skin: renders it at the top-left corner -->
-  <group-name>Apache Software Foundation</group-name>
-  <group-description>Apache Software Foundation</group-description>
+  <group-name>The Apache Software Foundation</group-name>
+  <group-description>THE APACHE SOFTWARE FOUNDATION provides support for the 
Apache Community of Open Source software projects, which provide software 
products for the public good.</group-description>
   <group-url>https://www.apache.org/</group-url>
-  <group-logo>images/asf_logo.png</group-logo>
-
-  <!-- optional host logo (e.g. sourceforge logo)
+  <group-logo>images/group-logo.png</group-logo>
+<!-- Alternative static image:
+  <group-logo>images/group-logo.gif</group-logo> -->
+<!-- optional host logo (e.g. sourceforge logo)
        default skin: renders it at the bottom-left corner -->
   <host-url></host-url>
   <host-logo></host-logo>
-
-  <!-- relative url of a favicon file, normally favicon.ico -->
-  <favicon-url></favicon-url>
-
-  <!-- The following are used to construct a copyright statement -->
-  <year>2004-2018</year>
-  <vendor>The Apache Software Foundation.</vendor>
-  <!-- The optional copyright-link URL will be used as a link in the
-    copyright statement
-  <copyright-link>http://www.apache.org/licenses/</copyright-link>
-  -->
-
-  <!-- Some skins use this to form a 'breadcrumb trail' of links.
+<!-- relative url of a favicon file, normally favicon.ico -->
+  <favicon-url>images/favicon.ico</favicon-url>
+<!-- The following are used to construct a copyright statement -->
+  <disable-copyright-footer>false</disable-copyright-footer>
+<!-- @inception enable automatic generation of a date-range to current date -->
+  <year inception="true">2004</year>
+  <vendor>The Apache Software Foundation</vendor>
+<!-- The optional copyright-link URL will be used as a link in the
+    copyright statement -->
+  <copyright-link>https://www.apache.org/</copyright-link>
+<!-- Optional text trademark statement below the copyright statement -->
+<!--
+  <trademark-statement>
+    Apache, Apache Forrest, the Apache feather logo, and the Apache Forrest
+    logos are trademarks of The Apache Software Foundation.
+  </trademark-statement>
+-->
+<!-- Some skins use this to form a 'breadcrumb trail' of links.
     Use location="alt" to move the trail to an alternate location
     (if the skin supports it).
     Omit the location attribute to display the trail in the default location.
@@ -106,12 +105,11 @@ which will be used to configure the chos
     directory.
   -->
   <trail>
-    <link1 name="apache" href="http://www.apache.org/"/>
-    <link2 name="xmlbeans.apache.org" href="http://xmlbeans.apache.org/"/>
+    <link1 name="The Apache Software Foundation" 
href="https://www.apache.org/"/>
+    <link2 name="Apache XMLBeans" href="https://xmlbeans.apache.org"/>
     <link3 name="" href=""/>
   </trail>
-
-  <!-- Configure the TOC, i.e. the Table of Contents.
+<!-- Configure the TOC, i.e. the Table of Contents.
   @max-depth
    how many "section" levels need to be included in the
    generated Table of Contents (TOC). 
@@ -120,29 +118,31 @@ which will be used to configure the chos
   @location ("page","menu","page,menu", "none")
    Where to show the TOC.
   -->
-  <toc max-depth="1" min-sections="1" location="none"/>
-
-  <!-- Heading types can be clean|underlined|boxed  -->
-  <headings type="clean"/>
-  
-  <!-- The optional feedback element will be used to construct a
+  <toc max-depth="2" min-sections="1" location="page"/>
+<!-- Heading types can be clean|underlined|boxed  -->
+  <headings type="underlined"/>
+<!-- The optional feedback element will be used to construct a
     feedback link in the footer with the page pathname appended:
     <a href="@href">{@to}</a>
     -->
-<!--
-  <feedback to="webmas...@foo.com"
-    href="mailto:webmas...@foo.com?subject=Feedback&#160;"; >
+  <feedback to="dev@poi.apache.org"
+    href="mailto:dev@poi.apache.org?subject=Feedback&#160;"; >
     Send feedback about the website to:
   </feedback>
--->
-  <!-- Optional message of the day (MOTD).
+<!-- Optional message of the day (MOTD).
     Note: This is only implemented in the pelt skin.
+    Note: Beware issue FOR-677 if you use an absolute path uri.
     If the optional <motd> element is used, then messages will be appended
     depending on the URI string pattern.
-    motd-option : Specifies a pattern to match and provides small text content.
+    motd-option : Each option will match a pattern and apply its text.
+      The "pattern" attribute specifies the pattern to be matched.
+      This can be a specific page, or a general pattern to match a set of 
pages,
+      e.g. everything in the "samples" directory.
+      The @starts-with=true anchors the string to the start, otherwise 
contains 
     motd-title : This text will be added in brackets after the <html><title>
+      and this can be empty.
     motd-page : This text will be added in a panel on the face of the page,
-    with the "motd-page-url" being the hyperlink "More".
+      with the "motd-page-url" being the hyperlink "More".
     Values for the "location" attribute are:
       page : on the face of the page, e.g. in the spare space of the toc
       alt : at the bottom of the left-hand navigation panel
@@ -150,31 +150,29 @@ which will be used to configure the chos
     -->
 <!--
   <motd>
-    <motd-option pattern="docs_0_80">
-      <motd-title>v0.8-dev</motd-title>
+    <motd-option pattern="samples/sample.html">
+      <motd-title>sample</motd-title>
       <motd-page location="both">
-        This is documentation for development version v0.8
+        This is an example of a Message of the day (MOTD).
       </motd-page>
-      <motd-page-url>/versions/index.html</motd-page-url>
+      <motd-page-url>faq.html</motd-page-url>
     </motd-option>
-    <motd-option pattern="docs_0_70">
-      <motd-title>v0.7</motd-title>
-      <motd-page location="both">
-        This is documentation for current version v0.7
+    <motd-option pattern="samples/faq.html">
+      <motd-page location="page">
+        How to enable this MOTD is on this page.
       </motd-page>
-      <motd-page-url>/versions/index.html</motd-page-url>
+      <motd-page-url>http://forrest.apache.org/docs/faq.html</motd-page-url>
     </motd-option>
   </motd>
 -->
-
-  <!--
+<!--
     extra-css - here you can define custom css-elements that are 
     A) overriding the fallback elements or 
     B) adding the css definition from new elements that you may have 
        used in your documentation.
     -->
   <extra-css>
-    <!--Example of reason B:
+<!--Example of reason B:
         To define the css definition of a new element that you may have used
         in the class attribute of a <p> node. 
         e.g. <p class="quote"/>
@@ -185,17 +183,17 @@ which will be used to configure the chos
       background-color: #f0f0f0;
       font-family: monospace;
     }
-
-    <!-- To override a few colors. -->
+    <!--Example:
+        To override the colours of links only in the footer.
+    -->
     #footer a { color: #0F3660; }
     #footer a:visited { color: #009999; }
-    a:link { text-decoration: none }
-    a:visited { text-decoration: none }
-    div.menutitle:hover { color: #FFE800 }
+    #top .projectlogo { float: right; }
+    #menu { width: 200px }
+    #content { padding-left: 230px }
   </extra-css>
-
   <colors>
-  <!-- These values are used for the generated CSS files.
+<!-- These values are used for the generated CSS files.
     They essentially "override" the default colors defined in the chosen skin.
     There are four duplicate "groups" of colors below, denoted by comments:
       Color group: Forrest, Krysalis, Collabnet, and Lenya using Pelt.
@@ -205,22 +203,7 @@ which will be used to configure the chos
     Note that by default, all color groups are commented-out which means that
     the default colors provided by the skin are being used.
   -->
-
-  <!-- Color group: XMLBeans -->
-
-    <color name="header" value="#294563"/>
-    <color name="breadtrail" value="#E5E4D9"/>
-    <color name="tab-unselected" value="#294563" link="#B2C4E0" 
vlink="#B2C4E0" hlink="#FFE800"/>
-    <color name="tab-selected" value="#4C6C8F" link="#FFE800" vlink="#FFE800" 
hlink="#FFE800"/>
-    <color name="navstrip" value="#B5C7E7" font="#FFFFFF" link="#0F3660" 
vlink="#0F3660"
-      hlink="#FFE800"/>
-    <color name="menu" value="#4C6C8F" font="#FFFFFF" link="#FFFFFF" 
vlink="#FFFFFF" hlink="#FFE800"/>    
-    <color name="toolbox" value="#4C6C8F" font="#FFE800" link="#FFE800" 
vlink="#FFE800"/>
-    <color name="border" value="#294563"/>
-    <color name="footer" value="#E5E4D9"/>
-    <color name="table" value="#4C6C8F"/>
-    
-  <!-- Color group: Forrest: example colors similar to forrest.apache.org
+<!-- Color group: Forrest: example colors similar to forrest.apache.org
     Some of the element names are obscure, so comments are added to show how
     the "pelt" skin uses them, other skins might use these elements in a 
different way.
     Tip: temporarily change the value of an element to red (#ff0000) and see 
the effect.
@@ -236,8 +219,34 @@ which will be used to configure the chos
      pelt: footer: the second from bottom strip containing credit logos and 
published date
      pelt: feedback: the optional bottom strip containing feedback link
   -->
-
-    <!-- Color group: Krysalis -->
+<!--
+    <color name="breadtrail" value="#cedfef" font="#0F3660" link="#0F3660" 
vlink="#0F3660" hlink="#000066"/>
+    <color name="header" value="#294563"/>
+    <color name="tab-selected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" 
hlink="#000066"/>
+    <color name="tab-unselected" value="#b5c7e7" link="#0F3660" 
vlink="#0F3660" hlink="#000066"/>
+    <color name="subtab-selected" value="#4a6d8c" link="#0F3660" 
vlink="#0F3660" hlink="#000066"/>
+    <color name="subtab-unselected" value="#4a6d8c" link="#0F3660" 
vlink="#0F3660" hlink="#000066"/>
+    <color name="heading" value="#294563"/>
+    <color name="subheading" value="#4a6d8c"/>
+    <color name="published" value="#4C6C8F" font="#FFFFFF"/>
+    <color name="feedback" value="#4C6C8F" font="#FFFFFF" align="center"/>
+    <color name="navstrip" value="#4a6d8c" font="#ffffff" link="#0F3660" 
vlink="#0F3660" hlink="#000066"/>
+    <color name="menu" value="#4a6d8c" font="#cedfef" link="#ffffff" 
vlink="#ffffff" hlink="#ffcf00"/>    
+    <color name="toolbox" value="#4a6d8c"/>
+    <color name="border" value="#294563"/>
+    <color name="dialog" value="#4a6d8c"/>
+    <color name="searchbox" value="#4a6d8c" font="#000000"/>
+    <color name="body" value="#ffffff" link="#0F3660" vlink="#009999" 
hlink="#000066"/>
+    <color name="table" value="#7099C5"/>    
+    <color name="table-cell" value="#f0f0ff"/>    
+    <color name="highlight" value="#ffff00"/>
+    <color name="fixme" value="#cc6600"/>
+    <color name="note" value="#006699"/>
+    <color name="warning" value="#990000"/>
+    <color name="code" value="#CFDCED"/>
+    <color name="footer" value="#cedfef"/>
+-->
+<!-- Color group: Krysalis -->
 <!--
     <color name="header"    value="#FFFFFF"/>
 
@@ -268,8 +277,7 @@ which will be used to configure the chos
         
     <color name="footer" value="#a5b6c6"/>
 -->
-
-  <!-- Color group: Collabnet --> 
+<!-- Color group: Collabnet -->
 <!--
     <color name="header"    value="#003366"/>
 
@@ -300,7 +308,7 @@ which will be used to configure the chos
         
     <color name="footer" value="#ffffff"/>
 -->
- <!-- Color group: Lenya using pelt-->
+<!-- Color group: Lenya using pelt-->
 <!--
 
     <color name="header" value="#ffffff"/>
@@ -332,10 +340,9 @@ which will be used to configure the chos
     <color name="footer" value="#E5E4D9"/>
 -->
   </colors>
- 
-  <!-- Settings specific to PDF output. -->
+<!-- Settings specific to PDF output. -->
   <pdf>
-    <!-- 
+<!-- 
        Supported page sizes are a0, a1, a2, a3, a4, a5, executive,
        folio, legal, ledger, letter, quarto, tabloid (default letter).
        Supported page orientations are portrait, landscape (default
@@ -343,8 +350,7 @@ which will be used to configure the chos
        Supported text alignments are left, right, justify (default left).
     -->
     <page size="letter" orientation="portrait" text-align="left"/>
-
-    <!-- 
+<!-- 
        Pattern of the page numbering in the footer - Default is "Page x".
        first occurrence of '1' digit represents the current page number,
        second occurrence of '1' digit represents the total page number,
@@ -357,7 +363,6 @@ which will be used to configure the chos
        <page-numbering-format>(1-1)</page-numbering-format> Displays "(x-y)"
     -->
     <page-numbering-format>Page 1</page-numbering-format>
-
 <!--
        Margins can be specified for top, bottom, inner, and outer
        edges. If double-sided="false", the inner edge is always left
@@ -372,22 +377,32 @@ which will be used to configure the chos
       <inner>1.25in</inner>
       <outer>1in</outer>
     </margins>
-
-    <!--
+<!--
       Print the URL text next to all links going outside the file
     -->
     <show-external-urls>false</show-external-urls>
-
-    <!--
+<!--
+      Normally all links inside a Forrest site are relative. This
+      does not work well in PDFs which are typically viewed outside of
+      the web site. Setting this option adds the given prefix to all
+      relative URLs, both to the link as well as the optional, additional text.
+    -->
+    <url-prefix></url-prefix> 
+<!--
       Disable the copyright footer on each page of the PDF.
       A footer is composed for each page. By default, a "credit" with role=pdf
       will be used, as explained below. Otherwise a copyright statement
       will be generated. This latter can be disabled.
     -->
     <disable-copyright-footer>false</disable-copyright-footer>
-  </pdf>
 
-  <!-- 
+    <!--
+    Disable the generation of the table of content on the first page
+    of the PDF. By default the TOC is generated.
+    -->
+    <disable-toc>false</disable-toc>
+  </pdf>
+<!-- 
     Credits are typically rendered as a set of small clickable
     images in the page footer.
     
@@ -406,31 +421,21 @@ which will be used to configure the chos
     web pages  
    -->
   <credits>
-    <credit>
+    <!--credit box-location="alt">
       <name>Built with Apache Forrest</name>
       <url>http://forrest.apache.org/</url>
       <image>images/built-with-forrest-button.png</image>
       <width>88</width>
       <height>31</height>
-    </credit>
-    <!-- A credit with box-location="alt2" will appear under the menu 
-         instead of at the bottom of the page -->
-    <!--credit box-location="alt2">
-        <name>ApacheCon US 2005</name>
-        <url>http://apachecon.com/</url>
-        <image>images/ApacheCon_US2005_125x125.jpg</image>
-        <width>125</width>
-        <height>125</height>
     </credit-->
-    <!-- A credit with @role="pdf" will be used to compose a footer
+<!-- A credit with @role="pdf" will be used to compose a footer
      for each page in the PDF, using either "name" or "url" or both.
     -->
-    <!--
+<!--
     <credit role="pdf">
       <name>Built with Apache Forrest</name>
       <url>http://forrest.apache.org/</url>
     </credit>
     -->
   </credits>
-
 </skinconfig>

Added: xmlbeans/site/src/documentation/translations/langcode.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/translations/langcode.xml?rev=1835325&view=auto
==============================================================================
--- xmlbeans/site/src/documentation/translations/langcode.xml (added)
+++ xmlbeans/site/src/documentation/translations/langcode.xml Sat Jul  7 
18:22:12 2018
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<!--
+  This catalog is used so displays how the language name 
+  is named by their speakers.
+-->
+<catalogue >
+  <message key="en">English</message>
+</catalogue>

Added: xmlbeans/site/src/documentation/translations/languages_en.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/translations/languages_en.xml?rev=1835325&view=auto
==============================================================================
--- xmlbeans/site/src/documentation/translations/languages_en.xml (added)
+++ xmlbeans/site/src/documentation/translations/languages_en.xml Sat Jul  7 
18:22:12 2018
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<catalogue xml:lang="en">
+  <message key="en">English</message>
+</catalogue>

Added: xmlbeans/site/src/documentation/translations/menu.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/translations/menu.xml?rev=1835325&view=auto
==============================================================================
--- xmlbeans/site/src/documentation/translations/menu.xml (added)
+++ xmlbeans/site/src/documentation/translations/menu.xml Sat Jul  7 18:22:12 
2018
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<catalogue xml:lang="en">
+  <message key="About">About</message>
+  <message key="Index">Index</message>
+  <message key="Changes">Changes</message>
+  <message key="Todo">Todo</message>
+  <message key="Samples">Samples</message>
+  <message key="Apache document">Apache document</message>
+  <message key="Static content">Static content</message>
+  <message key="Linking">Linking</message>
+  <message key="Wiki page">Wiki page</message>
+  <message key="ihtml page">Ihtml page</message>
+  <message key="ehtml page">Ehtml page</message>
+  <message key="FAQ">FAQ</message>
+  <message key="Simplifed Docbook">Simplifed Docbook</message>
+  <message key="XSP page">XSP page</message>
+</catalogue>

Added: xmlbeans/site/src/documentation/translations/tabs.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/translations/tabs.xml?rev=1835325&view=auto
==============================================================================
--- xmlbeans/site/src/documentation/translations/tabs.xml (added)
+++ xmlbeans/site/src/documentation/translations/tabs.xml Sat Jul  7 18:22:12 
2018
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<catalogue xml:lang="en">
+  <message key="Home">Home</message>
+  <message key="Samples">Samples</message>
+</catalogue>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to