You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by eg...@apache.org on 2004/03/29 09:20:05 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/default/work/search/lucene/htdocs_dump/live index.html

egli        2004/03/28 23:20:05

  Modified:    src/webapp/resources/css javadoc.css
               src/webapp/lenya/xslt/publishing referenced-documents.xsl
               src/webapp/lenya/xslt/bxeng link.xsl
               src/webapp/lenya/resources/javascript tree.js
               src/webapp/lenya/pubs/docs-new/skins/lenya-site/css page.css
               src/webapp/lenya/pubs/docs-new/resources/schema
                        CatalogManager.properties
               src/webapp/lenya/pubs/docs-new forrest.properties
               src/webapp/lenya/pubs/default/work/search/lucene/htdocs_dump/live
                        index.html
  Log:
  Insert ASL 2.0
  
  Revision  Changes    Path
  1.2       +15 -0     cocoon-lenya/src/webapp/resources/css/javadoc.css
  
  Index: javadoc.css
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/resources/css/javadoc.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- javadoc.css	11 Jan 2002 22:23:07 -0000	1.1
  +++ javadoc.css	29 Mar 2004 07:20:04 -0000	1.2
  @@ -1,3 +1,18 @@
  +/*
  +* Copyright 1999-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.
  +*/
   /* Apache Javadoc style sheet */
   
   /* Page background color */
  
  
  
  1.2       +15 -0     cocoon-lenya/src/webapp/lenya/xslt/publishing/referenced-documents.xsl
  
  Index: referenced-documents.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/publishing/referenced-documents.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- referenced-documents.xsl	12 Mar 2004 17:35:21 -0000	1.1
  +++ referenced-documents.xsl	29 Mar 2004 07:20:04 -0000	1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  Copyright 1999-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.
  +-->
   
   <xsl:stylesheet version="1.0"
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  
  
  
  1.5       +16 -1     cocoon-lenya/src/webapp/lenya/xslt/bxeng/link.xsl
  
  Index: link.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/bxeng/link.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- link.xsl	26 Feb 2004 19:46:13 -0000	1.4
  +++ link.xsl	29 Mar 2004 07:20:04 -0000	1.5
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  Copyright 1999-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.
  +-->
   
   <!--
    $Id$
  
  
  
  1.14      +16 -1     cocoon-lenya/src/webapp/lenya/resources/javascript/tree.js
  
  Index: tree.js
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/resources/javascript/tree.js,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- tree.js	7 Nov 2003 11:25:11 -0000	1.13
  +++ tree.js	29 Mar 2004 07:20:04 -0000	1.14
  @@ -1,3 +1,18 @@
  +/*
  +* Copyright 1999-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.
  +*/
   // $Id$
   //**************************************************************** 
   // TreeView by Marcelino Martins http://www.treeview.net
  
  
  
  1.8       +15 -0     cocoon-lenya/src/webapp/lenya/pubs/docs-new/skins/lenya-site/css/page.css
  
  Index: page.css
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/docs-new/skins/lenya-site/css/page.css,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- page.css	13 May 2003 17:26:06 -0000	1.7
  +++ page.css	29 Mar 2004 07:20:05 -0000	1.8
  @@ -1,3 +1,18 @@
  +/*
  +* Copyright 1999-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-family: Verdana, Helvetica, sans-serif; }
   
  
  
  
  1.2       +14 -0     cocoon-lenya/src/webapp/lenya/pubs/docs-new/resources/schema/CatalogManager.properties
  
  Index: CatalogManager.properties
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/docs-new/resources/schema/CatalogManager.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CatalogManager.properties	2 Apr 2003 12:33:24 -0000	1.1
  +++ CatalogManager.properties	29 Mar 2004 07:20:05 -0000	1.2
  @@ -1,3 +1,17 @@
  +# Copyright 1999-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.
  +
   # CatalogManager.properties
   #
   # This is the default properties file for Apache Forrest. This facilitates local
  
  
  
  1.2       +14 -0     cocoon-lenya/src/webapp/lenya/pubs/docs-new/forrest.properties
  
  Index: forrest.properties
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/docs-new/forrest.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- forrest.properties	9 May 2003 23:49:58 -0000	1.1
  +++ forrest.properties	29 Mar 2004 07:20:05 -0000	1.2
  @@ -1,3 +1,17 @@
  +# Copyright 1999-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.
  +
   ##############
   # Properties used by forrest.build.xml for building the website
   ##############
  
  
  
  1.3       +15 -0     cocoon-lenya/src/webapp/lenya/pubs/default/work/search/lucene/htdocs_dump/live/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/work/search/lucene/htdocs_dump/live/index.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.html	4 Feb 2004 19:23:00 -0000	1.2
  +++ index.html	29 Mar 2004 07:20:05 -0000	1.3
  @@ -1,3 +1,18 @@
  +<!--
  +  Copyright 1999-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.
  +-->
   <html>
   <head>
   <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org