cvs commit: xml-fop/docs/html-docs/resources bottom.gif button-asf-hi.gif button-asf-lo.gif button-w3c-hi.gif button-w3c-lo.gif button-xml-hi.gif button-xml-lo.gif close.gif dot.gif green-bar-1.gif green-bar-2.gif green-bar.gif green-hi.gif green-lo.gif join.gif line.gif logo-1.gif logo-2.gif logo-3.gif logo.gif note.gif red-hi.gif red-lo.gif right.gif script.js separator.gif void.gif www.apache.org.gif www.w3.org.gif www.xml.org.gif xml.apache.org.gif

2002-03-02 Thread chrisg

chrisg  02/03/02 06:39:33

  Removed: docs/html-docs Tag: fop-0_20_2-maintain architecture.html
bugs.html compiling.html config.html download.html
embedding.html examples.html extensions.html
faq-running.html faq.html faqs.html fonts.html
implemented.html index.html involved.html
license.html limitations.html resources.html
running.html svg.html testing.html todo.html
   docs/html-docs/graphics Tag: fop-0_20_2-maintain
architecture-header.jpg architecture-label-1.jpg
architecture-label-2.jpg architecture-label-3.jpg
bugs-header.jpg bugs-label-1.jpg bugs-label-2.jpg
bugs-label-3.jpg compiling-header.jpg
compiling-label-1.jpg compiling-label-2.jpg
compiling-label-3.jpg config-header.jpg
config-label-1.jpg config-label-2.jpg
config-label-3.jpg download-header.jpg
download-label-1.jpg download-label-2.jpg
download-label-3.jpg embedding-header.jpg
embedding-label-1.jpg embedding-label-2.jpg
embedding-label-3.jpg examples-header.jpg
examples-label-1.jpg examples-label-2.jpg
examples-label-3.jpg ext-2-label-1.jpg
ext-2-label-2.jpg ext-2-label-3.jpg
extensions-header.jpg extensions-label-1.jpg
extensions-label-2.jpg extensions-label-3.jpg
faq-header.jpg faq-label-1.jpg faq-label-2.jpg
faq-label-3.jpg fonts-header.jpg fonts-label-1.jpg
fonts-label-2.jpg fonts-label-3.jpg
implemented-header.jpg implemented-label-1.jpg
implemented-label-2.jpg implemented-label-3.jpg
index-header.jpg index-label-1.jpg
index-label-2.jpg index-label-3.jpg
involved-header.jpg involved-label-1.jpg
involved-label-2.jpg involved-label-3.jpg
license-header.jpg license-label-1.jpg
license-label-2.jpg license-label-3.jpg
limitations-header.jpg limitations-label-1.jpg
limitations-label-2.jpg limitations-label-3.jpg
resources-header.jpg resources-label-1.jpg
resources-label-2.jpg resources-label-3.jpg
running-header.jpg running-label-1.jpg
running-label-2.jpg running-label-3.jpg
svg-header.jpg svg-label-1.jpg svg-label-2.jpg
svg-label-3.jpg testing-header.jpg
testing-label-1.jpg testing-label-2.jpg
testing-label-3.jpg todo-header.jpg
todo-label-1.jpg todo-label-2.jpg todo-label-3.jpg
   docs/html-docs/resources Tag: fop-0_20_2-maintain bottom.gif
button-asf-hi.gif button-asf-lo.gif
button-w3c-hi.gif button-w3c-lo.gif
button-xml-hi.gif button-xml-lo.gif close.gif
dot.gif green-bar-1.gif green-bar-2.gif
green-bar.gif green-hi.gif green-lo.gif join.gif
line.gif logo-1.gif logo-2.gif logo-3.gif logo.gif
note.gif red-hi.gif red-lo.gif right.gif script.js
separator.gif void.gif www.apache.org.gif
www.w3.org.gif www.xml.org.gif xml.apache.org.gif
  Log:
  removed html-docs (these are generated with build htmldoc)

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




cvs commit: xml-fop build.xml

2002-03-02 Thread chrisg

chrisg  02/03/02 09:20:25

  Modified:.Tag: fop-0_20_2-maintain build.xml
  Log:
  added htmldoc-target (from main branch to build docs for release)
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.44.2.7  +26 -0 xml-fop/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/xml-fop/build.xml,v
  retrieving revision 1.44.2.6
  retrieving revision 1.44.2.7
  diff -u -r1.44.2.6 -r1.44.2.7
  --- build.xml 1 Mar 2002 12:44:39 -   1.44.2.6
  +++ build.xml 2 Mar 2002 17:20:24 -   1.44.2.7
  @@ -165,6 +165,14 @@
  include name=fop.sh/
   /fileset
   
  +  path id=libs-build-classpath
  +fileset dir=lib
  +  include name=stylebook*.jar/
  +  include name=xalan*.jar/
  +  include name=xerces*.jar/
  +/fileset
  +  /path
  +
 !-- === --
 !-- Initialization target   --
 !-- === --
  @@ -193,6 +201,9 @@
   property name=conf.dir value=./conf/
   property name=packages value=org.apache.fop.*/
   
  +property name=docs   value=docs/html-docs/
  +property name=xdocs   value=docs/xml-docs/
  +property name=skins   value=docs/xml-docs/skins/xml.apache.org//
   property name=doc.generator value=org.apache.stylebook.StyleBook/
   property name=doc.generator.package value=${lib.dir}/stylebook-1.0-b2.jar/
   
  @@ -639,6 +650,21 @@
bottom=Copyright #169; ${year} Apache Software Foundation. All 
Rights Reserved.
   /
 /target
  +
  +  target name=htmldoc depends=prepare-src
  +copy file=${xdocs}/fop.xml
  +  tofile=${xdocs}/book.xml
  +  filtering=on/
  +java classname=${doc.generator} fork=yes
  +  classpath refid=libs-build-classpath/
  +  arg line=targetDirectory=${docs} ${xdocs}/book.xml ${skins}/
  +/java
  +java classname=${doc.generator} fork=yes
  +  classpath refid=libs-build-classpath/
  +  arg line=targetDirectory=${docs}/design/ docs/design/book.xml ${skins}/
  +/java
  +  /target
  +
   
 !-- === --
 !-- Creates the distribution--
  
  
  

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




cvs commit: xml-fop/docs/xml-docs/fop architecture.xml bugs.xml compiling.xml configuration.xml document.jpg download.xml embedding.xml examples.xml extensions.xml faq.xml fonts.xml implemented.xml involved.xml layout.jpg license.xml limitations.xml properties.xml readme.xml resources.xml running.xml svg.xml testing.xml title.jpg todo.xml

2002-03-02 Thread chrisg

chrisg  02/03/02 09:33:01

  Removed: docs/design Tag: fop-0_20_2-maintain README areas.xml
build.bat build.sh build.xml fop.xml intro.xml
layout.xml optimise.xml useragent.xml
   docs/xml-docs Tag: fop-0_20_2-maintain build.xml makedoc.bat
makedoc.sh
   docs/xml-docs/fop Tag: fop-0_20_2-maintain architecture.xml
bugs.xml compiling.xml configuration.xml
document.jpg download.xml embedding.xml
examples.xml extensions.xml faq.xml fonts.xml
implemented.xml involved.xml layout.jpg license.xml
limitations.xml properties.xml readme.xml
resources.xml running.xml svg.xml testing.xml
title.jpg todo.xml
  Log:
  removed old docs

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




cvs commit: xml-fop/docs/xml-docs/fop bugs.xml compiling.xml configuration.xml document.jpg download.xml embedding.xml examples.xml extensions.xml faq.xml fonts.xml implemented.xml involved.xml layout.jpg license.xml limitations.xml output.xml readme.xml relnotes.xml resources.xml running.xml svg.xml testing.xml title.jpg todo.xml

2002-03-02 Thread chrisg

chrisg  02/03/02 09:40:27

  Modified:docs/xml-docs Tag: fop-0_20_2-maintain readme
  Added:   docs/design Tag: fop-0_20_2-maintain architecture.xml
areas.xml book.xml embedding.xml fotree.xml
intro.xml layout.xml optimise.xml properties.xml
renderers.xml status.xml useragent.xml
   docs/xml-docs/fop Tag: fop-0_20_2-maintain bugs.xml
compiling.xml configuration.xml document.jpg
download.xml embedding.xml examples.xml
extensions.xml faq.xml fonts.xml implemented.xml
involved.xml layout.jpg license.xml limitations.xml
output.xml readme.xml relnotes.xml resources.xml
running.xml svg.xml testing.xml title.jpg todo.xml
  Log:
  added docs from main branch (for 0.20.3 release)
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.2.2.1   +0 -0  xml-fop/docs/design/architecture.xml
  
  Index: architecture.xml
  ===
  RCS file: /home/cvs/xml-fop/docs/design/architecture.xml,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  
  
  
  1.3.2.2   +90 -96xml-fop/docs/design/areas.xml
  
  
  
  
  1.1.2.1   +0 -0  xml-fop/docs/design/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/xml-fop/docs/design/book.xml,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  
  
  
  1.1.2.1   +0 -0  xml-fop/docs/design/embedding.xml
  
  Index: embedding.xml
  ===
  RCS file: /home/cvs/xml-fop/docs/design/embedding.xml,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  
  
  
  1.2.2.1   +0 -0  xml-fop/docs/design/fotree.xml
  
  Index: fotree.xml
  ===
  RCS file: /home/cvs/xml-fop/docs/design/fotree.xml,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  
  
  
  1.1.2.2   +55 -17xml-fop/docs/design/intro.xml
  
  
  
  
  1.2.2.2   +209 -245  xml-fop/docs/design/layout.xml
  
  
  
  
  1.3.2.2   +34 -19xml-fop/docs/design/optimise.xml
  
  
  
  
  1.1.2.1   +1 -1  xml-fop/docs/design/properties.xml
  
  Index: properties.xml
  ===
  RCS file: /home/cvs/xml-fop/docs/design/properties.xml,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- properties.xml14 Dec 2001 07:32:28 -  1.1
  +++ properties.xml2 Mar 2002 17:40:26 -   1.1.2.1
  @@ -1,6 +1,6 @@
   ?xml version=1.0 encoding=ISO-8859-1?
   
  -!-- $Id: properties.xml,v 1.1 2001/12/14 07:32:28 keiron Exp $ --
  +!-- $Id: properties.xml,v 1.1.2.1 2002/03/02 17:40:26 chrisg Exp $ --
   
   document
   header
  
  
  
  1.1.2.1   +0 -0  xml-fop/docs/design/renderers.xml
  
  Index: renderers.xml
  ===
  RCS file: /home/cvs/xml-fop/docs/design/renderers.xml,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  
  
  
  1.1.2.1   +0 -0  xml-fop/docs/design/status.xml
  
  Index: status.xml
  ===
  RCS file: /home/cvs/xml-fop/docs/design/status.xml,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  
  
  
  1.3.2.2   +36 -16xml-fop/docs/design/useragent.xml
  
  
  
  
  No   revision
  
  
  No   revision
  
  
  1.1.8.1   +4 -5  xml-fop/docs/xml-docs/readme
  
  Index: readme
  ===
  RCS file: /home/cvs/xml-fop/docs/xml-docs/readme,v
  retrieving revision 1.1
  retrieving revision 1.1.8.1
  diff -u -r1.1 -r1.1.8.1
  --- readme23 Jun 2000 13:16:42 -  1.1
  +++ readme2 Mar 2002 17:40:26 -   1.1.8.1
  @@ -2,9 +2,8 @@
   
   The files in these directory contain the Fop documentation as xml files. 
   The directory xml-docs/fop is a mirror of the files in the cvs repository 
  -modul 'xml-site' /sources/fop. These files are used to create the html 
documentation 
  -on xml.apache.org.
  +modul 'xml-site' /sources/fop. These files are used to create the html
  +documentation on xml.apache.org.
   
  -With makedoc.bat (win32) or makedoc.sh (unix) you can create a pdf file containing 
  -the complete Fop documentation. These scripts use ant. If you have any trouble 
running them,
  -please look into build.xml in the root directory of this distribution.
  \ No newline at end of file
  +Use the html target in the main 

cvs commit: xml-fop ReleaseNotes.html

2002-03-02 Thread chrisg

chrisg  02/03/02 09:52:12

  Added:   .Tag: fop-0_20_2-maintain ReleaseNotes.html
  Log:
  added link to Release Notes
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.1   +19 -0 xml-fop/Attic/ReleaseNotes.html
  
  
  
  

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