Author: hlship
Date: Wed Nov 30 20:02:39 2005
New Revision: 350144
URL: http://svn.apache.org/viewcvs?rev=350144&view=rev
Log:
TAPESTRY-387: Typographical Errors in Documentation
Modified:
jakarta/tapestry/trunk/annotations/src/documentation/content/xdocs/tapestry-annotations/index.xml
jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/listenermethods.xml
jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/localization.xml
jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/spec.xml
jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/upgrade.xml
jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/validation.xml
jakarta/tapestry/trunk/src/documentation/content/xdocs/index.xml
jakarta/tapestry/trunk/status.xml
Modified:
jakarta/tapestry/trunk/annotations/src/documentation/content/xdocs/tapestry-annotations/index.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/annotations/src/documentation/content/xdocs/tapestry-annotations/index.xml?rev=350144&r1=350143&r2=350144&view=diff
==============================================================================
---
jakarta/tapestry/trunk/annotations/src/documentation/content/xdocs/tapestry-annotations/index.xml
(original)
+++
jakarta/tapestry/trunk/annotations/src/documentation/content/xdocs/tapestry-annotations/index.xml
Wed Nov 30 20:02:39 2005
@@ -444,7 +444,7 @@
<source>
@Message
- public abstract getPageTitle();
+ public abstract String getPageTitle();
</source>
<p>
Modified:
jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/listenermethods.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/listenermethods.xml?rev=350144&r1=350143&r2=350144&view=diff
==============================================================================
---
jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/listenermethods.xml
(original)
+++
jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/listenermethods.xml
Wed Nov 30 20:02:39 2005
@@ -36,7 +36,7 @@
</p>
<p>
-Listener methods are a kind of call back; when a form is submitted, or a link
is clicked. The listener methods
+Listener methods are a kind of call back; they are triggered when a form is
submitted or a link is clicked. The listener methods
exist within your page and component classes. Components such as &DirectLink;
and &Form; take a listener parameter,
and you can use a listener: &binding-reference; to use a listener method in
your class as the listener.
</p>
Modified:
jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/localization.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/localization.xml?rev=350144&r1=350143&r2=350144&view=diff
==============================================================================
---
jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/localization.xml
(original)
+++
jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/localization.xml
Wed Nov 30 20:02:39 2005
@@ -27,7 +27,7 @@
<title>Localization</title>
</header>
<body>
- <p> Proper localization is a pervasive aspects of web application
development. Supporting users from different countries, with different
languages, can be a tricky proposition ... it is more than just text that must
be localized, but more subtle aspects of the application such as date and
currency formats. It is also more than text ... in some cases, a localized
application will want to change images or even color schemes. </p>
+ <p> Proper localization is a pervasive aspect of web application
development. Supporting users from different countries, with different
languages, can be a tricky proposition ... it is more than just text that must
be localized, but more subtle aspects of the application such as date and
currency formats. It is also more than text ... in some cases, a localized
application will want to change images or even color schemes. </p>
<p> Localization support in Tapestry is likewise pervasive. </p>
<section id="localization.component-catalog">
<title>Component Message Catalogs</title>
@@ -48,7 +48,7 @@
<section id="localization.component-catalog.encoding">
<title>Properties file encoding</title>
<p> For Java's ResourceBundle, the properties files must be in UTF-8
character set. This can be problematic, as in non-western languages it is
necessary to use Java's native2ascii tool to convert from non-native files into
an ASCII encoding of UTF-8. </p>
- <p> Tapestry can ready properties files in alternate character sets,
but must be told what character set the file is encoded in (internally, the
contents must be converted into standard multi-byte Unicode). </p>
+ <p> Tapestry can read properties files in alternate character sets,
but must be told what character set the file is encoded in (internally, the
contents must be converted into standard multi-byte Unicode). </p>
<p> This is accomplished by providing some metadata inside the
component (or page) specification. Metadata is specified using the &spec.meta;
element. </p>
<p> The resolution of the character set is somewhat complicated; it is
possible that each properties file will use a different
character set. At the same time, repetition is bad ... therefore it
is possible to specify some of this information
@@ -147,7 +147,7 @@
</p>
<p>
- In this case, it is possible to have multiple HTML templates. If a
localized template (i.e.,
+ In this case, it is possible to have multiple HTML templates. If a
localized template (e.g.,
<code>Home_jp.html</code> for a Japanese locale) exists, it will be
used as appropriate.
</p>
Modified:
jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/spec.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/spec.xml?rev=350144&r1=350143&r2=350144&view=diff
==============================================================================
--- jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/spec.xml
(original)
+++ jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/spec.xml
Wed Nov 30 20:02:39 2005
@@ -361,7 +361,7 @@
</p>
<p>
- Beans are only instantiated one demand, typically by using a bean:
&binding-reference;.
+ Beans are only instantiated on demand, typically by using a bean:
&binding-reference;.
Once a bean is instantiated and initialized, it will be retained by the page
or component
for some period of time, specified by the bean's lifecycle.
</p>
Modified:
jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/upgrade.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/upgrade.xml?rev=350144&r1=350143&r2=350144&view=diff
==============================================================================
---
jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/upgrade.xml
(original)
+++
jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/upgrade.xml
Wed Nov 30 20:02:39 2005
@@ -137,7 +137,7 @@
<source>
public abstract class MyComponent . . .
- public abstact int getIntParam();
+ public abstract int getIntParam();
</source>
<p>
@@ -340,7 +340,7 @@
<p>
In addition, any abstract properties in the Java code will be converted into
transient properties, even if there is no
-matching &spec.parameter; element. Typically, the &spec.property; element is
only used when the property is either
+matching &spec.property; element. Typically, the &spec.property; element is
only used when the property is either
not referenced inside Java code (such as a listener method), or when when the
property must be persistent.
</p>
Modified:
jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/validation.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/validation.xml?rev=350144&r1=350143&r2=350144&view=diff
==============================================================================
---
jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/validation.xml
(original)
+++
jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/validation.xml
Wed Nov 30 20:02:39 2005
@@ -64,7 +64,7 @@
<p>
The name corresponds to contributions to the tapestry.valid.Validators
configuration point. After the name is a list of properties to set.
A simple conversion from string value to actual data type is performed. For
boolean properties, the value can be skipped and will default to true.
-Alternatly, the value can be prefixed with an exclamation point, and the
property will be set to false. Example:
+Alternatively, the value can be prefixed with an exclamation point, and the
property will be set to false. Example:
</p>
<source>
Modified: jakarta/tapestry/trunk/src/documentation/content/xdocs/index.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/src/documentation/content/xdocs/index.xml?rev=350144&r1=350143&r2=350144&view=diff
==============================================================================
--- jakarta/tapestry/trunk/src/documentation/content/xdocs/index.xml (original)
+++ jakarta/tapestry/trunk/src/documentation/content/xdocs/index.xml Wed Nov 30
20:02:39 2005
@@ -369,7 +369,7 @@
<p>
The <link href="http://tapestrysupport.com">Tapestry Support Network</link>
is a consortium of professional
- software trainers and consultants that provide customized Tapestry training
and teir-one support. The network includes
+ software trainers and consultants that provide customized Tapestry training
and tier-one support. The network includes
key players in the Tapestry world, including Howard Lewis Ship and Erik
Hatcher, as well as other organizations, including
Interface21 and ArcMind.
</p>
Modified: jakarta/tapestry/trunk/status.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/status.xml?rev=350144&r1=350143&r2=350144&view=diff
==============================================================================
--- jakarta/tapestry/trunk/status.xml (original)
+++ jakarta/tapestry/trunk/status.xml Wed Nov 30 20:02:39 2005
@@ -73,6 +73,7 @@
<action type="fix" dev="HLS" fixes-bug="TAPESTRY-778" due-to="Jeff
Lubetkin">ORO Perl5Matcher and Perl5Compiler are used in thread-unsafe
manner</action>
<action type="fix" dev="HLS"
fixes-bug="TAPESTRY-767">tapestry.url.ServiceEncoders has reversed the
descriptions of the after and before attributes</action>
<action type="fix" dev="HLS" fixes-bug="TAPESTRY-739">Change return type
to inteface for: ListenerMapSource.createListenerMethodInvoker()</action>
+ <action type="fix" dev="HLS" fixes-bug="TAPESTRY-387" due-to="Kevin J.
Menard, Jr.">Typographical Errors in Documentation</action>
</release>
<release version="4.0-beta-13" date="Nov 12 2005">
<action type="update" dev="HLS">Switch to HiveMind 1.1 (final)</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]