SLING-8730 Remove all GSP names and references

Scripting Groovy is using the GStringTemplateEngine internally and does not relate to GSP (Groovy Server Pages) in any way

* changing language name from Groovy Server Pages to Groovy GString
* changing name from GSP to GString
* changing extension from gsp to gst
* removing mime type text/x-gsp
13 files changed
tree: 99d1fc9ba374ff00589961f5ba333629831d02a2
  1. src/
  2. .gitignore
  3. bnd.bnd
  4. CODE_OF_CONDUCT.md
  5. CONTRIBUTING.md
  6. Jenkinsfile
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

Build Status Test Status Maven Central JavaDocs License scripting

Apache Sling Scripting Groovy

This module is part of the Apache Sling project.

This module provides a script engine for Sling Scripting using Groovy's GStringTemplateEngine. It requires the groovy, groovy-json and groovy-templates bundles to be installed separately.

See chapter Template engines in Groovy's documentation also.