--- a/build.xml +++ a/build.xml @@ -2293,6 +2293,32 @@ run JMeter unless all the JMeter jars are added. + + + + + + + + + + + + + + + + + + + Remove superfluos &amp; + + Removing unnecessary </br> tags + + + --- a/xdocs/css/new-style.css +++ a/xdocs/css/new-style.css @@ -0,0 +1,339 @@ +/* + 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. +*/ + +.main { + font-family: DejaVu Sans; + width: 60em; +} + +img { + border: 0; +} + +.menu, h1, h2, h3, h4, h5, .go-top, .title { + font-family: "Special Elite"; +} + +.footer { + background-color: #444; + border-top: 1px solid black; + color: white; + margin-top: 3em; + padding: 2em 0 1em; + text-align: center; + box-shadow: 0 -8px 21px 0 rgba(0, 0, 0, 0.2); +} + +.menu { + border: 1px solid lightgray; + box-shadow: 5px 5px 10px rgba(20, 20, 20, 0.3); + list-style: outside none none; + margin: 0.5em; + padding: 0.5em; + background-color: #eee; +} + +.menu+.menu { + margin-top: 1.5em; +} + +.menu img { + margin-left: 0.3em; + vertical-align: middle; +} + +.banner { + border: 1px solid lightgray; + box-shadow: 5px 5px 10px rgba(20, 20, 20, 0.3); + list-style: outside none none; + margin: 1.5em 0.5em 0.5em; + padding: 0.5em; + background-color: #fff; + text-align: center; +} + +.banner > iframe { + width: 140px; +} + +body { + margin: 0px; + padding: 0px; +} + +.section + pre { + background: none repeat scroll 0 0 lightblue; + padding: 0.2em; + font-family: dejavu sans mono; + overflow: auto; +} + +.code { + background: none repeat scroll 0 0 lightblue; + padding: 0.1em; + font-family: dejavu sans mono; +} + +.required-Yes>span { + font-weight: bold; +} + +.deprecated, .note { + background: none repeat scroll 0 0 #fee; + border: 1px solid #dbb; + margin: 1em; + padding: 1em; +} + +.component { + background: none repeat scroll 0 0 #fff; + margin: 1em; + padding: 0.4em; +} + +.subsection { + background: none repeat scroll 0 0 white; + margin: 1em; + padding: 1em; +} + +.screenshot { + margin: 2em; + padding: 0; +} + +.figure { + margin: 1em 2em; +} + +.figure>img, .screenshot>img { + box-shadow: 10px 10px 10px 0 rgba(50, 50, 50, 0.25); + overflow: auto; +} + +.clear { + clear: both; +} + +.nostyle { + border: 1px solid black; +} + +.title { + font-size: 120%; + font-weight: bold; +} + +.example { + background: none repeat scroll 0 0 lightgray; + border: 1px solid gray; + clear: both; + padding: 1em; + margin: 1em; +} + +.property .name, .property + .description, .property + .required { + display: inline-block; +} + +.property .name { + font-style: italic; + vertical-align: top; + width: 20%; +} + +.property .description { + vertical-align: top; + width: 60%; +} + +.property .required { + vertical-align: top; + width: 20%; +} + +.property+.property { + margin-top: 0.5em; +} + +.required.req-false { + font-weight: lighter; +} + +.go-top { + margin: 1em 0; + font-size: 120%; +} + +.properties { + background: none repeat scroll 0 0 lightgoldenrodyellow; + border: 1px solid darksalmon; + margin: 1em; + padding: 1em; +} + +.properties .title { + font-size: 100%; +} + +th { + border-bottom: 1px solid black; + font-family: "Special Elite"; + text-align: left; +} + +td { + vertical-align: top; +} + +tr + tr { + margin-top: 0.2em; +} + +table { + border-bottom: 2px solid; + border-top: 2px solid; +} + +.nav { + display: inline-block; + max-width: 20em; + vertical-align: top; + width: 33%; +} + +.main { + display: inline-block; + margin-left: 2em; + max-width: 60em; + width: 60%; +} + +.header { + clear: both; + display: table; + margin-bottom: 2em; + width: 100%; + box-shadow: 0px 5px 33px 0px rgba(0, 0, 0, 0.2); + padding: 1em 0em 2em; + border-bottom: 1px solid gray; +} + +.header span { + display: table-cell; + vertical-align: middle; +} + +.header span+span { + text-align: center; +} + +.sectionlink { + display: none; +} + +:hover>.sectionlink { + display: inline; + color: orange; +} + +.pagelinks { + list-style: none; +} + +.pagelinks li { + display: inline-block; + margin: 1em; +} + +.pagelinks>li { + background-color: #ddd; + border: 1px solid #bbb; + box-shadow: 5px 5px 5px rgba(20, 20, 20, 0.2); + padding: 0.5em 1em; +} + +.pagelinks li { + display: inline-block; + margin: 1em; + font-family: "Special Elite"; +} + +.section-index { + font-family: "Special Elite"; + margin:; + list-style: none; +} + +.section-index>li { + margin: 1em; + background-color: #eee; + padding: 1em; + border: 1px solid #bbb; + box-shadow: 5px 5px 5px rgba(20, 20, 20, 0.2); +} + +@media screen and (max-width: 900px) { + .nav { + display: block; + width: 100%; + max-width: 100%; + } + .main { + display: block; + width: 100%; + max-width: 100%; + margin-left: 0.5em; + } + .section-index, pagelinks { + padding-left: 0px; + margin-left: 0px; + } + .figure { + margin: 1em 0px; + } + .properties { + margin: 0px; + } + .property .name, .property + .description, .property + .required { + display: block; + width: 100%; + } + .property .required { + border-bottom: 1px solid #ddd; + } + .property .required::before { + content: 'R: '; + } + .property .name::before { + content: 'N: '; + } + .property .description::before { + content: 'D: '; + } + .header { + display: block; + } + .header span { + display: inline; + } +} --- a/xdocs/stylesheets/website-style.xsl +++ a/xdocs/stylesheets/website-style.xsl @@ -0,0 +1,530 @@ + + + + + + + + + + + + + + + + + + + + + + + + <xsl:value-of select="$project/title" /> + - + <xsl:value-of select="properties/title" /> + + + + + + + + + + + + + + + + + +
+ + APACHE LOGO + + + + Logo ASF + + + + + + + + + + + + + + PROJECT LOGO + + + + {$alt} + + + + +
+ + + + +
+
+
+ +
+ + + + + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  • + + + + + + +
  • +
    + + +
    +

    + + + + + + +

    + +
    +
    + + +

    + +

    +
    + + +

    + +

    +
    + + +

    + +

    +
    + + +
    +

    + + + + + + +

    + +
    +
    + + +
    +      
    +    
    +
    + + + + + + + + +
    + +
    +
    + + +
    +

    + + + + (was: + + ) + + + + + + + +

    + +
    + *** This element is deprecated. Use + + + + instead *** +
    +
    + +
    + +
    +
    + +
    + ^ +
    +
    +
    + + + + + &para; + + + +
    +

    + Parameters + + + + + +

    +
    +
    Attribute
    +
    Description
    +
    Required
    +
    + +
    +
    + + +
    +
    + +
    +
    + +
    +
    + + + + + + No + + +
    +
    +
    + + +
    +
    + +
    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + +
    +
    +
    + + + + Bug + + + + + + + Bug + + + - + + + + + + + +
  • + + + +
  • +
    + + +
    +
    + + + + + + +
    + +
    +
    + + + + +
    +
    + + + + + + + + + + +
    + + + +
    +
    + + + + + + + +