Author: buildbot
Date: Fri Aug  9 02:38:05 2013
New Revision: 873665

Log:
Staging update by buildbot for sling

Modified:
    websites/staging/sling/trunk/content/   (props changed)
    
websites/staging/sling/trunk/content/documentation/bundles/sling-scripting-jsp-taglib.html

Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug  9 02:38:05 2013
@@ -1 +1 @@
-1512128
+1512130

Modified: 
websites/staging/sling/trunk/content/documentation/bundles/sling-scripting-jsp-taglib.html
==============================================================================
--- 
websites/staging/sling/trunk/content/documentation/bundles/sling-scripting-jsp-taglib.html
 (original)
+++ 
websites/staging/sling/trunk/content/documentation/bundles/sling-scripting-jsp-taglib.html
 Fri Aug  9 02:38:05 2013
@@ -18,7 +18,7 @@
     limitations under the License.
 -->
   <head>
-    <title>Apache Sling - Sling Tag Library</title>
+    <title>Apache Sling - Sling Scripting JSP Taglib</title>
     <link rel="icon" href="/res/favicon.ico">
     <link rel="stylesheet" href="/res/site.css" type="text/css" media="all">
     <link rel="stylesheet" href="/res/codehilite.css" type="text/css" 
media="all">
@@ -84,28 +84,28 @@
 
       
       
-      <h1>Sling Tag Library</h1>
-      <p>The Sling Tag Library(TagLib) supports the use of Sling as an 
application in JSP pages.  The Sling TagLib provides the
+      <h1>Sling Scripting JSP Taglib</h1>
+      <p>The Sling Scripting JSP Taglib supports the use of Sling as an 
application in JSP pages.  The Sling Taglib provides the
  ability to invoke JSP scripts, include Resources and interact with the Sling 
Repository, all with JSP tags and 
  <a href="http://docs.oracle.com/javaee/6/tutorial/doc/gjddd.html";>Expression 
Language (EL)</a> functions.</p>
 <h2 id="use">Use</h2>
-<p>Using the Sling TagLib in a JSP page is as simple as including the TagLib 
include in your JSP, with the correct URI for the
-version of the Sling TagLib installed.</p>
+<p>Using the Sling Taglib in a JSP page is as simple as including the Taglib 
include in your JSP, with the correct URI for the
+version of the Sling Taglib installed.</p>
 <div class="codehilite"><pre><span class="cp">&lt;%</span><span 
class="vi">@taglib</span> <span class="n">prefix</span><span 
class="o">=</span><span class="s2">&quot;sling&quot;</span> <span 
class="n">uri</span><span class="o">=</span><span 
class="s2">&quot;http://sling.apache.org/taglibs/sling&quot;</span> <span 
class="cp">%&gt;</span><span class="x"></span>
 </pre></div>
 
 
 <p>Generally, the prefix to use is <code>sling</code>.  Often applications 
include a global JSP file which includes the Sling Taglib 
 and sets up all of the application variables and methods.</p>
-<p>The Sling TagLib does not attempt to reproduce the functionality of other 
Tag Libraries, such as 
+<p>The Sling Taglib does not attempt to reproduce the functionality of other 
Tag Libraries, such as 
 <a 
href="http://www.oracle.com/technetwork/java/index-jsp-135995.html";>JSTL</a>; 
additional Tag Libraries may be required to fully leverage 
-the Sling TagLib.</p>
-<h2 id="taglib-versions">TagLib Versions</h2>
-<p>There have been a number of releases of the Sling TagLibs, including 
versions with different URIs.</p>
+the Sling Taglib.</p>
+<h2 id="taglib-versions">Taglib Versions</h2>
+<p>There have been a number of releases of the Sling Taglibs, including 
versions with different URIs.</p>
 <table>
 <thead>
 <tr>
-<th>TagLib Version</th>
+<th>Taglib Version</th>
 <th>Bundle Version</th>
 <th>URI</th>
 </tr>
@@ -134,9 +134,9 @@ the Sling TagLib.</p>
 </tbody>
 </table>
 <p>All releases from 1.3 onward are expected to use the URI 
<code>http://sling.apache.org/taglibs/sling</code> to ensure ease of 
-upgrading to newer versions of the TagLib.</p>
+upgrading to newer versions of the Taglib.</p>
 <h2 id="expression-language-functions">Expression Language Functions</h2>
-<p>The Sling TagLib includes a number of Expression Language Functions which 
can be used to access the repository.</p>
+<p>The Sling Taglib includes a number of Expression Language Functions which 
can be used to access the repository.</p>
 <h3 id="adaptto">adaptTo</h3>
 <p>Adapts an Adaptable to another class.</p>
 <ul>
@@ -244,7 +244,7 @@ otherwise, the third parameter is used a
 
 
 <h2 id="tags">Tags</h2>
-<p>The Sling TagLib includes a number of Tags which can be used to access the 
repository, handle the inclusion of scripts and manage requests.</p>
+<p>The Sling Taglib includes a number of Tags which can be used to access the 
repository, handle the inclusion of scripts and manage requests.</p>
 <h3 id="adaptto_1">adaptTo</h3>
 <p>Adapts adaptables to objects of other types.</p>
 <ul>
@@ -422,7 +422,7 @@ otherwise, the third parameter is used a
 <div class="codehilite"><pre><span class="nt">&lt;sling:listChildren</span> 
<span class="na">resource=</span><span class="s">&quot;</span><span 
class="cp">${</span><span class="n">resource</span><span 
class="cp">}</span><span class="s">&quot;</span> <span 
class="na">var=</span><span class="s">&quot;children&quot;</span> <span 
class="nt">/&gt;</span>
 </pre></div>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1512128 by dklco on Fri, 9 Aug 2013 02:31:53 +0000
+        Rev. 1512130 by dklco on Fri, 9 Aug 2013 02:37:59 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project


Reply via email to