diff --git a/10-minute-tutorial.html.vtl b/10-minute-tutorial.html.vtl index 49dd68e60d..aa8d8b7470 100644 --- a/10-minute-tutorial.html.vtl +++ b/10-minute-tutorial.html.vtl @@ -1,4 +1,4 @@ -#parse("templates/macros.vtl") +#parse("templates/includes.vtl")

10 Minute Tutorial on Apache Shiro

@@ -51,13 +51,13 @@
  1. Ensure you have JDK 1.6+ and Maven 3.0.3+ installed.
  2. Download the lastest "Source Code Distribution" from the Download - page. In this example, we're using the 1.3.2 release distribution. + page. In this example, we're using the ${latestRelease} release distribution.
  3. Unzip the source package:
    -> unzip shiro-root-1.3.2-source-release.zip
    +> unzip shiro-root-${latestRelease}-source-release.zip
     
    @@ -66,7 +66,7 @@
    -> cd shiro-root-1.3.2/samples/quickstart
    +> cd shiro-root-${latestRelease}/samples/quickstart
     
    diff --git a/documentation.html b/documentation.html.vtl similarity index 89% rename from documentation.html rename to documentation.html.vtl index 99132e5725..e04ab1c166 100644 --- a/documentation.html +++ b/documentation.html.vtl @@ -1,3 +1,5 @@ +#parse("templates/includes.vtl") +

    Apache Shiro Documentation

    Introduction

    @@ -28,11 +30,11 @@

    Guides - importa

    Current Release

    -

    Apache Shiro 1.3.2 (Download)

    +

    Apache Shiro ${latestRelease} (Download)