You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2003/03/30 19:04:39 UTC

cvs commit: jakarta-tapestry/web faq.html index_content.html new.html

hlship      2003/03/30 09:04:39

  Modified:    web/images LinePrecise.png
               web      faq.html index_content.html new.html
  Log:
  Simplify image demonstrating "line precise" error reporting.
  
  Revision  Changes    Path
  1.2       +95 -128   jakarta-tapestry/web/images/LinePrecise.png
  
  	<<Binary file>>
  
  
  1.12      +1 -33     jakarta-tapestry/web/faq.html
  
  Index: faq.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/web/faq.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- faq.html	24 Mar 2003 16:12:43 -0000	1.11
  +++ faq.html	30 Mar 2003 17:04:39 -0000	1.12
  @@ -3,39 +3,7 @@
   <head>
   <title>Tapestry: FAQ</title><link rel="STYLESHEET" type="text/css" href="scripts/style_virtlib_pcIE55.css">
   </head>
  -<script language="JavaScript">
  -<!--
   
  -function openWin(url, windowName, width, height)
  -{
  -	var screenX = Math.floor((screen.width)/2)-Math.floor(width/2);
  -	var screenY = Math.floor((screen.height)/2)-Math.floor(height/2)-20;
  -
  -
  -	var features = 
  -		"toolbar=no," +
  -		"scrollbars=no," +
  -		"status=no," +
  -		"top=" + screenY  + "," +
  -		"left=" + screenX + "," +
  -		"screenX=" + screenX + "," +
  -		"screenY=" + screenY + "," +
  -		"width=" + width + "," +
  -		"height=" + height;
  -
  -	var newWindow = window.open(url, windowName, features);
  -	
  -	newWindow.focus();
  -	return newWindow;
  -}
  -
  -function showLinePrecise()
  -{
  -	openWin("images/LinePrecise.png", "LinePrecise", 779, 1048);
  -}
  -
  -// -->
  -</script>
   <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
   <table width="100%" border="0" cellspacing="0" cellpadding="2">
   	<tr>
  @@ -244,7 +212,7 @@
   		
   		<p>
   			<div class="callout">
  -						<a href="javascript:showLinePrecise()"><img src="images/LinePrecise_thumb.png" alt="Line Precise"/></a>
  +						<a target="_blank" href="images/LinePrecise.png"><img src="images/LinePrecise_thumb.png" alt="Line Precise"/></a>
   		<br/>	Tapestry exception report (click for larger image).
   			</div>
   		For example; say you bind a parameter of a component that expects
  
  
  
  1.21      +7 -7      jakarta-tapestry/web/index_content.html
  
  Index: index_content.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/web/index_content.html,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- index_content.html	24 Mar 2003 16:12:44 -0000	1.20
  +++ index_content.html	30 Mar 2003 17:04:39 -0000	1.21
  @@ -62,7 +62,7 @@
   	in terms of objects, methods and properties
   	instead of URLs and query parameters.</span>"
   	
  -	<p><A href="quotes_frame.html" target=_top>More Quotes ...</a></p>
  +	<p><A href="quotes_frame.html">More Quotes ...</a></p>
   </div>Tapestry is an alternative to 
   	scripting environments such as
         JavaServer Pages or Velocity.  Tapestry goes far further,
  @@ -91,7 +91,7 @@
   				<li>Extremely robust applications<br>
   				<i>Less code is less bugs
   					<br/>Sophisticated built-in exception reporting
  -					<br/><a href="faq.html#lineprecise">Line precise error reporting</a>
  +					<br/><a target="_self" href="faq.html#lineprecise">Line precise error reporting</a>
   				</i>
   				
   				<li>Easy team integration<br>
  @@ -116,10 +116,10 @@
         It was released onto SourceForge in July, 2000.
   	  Release 1.0.0 
         occurred in May, 2001 and Release 2.0.0 in April, 2002.</p>
  -<p>Tapestry moved to <a target="_top" href="http://jakarta.apache.org">The Jakarta Project</a> in January, 2003.	  
  +<p>Tapestry moved to <a href="http://jakarta.apache.org">The Jakarta Project</a> in January, 2003.	  
   <p>Tapestry has been described in the print journal 
   	  <b>The Java Report</b> in the September 2001 issue.  Other articles
  -	  includes the on-line journal <a target="_top" href="http://www.onjava.com/pub/a/onjava/2001/11/21/tapestry.html">OnJava</a>, in November 2001.
  +	  includes the on-line journal <a  href="http://www.onjava.com/pub/a/onjava/2001/11/21/tapestry.html">OnJava</a>, in November 2001.
   
   <p>
   Tapestry has a very active 
  @@ -135,7 +135,7 @@
   </p>
   
   <p>
  -A <A href="wiki_frame.html" target=_top>Wiki</a> has been set 
  +A <A href="wiki_frame.html">Wiki</a> has been set 
         up to discuss Tapestry and plan new features.</p>       
     
   	
  
  
  
  1.146     +3 -2      jakarta-tapestry/web/new.html
  
  Index: new.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/web/new.html,v
  retrieving revision 1.145
  retrieving revision 1.146
  diff -u -r1.145 -r1.146
  --- new.html	29 Mar 2003 18:49:13 -0000	1.145
  +++ new.html	30 Mar 2003 17:04:39 -0000	1.146
  @@ -23,7 +23,8 @@
   <pre>
   [ 18340 ] ApplicationRuntimeException doesn't compile on jdk 1.3.
   [ 18336 ] Tapestry 2.4a5 - LOGGING images missing for Inspector component
  -[ 18490 ] compile warning for Workbench  
  +[ 18490 ] compile warning for Workbench 
  +[ 18013 ] typo in EvenOdd javadoc   
   </pre>
   
   <h3>Release 2.4-alpha-5</h3>