SLING-6028 - Replace Sightly references with HTL in both code and documentation

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1758968 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index a140fc5..f1caa0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,12 +36,12 @@
     <version>1.0.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
-    <name>Apache Sling Scripting Sightly Integration Tests Content</name>
+    <name>Apache Sling Scripting HTL Integration Tests Content</name>
 
     <description>
         This bundle contains:
-            - Content adapted from the Adobe Sightly TCK meant to test the org.apache.sling.scripting.sightly implementations.
-            - Content meant to test performance of the org.apache.sling.scripting.sightly implementation.
+            - Content adapted from the Adobe HTL TCK meant to test the org.apache.sling.scripting.HTL implementations.
+            - Content meant to test performance of the org.apache.sling.scripting.HTL implementation.
     </description>
 
     <scm>
diff --git a/src/main/resources/SLING-INF/apps/sightly/scripts/resource/resource.html b/src/main/resources/SLING-INF/apps/sightly/scripts/resource/resource.html
index 40c5224..48910ec 100644
--- a/src/main/resources/SLING-INF/apps/sightly/scripts/resource/resource.html
+++ b/src/main/resources/SLING-INF/apps/sightly/scripts/resource/resource.html
@@ -19,7 +19,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-    <title>Sightly data-sly-resource - Sling implementation</title>
+    <title>HTL data-sly-resource - Sling implementation</title>
 </head>
 <body>
 <div id="selectors" data-sly-resource="${'/sightly/includedresource' @ selectors=['a', 'b']}"></div>
@@ -30,4 +30,4 @@
 <div id="extension-selectors" data-sly-resource="${'/sightly/text.a.b.txt'}"></div>
 <div id="extension-replaceselectors" data-sly-resource="${'/sightly/text.a.b.txt' @ selectors=['c']}"></div>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/src/main/resources/SLING-INF/apps/sightly/scripts/siblingdeps/component/component.html b/src/main/resources/SLING-INF/apps/sightly/scripts/siblingdeps/component/component.html
index 9bfb90f..5341d41 100644
--- a/src/main/resources/SLING-INF/apps/sightly/scripts/siblingdeps/component/component.html
+++ b/src/main/resources/SLING-INF/apps/sightly/scripts/siblingdeps/component/component.html
@@ -19,7 +19,7 @@
 <!doctype html>
 <html>
     <head>
-        <title>Sightly JS Use-API dependency resolution</title>
+        <title>HTL JS Use-API dependency resolution</title>
     </head>
     <body>
         <div id="js-rep-res" data-sly-use.js="/apps/sightly/scripts/siblingdeps/script.js">${js.result}</div>
diff --git a/src/main/resources/SLING-INF/apps/sightly/scripts/use/javaerror.html b/src/main/resources/SLING-INF/apps/sightly/scripts/use/javaerror.html
index 404ab6e..ab0fd94 100644
--- a/src/main/resources/SLING-INF/apps/sightly/scripts/use/javaerror.html
+++ b/src/main/resources/SLING-INF/apps/sightly/scripts/use/javaerror.html
@@ -19,11 +19,11 @@
 <!doctype html>
 <html>
     <head>
-        <title>Sightly Use-API - Sling implementation :: Java Use object errors</title>
+        <title>HTL Use-API - Sling implementation :: Java Use object errors</title>
     </head>
     <body>
         <div data-sly-use.pojo="apps.sightly.scripts.use.ErrorPojo">
             ${pojo.sayHello}
         </div>
     </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/src/main/resources/SLING-INF/apps/sightly/scripts/use/jsuse.html b/src/main/resources/SLING-INF/apps/sightly/scripts/use/jsuse.html
index 62a16f9..9164275 100644
--- a/src/main/resources/SLING-INF/apps/sightly/scripts/use/jsuse.html
+++ b/src/main/resources/SLING-INF/apps/sightly/scripts/use/jsuse.html
@@ -19,7 +19,7 @@
 <!DOCTYPE html>
 <html>
     <head>
-        <title>Sightly JavaScript Use-API - Sling implementation</title>
+        <title>HTL JavaScript Use-API - Sling implementation</title>
     </head>
     <body>
         <section data-sly-use.jsuse="jsuse.js">
@@ -29,4 +29,4 @@
             <div id="resource-getResourceType">${jsuse.resourceGetResourceType}</div>
         </section>
     </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/src/main/resources/SLING-INF/apps/sightly/scripts/use/repopojo.html b/src/main/resources/SLING-INF/apps/sightly/scripts/use/repopojo.html
index c06a3d6..7527d67 100644
--- a/src/main/resources/SLING-INF/apps/sightly/scripts/use/repopojo.html
+++ b/src/main/resources/SLING-INF/apps/sightly/scripts/use/repopojo.html
@@ -18,7 +18,7 @@
 <html lang="en">
 <head>
     <meta charset="UTF-8">
-    <title>Sightly Repository POJO Test</title>
+    <title>HTL Repository POJO Test</title>
 </head>
 <body>
     <div id="repopojo" data-sly-use.repopojo="apps.sightly.scripts.use.RepoPojo">${repopojo.message}</div>
diff --git a/src/main/resources/SLING-INF/apps/sightly/scripts/use/use.html b/src/main/resources/SLING-INF/apps/sightly/scripts/use/use.html
index 3bd39b9..62de9dc 100644
--- a/src/main/resources/SLING-INF/apps/sightly/scripts/use/use.html
+++ b/src/main/resources/SLING-INF/apps/sightly/scripts/use/use.html
@@ -19,7 +19,7 @@
 <!DOCTYPE html>
 <html>
     <head>
-        <title>Sightly Use-API - Sling implementation</title>
+        <title>HTL Use-API - Sling implementation</title>
     </head>
     <body data-sly-use.reqmodel="${'org.apache.sling.scripting.sightly.testing.models.RequestModel' @ argument='SUCCESS'}"
           data-sly-use.resmodel="org.apache.sling.scripting.sightly.testing.models.ResourceModel"
diff --git a/src/main/resources/SLING-INF/apps/sightly/scripts/useinheritance/grandparent/grandparent.html b/src/main/resources/SLING-INF/apps/sightly/scripts/useinheritance/grandparent/grandparent.html
index db397d3..972a7e6 100644
--- a/src/main/resources/SLING-INF/apps/sightly/scripts/useinheritance/grandparent/grandparent.html
+++ b/src/main/resources/SLING-INF/apps/sightly/scripts/useinheritance/grandparent/grandparent.html
@@ -19,7 +19,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-    <title>Sightly Use-API - Inheritance</title>
+    <title>HTL Use-API - Inheritance</title>
 </head>
 <body>
     <div id="javaobj" data-sly-use.javaobj="S">${javaobj.message}</div>