svn commit: r1751678 - /forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css

2016-07-06 Thread sjur
Author: sjur
Date: Wed Jul  6 12:52:44 2016
New Revision: 1751678

URL: http://svn.apache.org/viewvc?rev=1751678=rev
Log:
Reverted a change from earlier today - it was based on a misunderstanding.

Modified:
forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css

Modified: forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css?rev=1751678=1751677=1751678=diff
==
--- forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css (original)
+++ forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css Wed Jul  6 
12:52:44 2016
@@ -104,11 +104,6 @@ table, th, td {
 border: 1px solid #ccc;
 }
 
-li > table.ForrestTable {
-margin-left: 2.5em;
-width: 90%;
-}
-
 /**
  * Page Header
  */




svn commit: r1751676 - /forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css

2016-07-06 Thread sjur
Author: sjur
Date: Wed Jul  6 12:43:28 2016
New Revision: 1751676

URL: http://svn.apache.org/viewvc?rev=1751676=rev
Log:
Proper margin of level2tabs when on small screens.

Modified:
forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css

Modified: forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css?rev=1751676=1751675=1751676=diff
==
--- forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css (original)
+++ forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css Wed Jul  6 
12:43:28 2016
@@ -290,6 +290,13 @@ html>body #top .searchbox {
 margin-left: 6px;*/
 }
 
+@media only screen and (max-width : 767px) {
+#level2tabs li {
+margin-left: 14px;
+margin-right: 14px;
+}
+}
+
 /*
 *border-top: solid #4C6C8F 15px;
 */




svn commit: r1751666 - in /forrest/trunk: LICENSE.txt main/webapp/skins/fleece-dev/LICENSE main/webapp/skins/fleece-dev/NOTICE

2016-07-06 Thread sjur
Author: sjur
Date: Wed Jul  6 12:09:03 2016
New Revision: 1751666

URL: http://svn.apache.org/viewvc?rev=1751666=rev
Log:
Added license info for components used by the fleece skin to the top level 
LICENSE.txt file, and removed the LICENSE and NOTICE files within the 
fleece-dev dir.

Removed:
forrest/trunk/main/webapp/skins/fleece-dev/LICENSE
forrest/trunk/main/webapp/skins/fleece-dev/NOTICE
Modified:
forrest/trunk/LICENSE.txt

Modified: forrest/trunk/LICENSE.txt
URL: 
http://svn.apache.org/viewvc/forrest/trunk/LICENSE.txt?rev=1751666=1751665=1751666=diff
==
--- forrest/trunk/LICENSE.txt (original)
+++ forrest/trunk/LICENSE.txt Wed Jul  6 12:09:03 2016
@@ -367,6 +367,13 @@ license: tools/eclipse/plugins/org.apach
 license: lib/core/concurrent-1.3.4.jar.license.txt
 
 
+These supporting products are licensed: The MIT License
+license: main/webapp/skins/fleece-dev/licenses/bootstrap-3.3.6.license.txt
+license: main/webapp/skins/fleece-dev/licenses/glyphicons.license.txt
+license: main/webapp/skins/fleece-dev/licenses/jquery-1.11.1.license.txt
+license: main/webapp/skins/fleece-dev/licenses/normalize-3.0.3.license.txt
+
+
 Others not yet classified ...
 
 lib/core/oreilly.permission.txt




svn commit: r1751665 - in /forrest/trunk/main/webapp/skins/fleece-dev/licenses: bootstrap-3.3.6.license.txt bootstrap.MIT glyphicons.MIT glyphicons.license.txt jquery-1.11.1.license.txt jquery.MIT nor

2016-07-06 Thread sjur
Author: sjur
Date: Wed Jul  6 12:05:56 2016
New Revision: 1751665

URL: http://svn.apache.org/viewvc?rev=1751665=rev
Log:
Renamed licenses according to forrest conventions. At the same time fixed the 
content of the jquery license (the previous version just contained a http error 
message).

Added:

forrest/trunk/main/webapp/skins/fleece-dev/licenses/bootstrap-3.3.6.license.txt
  - copied unchanged from r1751648, 
forrest/trunk/main/webapp/skins/fleece-dev/licenses/bootstrap.MIT
forrest/trunk/main/webapp/skins/fleece-dev/licenses/glyphicons.license.txt
  - copied unchanged from r1751648, 
forrest/trunk/main/webapp/skins/fleece-dev/licenses/glyphicons.MIT

forrest/trunk/main/webapp/skins/fleece-dev/licenses/jquery-1.11.1.license.txt
  - copied, changed from r1751648, 
forrest/trunk/main/webapp/skins/fleece-dev/licenses/jquery.MIT

forrest/trunk/main/webapp/skins/fleece-dev/licenses/normalize-3.0.3.license.txt
  - copied unchanged from r1751648, 
forrest/trunk/main/webapp/skins/fleece-dev/licenses/normalize.MIT
Removed:
forrest/trunk/main/webapp/skins/fleece-dev/licenses/bootstrap.MIT
forrest/trunk/main/webapp/skins/fleece-dev/licenses/glyphicons.MIT
forrest/trunk/main/webapp/skins/fleece-dev/licenses/jquery.MIT
forrest/trunk/main/webapp/skins/fleece-dev/licenses/normalize.MIT

Copied: 
forrest/trunk/main/webapp/skins/fleece-dev/licenses/jquery-1.11.1.license.txt 
(from r1751648, forrest/trunk/main/webapp/skins/fleece-dev/licenses/jquery.MIT)
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/fleece-dev/licenses/jquery-1.11.1.license.txt?p2=forrest/trunk/main/webapp/skins/fleece-dev/licenses/jquery-1.11.1.license.txt=forrest/trunk/main/webapp/skins/fleece-dev/licenses/jquery.MIT=1751648=1751665=1751665=diff
==
--- forrest/trunk/main/webapp/skins/fleece-dev/licenses/jquery.MIT (original)
+++ 
forrest/trunk/main/webapp/skins/fleece-dev/licenses/jquery-1.11.1.license.txt 
Wed Jul  6 12:05:56 2016
@@ -1 +1,36 @@
-{"error":"Not Found"}
\ No newline at end of file
+Copyright jQuery Foundation and other contributors, https://jquery.org/
+
+This software consists of voluntary contributions made by many
+individuals. For exact contribution history, see the revision history
+available at https://github.com/jquery/jquery
+
+The following license applies to all parts of this software except as
+documented below:
+
+
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+
+All files located in the node_modules and external directories are
+externally maintained libraries used by this software which have their
+own licenses; we recommend you read them, as their terms may differ from
+the terms above.




svn commit: r1751656 - /forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml

2016-07-06 Thread sjur
Author: sjur
Date: Wed Jul  6 11:22:15 2016
New Revision: 1751656

URL: http://svn.apache.org/viewvc?rev=1751656=rev
Log:
Added more subsections, both to test rendering using the fleece skin, and to 
demonstrate the capability for new users.

Modified:

forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml

Modified: 
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml?rev=1751656=1751655=1751656=diff
==
--- 
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml
 (original)
+++ 
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml
 Wed Jul  6 11:22:15 2016
@@ -258,6 +258,24 @@
   
 Which contains a subsection (2.1).
   
+  
+Section 2.1.1
+
+  Which contains one more subsection (2.1.1).
+
+
+  Section 2.1.1.1
+  
+Which contains one more subsection (2.1.1.1).
+  
+  
+Section 2.1.1.1.1
+
+  Which contains one more subsection (2.1.1.1.1).
+
+  
+
+  
 
   
   




svn commit: r1751655 - in /forrest/trunk/main/webapp/skins/fleece-dev: css/screen.css xslt/html/site-to-xhtml.xsl

2016-07-06 Thread sjur
Author: sjur
Date: Wed Jul  6 11:12:31 2016
New Revision: 1751655

URL: http://svn.apache.org/viewvc?rev=1751655=rev
Log:
Better rendering of lower-level headings, and adherence to the skinconf.xsl 
setting headings@type (pelt only obey this setting for level 1 and 2 sections, 
not lower).

Modified:
forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css
forrest/trunk/main/webapp/skins/fleece-dev/xslt/html/site-to-xhtml.xsl

Modified: forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css?rev=1751655=1751654=1751655=diff
==
--- forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css (original)
+++ forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css Wed Jul  6 
11:12:31 2016
@@ -555,12 +555,16 @@ acronym {
 box-shadow: 0 0 0.4em #E7E7E7;
 }
 
+.underlined_10 {
+border-bottom: solid 10px #E7E7E7;
+}
+
 .underlined_5 {
 border-bottom: solid 5px #E7E7E7;
 }
 
-.underlined_10 {
-border-bottom: solid 10px #E7E7E7;
+.underlined_2 {
+border-bottom: solid 2px #E7E7E7;
 }
 
 /*  snail trail  */

Modified: forrest/trunk/main/webapp/skins/fleece-dev/xslt/html/site-to-xhtml.xsl
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/fleece-dev/xslt/html/site-to-xhtml.xsl?rev=1751655=1751654=1751655=diff
==
--- forrest/trunk/main/webapp/skins/fleece-dev/xslt/html/site-to-xhtml.xsl 
(original)
+++ forrest/trunk/main/webapp/skins/fleece-dev/xslt/html/site-to-xhtml.xsl Wed 
Jul  6 11:12:31 2016
@@ -296,6 +296,46 @@ footer, searchbar, css etc.  As input, i
 
 
 
+  
+
+  
+
+  
+
+  
+  
+
+  
+
+  
+  
+
+  
+
+  
+
+  
+
+  
+
+  
+
+  
+
+  
+  
+
+  
+
+  
+  
+
+  
+
+  
+
+  
+
 
 
 




svn commit: r1751648 - in /forrest/trunk/main/webapp/skins/fleece-dev: LICENSE NOTICE licenses/ licenses/bootstrap.MIT licenses/glyphicons.MIT licenses/jquery.MIT licenses/normalize.MIT

2016-07-06 Thread sjur
Author: sjur
Date: Wed Jul  6 10:15:11 2016
New Revision: 1751648

URL: http://svn.apache.org/viewvc?rev=1751648=rev
Log:
Added license info and license texts.

Added:
forrest/trunk/main/webapp/skins/fleece-dev/LICENSE
forrest/trunk/main/webapp/skins/fleece-dev/NOTICE
forrest/trunk/main/webapp/skins/fleece-dev/licenses/
forrest/trunk/main/webapp/skins/fleece-dev/licenses/bootstrap.MIT
forrest/trunk/main/webapp/skins/fleece-dev/licenses/glyphicons.MIT
forrest/trunk/main/webapp/skins/fleece-dev/licenses/jquery.MIT
forrest/trunk/main/webapp/skins/fleece-dev/licenses/normalize.MIT

Added: forrest/trunk/main/webapp/skins/fleece-dev/LICENSE
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/fleece-dev/LICENSE?rev=1751648=auto
==
--- forrest/trunk/main/webapp/skins/fleece-dev/LICENSE (added)
+++ forrest/trunk/main/webapp/skins/fleece-dev/LICENSE Wed Jul  6 10:15:11 2016
@@ -0,0 +1,213 @@
+
+ Apache License
+   Version 2.0, January 2004
+http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+  "License" shall mean the terms and conditions for use, reproduction,
+  and distribution as defined by Sections 1 through 9 of this document.
+
+  "Licensor" shall mean the copyright owner or entity authorized by
+  the copyright owner that is granting the License.
+
+  "Legal Entity" shall mean the union of the acting entity and all
+  other entities that control, are controlled by, or are under common
+  control with that entity. For the purposes of this definition,
+  "control" means (i) the power, direct or indirect, to cause the
+  direction or management of such entity, whether by contract or
+  otherwise, or (ii) ownership of fifty percent (50%) or more of the
+  outstanding shares, or (iii) beneficial ownership of such entity.
+
+  "You" (or "Your") shall mean an individual or Legal Entity
+  exercising permissions granted by this License.
+
+  "Source" form shall mean the preferred form for making modifications,
+  including but not limited to software source code, documentation
+  source, and configuration files.
+
+  "Object" form shall mean any form resulting from mechanical
+  transformation or translation of a Source form, including but
+  not limited to compiled object code, generated documentation,
+  and conversions to other media types.
+
+  "Work" shall mean the work of authorship, whether in Source or
+  Object form, made available under the License, as indicated by a
+  copyright notice that is included in or attached to the work
+  (an example is provided in the Appendix below).
+
+  "Derivative Works" shall mean any work, whether in Source or Object
+  form, that is based on (or derived from) the Work and for which the
+  editorial revisions, annotations, elaborations, or other modifications
+  represent, as a whole, an original work of authorship. For the purposes
+  of this License, Derivative Works shall not include works that remain
+  separable from, or merely link (or bind by name) to the interfaces of,
+  the Work and Derivative Works thereof.
+
+  "Contribution" shall mean any work of authorship, including
+  the original version of the Work and any modifications or additions
+  to that Work or Derivative Works thereof, that is intentionally
+  submitted to Licensor for inclusion in the Work by the copyright owner
+  or by an individual or Legal Entity authorized to submit on behalf of
+  the copyright owner. For the purposes of this definition, "submitted"
+  means any form of electronic, verbal, or written communication sent
+  to the Licensor or its representatives, including but not limited to
+  communication on electronic mailing lists, source code control systems,
+  and issue tracking systems that are managed by, or on behalf of, the
+  Licensor for the purpose of discussing and improving the Work, but
+  excluding communication that is conspicuously marked or otherwise
+  designated in writing by the copyright owner as "Not a Contribution."
+
+  "Contributor" shall mean Licensor and any individual or Legal Entity
+  on behalf of whom a Contribution has been received by Licensor and
+  subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+  this License, each Contributor hereby grants to You a perpetual,
+  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+  copyright license to reproduce, prepare Derivative Works of,
+  publicly display, publicly perform, sublicense, and distribute the
+  Work and such Derivative Works in Source or Object 

svn commit: r1751617 - /forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css

2016-07-06 Thread sjur
Author: sjur
Date: Wed Jul  6 07:55:41 2016
New Revision: 1751617

URL: http://svn.apache.org/viewvc?rev=1751617=rev
Log:
Table rendering.

Modified:
forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css

Modified: forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css?rev=1751617=1751616=1751617=diff
==
--- forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css (original)
+++ forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css Wed Jul  6 
07:55:41 2016
@@ -72,32 +72,41 @@ h5 {
 * table
 */
 table .title {
-/*background-color: #00;*/
+background-color: #888;
 }
 
 .ForrestTable {
-/*color: #ff;
-background-color: #7099C5;
+background-color: #ccc;
 width: 100%;
 font-size : 100%;
-empty-cells: show;*/
+empty-cells: show;
+border-collapse: collapse;
 }
 
 table caption {
-/*padding-left: 5px;
+padding-left: 5px;
 color: white;
 text-align: left;
 font-weight: bold;
-background-color: #00;*/
+background-color: #888;
 }
 
 .ForrestTable td {
-/*color: black;
-background-color: #f0f0ff;*/
+color: black;
+background-color: #f5f5f5;
 }
 
 .ForrestTable th {
-/*text-align: center;*/
+text-align: center;
+}
+
+table, th, td {
+border: 1px solid #ccc;
+}
+
+li > table.ForrestTable {
+margin-left: 2.5em;
+width: 90%;
 }
 
 /**




svn commit: r1751613 - /forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css

2016-07-06 Thread sjur
Author: sjur
Date: Wed Jul  6 07:35:16 2016
New Revision: 1751613

URL: http://svn.apache.org/viewvc?rev=1751613=rev
Log:
Make the fleece skin obey header formatting specifications from skinconf.xsl, 
colours suitable for bootstrap.

Modified:
forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css

Modified: forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css?rev=1751613=1751612=1751613=diff
==
--- forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css (original)
+++ forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css Wed Jul  6 
07:35:16 2016
@@ -542,15 +542,16 @@ acronym {
 }
 
 .boxed {
-/*background-color: #a5b6c6;*/
+background-color: #E7E7E7;
+box-shadow: 0 0 0.4em #E7E7E7;
 }
 
 .underlined_5 {
-/*border-bottom: solid 5px #4C6C8F;*/
+border-bottom: solid 5px #E7E7E7;
 }
 
 .underlined_10 {
-/*border-bottom: solid 10px #4C6C8F;*/
+border-bottom: solid 10px #E7E7E7;
 }
 
 /*  snail trail  */




svn commit: r1751604 - /forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml

2016-07-06 Thread crossley
Author: crossley
Date: Wed Jul  6 06:07:12 2016
New Revision: 1751604

URL: http://svn.apache.org/viewvc?rev=1751604=rev
Log:
Use same element order for "width" and "height" as for the "credit" elements.

Modified:
forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml

Modified: forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml?rev=1751604=1751603=1751604=diff
==
--- forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml 
(original)
+++ forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml Wed 
Jul  6 06:07:12 2016
@@ -62,8 +62,8 @@ which will be used to configure the chos
   MyProject Description
   http://example.org/myproj/
   images/project.png
-  50
   
+  50
 
 
 
   
   
-  
   
+  
 
   
 




svn commit: r1751603 - /forrest/trunk/main/webapp/resources/schema/dtd/skinconfig-v08-2.dtd

2016-07-06 Thread crossley
Author: crossley
Date: Wed Jul  6 06:07:06 2016
New Revision: 1751603

URL: http://svn.apache.org/viewvc?rev=1751603=rev
Log:
Add optional elements that were introduced with the new "fleece" skin:
project-logo-width, project-logo-height, 
group-logo-width, group-logo-height, 
host-logo-width, host-logo-height, host-description

Modified:
forrest/trunk/main/webapp/resources/schema/dtd/skinconfig-v08-2.dtd

Modified: forrest/trunk/main/webapp/resources/schema/dtd/skinconfig-v08-2.dtd
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/resources/schema/dtd/skinconfig-v08-2.dtd?rev=1751603=1751602=1751603=diff
==
--- forrest/trunk/main/webapp/resources/schema/dtd/skinconfig-v08-2.dtd 
(original)
+++ forrest/trunk/main/webapp/resources/schema/dtd/skinconfig-v08-2.dtd Wed Jul 
 6 06:07:06 2016
@@ -51,9 +51,13 @@ NOTES:
disable-xml-link?, disable-external-link-image?, 
disable-compliance-links?, obfuscate-mail-links?, obfuscate-mail-value?, 
disable-font-script?, 
-   project-name?, project-description?, project-url?, project-logo,
-   group-name?, group-description?, group-url?, group-logo?,
-   host-url?, host-logo?, favicon-url?,
+   project-name?, project-description?, project-url?,
+   project-logo, project-logo-width?, project-logo-height?,
+   group-name?, group-description?, group-url?,
+   group-logo, group-logo-width?, group-logo-height?,
+   host-description?, host-url?,
+   host-logo, host-logo-width?, host-logo-height?,
+   favicon-url?,
disable-copyright-footer?, year?, vendor?, copyright-link?, 
trademark-statement?,
trail?, toc?, headings?, feedback?, motd?,
extra-css?, colors?, pdf?, credits?)>
@@ -78,12 +82,19 @@ NOTES:
   
   
   
+  
+  
   
   
   
   
+  
+  
+  
   
   
+  
+