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
commit a877a7cd4a32f162c8fb251f7517f50f5ceb09b6 Author: Bertrand Delacretaz <[email protected]> AuthorDate: Mon Apr 27 10:18:03 2020 +0200 Fix incorrect download data line --- src/main/jbake/templates/downloads.tpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl index ebf802d..db3b3f5 100644 --- a/src/main/jbake/templates/downloads.tpl +++ b/src/main/jbake/templates/downloads.tpl @@ -4,6 +4,9 @@ // downloads page work. Basically, we provide a downloads.html page with a few placeholders // and a form to select the download mirrog, and a downloads.cgi page which wraps the apache.org // download logic CGI. +// +// To test this page in a local build, open http://localhost:8820/downloads.html - the navigation +// link points to the .cgi variant which doesn't work locally. // ------------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------------ @@ -280,7 +283,7 @@ def deprecated=[ "Health Check Integration Tests|Migrated to Apache Felix Health Checks|org.apache.sling.hc.it|1.0.4", "Health Check Samples|Migrated to Apache Felix Health Checks|org.apache.sling.hc.samples|1.0.6", "Health Check Webconsole|Migrated to Apache Felix Health Checks|org.apache.sling.hc.webconsole|1.1.2", - "Installer Subystems Support|org.apache.sling.installer.factory.subsystems|1.0.0", + "Installer Subystems Support|TODO moved here in commit b8c5ff0e2, please indicate why|org.apache.sling.installer.factory.subsystems|1.0.0", "JCR Compiler|Replaced with FS ClassLoader|org.apache.sling.jcr.compiler|2.1.0", "JCR Jackrabbit Server|Replaced with Apache Jackrabbit Oak|org.apache.sling.jcr.jackrabbit.server|2.3.0", "JCR Prefs|Replaced with CA Configs|org.apache.sling.jcr.prefs|1.0.0",
