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

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/docs-new/chaperon/stylesheets parsefragment.xsl rgrm2grm.xsl document2wiki.xsl wiki2html.xsl java2html.xsl wiki2document.xsl mathexp2html.xsl

gregor      2004/03/13 04:49:05

  Modified:    src/webapp/lenya/pubs/docs-new/chaperon/stylesheets
                        parsefragment.xsl rgrm2grm.xsl document2wiki.xsl
                        wiki2html.xsl java2html.xsl wiki2document.xsl
  Removed:     src/webapp/lenya/pubs/docs-new/chaperon/stylesheets
                        mathexp2html.xsl
  Log:
  update to ASL 2.0
  
  Revision  Changes    Path
  1.2       +17 -0     cocoon-lenya/src/webapp/lenya/pubs/docs-new/chaperon/stylesheets/parsefragment.xsl
  
  Index: parsefragment.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/docs-new/chaperon/stylesheets/parsefragment.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- parsefragment.xsl	2 Apr 2003 09:00:06 -0000	1.1
  +++ parsefragment.xsl	13 Mar 2004 12:49:05 -0000	1.2
  @@ -1,4 +1,21 @@
   <?xml version="1.0"?>
  +<!--
  +  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$ -->
   
   <xsl:stylesheet version="1.0" 
       xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  
  
  
  1.2       +18 -0     cocoon-lenya/src/webapp/lenya/pubs/docs-new/chaperon/stylesheets/rgrm2grm.xsl
  
  Index: rgrm2grm.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/docs-new/chaperon/stylesheets/rgrm2grm.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- rgrm2grm.xsl	2 Apr 2003 09:00:06 -0000	1.1
  +++ rgrm2grm.xsl	13 Mar 2004 12:49:05 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!--
  +  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$ -->
  +    
   <xsl:stylesheet version="1.0"
                   xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
                   xmlns:rgrm="http://chaperon.sourceforge.net/grammar/rgrm/1.0"
  
  
  
  1.2       +18 -0     cocoon-lenya/src/webapp/lenya/pubs/docs-new/chaperon/stylesheets/document2wiki.xsl
  
  Index: document2wiki.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/docs-new/chaperon/stylesheets/document2wiki.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- document2wiki.xsl	2 Apr 2003 09:00:06 -0000	1.1
  +++ document2wiki.xsl	13 Mar 2004 12:49:05 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!--
  +  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$ -->
  +    
   <xsl:stylesheet version="1.0"
                   xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
                   xmlns:wiki="http://chaperon.sourceforge.net/grammar/wiki/1.0">
  
  
  
  1.2       +18 -0     cocoon-lenya/src/webapp/lenya/pubs/docs-new/chaperon/stylesheets/wiki2html.xsl
  
  Index: wiki2html.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/docs-new/chaperon/stylesheets/wiki2html.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- wiki2html.xsl	2 Apr 2003 09:00:06 -0000	1.1
  +++ wiki2html.xsl	13 Mar 2004 12:49:05 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!--
  +  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$ -->
  +    
   <xsl:stylesheet version="1.0"
                   xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
                   xmlns:wiki="http://chaperon.sourceforge.net/grammar/wiki/1.0">
  
  
  
  1.2       +18 -0     cocoon-lenya/src/webapp/lenya/pubs/docs-new/chaperon/stylesheets/java2html.xsl
  
  Index: java2html.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/docs-new/chaperon/stylesheets/java2html.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- java2html.xsl	2 Apr 2003 09:00:06 -0000	1.1
  +++ java2html.xsl	13 Mar 2004 12:49:05 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!--
  +  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$ -->
  +    
   <xsl:stylesheet version="1.0"
                   xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
                   xmlns:java="http://chaperon.sourceforge.net/grammar/java/1.0"
  
  
  
  1.2       +18 -0     cocoon-lenya/src/webapp/lenya/pubs/docs-new/chaperon/stylesheets/wiki2document.xsl
  
  Index: wiki2document.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/docs-new/chaperon/stylesheets/wiki2document.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- wiki2document.xsl	2 Apr 2003 09:00:06 -0000	1.1
  +++ wiki2document.xsl	13 Mar 2004 12:49:05 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!--
  +  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$ -->
  +    
   <xsl:stylesheet version="1.0"
                   xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
                   xmlns:wiki="http://chaperon.sourceforge.net/grammar/wiki/1.0">
  
  
  

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