You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2004/03/15 14:02:13 UTC

svn commit: rev 9494 - in xml/forrest/trunk: etc scratchpad/layout/xml.apache.org

Author: crossley
Date: Mon Mar 15 05:02:12 2004
New Revision: 9494

Added:
   xml/forrest/trunk/scratchpad/layout/xml.apache.org/README.txt
Removed:
   xml/forrest/trunk/scratchpad/layout/xml.apache.org/README
Modified:
   xml/forrest/trunk/etc/relicense-tree.txt
   xml/forrest/trunk/scratchpad/layout/xml.apache.org/graphs.svg
   xml/forrest/trunk/scratchpad/layout/xml.apache.org/home.css
   xml/forrest/trunk/scratchpad/layout/xml.apache.org/page.css
Log:
Add Apache License 2.0 to scratchpad/layout


Modified: xml/forrest/trunk/etc/relicense-tree.txt
==============================================================================
--- xml/forrest/trunk/etc/relicense-tree.txt	(original)
+++ xml/forrest/trunk/etc/relicense-tree.txt	Mon Mar 15 05:02:12 2004
@@ -72,10 +72,10 @@
 L    |   |           `-- resources
 L    |   |               |-- javasrc
 L    |   |               `-- jsdoc
-     |   `-- layout
-     |       |-- resources
-     |       `-- xml.apache.org
-     |-- src
+L    |   `-- layout
+L    |       |-- resources
+L    |       `-- xml.apache.org
+L    |-- src
 L    |   |-- core
 L    |   |   |-- bin
 *    |   |   |-- context    # jettyconf.xml ?

Added: xml/forrest/trunk/scratchpad/layout/xml.apache.org/README.txt
==============================================================================
--- (empty file)
+++ xml/forrest/trunk/scratchpad/layout/xml.apache.org/README.txt	Mon Mar 15 05:02:12 2004
@@ -0,0 +1,19 @@
+
+ xml.apache.org layout
+ ---------------------
+ 
+Here you find:
+
+ 1) a stub for the xml.apache.org home page (home.html)
+ 
+ [NOTE: this works on 5th generation browsers only. 
+  TODO: write the 4th generation compatible HTML on another page (different
+  pages will be served depending on requesting user-agent]
+  
+ 2) a stub for an internal documentation page (page.psd)
+ 
+ [TODO: write the HTML]
+ 
+ 3) a stub for graphs of logs data (graphs.gif)
+ 
+ [TODO: cleanup the SVG]

Modified: xml/forrest/trunk/scratchpad/layout/xml.apache.org/graphs.svg
==============================================================================
--- xml/forrest/trunk/scratchpad/layout/xml.apache.org/graphs.svg	(original)
+++ xml/forrest/trunk/scratchpad/layout/xml.apache.org/graphs.svg	Mon Mar 15 05:02:12 2004
@@ -1,4 +1,19 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  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.
+-->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000303 Stylable//EN" "http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-stylable.dtd">
 
 <svg width="500" height="300">

Modified: xml/forrest/trunk/scratchpad/layout/xml.apache.org/home.css
==============================================================================
--- xml/forrest/trunk/scratchpad/layout/xml.apache.org/home.css	(original)
+++ xml/forrest/trunk/scratchpad/layout/xml.apache.org/home.css	Mon Mar 15 05:02:12 2004
@@ -1,3 +1,18 @@
+/*
+* Copyright 2002-2004 The Apache Software Foundation
+*
+* 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.
+*/
 body { background-color: #FFFFFF; margin: 0px; font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; }
 form { margin: 0px; padding: 0px; border: 0px; }
 ul { margin: 0px 5px 0px 25px; padding: 0px; }

Modified: xml/forrest/trunk/scratchpad/layout/xml.apache.org/page.css
==============================================================================
--- xml/forrest/trunk/scratchpad/layout/xml.apache.org/page.css	(original)
+++ xml/forrest/trunk/scratchpad/layout/xml.apache.org/page.css	Mon Mar 15 05:02:12 2004
@@ -1,3 +1,18 @@
+/*
+* Copyright 2002-2004 The Apache Software Foundation
+*
+* 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.
+*/
 body {  background-color: #FFFFFF; margin: 0px 0px 0px 0px; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif}
 form { margin: 0px; padding: 0px; border: 0px; }
 ul,ol { margin: 10px 5px 10px 40px; padding: 0px; }