You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by st...@apache.org on 2002/11/07 08:43:51 UTC

cvs commit: xml-axis/java/docs AxisTestRedesign.html TestsNeeded.html architecture-guide.html axis.css developers-guide.html index.html install.html integration-guide.html reference.html requirements.html user-guide.html

stevel      2002/11/06 23:43:51

  Modified:    java/docs AxisTestRedesign.html TestsNeeded.html
                        architecture-guide.html axis.css
                        developers-guide.html index.html install.html
                        integration-guide.html reference.html
                        requirements.html user-guide.html
  Log:
  patch .css file into the other docs.
  
  Revision  Changes    Path
  1.5       +1 -0      xml-axis/java/docs/AxisTestRedesign.html
  
  Index: AxisTestRedesign.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/AxisTestRedesign.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- AxisTestRedesign.html	5 Sep 2002 17:56:21 -0000	1.4
  +++ AxisTestRedesign.html	7 Nov 2002 07:43:50 -0000	1.5
  @@ -1,6 +1,7 @@
   <HTML>
   <HEAD>
   <TITLE>AXIS Test Rearchitecture</TITLE>
  +<link href="axis.css" rel=stylesheet type=text/css>
   </HEAD>
   <BODY>
   <H1><CENTER>AXIS Test Rearchitecture</H1></CENTER>
  
  
  
  1.4       +2 -1      xml-axis/java/docs/TestsNeeded.html
  
  Index: TestsNeeded.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/TestsNeeded.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestsNeeded.html	26 Jul 2002 20:30:58 -0000	1.3
  +++ TestsNeeded.html	7 Nov 2002 07:43:50 -0000	1.4
  @@ -1,5 +1,6 @@
   <head>
  -<title>Axis Tests Which Need Writing!</title>
  +<title>Axis Tests That Need Writing!</title>
  +<link href="axis.css" rel=stylesheet type=text/css>
   </head>
   
   <body>
  
  
  
  1.19      +2 -11     xml-axis/java/docs/architecture-guide.html
  
  Index: architecture-guide.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/architecture-guide.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- architecture-guide.html	5 Nov 2002 07:43:25 -0000	1.18
  +++ architecture-guide.html	7 Nov 2002 07:43:50 -0000	1.19
  @@ -3,18 +3,9 @@
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      <title>Axis Architecture Guide</title>
  -<style type="text/css">
  -<!--
  -.example { background:#ccccff }
  -.xml { background:#eeeeee }
  -body {  font-family: Verdana, Arial, Helvetica, sans-serif; margin-left: 40px}
  -h2 {  text-decoration: underline; background-color: #DCE1FF; background-position: left; margin-left: -30px}
  -h3 {  margin-left: -10px}
  -h1 {  margin-left: -30px}
  --->
  -</style>
  +<link href="axis.css" rel=stylesheet type=text/css>
   </head>
  -<body text="#000000" bgcolor="#FFFFFF">
  +<body>
   
   <center>
   <h1>
  
  
  
  1.2       +21 -0     xml-axis/java/docs/axis.css
  
  Index: axis.css
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/axis.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- axis.css	7 Nov 2002 07:31:05 -0000	1.1
  +++ axis.css	7 Nov 2002 07:43:50 -0000	1.2
  @@ -26,3 +26,24 @@
   h1 {
       margin-left: -30px
   }
  +
  +.note { 
  +    font-weight:bold;  
  +}
  +
  +.head { 
  +    font-weight:bold; 
  +    font-size: 240%; 
  +    text-align: center; 
  +}
  +
  +td.section { 
  +    background-color: #82ADF6; 
  +    font-size: 180%; 
  +    text-align: center; 
  +    font-weight: bold; 
  +}
  +
  +small.red { 
  +    color: red 
  +}
  
  
  
  1.31      +1 -12     xml-axis/java/docs/developers-guide.html
  
  Index: developers-guide.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/developers-guide.html,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- developers-guide.html	5 Nov 2002 07:43:25 -0000	1.30
  +++ developers-guide.html	7 Nov 2002 07:43:50 -0000	1.31
  @@ -2,19 +2,8 @@
   <html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  -   <meta name="GENERATOR" content="Mozilla/4.72 [en] (Windows NT 5.0; U) [Netscape]">
      <title>Axis Developer's Guide</title>
  -<!-- saved from url=(0022)http://internet.e-mail -->
  -<style type="text/css">
  -<!--
  -.example { background:#ccccff }
  -.xml { background:#eeeeee }
  -body {  font-family: Verdana, Arial, Helvetica, sans-serif; margin-left: 40px}
  -h2 {  text-decoration: underline; background-color: #DCE1FF; background-position: left; margin-left: -30px}
  -h3 {  margin-left: -10px}
  -h1 {  margin-left: -30px}
  --->
  -</style>
  +    <link href="axis.css" rel=stylesheet type=text/css>
   </head>
   <body text="#000000" bgcolor="#FFFFFF">
   
  
  
  
  1.8       +1 -8      xml-axis/java/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/index.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- index.html	5 Nov 2002 07:43:25 -0000	1.7
  +++ index.html	7 Nov 2002 07:43:50 -0000	1.8
  @@ -4,14 +4,7 @@
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      <meta name="GENERATOR" content="Mozilla/4.72 [en] (Windows NT 5.0; U) [Netscape]">
      <title>Axis Documentation</title>
  -<style type="text/css">
  -<!--
  -body {  font-family: Verdana, Arial, Helvetica, sans-serif; margin-left: 40px}
  -h2 {  text-decoration: underline; background-color: #DCE1FF; background-position: left; margin-left: -30px}
  -h3 {  margin-left: -10px}
  -h1 {  margin-left: -30px}
  --->
  -</style>
  +   <link href="axis.css" rel=stylesheet type=text/css>
   </head>
   <body>
   
  
  
  
  1.19      +3 -10     xml-axis/java/docs/install.html
  
  Index: install.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/install.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- install.html	10 Sep 2002 21:02:14 -0000	1.18
  +++ install.html	7 Nov 2002 07:43:50 -0000	1.19
  @@ -1,14 +1,7 @@
   <html>
     <head>
       <title>Axis installation instructions</title>
  -    <style type=text/css>
  -      body {
  -        background-color: #ffffff; color: #000000 }
  -        .note { font-weight:bold;  }
  -        .head { font-weight:bold; font-size: 240%; text-align: center; }
  -        td.section { background-color: #82ADF6; font-size: 180%; text-align: center; font-weight: bold; }
  -      }
  -    </style>
  +    <link href="axis.css" rel=stylesheet type=text/css>
     </head>
   
     <body>
  @@ -16,7 +9,7 @@
   <tr>
   <td colspan=2>
   <a href="http://xml.apache.org/axis">
  -<img border=0 align=left src="axis.jpg" />
  +<img border=0 align=left src="images/axis.jpg" />
   </a>
   <div class="head">
   Installing and deploying web applications using xml-axis
  @@ -169,7 +162,7 @@
         <li>From the start page, select <i>View the list of deployed Web services</i>.
         This will list all registered Web Services, unless the servlet is configured
         not to do so. On this page, You should be able to click on <i>(wsdl)</i> for
  -	  each deployed Web service to make sure that your web service is up and running.
  +      each deployed Web service to make sure that your web service is up and running.
       </ul>
   
       <a name="deploy"/></a>
  
  
  
  1.19      +1 -12     xml-axis/java/docs/integration-guide.html
  
  Index: integration-guide.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/integration-guide.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- integration-guide.html	5 Nov 2002 07:43:25 -0000	1.18
  +++ integration-guide.html	7 Nov 2002 07:43:50 -0000	1.19
  @@ -2,19 +2,8 @@
   <html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  -   <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; U) [Netscape]">
      <title>Axis System Integration Guide</title>
  -<!-- saved from url=(0022)http://internet.e-mail -->
  -<style type="text/css">
  -<!--
  -.example { background:#ccccff }
  -.xml { background:#eeeeee }
  -body {  font-family: Verdana, Arial, Helvetica, sans-serif; margin-left: 40px}
  -h2 {  text-decoration: underline; background-color: #DCE1FF; background-position: left; margin-left: -30px}
  -h3 {  margin-left: -10px}
  -h1 {  margin-left: -30px}
  --->
  -</style>
  +<link href="axis.css" rel=stylesheet type=text/css>
   </head>
   <body text="#000000" bgcolor="#FFFFFF">
   
  
  
  
  1.15      +2 -12     xml-axis/java/docs/reference.html
  
  Index: reference.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/reference.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- reference.html	5 Nov 2002 07:43:25 -0000	1.14
  +++ reference.html	7 Nov 2002 07:43:50 -0000	1.15
  @@ -1,21 +1,11 @@
  -<!-- saved from url=(0022)http://internet.e-mail -->
   <html>
   <head>
   <title>Axis Reference Guide</title>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  -<style type="text/css">
  -<!--
  -.example { background:#ccccff }
  -.xml { background:#eeeeee }
  -body {  font-family: Verdana, Arial, Helvetica, sans-serif; margin-left: 40px}
  -h2 {  text-decoration: underline; background-color: #DCE1FF; background-position: left; margin-left: -30px}
  -h3 {  margin-left: -10px}
  -h1 {  margin-left: -30px}
  --->
  -</style>
  +<link href="axis.css" rel=stylesheet type=text/css>
   </head>
   
  -<body bgcolor="#ffffff" text="#000000">
  +<body>
   <h1 align="center"><IMG height=96 src="images/axis.jpg" width=176></h1>
   <h1>Axis Reference Guide</h1>
   <p><i>1.0 Version</i></p>
  
  
  
  1.5       +2 -1      xml-axis/java/docs/requirements.html
  
  Index: requirements.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/requirements.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- requirements.html	1 Aug 2001 02:04:04 -0000	1.4
  +++ requirements.html	7 Nov 2002 07:43:50 -0000	1.5
  @@ -1,6 +1,7 @@
   <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   <html>
   <head>
  +<link href="axis.css" rel=stylesheet type=text/css>
                  
     <style type="text/css">
       small.red { color: red }
  @@ -8,7 +9,7 @@
     <title>Axis requirements &amp; status</title>
      
   </head>
  - <body bgcolor="white">
  +<body>
   <h1>Requirements</h1>
        There is a <A href="#nonreq">non-requirements</A> section below. <br>
   <A href="#releases">Release cycles</A> are explained below.    
  
  
  
  1.78      +5 -14     xml-axis/java/docs/user-guide.html
  
  Index: user-guide.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/user-guide.html,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- user-guide.html	5 Nov 2002 07:43:25 -0000	1.77
  +++ user-guide.html	7 Nov 2002 07:43:50 -0000	1.78
  @@ -3,18 +3,9 @@
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      <title>Axis User's Guide</title>
  -<style type="text/css">
  -<!--
  -.example { background:#ccccff }
  -.xml { background:#eeeeee }
  -body {  font-family: Verdana, Arial, Helvetica, sans-serif; margin-left: 40px}
  -h2 {  text-decoration: underline; background-color: #DCE1FF; background-position: left; margin-left: -30px}
  -h3 {  margin-left: -10px}
  -h1 {  margin-left: -30px}
  --->
  -</style>
  +   <link href="axis.css" rel=stylesheet type=text/css>
   </head>
  -<body text="#000000" bgcolor="#FFFFFF">
  +<body >
   
   <center>
   <h1>
  @@ -33,11 +24,11 @@
     <li> <a href="#DataMapping">XML &lt;-> Java Data Mapping in Axis</a></li>
     <li> <a href="#WSDL">Using WSDL with Axis</a></li>
     <ul>
  -    <li> &nbsp;<a href="#WSDL: Obtaining WSDL for deployed services">?WSDL: Obtaining 
  +    <li> <a href="#WSDL: Obtaining WSDL for deployed services">?WSDL: Obtaining 
         WSDL for deployed services</a></li>
  -    <li> &nbsp;<a href="#WSDL2Java: Building stubs, skeletons, and data">WSDL2Java: 
  +    <li> <a href="#WSDL2Java: Building stubs, skeletons, and data">WSDL2Java: 
         Building stubs, skeletons, and data</a></li>
  -    <li> &nbsp;<a href="#Java2WSDL: Building WSDL from Java">Java2WSDL: Building 
  +    <li> <a href="#Java2WSDL: Building WSDL from Java">Java2WSDL: Building 
         WSDL from Java</a></li>
     </ul>
     <li> <a href="#published interfaces">Published Interfaces</a></li>