jeremias    2004/03/02 12:26:43

  Modified:    docs     xml2pdf.xsl xslfoRef.xml
               docs/design/alt.design layoutmanagers.xml
               docs/design/fo_impl fo_classes.xml fo_classes.xsl
               docs/xml-docs fop.xml xml2pdf.xsl xml2xml.xsl
               docs/xml-docs/data document.svg logo.svg title.svg track.svg
  Log:
  Applied Apache License Version 2.0 by following the instructions at 
http://www.apache.org/dev/apply-license.html.
  
  Revision  Changes    Path
  1.7       +16 -0     xml-fop/docs/xml2pdf.xsl
  
  Index: xml2pdf.xsl
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/xml2pdf.xsl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- xml2pdf.xsl       30 Nov 2002 08:54:26 -0000      1.6
  +++ xml2pdf.xsl       2 Mar 2004 20:26:42 -0000       1.7
  @@ -1,3 +1,19 @@
  +<!--
  +  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
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0"
        xmlns:fo="http://www.w3.org/1999/XSL/Format";>
  
  
  
  1.3       +18 -1     xml-fop/docs/xslfoRef.xml
  
  Index: xslfoRef.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/xslfoRef.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xslfoRef.xml      30 Nov 2002 08:54:26 -0000      1.2
  +++ xslfoRef.xml      2 Mar 2004 20:26:42 -0000       1.3
  @@ -1,5 +1,21 @@
   <?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$ -->
  +<!--
   tbd: - internal linking
        - one line explanation
        - example
  @@ -646,7 +662,8 @@
   </properties>
   </div><div id="fo:repeatable-page-master-alternatives">
   <fo>fo:repeatable-page-master-alternatives</fo>
  -<explanation>
specifies a sub-sequence consisting of repeated instances of a set of alternative 
page-masters</explanation>
  +<explanation>
  +specifies a sub-sequence consisting of repeated instances of a set of alternative 
page-masters</explanation>
   <content>(conditional-page-master-reference+)</content>
   <properties>
     <property>maximum-repeats</property>
  
  
  
  1.2       +16 -1     xml-fop/docs/design/alt.design/layoutmanagers.xml
  
  Index: layoutmanagers.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/design/alt.design/layoutmanagers.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- layoutmanagers.xml        22 Dec 2002 03:36:11 -0000      1.1
  +++ layoutmanagers.xml        2 Mar 2004 20:26:42 -0000       1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  +<!--
  +  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.
  +-->
   <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
       
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd";>
   
  
  
  
  1.3       +16 -0     xml-fop/docs/design/fo_impl/fo_classes.xml
  
  Index: fo_classes.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/design/fo_impl/fo_classes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- fo_classes.xml    30 Nov 2002 07:24:10 -0000      1.2
  +++ fo_classes.xml    2 Mar 2004 20:26:42 -0000       1.3
  @@ -1,4 +1,20 @@
   <?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$ -->
   <!DOCTYPE formattingObjects [
   <!ELEMENT formattingObjects (title,usage,category+,notes?)>
   <!ELEMENT title (#PCDATA)>
  
  
  
  1.3       +16 -0     xml-fop/docs/design/fo_impl/fo_classes.xsl
  
  Index: fo_classes.xsl
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/design/fo_impl/fo_classes.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- fo_classes.xsl    30 Nov 2002 07:24:10 -0000      1.2
  +++ fo_classes.xsl    2 Mar 2004 20:26:42 -0000       1.3
  @@ -1,4 +1,20 @@
   <?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
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0"
     xmlns:fo="http://www.w3.org/1999/XSL/Format";>
  
  
  
  1.18      +16 -0     xml-fop/docs/xml-docs/fop.xml
  
  Index: fop.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/xml-docs/fop.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- fop.xml   30 Nov 2002 01:14:51 -0000      1.17
  +++ fop.xml   2 Mar 2004 20:26:42 -0000       1.18
  @@ -1,4 +1,20 @@
   <?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$ -->
   <book title="FOP XSL-FO documentation" copyright="1999-2002 The Apache Software 
Foundation">
     <external href="http://xml.apache.org/"; label="Home"/>
     <separator/>
  
  
  
  1.12      +15 -0     xml-fop/docs/xml-docs/xml2pdf.xsl
  
  Index: xml2pdf.xsl
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/xml-docs/xml2pdf.xsl,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- xml2pdf.xsl       30 Nov 2002 01:14:51 -0000      1.11
  +++ xml2pdf.xsl       2 Mar 2004 20:26:42 -0000       1.12
  @@ -1,5 +1,20 @@
   <?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$ -->
   <!--    XSLT stylesheet to convert the Fop documentation collected in one xml file 
into a fo file
           for use in FOP
   
  
  
  
  1.6       +15 -0     xml-fop/docs/xml-docs/xml2xml.xsl
  
  Index: xml2xml.xsl
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/xml-docs/xml2xml.xsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- xml2xml.xsl       6 Feb 2001 10:26:20 -0000       1.5
  +++ xml2xml.xsl       2 Mar 2004 20:26:42 -0000       1.6
  @@ -1,5 +1,20 @@
   <?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 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
   
   <xsl:template match ="/">
  
  
  
  1.3       +16 -0     xml-fop/docs/xml-docs/data/document.svg
  
  Index: document.svg
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/xml-docs/data/document.svg,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- document.svg      30 Nov 2002 01:14:51 -0000      1.2
  +++ document.svg      2 Mar 2004 20:26:42 -0000       1.3
  @@ -1,4 +1,20 @@
   <?xml version="1.0" standalone="no"?>
  +<!--
  +  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$ -->
   <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN"
     "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd";>
   <svg width="480" height="240">
  
  
  
  1.4       +16 -0     xml-fop/docs/xml-docs/data/logo.svg
  
  Index: logo.svg
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/xml-docs/data/logo.svg,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- logo.svg  9 Dec 2002 10:52:27 -0000       1.3
  +++ logo.svg  2 Mar 2004 20:26:43 -0000       1.4
  @@ -1,4 +1,20 @@
   <?xml version="1.0" standalone="no"?>
  +<!--
  +  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$ -->
   <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN"
     "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd";>
   <svg width="100" height="100">
  
  
  
  1.3       +16 -0     xml-fop/docs/xml-docs/data/title.svg
  
  Index: title.svg
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/xml-docs/data/title.svg,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- title.svg 30 Nov 2002 01:14:51 -0000      1.2
  +++ title.svg 2 Mar 2004 20:26:43 -0000       1.3
  @@ -1,4 +1,20 @@
   <?xml version="1.0" standalone="no"?>
  +<!--
  +  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$ -->
   <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN"
     "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd";>
   <svg width="300" height="100" viewBox="0 0 340 150">
  
  
  
  1.3       +16 -0     xml-fop/docs/xml-docs/data/track.svg
  
  Index: track.svg
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/xml-docs/data/track.svg,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- track.svg 9 Dec 2002 10:52:27 -0000       1.2
  +++ track.svg 2 Mar 2004 20:26:43 -0000       1.3
  @@ -1,4 +1,20 @@
   <?xml version="1.0" encoding="iso-8859-1"?>
  +<!--
  +  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$ -->
   <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN"
         "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd";>
   <svg width="585" height="175" xmlns="http://www.w3.org/2000/svg";>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to