This is an automated email from the ASF dual-hosted git repository.
olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/master by this push:
new cb8497f add links to scripting modules and wiki
cb8497f is described below
commit cb8497ff57bf54c9b0c948fda38e5a0d33a1cafa
Author: Oliver Lietz <[email protected]>
AuthorDate: Thu Sep 19 16:40:31 2019 +0200
add links to scripting modules and wiki
---
.../content/documentation/bundles/scripting.md | 26 ++++++++++++----------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/src/main/jbake/content/documentation/bundles/scripting.md
b/src/main/jbake/content/documentation/bundles/scripting.md
index c4adcda..58d9c1a 100644
--- a/src/main/jbake/content/documentation/bundles/scripting.md
+++ b/src/main/jbake/content/documentation/bundles/scripting.md
@@ -8,20 +8,22 @@ tags=scripts
Sling Scripting allows the easy development and usage of different scripting
(aka templating) engines.
+The script engines are managed in `SlingScriptEngineManager` ([Scripting
Core](https://github.com/apache/sling-org-apache-sling-scripting-core)).
+
# Sling Scripting Engines
-* Freemarker *
-* Groovy *
+*
[Freemarker](https://github.com/apache/sling-org-apache-sling-scripting-freemarker)
+* [Groovy](https://github.com/apache/sling-org-apache-sling-scripting-groovy)
* [HTL](/documentation/bundles/scripting/scripting-htl.html)
-* Java *
-* Javascript
+* [Java](https://github.com/apache/sling-org-apache-sling-scripting-java)
+*
[JavaScript](https://github.com/apache/sling-org-apache-sling-scripting-javascript)
* [JSP](/documentation/bundles/scripting/scripting-jsp.html)
-* JST *
-* Python *
-* Ruby *
-* Scala *
-* [Thymeleaf](/documentation/bundles/scripting/scripting-thymeleaf.html) *
-* Velocity *
-* XProc *
+* JST
+* Python
+* Ruby
+* Scala
+* [Thymeleaf](/documentation/bundles/scripting/scripting-thymeleaf.html)
+* Velocity
+* XProc
-\* in contrib
+See also [Scripting
variables](https://cwiki.apache.org/confluence/display/SLING/Scripting+variables)
and [Adding New Scripting
Variables](https://cwiki.apache.org/confluence/display/SLING/Adding+New+Scripting+Variables).