Jean T. Anderson wrote:
... I promise to post an 'svn diff' later today for site-publish\skin\screen.css -- has been too busy to get to yet. If anyone has opinions about which file(s) I should do 'svn diff' on I'll be happy to do that(those).
site-publish\skin\basic.css was smaller so I did that diff instead. It looks like the entire file is duplicated (157 lines in the file, 319 lines in the diff).
I also did a diff on projects\derby.html because to my eye it exhibits something different (595 lines in the file, 54 lines in the diff). There are entries such as these:
-<a href="#Produce+a+release">Produce a release +<a href="#Produce+a+release">Produce a release -<h3 class="underlined_5">Project Setup +<h3 class="underlined_5">Project Setup regards, -jean
Index: basic.css =================================================================== --- basic.css (revision 372042) +++ basic.css (working copy) @@ -1,157 +1,313 @@ /* + * 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 + * + * 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. + */ + /** + * General + */ + + img { border: 0; } + + #content table { + border: 0; + width: 100%; + } + /*Hack to get IE to render the table at 100%*/ + * html #content table { margin-left: -3px; } + + #content th, + #content td { + margin: 0; + padding: 0; + vertical-align: top; + } + + .clearboth { + clear: both; + } + + .note, .warning, .fixme { + border: solid black 1px; + margin: 1em 3em; + } + + .note .label { + background: #369; + color: white; + font-weight: bold; + padding: 5px 10px; + } + .note .content { + background: #F0F0FF; + color: black; + line-height: 120%; + font-size: 90%; + padding: 5px 10px; + } + .warning .label { + background: #C00; + color: white; + font-weight: bold; + padding: 5px 10px; + } + .warning .content { + background: #FFF0F0; + color: black; + line-height: 120%; + font-size: 90%; + padding: 5px 10px; + } + .fixme .label { + background: #C6C600; + font-weight: bold; + padding: 5px 10px; + } + .fixme .content { + padding: 5px 10px; + } + + /** + * Typography + */ + + body { + font-family: verdana, "Trebuchet MS", arial, helvetica, sans-serif; + font-size: 100%; + } + + #content { + font-family: Georgia, Palatino, Times, serif; + font-size: 95%; + } + #tabs { + font-size: 70%; + } + #menu { + font-size: 80%; + } + #footer { + font-size: 70%; + } + + h1, h2, h3, h4, h5, h6 { + font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif; + font-weight: bold; + margin-top: 1em; + margin-bottom: .5em; + } + + h1 { + margin-top: 0; + margin-bottom: 1em; + font-size: 1.4em; + } + #content h1 { + font-size: 160%; + margin-bottom: .5em; + } + #menu h1 { + margin: 0; + padding: 10px; + background: #336699; + color: white; + } + h2 { font-size: 120%; } + h3 { font-size: 100%; } + h4 { font-size: 90%; } + h5 { font-size: 80%; } + h6 { font-size: 75%; } + + p { + line-height: 120%; + text-align: left; + margin-top: .5em; + margin-bottom: 1em; + } + + #content li, + #content th, + #content td { + line-height: 110%; + margin-top: .1em; + margin-bottom: .1em; + } + + #content .attribution { + text-align: right; + font-style: italic; + font-size: 85%; + margin-top: 1em; + } + + .codefrag { + font-family: "Courier New", Courier, monospace; + font-size: 110%; + } \ No newline at end of file
Index: derby.html =================================================================== --- derby.html (revision 372042) +++ derby.html (working copy) @@ -269,7 +269,7 @@ <a href="#Incubation+work+items">Incubation work items</a> <ul class="minitoc"> <li> -<a href="#Project+Setup">Project Setup +<a href="#Project+Setup">Project Setup </a> <ul class="minitoc"> <li> @@ -296,11 +296,11 @@ <a href="#Project+Goals+during+Incubation">Project Goals during Incubation</a> <ul class="minitoc"> <li> -<a href="#Build+independent+development+community">Build independent development community +<a href="#Build+independent+development+community">Build independent development community </a> </li> <li> -<a href="#Produce+a+release">Produce a release +<a href="#Produce+a+release">Produce a release </a> </li> </ul> @@ -440,7 +440,7 @@ <h2 class="underlined_10">Incubation work items</h2> <div class="section"> <a name="N100E3"></a><a name="Project+Setup"></a> -<h3 class="underlined_5">Project Setup +<h3 class="underlined_5">Project Setup </h3> <a name="N100E7"></a><a name="Identify+the+codebase"></a> <h4>Identify the codebase</h4> @@ -537,7 +537,7 @@ <a name="N10177"></a><a name="Project+Goals+during+Incubation"></a> <h3 class="underlined_5">Project Goals during Incubation</h3> <a name="N1017B"></a><a name="Build+independent+development+community"></a> -<h4>Build independent development community +<h4>Build independent development community </h4> <ul> <li>221 subscribers to dev list (12.68 posts/day) </li> @@ -546,7 +546,7 @@ <li>PPMC has adopted a plan to actively build the developer community </li> </ul> <a name="N10188"></a><a name="Produce+a+release"></a> -<h4>Produce a release +<h4>Produce a release </h4> <ul> <li>(2004-12-06) 10.0.2.1 release approval voted </li>