You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/03/12 09:04:24 UTC

[sling-site] branch master updated: Add 'for experimenting and learning' to the Starter downloads

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz 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 bab7f61  Add 'for experimenting and learning' to the Starter downloads
bab7f61 is described below

commit bab7f61a9e7f941de9a0bf518e2a41aad4bd30fb
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu Mar 12 10:04:10 2020 +0100

    Add 'for experimenting and learning' to the Starter downloads
---
 src/main/jbake/templates/downloads.tpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl
index da1c5e2..4e66fee 100644
--- a/src/main/jbake/templates/downloads.tpl
+++ b/src/main/jbake/templates/downloads.tpl
@@ -19,8 +19,8 @@ def slingIDETooling=[
 ]
 
 def slingApplication=[
-  "Sling Starter Standalone|A self-runnable Sling jar|org.apache.sling.starter|.jar|${launchpadVersion}|Y",
-  "Sling Starter WAR|A ready-to run Sling webapp as a war file|org.apache.sling.starter|-webapp.war|${launchpadVersion}|Y",
+  "Sling Starter Standalone|A self-runnable Sling jar, for experimenting and learning|org.apache.sling.starter|.jar|${launchpadVersion}|Y",
+  "Sling Starter WAR|A ready-to run Sling webapp as a war file, for experimenting and learning|org.apache.sling.starter|-webapp.war|${launchpadVersion}|Y",
   "Sling Source Release|The released Sling source code|org.apache.sling.starter|-source-release.zip|${launchpadVersion}|Y",
   "Sling CMS App|A reference CMS App built on Apache Sling|org.apache.sling.cms.builder|.jar|0.14.0|org.apache.sling.app.cms",
 ]