From 9935ed5b591673e9fac9c9c4ac6edb47eb4564ad Mon Sep 17 00:00:00 2001 From: Brian Demers Date: Mon, 14 Nov 2016 17:09:36 -0500 Subject: [PATCH] Updated site for 1.4.0-RC2 release --- config.scms.groovy | 5 +++ download.html.vtl | 47 ++++++++++++++++++++++++++++ news.html | 71 +++++++++++++++++++++++++++++++++++++++--- static/.htaccess.vtl | 20 ++++++++++++ templates/versions.vtl | 33 ++++++++++++++++++++ 5 files changed, 171 insertions(+), 5 deletions(-) create mode 100644 static/.htaccess.vtl diff --git a/config.scms.groovy b/config.scms.groovy index d906585619..7a812e5723 100644 --- a/config.scms.groovy +++ b/config.scms.groovy @@ -246,6 +246,11 @@ scms { template = 'templates/none.vtl' } + 'static/.htaccess.vtl' { + template = 'templates/none.vtl' + outputFileExtension = 'htaccess' + } + '**/*.html' { template = 'templates/default.vtl' model { diff --git a/download.html.vtl b/download.html.vtl index fbe8746371..7fc8b48493 100644 --- a/download.html.vtl +++ b/download.html.vtl @@ -72,6 +72,17 @@
  • ${latestRelease} Git Source repository
  • + #if( $earlyRelease ) +
  • + Early Access Release (${earlyRelease}) + +
  • + #end +
  • Previous Releases