You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/01/26 20:05:28 UTC

svn commit: r1780463 - in /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro: 30-new+in+3+0/new+in+3+0.xhtml intro.xhtml

Author: deki
Date: Thu Jan 26 20:05:28 2017
New Revision: 1780463

URL: http://svn.apache.org/viewvc?rev=1780463&view=rev
Log:
fixed typos

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/30-new+in+3+0/new+in+3+0.xhtml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/intro.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/30-new+in+3+0/new+in+3+0.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/30-new%2Bin%2B3%2B0/new%2Bin%2B3%2B0.xhtml?rev=1780463&r1=1780462&r2=1780463&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/30-new+in+3+0/new+in+3+0.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/30-new+in+3+0/new+in+3+0.xhtml Thu Jan 26 20:05:28 2017
@@ -24,7 +24,7 @@
   <ui:param name="title" value="#{demoBundle.new_in_3_0}"/>
   <p>In November 2015 the first alpha version of 3.0.0 has been released,
     the first final release followed in December 2016.
-    Here was a quick overview over the features and changes made in the last time to release this major revision.</p>
+    Here is a quick overview over the features and changes made in the last time to release this major revision.</p>
   <p>Tobago 3.0.0 contains several entries in
     <tc:link label="Jira"
              link="http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&amp;styleName=Html&amp;version=12325880"/>
@@ -41,19 +41,19 @@
   <tc:section label="New Features and Enhancements">
     <b>Bootstrap</b>
     <p>The base theme that comes with Tobago changes from plain CSS to Twitters Bootstrap.
-      So, you applications have the advantage of modern HTML5 web applications, with less coding.</p>
+      So your applications have the advantage of modern HTML5 web applications with less coding.</p>
 
     <b>New Layout Managers</b>
     <ul>
       <li>Segment Layout (uses the 12 columns layout from Bootstrap)</li>
       <li>Flex Layout (CSS3)<br/>You may replace the GridLayout from Tobago 2.0 with FlexLayout.</li>
       <li>Flow Layout</li>
-      <li>The new layout managers, have be written be bit more concised: Using as container instead of a facet.</li>
+      <li>The new layout managers have been written a bit more concised: Using as container instead of a facet.</li>
     </ul>
 
     <b>tx library</b>
     <ul>
-      <li>The tx library no longer needed</li>
+      <li>The tx library is no longer needed</li>
       <li>The label is integrated into the tc library.</li>
       <li>This results in a more intuitive API</li>
       <li>Rich variations of positioning the label with new attribute labelLayout</li>
@@ -100,7 +100,7 @@
       <li><tc:link label="&lt;tc:sheet>"
                    link="/faces/content/20-component/080-sheet/sheet.xhtml"/>
         <ul>
-          <li>Constraints are no londer needed to set a multi-line header.</li>
+          <li>Constraints are no longer needed to set a multi-line header.</li>
           <li>A width can be defined for columns which will influence the auto layout of the browser.</li>
         </ul>
       </li>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/intro.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/intro.xhtml?rev=1780463&r1=1780462&r2=1780463&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/intro.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/intro.xhtml Thu Jan 26 20:05:28 2017
@@ -29,12 +29,12 @@
   <p>If you want to start this demo on you local machine, have a look at the section 'Local Demo'.</p>
 
   <tc:section label="Description">
-    <p>Tobago is a user interface framework for developing webapplications.
+    <p>Tobago is a user interface framework for developing web applications.
       The technical basis of the framework is JavaServer Faces. The main core represents a theme oriented
       JSF Render Kit.</p>
     <tc:section label="Basic Controls">
       <p>Tobago provides all standard controls of HTML like inputs, textareas, radiobuttons, checkboxes and buttons.
-        Additionally Tobago provides you with complex controls, which are not natively supportet by simple HTML,
+        Additionally Tobago provides you with complex controls, which are not natively supported by simple HTML,
         including sheets, trees and tabs.</p>
     </tc:section>
     <tc:section label="Validation">
@@ -47,13 +47,13 @@
         and a flex layout which replace the old grid layout from Tobago 2.</p>
     </tc:section>
     <tc:section label="Versioning">
-      <p>The Tobago project using <tc:link label="semantic versioning" link="https://semver.org/"/> since past 2016.</p>
+      <p>The Tobago project is using <tc:link label="semantic versioning" link="https://semver.org/"/> since past 2016.</p>
       <p>This will lead into more growing minor version number compared to the past.</p>
     </tc:section>
   </tc:section>
 
   <tc:section label="Local Demo">
-    <p>In case that this demo already run on your local machine,
+    <p>In case that this demo already runs on your local machine,
       you can follow the link to the
       <tc:link label="public demo" link="http://www.irian.biz/tobago-example-demo-3.0.x/"/>.</p>
     <p>If this is the public demo and you want to build it on your own, read the following instructions.</p>