Modified: xmlbeans/site/build/site/samples/SampleTemplate.html URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/samples/SampleTemplate.html?rev=1835325&r1=1835324&r2=1835325&view=diff ============================================================================== --- xmlbeans/site/build/site/samples/SampleTemplate.html (original) +++ xmlbeans/site/build/site/samples/SampleTemplate.html Sat Jul 7 18:22:12 2018 @@ -3,7 +3,7 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta content="Apache Forrest" name="Generator"> -<meta name="Forrest-version" content="0.8"> +<meta name="Forrest-version" content="0.9"> <meta name="Forrest-skin-name" content="pelt"> <title>Sample Template</title> <link type="text/css" href="../skin/basic.css" rel="stylesheet"> @@ -11,7 +11,7 @@ <link media="print" type="text/css" href="../skin/print.css" rel="stylesheet"> <link type="text/css" href="../skin/profile.css" rel="stylesheet"> <script src="../skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="../skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="../skin/fontsize.js" language="javascript" type="text/javascript"></script> -<link rel="shortcut icon" href="../"> +<link rel="shortcut icon" href="../images/favicon.ico"> </head> <body onload="init()"> <script type="text/javascript">ndeSetTextSize();</script> @@ -20,7 +20,7 @@ |breadtrail +--> <div class="breadtrail"> -<a href="http://www.apache.org/">apache</a> > <a href="http://xmlbeans.apache.org/">xmlbeans.apache.org</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script> +<a href="https://www.apache.org/">The Apache Software Foundation</a> > <a href="https://xmlbeans.apache.org">Apache XMLBeans</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script> </div> <!--+ |header @@ -30,7 +30,7 @@ |start group logo +--> <div class="grouplogo"> -<a href="https://www.apache.org/"><img class="logoImage" alt="Apache Software Foundation" src="../images/asf_logo.png" title="Apache Software Foundation"></a> +<a href="https://www.apache.org/"><img class="logoImage" alt="The Apache Software Foundation" src="../images/group-logo.png" title="THE APACHE SOFTWARE FOUNDATION provides support for the Apache Community of Open Source software projects, which provide software products for the public good."></a> </div> <!--+ |end group logo @@ -38,13 +38,25 @@ <!--+ |start Project Logo +--> -<div class="projectlogoA1"> -<a href="http://xmlbeans.apache.org/"><img class="logoImage" alt="XMLBeans" src="../images/pb-xmlbeans.png" title="XMLBeans provided by Apache POI"></a> +<div class="projectlogo"> +<a href="https://xmlbeans.apache.org"><img class="logoImage" alt="Apache XMLBeans" src="../images/project-logo.png" title="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."></a> </div> <!--+ |end Project Logo +--> <!--+ + |start Search + +--> +<div class="searchbox"> +<form action="http://www.google.com/search" method="get" class="roundtopsmall"> +<input value="xmlbeans.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google"> + <input name="Search" value="Search" type="submit"> +</form> +</div> +<!--+ + |end search + +--> +<!--+ |start Tabs +--> <ul id="tabs"> @@ -52,7 +64,7 @@ <a class="unselected" href="../index.html">Home</a> </li> <li> -<a class="unselected" href="../sourceAndBinaries/index.html">Download</a> +<a class="unselected" href="../download/index.html">Download</a> </li> <li> <a class="unselected" href="../documentation/index.html">Documentation</a> @@ -102,7 +114,7 @@ document.write("Last Published: " + docu <div onclick="SwitchMenu('menu_selected_1.1', '../skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Samples</div> <div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;"> <div class="menuitem"> -<a href="../samples/index.html#Getting+the+Samples" title="Getting the Samples">Getting the Samples</a> +<a href="../samples/index.html" title="Getting the Samples">Getting the Samples</a> </div> <div onclick="SwitchMenu('menu_selected_1.1.2', '../skin/')" id="menu_selected_1.1.2Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Samples List</div> <div id="menu_selected_1.1.2" class="selectedmenuitemgroup" style="display: block;"> @@ -147,19 +159,6 @@ document.write("Last Published: " + docu <a href="../samples/index.html#Examples+in+XMLBeans+Source">Examples in XMLBeans Source</a> </div> </div> -<!--+ - |start Search - +--> -<div class="searchbox"> -<hr> -<form action="http://www.google.com/search" method="get"> -<input value="xmlbeans.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="18" name="q" id="query" type="text" value="Search the site with google"> - <input name="Search" value="Search" type="submit"> -</form> -</div> -<!--+ - |end search - +--> <div id="credit"></div> <div id="roundbottom"> <img style="display: none" class="corner" height="15" width="15" alt="" src="../skin/images/rc-b-l-15-1body-2menu-3menu.png"></div> @@ -176,9 +175,35 @@ document.write("Last Published: " + docu +--> <div id="content"> <h1>Sample Template</h1> +<div id="front-matter"> +<div id="minitoc-area"> +<ul class="minitoc"> +<li> +<a href="#Description">Description</a> +</li> +<li> +<a href="#Files">Files</a> +</li> +<li> +<a href="#Authoring+Samples">Authoring Samples</a> +<ul class="minitoc"> +<li> +<a href="#Sample+scope">Sample scope</a> +</li> +<li> +<a href="#Code+comments">Code comments</a> +</li> +<li> +<a href="#Code+conventions">Code conventions</a> +</li> +</ul> +</li> +</ul> +</div> +</div> -<a name="N1000C"></a><a name="Description"></a> -<h2 class="h3">Description</h2> +<a name="Description"></a> +<h2 class="underlined_10">Description</h2> <div class="section"> <p>Available: 2004-09-15</p> <p>This sample template is the recommended way of writing a @@ -191,8 +216,8 @@ document.write("Last Published: " + docu </p> </div> -<a name="N10021"></a><a name="Files"></a> -<h2 class="h3">Files</h2> +<a name="Files"></a> +<h2 class="underlined_10">Files</h2> <div class="section"> <ul> @@ -212,8 +237,8 @@ document.write("Last Published: " + docu </ul> </div> -<a name="N1003A"></a><a name="Authoring+Samples"></a> -<h2 class="h3">Authoring Samples</h2> +<a name="Authoring+Samples"></a> +<h2 class="underlined_10">Authoring Samples</h2> <div class="section"> <p> If you have an idea for a sample that you'd like to share with the @@ -234,8 +259,8 @@ document.write("Last Published: " + docu thanks for donating a sample! </div> </div> -<a name="N10049"></a><a name="Sample+scope"></a> -<h3 class="h4">Sample scope</h3> +<a name="Sample+scope"></a> +<h3 class="underlined_5">Sample scope</h3> <p> Try to keep your sample reasonably small and well-defined. It's going to be more useful, and more easily found, if it's about @@ -253,8 +278,8 @@ document.write("Last Published: " + docu works is a good teacher, even if would take quite a bit of massaging to coerce it to another application. </p> -<a name="N10056"></a><a name="Code+comments"></a> -<h3 class="h4">Code comments</h3> +<a name="Code+comments"></a> +<h3 class="underlined_5">Code comments</h3> <p> Obviously, comments are an essential part of making a sample useful. In general, the more comments your code has, the better. @@ -293,8 +318,8 @@ document.write("Last Published: " + docu </li> </ul> -<a name="N10072"></a><a name="Code+conventions"></a> -<h3 class="h4">Code conventions</h3> +<a name="Code+conventions"></a> +<h3 class="underlined_5">Code conventions</h3> <p> To help make XMLBeans samples as a set easier for others to use, we encourage you to follow a few simple code conventions. In @@ -334,7 +359,12 @@ document.write("Last Published: " + docu </div> <div class="copyright"> Copyright © - 2004-2018 The Apache Software Foundation.</div> + 2004-2018 <a href="https://www.apache.org/">The Apache Software Foundation</a> +</div> +<div id="feedback"> + Send feedback about the website to: + <a id="feedbackto" href="mailto:dev@poi.apache.org?subject=Feedback%C2%A0samples/SampleTemplate.html">dev@poi.apache.org</a> +</div> <!--+ |end bottomstrip +-->
Modified: xmlbeans/site/build/site/samples/SchemaEnum.html URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/samples/SchemaEnum.html?rev=1835325&r1=1835324&r2=1835325&view=diff ============================================================================== --- xmlbeans/site/build/site/samples/SchemaEnum.html (original) +++ xmlbeans/site/build/site/samples/SchemaEnum.html Sat Jul 7 18:22:12 2018 @@ -3,7 +3,7 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta content="Apache Forrest" name="Generator"> -<meta name="Forrest-version" content="0.8"> +<meta name="Forrest-version" content="0.9"> <meta name="Forrest-skin-name" content="pelt"> <title>SchemaEnum Sample</title> <link type="text/css" href="../skin/basic.css" rel="stylesheet"> @@ -11,7 +11,7 @@ <link media="print" type="text/css" href="../skin/print.css" rel="stylesheet"> <link type="text/css" href="../skin/profile.css" rel="stylesheet"> <script src="../skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="../skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="../skin/fontsize.js" language="javascript" type="text/javascript"></script> -<link rel="shortcut icon" href="../"> +<link rel="shortcut icon" href="../images/favicon.ico"> </head> <body onload="init()"> <script type="text/javascript">ndeSetTextSize();</script> @@ -20,7 +20,7 @@ |breadtrail +--> <div class="breadtrail"> -<a href="http://www.apache.org/">apache</a> > <a href="http://xmlbeans.apache.org/">xmlbeans.apache.org</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script> +<a href="https://www.apache.org/">The Apache Software Foundation</a> > <a href="https://xmlbeans.apache.org">Apache XMLBeans</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script> </div> <!--+ |header @@ -30,7 +30,7 @@ |start group logo +--> <div class="grouplogo"> -<a href="https://www.apache.org/"><img class="logoImage" alt="Apache Software Foundation" src="../images/asf_logo.png" title="Apache Software Foundation"></a> +<a href="https://www.apache.org/"><img class="logoImage" alt="The Apache Software Foundation" src="../images/group-logo.png" title="THE APACHE SOFTWARE FOUNDATION provides support for the Apache Community of Open Source software projects, which provide software products for the public good."></a> </div> <!--+ |end group logo @@ -38,13 +38,25 @@ <!--+ |start Project Logo +--> -<div class="projectlogoA1"> -<a href="http://xmlbeans.apache.org/"><img class="logoImage" alt="XMLBeans" src="../images/pb-xmlbeans.png" title="XMLBeans provided by Apache POI"></a> +<div class="projectlogo"> +<a href="https://xmlbeans.apache.org"><img class="logoImage" alt="Apache XMLBeans" src="../images/project-logo.png" title="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."></a> </div> <!--+ |end Project Logo +--> <!--+ + |start Search + +--> +<div class="searchbox"> +<form action="http://www.google.com/search" method="get" class="roundtopsmall"> +<input value="xmlbeans.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google"> + <input name="Search" value="Search" type="submit"> +</form> +</div> +<!--+ + |end search + +--> +<!--+ |start Tabs +--> <ul id="tabs"> @@ -52,7 +64,7 @@ <a class="unselected" href="../index.html">Home</a> </li> <li> -<a class="unselected" href="../sourceAndBinaries/index.html">Download</a> +<a class="unselected" href="../download/index.html">Download</a> </li> <li> <a class="unselected" href="../documentation/index.html">Documentation</a> @@ -102,7 +114,7 @@ document.write("Last Published: " + docu <div onclick="SwitchMenu('menu_selected_1.1', '../skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Samples</div> <div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;"> <div class="menuitem"> -<a href="../samples/index.html#Getting+the+Samples" title="Getting the Samples">Getting the Samples</a> +<a href="../samples/index.html" title="Getting the Samples">Getting the Samples</a> </div> <div onclick="SwitchMenu('menu_selected_1.1.2', '../skin/')" id="menu_selected_1.1.2Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Samples List</div> <div id="menu_selected_1.1.2" class="selectedmenuitemgroup" style="display: block;"> @@ -147,19 +159,6 @@ document.write("Last Published: " + docu <a href="../samples/index.html#Examples+in+XMLBeans+Source">Examples in XMLBeans Source</a> </div> </div> -<!--+ - |start Search - +--> -<div class="searchbox"> -<hr> -<form action="http://www.google.com/search" method="get"> -<input value="xmlbeans.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="18" name="q" id="query" type="text" value="Search the site with google"> - <input name="Search" value="Search" type="submit"> -</form> -</div> -<!--+ - |end search - +--> <div id="credit"></div> <div id="roundbottom"> <img style="display: none" class="corner" height="15" width="15" alt="" src="../skin/images/rc-b-l-15-1body-2menu-3menu.png"></div> @@ -176,9 +175,21 @@ document.write("Last Published: " + docu +--> <div id="content"> <h1>SchemaEnum Sample</h1> +<div id="front-matter"> +<div id="minitoc-area"> +<ul class="minitoc"> +<li> +<a href="#Description">Description</a> +</li> +<li> +<a href="#Files">Files</a> +</li> +</ul> +</div> +</div> -<a name="N1000C"></a><a name="Description"></a> -<h2 class="h3">Description</h2> +<a name="Description"></a> +<h2 class="underlined_10">Description</h2> <div class="section"> <p>Author: Steve Traut</p> <p>Available: 2004-09-15</p> @@ -189,8 +200,8 @@ document.write("Last Published: " + docu through their constants and corresponding int values.</p> </div> -<a name="N1001F"></a><a name="Files"></a> -<h2 class="h3">Files</h2> +<a name="Files"></a> +<h2 class="underlined_10">Files</h2> <div class="section"> <ul> @@ -253,7 +264,12 @@ document.write("Last Published: " + docu </div> <div class="copyright"> Copyright © - 2004-2018 The Apache Software Foundation.</div> + 2004-2018 <a href="https://www.apache.org/">The Apache Software Foundation</a> +</div> +<div id="feedback"> + Send feedback about the website to: + <a id="feedbackto" href="mailto:dev@poi.apache.org?subject=Feedback%C2%A0samples/SchemaEnum.html">dev@poi.apache.org</a> +</div> <!--+ |end bottomstrip +--> Modified: xmlbeans/site/build/site/samples/SubstitutionGroup.html URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/samples/SubstitutionGroup.html?rev=1835325&r1=1835324&r2=1835325&view=diff ============================================================================== --- xmlbeans/site/build/site/samples/SubstitutionGroup.html (original) +++ xmlbeans/site/build/site/samples/SubstitutionGroup.html Sat Jul 7 18:22:12 2018 @@ -3,7 +3,7 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta content="Apache Forrest" name="Generator"> -<meta name="Forrest-version" content="0.8"> +<meta name="Forrest-version" content="0.9"> <meta name="Forrest-skin-name" content="pelt"> <title>SubstitutionGroup Sample</title> <link type="text/css" href="../skin/basic.css" rel="stylesheet"> @@ -11,7 +11,7 @@ <link media="print" type="text/css" href="../skin/print.css" rel="stylesheet"> <link type="text/css" href="../skin/profile.css" rel="stylesheet"> <script src="../skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="../skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="../skin/fontsize.js" language="javascript" type="text/javascript"></script> -<link rel="shortcut icon" href="../"> +<link rel="shortcut icon" href="../images/favicon.ico"> </head> <body onload="init()"> <script type="text/javascript">ndeSetTextSize();</script> @@ -20,7 +20,7 @@ |breadtrail +--> <div class="breadtrail"> -<a href="http://www.apache.org/">apache</a> > <a href="http://xmlbeans.apache.org/">xmlbeans.apache.org</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script> +<a href="https://www.apache.org/">The Apache Software Foundation</a> > <a href="https://xmlbeans.apache.org">Apache XMLBeans</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script> </div> <!--+ |header @@ -30,7 +30,7 @@ |start group logo +--> <div class="grouplogo"> -<a href="https://www.apache.org/"><img class="logoImage" alt="Apache Software Foundation" src="../images/asf_logo.png" title="Apache Software Foundation"></a> +<a href="https://www.apache.org/"><img class="logoImage" alt="The Apache Software Foundation" src="../images/group-logo.png" title="THE APACHE SOFTWARE FOUNDATION provides support for the Apache Community of Open Source software projects, which provide software products for the public good."></a> </div> <!--+ |end group logo @@ -38,13 +38,25 @@ <!--+ |start Project Logo +--> -<div class="projectlogoA1"> -<a href="http://xmlbeans.apache.org/"><img class="logoImage" alt="XMLBeans" src="../images/pb-xmlbeans.png" title="XMLBeans provided by Apache POI"></a> +<div class="projectlogo"> +<a href="https://xmlbeans.apache.org"><img class="logoImage" alt="Apache XMLBeans" src="../images/project-logo.png" title="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."></a> </div> <!--+ |end Project Logo +--> <!--+ + |start Search + +--> +<div class="searchbox"> +<form action="http://www.google.com/search" method="get" class="roundtopsmall"> +<input value="xmlbeans.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google"> + <input name="Search" value="Search" type="submit"> +</form> +</div> +<!--+ + |end search + +--> +<!--+ |start Tabs +--> <ul id="tabs"> @@ -52,7 +64,7 @@ <a class="unselected" href="../index.html">Home</a> </li> <li> -<a class="unselected" href="../sourceAndBinaries/index.html">Download</a> +<a class="unselected" href="../download/index.html">Download</a> </li> <li> <a class="unselected" href="../documentation/index.html">Documentation</a> @@ -102,7 +114,7 @@ document.write("Last Published: " + docu <div onclick="SwitchMenu('menu_selected_1.1', '../skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Samples</div> <div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;"> <div class="menuitem"> -<a href="../samples/index.html#Getting+the+Samples" title="Getting the Samples">Getting the Samples</a> +<a href="../samples/index.html" title="Getting the Samples">Getting the Samples</a> </div> <div onclick="SwitchMenu('menu_selected_1.1.2', '../skin/')" id="menu_selected_1.1.2Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Samples List</div> <div id="menu_selected_1.1.2" class="selectedmenuitemgroup" style="display: block;"> @@ -147,19 +159,6 @@ document.write("Last Published: " + docu <a href="../samples/index.html#Examples+in+XMLBeans+Source">Examples in XMLBeans Source</a> </div> </div> -<!--+ - |start Search - +--> -<div class="searchbox"> -<hr> -<form action="http://www.google.com/search" method="get"> -<input value="xmlbeans.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="18" name="q" id="query" type="text" value="Search the site with google"> - <input name="Search" value="Search" type="submit"> -</form> -</div> -<!--+ - |end search - +--> <div id="credit"></div> <div id="roundbottom"> <img style="display: none" class="corner" height="15" width="15" alt="" src="../skin/images/rc-b-l-15-1body-2menu-3menu.png"></div> @@ -176,9 +175,21 @@ document.write("Last Published: " + docu +--> <div id="content"> <h1>SubstitutionGroup Sample</h1> +<div id="front-matter"> +<div id="minitoc-area"> +<ul class="minitoc"> +<li> +<a href="#Description">Description</a> +</li> +<li> +<a href="#Files">Files</a> +</li> +</ul> +</div> +</div> -<a name="N1000C"></a><a name="Description"></a> -<h2 class="h3">Description</h2> +<a name="Description"></a> +<h2 class="underlined_10">Description</h2> <div class="section"> <p>Author: Rashmi Banthia</p> <p>Available: 2004-10-15</p> @@ -186,8 +197,8 @@ document.write("Last Published: " + docu <p>This sample illustrates substitution group elements in an XML document.</p> </div> -<a name="N1001F"></a><a name="Files"></a> -<h2 class="h3">Files</h2> +<a name="Files"></a> +<h2 class="underlined_10">Files</h2> <div class="section"> <ul> @@ -246,7 +257,12 @@ document.write("Last Published: " + docu </div> <div class="copyright"> Copyright © - 2004-2018 The Apache Software Foundation.</div> + 2004-2018 <a href="https://www.apache.org/">The Apache Software Foundation</a> +</div> +<div id="feedback"> + Send feedback about the website to: + <a id="feedbackto" href="mailto:dev@poi.apache.org?subject=Feedback%C2%A0samples/SubstitutionGroup.html">dev@poi.apache.org</a> +</div> <!--+ |end bottomstrip +--> Modified: xmlbeans/site/build/site/samples/Validation.html URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/samples/Validation.html?rev=1835325&r1=1835324&r2=1835325&view=diff ============================================================================== --- xmlbeans/site/build/site/samples/Validation.html (original) +++ xmlbeans/site/build/site/samples/Validation.html Sat Jul 7 18:22:12 2018 @@ -3,7 +3,7 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta content="Apache Forrest" name="Generator"> -<meta name="Forrest-version" content="0.8"> +<meta name="Forrest-version" content="0.9"> <meta name="Forrest-skin-name" content="pelt"> <title>Validation Sample</title> <link type="text/css" href="../skin/basic.css" rel="stylesheet"> @@ -11,7 +11,7 @@ <link media="print" type="text/css" href="../skin/print.css" rel="stylesheet"> <link type="text/css" href="../skin/profile.css" rel="stylesheet"> <script src="../skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="../skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="../skin/fontsize.js" language="javascript" type="text/javascript"></script> -<link rel="shortcut icon" href="../"> +<link rel="shortcut icon" href="../images/favicon.ico"> </head> <body onload="init()"> <script type="text/javascript">ndeSetTextSize();</script> @@ -20,7 +20,7 @@ |breadtrail +--> <div class="breadtrail"> -<a href="http://www.apache.org/">apache</a> > <a href="http://xmlbeans.apache.org/">xmlbeans.apache.org</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script> +<a href="https://www.apache.org/">The Apache Software Foundation</a> > <a href="https://xmlbeans.apache.org">Apache XMLBeans</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script> </div> <!--+ |header @@ -30,7 +30,7 @@ |start group logo +--> <div class="grouplogo"> -<a href="https://www.apache.org/"><img class="logoImage" alt="Apache Software Foundation" src="../images/asf_logo.png" title="Apache Software Foundation"></a> +<a href="https://www.apache.org/"><img class="logoImage" alt="The Apache Software Foundation" src="../images/group-logo.png" title="THE APACHE SOFTWARE FOUNDATION provides support for the Apache Community of Open Source software projects, which provide software products for the public good."></a> </div> <!--+ |end group logo @@ -38,13 +38,25 @@ <!--+ |start Project Logo +--> -<div class="projectlogoA1"> -<a href="http://xmlbeans.apache.org/"><img class="logoImage" alt="XMLBeans" src="../images/pb-xmlbeans.png" title="XMLBeans provided by Apache POI"></a> +<div class="projectlogo"> +<a href="https://xmlbeans.apache.org"><img class="logoImage" alt="Apache XMLBeans" src="../images/project-logo.png" title="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."></a> </div> <!--+ |end Project Logo +--> <!--+ + |start Search + +--> +<div class="searchbox"> +<form action="http://www.google.com/search" method="get" class="roundtopsmall"> +<input value="xmlbeans.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google"> + <input name="Search" value="Search" type="submit"> +</form> +</div> +<!--+ + |end search + +--> +<!--+ |start Tabs +--> <ul id="tabs"> @@ -52,7 +64,7 @@ <a class="unselected" href="../index.html">Home</a> </li> <li> -<a class="unselected" href="../sourceAndBinaries/index.html">Download</a> +<a class="unselected" href="../download/index.html">Download</a> </li> <li> <a class="unselected" href="../documentation/index.html">Documentation</a> @@ -102,7 +114,7 @@ document.write("Last Published: " + docu <div onclick="SwitchMenu('menu_selected_1.1', '../skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Samples</div> <div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;"> <div class="menuitem"> -<a href="../samples/index.html#Getting+the+Samples" title="Getting the Samples">Getting the Samples</a> +<a href="../samples/index.html" title="Getting the Samples">Getting the Samples</a> </div> <div onclick="SwitchMenu('menu_selected_1.1.2', '../skin/')" id="menu_selected_1.1.2Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Samples List</div> <div id="menu_selected_1.1.2" class="selectedmenuitemgroup" style="display: block;"> @@ -147,19 +159,6 @@ document.write("Last Published: " + docu <a href="../samples/index.html#Examples+in+XMLBeans+Source">Examples in XMLBeans Source</a> </div> </div> -<!--+ - |start Search - +--> -<div class="searchbox"> -<hr> -<form action="http://www.google.com/search" method="get"> -<input value="xmlbeans.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="18" name="q" id="query" type="text" value="Search the site with google"> - <input name="Search" value="Search" type="submit"> -</form> -</div> -<!--+ - |end search - +--> <div id="credit"></div> <div id="roundbottom"> <img style="display: none" class="corner" height="15" width="15" alt="" src="../skin/images/rc-b-l-15-1body-2menu-3menu.png"></div> @@ -176,9 +175,21 @@ document.write("Last Published: " + docu +--> <div id="content"> <h1>Validation Sample</h1> +<div id="front-matter"> +<div id="minitoc-area"> +<ul class="minitoc"> +<li> +<a href="#Description">Description</a> +</li> +<li> +<a href="#Files">Files</a> +</li> +</ul> +</div> +</div> -<a name="N1000C"></a><a name="Description"></a> -<h2 class="h3">Description</h2> +<a name="Description"></a> +<h2 class="underlined_10">Description</h2> <div class="section"> <p>Author: Steve Traut</p> <p>Available: 2005-07-08</p> @@ -199,8 +210,8 @@ invalid.</li> </ul> </div> -<a name="N10028"></a><a name="Files"></a> -<h2 class="h3">Files</h2> +<a name="Files"></a> +<h2 class="underlined_10">Files</h2> <div class="section"> <ul> @@ -259,7 +270,12 @@ document.write("Last Published: " + docu </div> <div class="copyright"> Copyright © - 2004-2018 The Apache Software Foundation.</div> + 2004-2018 <a href="https://www.apache.org/">The Apache Software Foundation</a> +</div> +<div id="feedback"> + Send feedback about the website to: + <a id="feedbackto" href="mailto:dev@poi.apache.org?subject=Feedback%C2%A0samples/Validation.html">dev@poi.apache.org</a> +</div> <!--+ |end bottomstrip +--> Modified: xmlbeans/site/build/site/samples/XQueryXPath.html URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/samples/XQueryXPath.html?rev=1835325&r1=1835324&r2=1835325&view=diff ============================================================================== --- xmlbeans/site/build/site/samples/XQueryXPath.html (original) +++ xmlbeans/site/build/site/samples/XQueryXPath.html Sat Jul 7 18:22:12 2018 @@ -3,7 +3,7 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta content="Apache Forrest" name="Generator"> -<meta name="Forrest-version" content="0.8"> +<meta name="Forrest-version" content="0.9"> <meta name="Forrest-skin-name" content="pelt"> <title>XQueryXPath Sample</title> <link type="text/css" href="../skin/basic.css" rel="stylesheet"> @@ -11,7 +11,7 @@ <link media="print" type="text/css" href="../skin/print.css" rel="stylesheet"> <link type="text/css" href="../skin/profile.css" rel="stylesheet"> <script src="../skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="../skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="../skin/fontsize.js" language="javascript" type="text/javascript"></script> -<link rel="shortcut icon" href="../"> +<link rel="shortcut icon" href="../images/favicon.ico"> </head> <body onload="init()"> <script type="text/javascript">ndeSetTextSize();</script> @@ -20,7 +20,7 @@ |breadtrail +--> <div class="breadtrail"> -<a href="http://www.apache.org/">apache</a> > <a href="http://xmlbeans.apache.org/">xmlbeans.apache.org</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script> +<a href="https://www.apache.org/">The Apache Software Foundation</a> > <a href="https://xmlbeans.apache.org">Apache XMLBeans</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script> </div> <!--+ |header @@ -30,7 +30,7 @@ |start group logo +--> <div class="grouplogo"> -<a href="https://www.apache.org/"><img class="logoImage" alt="Apache Software Foundation" src="../images/asf_logo.png" title="Apache Software Foundation"></a> +<a href="https://www.apache.org/"><img class="logoImage" alt="The Apache Software Foundation" src="../images/group-logo.png" title="THE APACHE SOFTWARE FOUNDATION provides support for the Apache Community of Open Source software projects, which provide software products for the public good."></a> </div> <!--+ |end group logo @@ -38,13 +38,25 @@ <!--+ |start Project Logo +--> -<div class="projectlogoA1"> -<a href="http://xmlbeans.apache.org/"><img class="logoImage" alt="XMLBeans" src="../images/pb-xmlbeans.png" title="XMLBeans provided by Apache POI"></a> +<div class="projectlogo"> +<a href="https://xmlbeans.apache.org"><img class="logoImage" alt="Apache XMLBeans" src="../images/project-logo.png" title="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."></a> </div> <!--+ |end Project Logo +--> <!--+ + |start Search + +--> +<div class="searchbox"> +<form action="http://www.google.com/search" method="get" class="roundtopsmall"> +<input value="xmlbeans.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google"> + <input name="Search" value="Search" type="submit"> +</form> +</div> +<!--+ + |end search + +--> +<!--+ |start Tabs +--> <ul id="tabs"> @@ -52,7 +64,7 @@ <a class="unselected" href="../index.html">Home</a> </li> <li> -<a class="unselected" href="../sourceAndBinaries/index.html">Download</a> +<a class="unselected" href="../download/index.html">Download</a> </li> <li> <a class="unselected" href="../documentation/index.html">Documentation</a> @@ -102,7 +114,7 @@ document.write("Last Published: " + docu <div onclick="SwitchMenu('menu_selected_1.1', '../skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Samples</div> <div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;"> <div class="menuitem"> -<a href="../samples/index.html#Getting+the+Samples" title="Getting the Samples">Getting the Samples</a> +<a href="../samples/index.html" title="Getting the Samples">Getting the Samples</a> </div> <div onclick="SwitchMenu('menu_selected_1.1.2', '../skin/')" id="menu_selected_1.1.2Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Samples List</div> <div id="menu_selected_1.1.2" class="selectedmenuitemgroup" style="display: block;"> @@ -147,19 +159,6 @@ document.write("Last Published: " + docu <a href="../samples/index.html#Examples+in+XMLBeans+Source">Examples in XMLBeans Source</a> </div> </div> -<!--+ - |start Search - +--> -<div class="searchbox"> -<hr> -<form action="http://www.google.com/search" method="get"> -<input value="xmlbeans.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="18" name="q" id="query" type="text" value="Search the site with google"> - <input name="Search" value="Search" type="submit"> -</form> -</div> -<!--+ - |end search - +--> <div id="credit"></div> <div id="roundbottom"> <img style="display: none" class="corner" height="15" width="15" alt="" src="../skin/images/rc-b-l-15-1body-2menu-3menu.png"></div> @@ -176,9 +175,21 @@ document.write("Last Published: " + docu +--> <div id="content"> <h1>XQueryXPath Sample</h1> +<div id="front-matter"> +<div id="minitoc-area"> +<ul class="minitoc"> +<li> +<a href="#Description">Description</a> +</li> +<li> +<a href="#Files">Files</a> +</li> +</ul> +</div> +</div> -<a name="N1000C"></a><a name="Description"></a> -<h2 class="h3">Description</h2> +<a name="Description"></a> +<h2 class="underlined_10">Description</h2> <div class="section"> <p>Author: Steve Traut</p> <p>Available: 2005-07-08</p> @@ -206,8 +217,8 @@ class for more information.</li> </ul> </div> -<a name="N10028"></a><a name="Files"></a> -<h2 class="h3">Files</h2> +<a name="Files"></a> +<h2 class="underlined_10">Files</h2> <div class="section"> <ul> @@ -274,7 +285,12 @@ document.write("Last Published: " + docu </div> <div class="copyright"> Copyright © - 2004-2018 The Apache Software Foundation.</div> + 2004-2018 <a href="https://www.apache.org/">The Apache Software Foundation</a> +</div> +<div id="feedback"> + Send feedback about the website to: + <a id="feedbackto" href="mailto:dev@poi.apache.org?subject=Feedback%C2%A0samples/XQueryXPath.html">dev@poi.apache.org</a> +</div> <!--+ |end bottomstrip +--> Modified: xmlbeans/site/build/site/samples/XmlTree.html URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/samples/XmlTree.html?rev=1835325&r1=1835324&r2=1835325&view=diff ============================================================================== --- xmlbeans/site/build/site/samples/XmlTree.html (original) +++ xmlbeans/site/build/site/samples/XmlTree.html Sat Jul 7 18:22:12 2018 @@ -3,7 +3,7 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta content="Apache Forrest" name="Generator"> -<meta name="Forrest-version" content="0.8"> +<meta name="Forrest-version" content="0.9"> <meta name="Forrest-skin-name" content="pelt"> <title>XmlTree Sample</title> <link type="text/css" href="../skin/basic.css" rel="stylesheet"> @@ -11,7 +11,7 @@ <link media="print" type="text/css" href="../skin/print.css" rel="stylesheet"> <link type="text/css" href="../skin/profile.css" rel="stylesheet"> <script src="../skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="../skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="../skin/fontsize.js" language="javascript" type="text/javascript"></script> -<link rel="shortcut icon" href="../"> +<link rel="shortcut icon" href="../images/favicon.ico"> </head> <body onload="init()"> <script type="text/javascript">ndeSetTextSize();</script> @@ -20,7 +20,7 @@ |breadtrail +--> <div class="breadtrail"> -<a href="http://www.apache.org/">apache</a> > <a href="http://xmlbeans.apache.org/">xmlbeans.apache.org</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script> +<a href="https://www.apache.org/">The Apache Software Foundation</a> > <a href="https://xmlbeans.apache.org">Apache XMLBeans</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script> </div> <!--+ |header @@ -30,7 +30,7 @@ |start group logo +--> <div class="grouplogo"> -<a href="https://www.apache.org/"><img class="logoImage" alt="Apache Software Foundation" src="../images/asf_logo.png" title="Apache Software Foundation"></a> +<a href="https://www.apache.org/"><img class="logoImage" alt="The Apache Software Foundation" src="../images/group-logo.png" title="THE APACHE SOFTWARE FOUNDATION provides support for the Apache Community of Open Source software projects, which provide software products for the public good."></a> </div> <!--+ |end group logo @@ -38,13 +38,25 @@ <!--+ |start Project Logo +--> -<div class="projectlogoA1"> -<a href="http://xmlbeans.apache.org/"><img class="logoImage" alt="XMLBeans" src="../images/pb-xmlbeans.png" title="XMLBeans provided by Apache POI"></a> +<div class="projectlogo"> +<a href="https://xmlbeans.apache.org"><img class="logoImage" alt="Apache XMLBeans" src="../images/project-logo.png" title="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."></a> </div> <!--+ |end Project Logo +--> <!--+ + |start Search + +--> +<div class="searchbox"> +<form action="http://www.google.com/search" method="get" class="roundtopsmall"> +<input value="xmlbeans.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google"> + <input name="Search" value="Search" type="submit"> +</form> +</div> +<!--+ + |end search + +--> +<!--+ |start Tabs +--> <ul id="tabs"> @@ -52,7 +64,7 @@ <a class="unselected" href="../index.html">Home</a> </li> <li> -<a class="unselected" href="../sourceAndBinaries/index.html">Download</a> +<a class="unselected" href="../download/index.html">Download</a> </li> <li> <a class="unselected" href="../documentation/index.html">Documentation</a> @@ -102,7 +114,7 @@ document.write("Last Published: " + docu <div onclick="SwitchMenu('menu_selected_1.1', '../skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Samples</div> <div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;"> <div class="menuitem"> -<a href="../samples/index.html#Getting+the+Samples" title="Getting the Samples">Getting the Samples</a> +<a href="../samples/index.html" title="Getting the Samples">Getting the Samples</a> </div> <div onclick="SwitchMenu('menu_selected_1.1.2', '../skin/')" id="menu_selected_1.1.2Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Samples List</div> <div id="menu_selected_1.1.2" class="selectedmenuitemgroup" style="display: block;"> @@ -147,19 +159,6 @@ document.write("Last Published: " + docu <a href="../samples/index.html#Examples+in+XMLBeans+Source">Examples in XMLBeans Source</a> </div> </div> -<!--+ - |start Search - +--> -<div class="searchbox"> -<hr> -<form action="http://www.google.com/search" method="get"> -<input value="xmlbeans.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="18" name="q" id="query" type="text" value="Search the site with google"> - <input name="Search" value="Search" type="submit"> -</form> -</div> -<!--+ - |end search - +--> <div id="credit"></div> <div id="roundbottom"> <img style="display: none" class="corner" height="15" width="15" alt="" src="../skin/images/rc-b-l-15-1body-2menu-3menu.png"></div> @@ -176,9 +175,21 @@ document.write("Last Published: " + docu +--> <div id="content"> <h1>XmlTree Sample</h1> +<div id="front-matter"> +<div id="minitoc-area"> +<ul class="minitoc"> +<li> +<a href="#Description">Description</a> +</li> +<li> +<a href="#Files">Files</a> +</li> +</ul> +</div> +</div> -<a name="N1000C"></a><a name="Description"></a> -<h2 class="h3">Description</h2> +<a name="Description"></a> +<h2 class="underlined_10">Description</h2> <div class="section"> <p>Author: Steve Traut</p> <p>Available: 2005-07-08</p> @@ -194,8 +205,8 @@ in turn knows nothing of XMLBeans or the the data through XmlEntry instances.</p> </div> -<a name="N1001F"></a><a name="Files"></a> -<h2 class="h3">Files</h2> +<a name="Files"></a> +<h2 class="underlined_10">Files</h2> <div class="section"> <ul> @@ -262,7 +273,12 @@ document.write("Last Published: " + docu </div> <div class="copyright"> Copyright © - 2004-2018 The Apache Software Foundation.</div> + 2004-2018 <a href="https://www.apache.org/">The Apache Software Foundation</a> +</div> +<div id="feedback"> + Send feedback about the website to: + <a id="feedbackto" href="mailto:dev@poi.apache.org?subject=Feedback%C2%A0samples/XmlTree.html">dev@poi.apache.org</a> +</div> <!--+ |end bottomstrip +--> Modified: xmlbeans/site/build/site/samples/index.html URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/samples/index.html?rev=1835325&r1=1835324&r2=1835325&view=diff ============================================================================== --- xmlbeans/site/build/site/samples/index.html (original) +++ xmlbeans/site/build/site/samples/index.html Sat Jul 7 18:22:12 2018 @@ -3,7 +3,7 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta content="Apache Forrest" name="Generator"> -<meta name="Forrest-version" content="0.8"> +<meta name="Forrest-version" content="0.9"> <meta name="Forrest-skin-name" content="pelt"> <title>XMLBeans Samples</title> <link type="text/css" href="../skin/basic.css" rel="stylesheet"> @@ -11,7 +11,7 @@ <link media="print" type="text/css" href="../skin/print.css" rel="stylesheet"> <link type="text/css" href="../skin/profile.css" rel="stylesheet"> <script src="../skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="../skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="../skin/fontsize.js" language="javascript" type="text/javascript"></script> -<link rel="shortcut icon" href="../"> +<link rel="shortcut icon" href="../images/favicon.ico"> </head> <body onload="init()"> <script type="text/javascript">ndeSetTextSize();</script> @@ -20,7 +20,7 @@ |breadtrail +--> <div class="breadtrail"> -<a href="http://www.apache.org/">apache</a> > <a href="http://xmlbeans.apache.org/">xmlbeans.apache.org</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script> +<a href="https://www.apache.org/">The Apache Software Foundation</a> > <a href="https://xmlbeans.apache.org">Apache XMLBeans</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script> </div> <!--+ |header @@ -30,7 +30,7 @@ |start group logo +--> <div class="grouplogo"> -<a href="https://www.apache.org/"><img class="logoImage" alt="Apache Software Foundation" src="../images/asf_logo.png" title="Apache Software Foundation"></a> +<a href="https://www.apache.org/"><img class="logoImage" alt="The Apache Software Foundation" src="../images/group-logo.png" title="THE APACHE SOFTWARE FOUNDATION provides support for the Apache Community of Open Source software projects, which provide software products for the public good."></a> </div> <!--+ |end group logo @@ -38,13 +38,25 @@ <!--+ |start Project Logo +--> -<div class="projectlogoA1"> -<a href="http://xmlbeans.apache.org/"><img class="logoImage" alt="XMLBeans" src="../images/pb-xmlbeans.png" title="XMLBeans provided by Apache POI"></a> +<div class="projectlogo"> +<a href="https://xmlbeans.apache.org"><img class="logoImage" alt="Apache XMLBeans" src="../images/project-logo.png" title="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."></a> </div> <!--+ |end Project Logo +--> <!--+ + |start Search + +--> +<div class="searchbox"> +<form action="http://www.google.com/search" method="get" class="roundtopsmall"> +<input value="xmlbeans.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google"> + <input name="Search" value="Search" type="submit"> +</form> +</div> +<!--+ + |end search + +--> +<!--+ |start Tabs +--> <ul id="tabs"> @@ -52,7 +64,7 @@ <a class="unselected" href="../index.html">Home</a> </li> <li> -<a class="unselected" href="../sourceAndBinaries/index.html">Download</a> +<a class="unselected" href="../download/index.html">Download</a> </li> <li> <a class="unselected" href="../documentation/index.html">Documentation</a> @@ -99,10 +111,10 @@ document.write("Last Published: " + docu |start Menu +--> <div id="menu"> -<div onclick="SwitchMenu('menu_1.1', '../skin/')" id="menu_1.1Title" class="menutitle">Samples</div> -<div id="menu_1.1" class="menuitemgroup"> -<div class="menuitem"> -<a href="../samples/index.html#Getting+the+Samples" title="Getting the Samples">Getting the Samples</a> +<div onclick="SwitchMenu('menu_selected_1.1', '../skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Samples</div> +<div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;"> +<div class="menupage"> +<div class="menupagetitle">Getting the Samples</div> </div> <div onclick="SwitchMenu('menu_1.1.2', '../skin/')" id="menu_1.1.2Title" class="menutitle">Samples List</div> <div id="menu_1.1.2" class="menuitemgroup"> @@ -147,19 +159,6 @@ document.write("Last Published: " + docu <a href="../samples/index.html#Examples+in+XMLBeans+Source">Examples in XMLBeans Source</a> </div> </div> -<!--+ - |start Search - +--> -<div class="searchbox"> -<hr> -<form action="http://www.google.com/search" method="get"> -<input value="xmlbeans.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="18" name="q" id="query" type="text" value="Search the site with google"> - <input name="Search" value="Search" type="submit"> -</form> -</div> -<!--+ - |end search - +--> <div id="credit"></div> <div id="roundbottom"> <img style="display: none" class="corner" height="15" width="15" alt="" src="../skin/images/rc-b-l-15-1body-2menu-3menu.png"></div> @@ -176,9 +175,24 @@ document.write("Last Published: " + docu +--> <div id="content"> <h1>XMLBeans Samples</h1> +<div id="front-matter"> +<div id="minitoc-area"> +<ul class="minitoc"> +<li> +<a href="#Getting+the+Samples">Getting the Samples</a> +</li> +<li> +<a href="#Samples+List">Samples List</a> +</li> +<li> +<a href="#Examples+in+XMLBeans+Source">Examples in XMLBeans Source</a> +</li> +</ul> +</div> +</div> -<a name="N1000C"></a><a name="Getting+the+Samples"></a> -<h2 class="h3">Getting the Samples</h2> +<a name="Getting+the+Samples"></a> +<h2 class="underlined_10">Getting the Samples</h2> <div class="section"> <p> Click the name of a sample listed below to go to a page that @@ -198,7 +212,7 @@ document.write("Last Published: " + docu <li>download individual samples <a href="#Samples+List">below</a> </li> -<li>all sample source is available in <a href="../sourceAndBinaries/index.html#Source+via+SVN+checkout">SVN</a> +<li>all sample source is available in <a href="../download/index.html#Source+via+SVN+checkout">SVN</a> </li> </ul> @@ -209,8 +223,8 @@ document.write("Last Published: " + docu </p> </div> -<a name="N1003E"></a><a name="Samples+List"></a> -<h2 class="h3">Samples List</h2> +<a name="Samples+List"></a> +<h2 class="underlined_10">Samples List</h2> <div class="section"> <table class="ForrestTable" cellspacing="1" cellpadding="4"> @@ -465,8 +479,8 @@ document.write("Last Published: " + docu </table> </div> -<a name="N10220"></a><a name="Examples+in+XMLBeans+Source"></a> -<h2 class="h3">Examples in XMLBeans Source</h2> +<a name="Examples+in+XMLBeans+Source"></a> +<h2 class="underlined_10">Examples in XMLBeans Source</h2> <div class="section"> <p> Also, some of the code in the XmlBeans tools is a very good example @@ -513,9 +527,14 @@ document.write("Last Published: " + docu </div> <div class="copyright"> Copyright © - 2004-2018 The Apache Software Foundation.</div> + 2004-2018 <a href="https://www.apache.org/">The Apache Software Foundation</a> +</div> <div id="logos"> -<a href="http://validator.w3.org/check/referer"><img style="height: 31px; width: 88px;" title="Valid HTML 4.01!" alt="Valid HTML 4.01!" src="../skin/images/valid-html401.png" class="logoImage"></a><a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="height: 31px; width: 88px;" title="Valid CSS!" alt="Valid CSS!" src="../skin/images/vcss.png" class="logoImage"></a><a href="http://forrest.apache.org/"><img border="0" title="Built with Apache Forrest" alt="Built with Apache Forrest - logo" src="../images/built-with-forrest-button.png" style="width: 88px;height: 31px;"></a> +<a href="http://validator.w3.org/check/referer"><img style="height: 31px; width: 88px;" title="Valid HTML 4.01!" alt="Valid HTML 4.01!" src="../skin/images/valid-html401.png" class="logoImage"></a><a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="height: 31px; width: 88px;" title="Valid CSS!" alt="Valid CSS!" src="../skin/images/vcss.png" class="logoImage"></a> +</div> +<div id="feedback"> + Send feedback about the website to: + <a id="feedbackto" href="mailto:dev@poi.apache.org?subject=Feedback%C2%A0samples/index.html">dev@poi.apache.org</a> </div> <!--+ |end bottomstrip Modified: xmlbeans/site/build/site/samples/vxsdb.html URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/samples/vxsdb.html?rev=1835325&r1=1835324&r2=1835325&view=diff ============================================================================== --- xmlbeans/site/build/site/samples/vxsdb.html (original) +++ xmlbeans/site/build/site/samples/vxsdb.html Sat Jul 7 18:22:12 2018 @@ -3,7 +3,7 @@ <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta content="Apache Forrest" name="Generator"> -<meta name="Forrest-version" content="0.8"> +<meta name="Forrest-version" content="0.9"> <meta name="Forrest-skin-name" content="pelt"> <title>Velocity XmlBeans Sample</title> <link type="text/css" href="../skin/basic.css" rel="stylesheet"> @@ -11,7 +11,7 @@ <link media="print" type="text/css" href="../skin/print.css" rel="stylesheet"> <link type="text/css" href="../skin/profile.css" rel="stylesheet"> <script src="../skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="../skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="../skin/fontsize.js" language="javascript" type="text/javascript"></script> -<link rel="shortcut icon" href="../"> +<link rel="shortcut icon" href="../images/favicon.ico"> </head> <body onload="init()"> <script type="text/javascript">ndeSetTextSize();</script> @@ -20,7 +20,7 @@ |breadtrail +--> <div class="breadtrail"> -<a href="http://www.apache.org/">apache</a> > <a href="http://xmlbeans.apache.org/">xmlbeans.apache.org</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script> +<a href="https://www.apache.org/">The Apache Software Foundation</a> > <a href="https://xmlbeans.apache.org">Apache XMLBeans</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script> </div> <!--+ |header @@ -30,7 +30,7 @@ |start group logo +--> <div class="grouplogo"> -<a href="https://www.apache.org/"><img class="logoImage" alt="Apache Software Foundation" src="../images/asf_logo.png" title="Apache Software Foundation"></a> +<a href="https://www.apache.org/"><img class="logoImage" alt="The Apache Software Foundation" src="../images/group-logo.png" title="THE APACHE SOFTWARE FOUNDATION provides support for the Apache Community of Open Source software projects, which provide software products for the public good."></a> </div> <!--+ |end group logo @@ -38,13 +38,25 @@ <!--+ |start Project Logo +--> -<div class="projectlogoA1"> -<a href="http://xmlbeans.apache.org/"><img class="logoImage" alt="XMLBeans" src="../images/pb-xmlbeans.png" title="XMLBeans provided by Apache POI"></a> +<div class="projectlogo"> +<a href="https://xmlbeans.apache.org"><img class="logoImage" alt="Apache XMLBeans" src="../images/project-logo.png" title="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."></a> </div> <!--+ |end Project Logo +--> <!--+ + |start Search + +--> +<div class="searchbox"> +<form action="http://www.google.com/search" method="get" class="roundtopsmall"> +<input value="xmlbeans.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google"> + <input name="Search" value="Search" type="submit"> +</form> +</div> +<!--+ + |end search + +--> +<!--+ |start Tabs +--> <ul id="tabs"> @@ -52,7 +64,7 @@ <a class="unselected" href="../index.html">Home</a> </li> <li> -<a class="unselected" href="../sourceAndBinaries/index.html">Download</a> +<a class="unselected" href="../download/index.html">Download</a> </li> <li> <a class="unselected" href="../documentation/index.html">Documentation</a> @@ -102,7 +114,7 @@ document.write("Last Published: " + docu <div onclick="SwitchMenu('menu_selected_1.1', '../skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Samples</div> <div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;"> <div class="menuitem"> -<a href="../samples/index.html#Getting+the+Samples" title="Getting the Samples">Getting the Samples</a> +<a href="../samples/index.html" title="Getting the Samples">Getting the Samples</a> </div> <div onclick="SwitchMenu('menu_selected_1.1.2', '../skin/')" id="menu_selected_1.1.2Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Samples List</div> <div id="menu_selected_1.1.2" class="selectedmenuitemgroup" style="display: block;"> @@ -147,19 +159,6 @@ document.write("Last Published: " + docu <a href="../samples/index.html#Examples+in+XMLBeans+Source">Examples in XMLBeans Source</a> </div> </div> -<!--+ - |start Search - +--> -<div class="searchbox"> -<hr> -<form action="http://www.google.com/search" method="get"> -<input value="xmlbeans.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="18" name="q" id="query" type="text" value="Search the site with google"> - <input name="Search" value="Search" type="submit"> -</form> -</div> -<!--+ - |end search - +--> <div id="credit"></div> <div id="roundbottom"> <img style="display: none" class="corner" height="15" width="15" alt="" src="../skin/images/rc-b-l-15-1body-2menu-3menu.png"></div> @@ -176,9 +175,21 @@ document.write("Last Published: " + docu +--> <div id="content"> <h1>Velocity XmlBeans Sample</h1> +<div id="front-matter"> +<div id="minitoc-area"> +<ul class="minitoc"> +<li> +<a href="#Description">Description</a> +</li> +<li> +<a href="#Files">Files</a> +</li> +</ul> +</div> +</div> -<a name="N1000C"></a><a name="Description"></a> -<h2 class="h3">Description</h2> +<a name="Description"></a> +<h2 class="underlined_10">Description</h2> <div class="section"> <p>Author: Philip Mark Donaghy</p> <p>Available: 2004-12-04</p> @@ -193,8 +204,8 @@ document.write("Last Published: " + docu </p> </div> -<a name="N10025"></a><a name="Files"></a> -<h2 class="h3">Files</h2> +<a name="Files"></a> +<h2 class="underlined_10">Files</h2> <div class="section"> <ul> @@ -237,7 +248,12 @@ document.write("Last Published: " + docu </div> <div class="copyright"> Copyright © - 2004-2018 The Apache Software Foundation.</div> + 2004-2018 <a href="https://www.apache.org/">The Apache Software Foundation</a> +</div> +<div id="feedback"> + Send feedback about the website to: + <a id="feedbackto" href="mailto:dev@poi.apache.org?subject=Feedback%C2%A0samples/vxsdb.html">dev@poi.apache.org</a> +</div> <!--+ |end bottomstrip +--> Modified: xmlbeans/site/build/site/skin/basic.css URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/skin/basic.css?rev=1835325&r1=1835324&r2=1835325&view=diff ============================================================================== --- xmlbeans/site/build/site/skin/basic.css (original) +++ xmlbeans/site/build/site/skin/basic.css Sat Jul 7 18:22:12 2018 @@ -39,6 +39,7 @@ img { border: 0; } } .note, .warning, .fixme { + clear:right; border: solid black 1px; margin: 1em 3em; } Modified: xmlbeans/site/build/site/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png?rev=1835325&r1=1835324&r2=1835325&view=diff ============================================================================== Binary files - no diff available. Modified: xmlbeans/site/build/site/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png?rev=1835325&r1=1835324&r2=1835325&view=diff ============================================================================== Binary files - no diff available. Modified: xmlbeans/site/build/site/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png?rev=1835325&r1=1835324&r2=1835325&view=diff ============================================================================== Binary files - no diff available. Modified: xmlbeans/site/build/site/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png?rev=1835325&r1=1835324&r2=1835325&view=diff ============================================================================== Binary files - no diff available. Modified: xmlbeans/site/build/site/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png?rev=1835325&r1=1835324&r2=1835325&view=diff ============================================================================== Binary files - no diff available. Modified: xmlbeans/site/build/site/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png?rev=1835325&r1=1835324&r2=1835325&view=diff ============================================================================== Binary files - no diff available. Modified: xmlbeans/site/build/site/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png?rev=1835325&r1=1835324&r2=1835325&view=diff ============================================================================== Binary files - no diff available. Modified: xmlbeans/site/build/site/skin/profile.css URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/skin/profile.css?rev=1835325&r1=1835324&r2=1835325&view=diff ============================================================================== --- xmlbeans/site/build/site/skin/profile.css (original) +++ xmlbeans/site/build/site/skin/profile.css Sat Jul 7 18:22:12 2018 @@ -34,56 +34,17 @@ a.external { background-image: url(images/external-link.gif); } -#top { background-color: #294563;} - -#main .breadtrail { -background: #E5E4D9; -color: #000000; -} -#main .breadtrail a:link { color: #0000ff; } -#main .breadtrail a:visited { color: #009999; } -#main .breadtrail a:hover { color: #6587ff; } -#top .breadtrail { -background: #E5E4D9; -color: #000000; -} -#top .breadtrail a:link { color: #0000ff; } -#top .breadtrail a:visited { color: #009999; } -#top .breadtrail a:hover { color: #6587ff; } - -#tabs li { background-color: #294563 ;} -#tabs li a:link { color: #B2C4E0; } -#tabs li a:visited { color: #B2C4E0; } -#tabs li a:hover { color: #FFE800; } +#top { background-color: #FFFFFF;} #top .header .current { background-color: #4C6C8F;} -#top .header .current a:link { color: #FFE800; } -#top .header .current a:visited { color: #FFE800; } -#top .header .current a:hover { color: #FFE800; } - -#publishedStrip { -color: #FFFFFF; -background: #B5C7E7; -} - -#menu { background-color: #4C6C8F;} -#menu { color: #FFFFFF;} -#menu a:link { color: #FFFFFF;} -#menu a:visited { color: #FFFFFF;} -#menu a:hover { -background-color: #4C6C8F; -color: #FFE800;} - -#menu .menupagetitle { background-color: #4C6C8F; - color: #FFE800;} - -#menu { border-color: #294563;} -#menu .menupagetitle { border-color: #294563;} -#menu .menupageitemgroup { border-color: #294563;} - -#footer { background-color: #E5E4D9;} - -.ForrestTable { background-color: #4C6C8F;} +#top .header .current a:link { color: #ffffff; } +#top .header .current a:visited { color: #ffffff; } +#top .header .current a:hover { color: #ffffff; } + +#tabs li { background-color: #E5E4D9 ;} +#tabs li a:link { color: #000000; } +#tabs li a:visited { color: #000000; } +#tabs li a:hover { color: #000000; } #level2tabs a.selected { background-color: #4C6C8F ;} #level2tabs a:link { color: #ffffff; } @@ -119,6 +80,26 @@ color: #FFFFFF; background: #4C6C8F; } +#publishedStrip { +color: #000000; +background: #E5E4D9; +} + +#menu .menupagetitle { background-color: #CFDCED; + color: #000000;} + +#menu { border-color: #999999;} +#menu .menupagetitle { border-color: #999999;} +#menu .menupageitemgroup { border-color: #999999;} + +#menu { background-color: #4C6C8F;} +#menu { color: #ffffff;} +#menu a:link { color: #ffffff;} +#menu a:visited { color: #ffffff;} +#menu a:hover { +background-color: #4C6C8F; +color: #ffffff;} + #menu h1 { color: #000000; background-color: #cfdced; @@ -151,6 +132,8 @@ a:visited { color:#009999} a:hover { color:#6587ff} +.ForrestTable { background-color: #ccc;} + .ForrestTable td { background-color: #ffffff;} .highlight { background-color: #ffff00;} @@ -162,19 +145,20 @@ a:hover { color:#6587ff} .warning { border-color: #900;} .code { border-color: #a5b6c6;} + +#footer { background-color: #E5E4D9;} /* extra-css */ - + p.quote { margin-left: 2em; padding: .5em; background-color: #f0f0f0; font-family: monospace; } - #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 } \ No newline at end of file Modified: xmlbeans/site/build/site/skin/screen.css URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/skin/screen.css?rev=1835325&r1=1835324&r2=1835325&view=diff ============================================================================== --- xmlbeans/site/build/site/skin/screen.css (original) +++ xmlbeans/site/build/site/skin/screen.css Sat Jul 7 18:22:12 2018 @@ -418,12 +418,12 @@ img.cornersmall { position: relative; /* IE bugfix cont'd */ padding: 5px; margin: 0; - width: 45%; + width: 60%; } #footer .lastmodified { position: relative; /* IE bugfix cont'd */ float: right; - width: 45%; + width: 30%; padding: 5px; margin: 0; text-align: right; @@ -455,17 +455,13 @@ acronym { cursor: help; } } #motd-area { - position: relative; /* IE bugfix cont'd */ - float: right; + position:relative; + float:right; width: 35%; background-color: #f0f0ff; - border-top: solid 1px #4C6C8F; - border-bottom: solid 1px #4C6C8F; - margin-bottom: 15px; - margin-left: 15px; - margin-right: 10%; - padding-bottom: 5px; - padding-top: 5px; + border: solid 1px #4C6C8F; + margin: 0px 0px 10px 10px; + padding: 5px; } #minitoc-area { @@ -483,6 +479,10 @@ acronym { cursor: help; } font-weight: normal; } +.abstract{ + text-align:justify; + } + li p { margin: 0; padding: 0; Modified: xmlbeans/site/forrest.properties URL: http://svn.apache.org/viewvc/xmlbeans/site/forrest.properties?rev=1835325&r1=1835324&r2=1835325&view=diff ============================================================================== --- xmlbeans/site/forrest.properties (original) +++ xmlbeans/site/forrest.properties Sat Jul 7 18:22:12 2018 @@ -1,9 +1,9 @@ -# 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 # @@ -14,20 +14,31 @@ # limitations under the License. ############## -# Properties used by forrest.build.xml for building the website # These are the defaults, un-comment them only if you need to change them. +# +# You can even have a completely empty file, to assist with maintenance. +# This file is required, even if empty. +# +# The file obtained from 'forrest seed-sample' shows the defaults. ############## # Prints out a summary of Forrest settings for this project #forrest.echo=true # Project name (used to name .war file) -#project.name=xmlbeans +#project.name=my-project # Specifies name of Forrest skin to use # See list at http://forrest.apache.org/docs/skins.html #project.skin=pelt +# codename: Dispatcher +# Dispatcher is using a fallback mechanism for theming. +# You can configure the theme name and its extension here +#project.theme-extension=.fv +#project.theme=pelt + + # Descriptors for plugins and skins # comma separated list, file:// is supported #forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml @@ -62,6 +73,16 @@ #project.classes-dir=${project.content-dir}/classes #project.translations-dir=${project.content-dir}/translations +#project.build-dir=${project.home}/build +#project.site=site +#project.site-dir=${project.build-dir}/${project.site} +#project.temp-dir=${project.build-dir}/tmp + +############## +# Cocoon catalog entity resolver properties +# A local OASIS catalog file to supplement the default Forrest catalog +#project.catalog=${project.schema-dir}/catalog.xcat + ############## # validation properties @@ -75,20 +96,17 @@ #forrest.validate.stylesheets=${forrest.validate} #forrest.validate.skins=${forrest.validate} #forrest.validate.skins.stylesheets=${forrest.validate.skins} -forrest.validate.sitemap=false -forrest.validate.stylesheets=false -forrest.validate.skins=false -forrest.validate.skins.stylesheets=false # *.failonerror=(true|false) - stop when an XML file is invalid #forrest.validate.failonerror=true -#forrest.validate.includes=**/* -#forrest.validate.excludes= -#forrest.validate.xdocs.failonerror=${forrest.validate.failonerror} -#forrest.validate.xdocs.includes=**/*.x* +# *.excludes=(pattern) - comma-separated list of path patterns to not validate +# Note: If you do add an "excludes" list then you need to specify site.xml too. +# e.g. +#forrest.validate.xdocs.excludes=site.xml, samples/subdir/**, samples/faq.xml #forrest.validate.xdocs.excludes=site.xml + ############## # General Forrest properties @@ -98,12 +116,18 @@ forrest.validate.skins.stylesheets=false # Set logging level for messages printed to the console # (DEBUG, INFO, WARN, ERROR, FATAL_ERROR) #project.debuglevel=ERROR + # Max memory to allocate to Java #forrest.maxmemory=64m + # Any other arguments to pass to the JVM. For example, to run on an X-less # server, set to -Djava.awt.headless=true #forrest.jvmargs= -#project.bugtracking-url=http://nagoya.apache.org/bugzilla/show_bug.cgi?id= + +# The bugtracking URL - the issue number will be appended +# Projects would use their own issue tracker, of course. +#project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id= +#project.bugtracking-url=http://issues.apache.org/jira/browse/ # The issues list as rss #project.issues-rss-url= @@ -111,19 +135,25 @@ forrest.validate.skins.stylesheets=false #I18n Property. Based on the locale request for the browser. #If you want to use it for static site then modify the JVM system.language # and run once per language -#project.i18n=true +#project.i18n=false # The names of plugins that are required to build the project # comma separated list (no spaces) # You can request a specific version by appending "-VERSION" to the end of -# the plugin name. If you exclude a version number the latest released version -# will be used, however, be aware that this may be a development version. In -# a production environment it is recomended that you specify a known working +# the plugin name. If you exclude a version number, the latest released version +# will be used. However, be aware that this may be a development version. In +# a production environment it is recommended that you specify a known working # version. -# Run "forrest available-plugins" for a list of plug-ins currently available -#project.required.plugins=org.apache.forrest.plugin.output.pdf -project.required.plugins=org.apache.forrest.plugin.input.projectInfo-0.1 +# Run "forrest available-plugins" for a list of plug-ins currently available. +project.required.plugins=org.apache.forrest.plugin.output.pdf + +# codename: Dispatcher +# Add the following plugins to project.required.plugins: +#org.apache.forrest.plugin.internal.dispatcher # Proxy configuration -# proxy.host= -# proxy.port= +# - proxy.user and proxy.password are only needed if the proxy is an authenticated one... +# proxy.host=myproxy.example.org +# proxy.port=<ProxyPort, if not the default : 80> +# proxy.user=<login, if authenticated proxy> +# proxy.password=<password, if authenticated proxy> Modified: xmlbeans/site/src/documentation/README.txt URL: http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/README.txt?rev=1835325&r1=1835324&r2=1835325&view=diff ============================================================================== --- xmlbeans/site/src/documentation/README.txt (original) +++ xmlbeans/site/src/documentation/README.txt Sat Jul 7 18:22:12 2018 @@ -1,10 +1,7 @@ -This is the base documentation directory. It usually contains two files: +This is the base documentation directory. skinconf.xml # This file customizes Forrest for your project. In it, you # tell forrest the project name, logo, copyright info, etc -sitemap.xmap # Optional. This sitemap overrides the default one bundled - # with Forrest. Typically, one would copy a sitemap from - # xml-forrest/src/resources/conf/sitemap.xmap, and customize - # it. - +sitemap.xmap # Optional. This sitemap is consulted before all core sitemaps. + # See http://forrest.apache.org/docs/project-sitemap.html Added: xmlbeans/site/src/documentation/classes/CatalogManager.properties URL: http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/classes/CatalogManager.properties?rev=1835325&view=auto ============================================================================== --- xmlbeans/site/src/documentation/classes/CatalogManager.properties (added) +++ xmlbeans/site/src/documentation/classes/CatalogManager.properties Sat Jul 7 18:22:12 2018 @@ -0,0 +1,62 @@ +# 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. + +#======================================================================= +# CatalogManager.properties for Catalog Entity Resolver. +# +# This is the default properties file for your project. +# This facilitates local configuration of application-specific catalogs. +# If you have defined any local catalogs, then they will be loaded +# before Forrest's core catalogs. +# +# See the Apache Forrest documentation: +# http://forrest.apache.org/docs/your-project.html +# http://forrest.apache.org/docs/validation.html + +# verbosity: +# The level of messages for status/debug (messages go to standard output). +# The setting here is for your own local catalogs. +# The verbosity of Forrest's core catalogs is controlled via +# main/webapp/WEB-INF/cocoon.xconf +# +# The following messages are provided ... +# 0 = none +# 1 = ? (... not sure yet) +# 2 = 1+, Loading catalog, Resolved public, Resolved system +# 3 = 2+, Catalog does not exist, resolvePublic, resolveSystem +# 10 = 3+, List all catalog entries when loading a catalog +# (Cocoon also logs the "Resolved public" messages.) +verbosity=1 + +# catalogs ... list of additional catalogs to load +# (Note that Apache Forrest will automatically load its own default catalog +# from main/webapp/resources/schema/catalog.xcat) +# Use either full pathnames or relative pathnames. +# pathname separator is always semi-colon (;) regardless of operating system +# directory separator is always slash (/) regardless of operating system +# The project catalog is expected to be at ../resources/schema/catalog.xcat +#catalogs=../resources/schema/catalog.xcat +# FIXME: Workaround FOR-548 "project DTD catalogs are not included +# when running as a servlet WAR". +# Same catalog, different path +catalogs=../resources/schema/catalog.xcat;../../project/src/documentation/resources/schema/catalog.xcat + +# relative-catalogs +# If false, relative catalog URIs are made absolute with respect to the +# base URI of the CatalogManager.properties file. This setting only +# applies to catalog URIs obtained from the catalogs property in the +# CatalogManager.properties file +# Example: relative-catalogs=[yes|no] +relative-catalogs=no Added: xmlbeans/site/src/documentation/content/locationmap.xml URL: http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/locationmap.xml?rev=1835325&view=auto ============================================================================== --- xmlbeans/site/src/documentation/content/locationmap.xml (added) +++ xmlbeans/site/src/documentation/content/locationmap.xml Sat Jul 7 18:22:12 2018 @@ -0,0 +1,41 @@ +<?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. +--> +<locationmap xmlns="http://apache.org/forrest/locationmap/1.0"> + <components> + <matchers default="lm"> + <matcher + name="lm" + src="org.apache.forrest.locationmap.WildcardLocationMapHintMatcher"/> + </matchers> + </components> + <locator> + <!-- + To locate all your source documents in a slide repository you can do: + + <match pattern="tabs.xml"> + <location src="http://127.0.0.1:8080/slide/files/tabs.xml"/> + </match> + <match pattern="site.xml"> + <location src="http://127.0.0.1:8080/slide/files/site.xml"/> + </match> + <match pattern="**.xml"> + <location src="http://127.0.0.1:8080/slide/files/{1}.xml"/> + </match> + --> + </locator> +</locationmap> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org