You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ke...@apache.org on 2002/12/09 09:45:16 UTC

cvs commit: xml-fop/src/documentation/content/xdocs/design/alt.design AbsolutePosition-png.xml BorderCommonStyle-png.xml PropNames-png.xml Properties-png.xml PropertyConsts-png.xml VerticalAlign-png.xml book.xml classes-overview.xml AbsolutePosition.png.xml BorderCommonStyle.png.xml PropNames.png.xml Properties.png.xml PropertyConsts.png.xml VerticalAlign.png.xml

keiron      2002/12/09 00:45:16

  Modified:    src/documentation/content/xdocs news.xml status.xml
               src/documentation/content/xdocs/design/alt.design book.xml
                        classes-overview.xml
  Added:       src/documentation/content/xdocs/design/alt.design
                        AbsolutePosition-png.xml BorderCommonStyle-png.xml
                        PropNames-png.xml Properties-png.xml
                        PropertyConsts-png.xml VerticalAlign-png.xml
  Removed:     src/documentation/content/xdocs/design/alt.design
                        AbsolutePosition.png.xml BorderCommonStyle.png.xml
                        PropNames.png.xml Properties.png.xml
                        PropertyConsts.png.xml VerticalAlign.png.xml
  Log:
  updated and fixed some broken links
  
  Revision  Changes    Path
  1.4       +4 -0      xml-fop/src/documentation/content/xdocs/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/news.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- news.xml	19 Nov 2002 07:57:27 -0000	1.3
  +++ news.xml	9 Dec 2002 08:45:15 -0000	1.4
  @@ -8,6 +8,10 @@
     </header>
     <body>
       <section>
  +      <title>22 November 2002 - New Committer</title>
  +  <p>Welcome Victor Mote!</p>
  + </section>
  +    <section>
         <title>9 November 2002 - New Committer</title>
     <p>Welcome Oleg Tkachenko!</p>
    </section>
  
  
  
  1.6       +1 -1      xml-fop/src/documentation/content/xdocs/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/status.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- status.xml	29 Nov 2002 22:00:31 -0000	1.5
  +++ status.xml	9 Dec 2002 08:45:15 -0000	1.6
  @@ -73,7 +73,7 @@
     <section>
       <title>Maintenance Status</title>
   <p>
  -Latest maintenance release was FOP 0.20.5 on 24th November 2002.
  +Latest maintenance release will be FOP 0.20.5 on TBA.
   See <link href="relnotes.html">release notes</link> for more
   details. Releases will be made periodically to address minor bugs
   and compatibility.
  
  
  
  1.3       +6 -6      xml-fop/src/documentation/content/xdocs/design/alt.design/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/alt.design/book.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- book.xml	2 Dec 2002 12:00:11 -0000	1.2
  +++ book.xml	9 Dec 2002 08:45:16 -0000	1.3
  @@ -21,12 +21,12 @@
         <menu-item label="alt.properties" href="alt-properties.html"/>
         <menu-item label="Classes overview" href="classes-overview.html"/>
         <menu-item label="Properties classes" href="properties-classes.html"/>
  -      <menu-item label="Properties" href="Properties.png.html"/>
  -      <menu-item label="PropertyConsts" href="PropertyConsts.png.html"/>
  -      <menu-item label="PropNames" href="PropNames.png.html"/>
  -      <menu-item label="AbsolutePosition" href="AbsolutePosition.png.html"/>
  -      <menu-item label="VerticalAlign" href="VerticalAlign.png.html"/>
  -      <menu-item label="BorderCommonStyle" href="BorderCommonStyle.png.html"/>
  +      <menu-item label="Properties" href="Properties-png.html"/>
  +      <menu-item label="PropertyConsts" href="PropertyConsts-png.html"/>
  +      <menu-item label="PropNames" href="PropNames-png.html"/>
  +      <menu-item label="AbsolutePosition" href="AbsolutePosition-png.html"/>
  +      <menu-item label="VerticalAlign" href="VerticalAlign-png.html"/>
  +      <menu-item label="BorderCommonStyle" href="BorderCommonStyle-png.html"/>
         <menu-item label="XML parsing" href="xml-parsing.html"/>
         <menu-item label="Property parsing" href="propertyExpressions.html"/>
         <menu-item label="Compound properties" href="compound-properties.html"/>
  
  
  
  1.4       +3 -3      xml-fop/src/documentation/content/xdocs/design/alt.design/classes-overview.xml
  
  Index: classes-overview.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/alt.design/classes-overview.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- classes-overview.xml	2 Dec 2002 14:34:04 -0000	1.3
  +++ classes-overview.xml	9 Dec 2002 08:45:16 -0000	1.4
  @@ -85,7 +85,7 @@
     <figure src="images/design/alt.design/PropertyStaticsOverview.png" alt="Top level
       property classes"/>
     <dl>
  -    <dt><link href="PropNames.html">PropNames</link></dt>
  +    <dt><link href="PropNames-png.html">PropNames</link></dt>
       <dd>
         Contains an array, <code>propertyNames</code>, of the names of
         all properties, and a set of enumeration constants, one
  @@ -97,7 +97,7 @@
         hence the naming tiredness.)
         <br/> <br/>
       </dd>
  -    <dt><link href="PropertyConsts.html">PropertyConsts</link></dt>
  +    <dt><link href="PropertyConsts-png.html">PropertyConsts</link></dt>
       <dd>
         Contains two basic sets of data:<br/>
         Property-indexed arrays and property set
  @@ -142,7 +142,7 @@
         <em>backgroundProps</em>  and
         <em>tableProps</em>.<br/> <br/>
       </dd>
  -    <dt><link href="Properties.html">Properties</link></dt>
  +    <dt><link href="Properties-png.html">Properties</link></dt>
       <dd>
          <br/>
         This class contains only sets of constants for use by the
  
  
  
  1.1                  xml-fop/src/documentation/content/xdocs/design/alt.design/AbsolutePosition-png.xml
  
  Index: AbsolutePosition-png.xml
  ===================================================================
  <?xml version="1.0" standalone="no"?>
  <!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">
  
  <document>
      <header>
          <title>AbsolutePosition diagram</title>
      <authors>
        <person id="pbw" name="Peter B. West"
          email="pbwest@powerup.com.au"/>
      </authors>
      </header>
      <body>
      <section>
        <title>Properties$AbsolutePosition</title>
        <figure src="images/design/alt.design/AbsolutePosition.png" alt="AbsolutePosition diagram"/>
      </section>
  
      </body>
  </document>
  
  
  
  
  1.1                  xml-fop/src/documentation/content/xdocs/design/alt.design/BorderCommonStyle-png.xml
  
  Index: BorderCommonStyle-png.xml
  ===================================================================
  <?xml version="1.0" standalone="no"?>
  <!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">
  
  <document>
      <header>
          <title>BorderCommonStyle diagram</title>
      <authors>
        <person id="pbw" name="Peter B. West"
          email="pbwest@powerup.com.au"/>
      </authors>
      </header>
      <body>
      <section>
        <title>Properties$BorderCommonStyle</title>
        <figure src="images/design/alt.design/BorderCommonStyle.png" alt="BorderCommonStyle diagram"/>
      </section>
      </body>
  </document>
  
  
  
  
  1.1                  xml-fop/src/documentation/content/xdocs/design/alt.design/PropNames-png.xml
  
  Index: PropNames-png.xml
  ===================================================================
  <?xml version="1.0" standalone="no"?>
  <!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">
  
  <document>
      <header>
          <title>..fo.PropNames diagram</title>
      <authors>
        <person id="pbw" name="Peter B. West"
          email="pbwest@powerup.com.au"/>
      </authors>
      </header>
      <body>
      <section>
        <title>PropNames.class</title>
        <figure src="images/design/alt.design/PropNames.png" alt="PropNames.class diagram"/>
      </section>
      </body>
  </document>
  
  
  
  
  1.1                  xml-fop/src/documentation/content/xdocs/design/alt.design/Properties-png.xml
  
  Index: Properties-png.xml
  ===================================================================
  <?xml version="1.0" standalone="no"?>
  <!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">
  
  <document>
      <header>
          <title>..fo.Properties diagram</title>
      <authors> 
        <person id="pbw" name="Peter B. West"
          email="pbwest@powerup.com.au"/>
      </authors>
      </header>
      <body>
      <section>
        <title>Properties.class</title>
        <figure src="images/design/alt.design/Properties.png" alt="Properties.class diagram"/>
      </section>
      </body>
  </document>
  
  
  
  
  1.1                  xml-fop/src/documentation/content/xdocs/design/alt.design/PropertyConsts-png.xml
  
  Index: PropertyConsts-png.xml
  ===================================================================
  <?xml version="1.0" standalone="no"?>
  <!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">
  
  <document>
      <header>
          <title>..fo.PropertyConsts diagram</title>
      <authors>
        <person id="pbw" name="Peter B. West"
          email="pbwest@powerup.com.au"/>
      </authors>
      </header>
      <body>
      <section>
        <title>PropertyConsts.class</title>
        <figure src="images/design/alt.design/PropertyConsts.png" alt="PropertyConsts.class diagram"/>
      </section>
      </body>
  </document>
  
  
  
  
  1.1                  xml-fop/src/documentation/content/xdocs/design/alt.design/VerticalAlign-png.xml
  
  Index: VerticalAlign-png.xml
  ===================================================================
  <?xml version="1.0" standalone="no"?>
  <!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">
  
  <document>
      <header>
          <title>VerticalAlign diagram</title>
      <authors>
        <person id="pbw" name="Peter B. West"
          email="pbwest@powerup.com.au"/>
      </authors>
      </header>
      <body>
      <section>
        <title>Properties$VerticalAlign</title>
        <figure src="images/design/alt.design/VerticalAlign.png" alt="VerticalAlign diagram"/>
      </section>
      </body>
  </document>
  
  
  
  

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