You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ac...@apache.org on 2003/12/08 21:13:14 UTC

cvs commit: ws-juddi/site/src/documentation/content hello.pdf test2.html test1.html

acutright    2003/12/08 12:13:14

  Added:       site/src/documentation/content hello.pdf test2.html
                        test1.html
  Log:
  
  
  Revision  Changes    Path
  1.1                  ws-juddi/site/src/documentation/content/hello.pdf
  
  	<<Binary file>>
  
  
  1.1                  ws-juddi/site/src/documentation/content/test2.html
  
  Index: test2.html
  ===================================================================
  <html>
  	<h1>Test 2</h1>
  	<p>
  	A linked-to-from-HTML page.
  	<hr />
  	[<a href="index.html">Index</a>] [<a href="test1.html">test1.html</a>]
  	</p>
  </html>
  
  
  
  1.1                  ws-juddi/site/src/documentation/content/test1.html
  
  Index: test1.html
  ===================================================================
  <html>
  	<body>
  		<h1>Test HTML page</h1>
  		<p>
  		This raw HTML page is linked to from xdocs/sample2.xml.
  		</p>
  		<p>All linked-to pages, like <a href="test2.html">this one</a>, are
  		also available.
  		<hr />
  		[<a href="index.html">Index</a>]
  	</body>
  </html>