aboutsummaryrefslogtreecommitdiff
path: root/website/templates/download.html
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2017-05-16 00:24:39 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2017-05-29 21:03:04 +0200
commit496eccd1922c89fbc7e69e3a7e6e573ec85536ac (patch)
treebf1e408fa0a340333bb4f0c5d7035adb76e121db /website/templates/download.html
parentcda44bb654ccdc8fc44ee3e0efa7eb0079c71d42 (diff)
downloadlombok-496eccd1922c89fbc7e69e3a7e6e573ec85536ac.tar.gz
lombok-496eccd1922c89fbc7e69e3a7e6e573ec85536ac.tar.bz2
lombok-496eccd1922c89fbc7e69e3a7e6e573ec85536ac.zip
Styling and layout of all-versions, download, and changelog fixed/updated.
Diffstat (limited to 'website/templates/download.html')
-rw-r--r--website/templates/download.html89
1 files changed, 12 insertions, 77 deletions
diff --git a/website/templates/download.html b/website/templates/download.html
index af992c39..587ea1ab 100644
--- a/website/templates/download.html
+++ b/website/templates/download.html
@@ -7,96 +7,31 @@
<h1 class="text-center">
<div class="row">
<icon class="fa fa-download"></icon>
- <a>
+ <a href="/downloads/lombok.jar">
Download ${version}
</a>
</div>
- <div class="row">
- <a href="#/changelog">
- changelog
- </a>
- </div>
</h1>
</div>
+ <div class="row">
+ <a href="/changelog">
+ changelog
+ </a>
+ </div>
+ <div class="row">
+ <a href="/all-versions">
+ older versions
+ </a>
+ </div>
</div>
<div class="row">
<div class="text-center">
<h3>
- Feeling adventurous? Download the latest <a href="lombok-edge.jar">snapshot</a>
+ Feeling adventurous? Download the latest <a href="/download-edge.html">snapshot</a>
release.
</h3>
</div>
</div>
</div>
-
- <!--<div class="row">-->
-
- <!--<table class="table table-bordered">-->
- <!--<tr>-->
- <!--<td class="platform">Maven,&nbsp;Ivy&nbsp;or&nbsp;Gradle</td>-->
- <!--<td class="instruction">Lombok is in maven central. <a href="mavenrepo/index.html">More&hellip;</a>-->
- <!--</td>-->
- <!--</tr>-->
-
- <!--<tr>-->
- <!--<td class="platform">Javac</td>-->
- <!--<td class="instruction">Just put <code>lombok.jar</code> on the classpath.</td>-->
- <!--</tr>-->
-
- <!--<tr>-->
- <!--<td class="platform">NetBeans</td>-->
- <!--<td class="instruction">Just put <code>lombok.jar</code> on the classpath and enable annotation-->
- <!--processing. <a href="/setup/netbeans.html">More&hellip;</a></td>-->
- <!--</tr>-->
-
- <!--<tr>-->
- <!--<td class="platform">Eclipse&nbsp;and&nbsp;variants</td>-->
- <!--<td class="instruction">Run <code>lombok.jar</code> as a java app (i.e. doubleclick it, usually) to-->
- <!--install. Also add lombok.jar to your project. <span style="font-size: 0.8em;"><em>Supported-->
- <!--variants: Springsource Tool Suite, JBoss Developer Studio</em></span></td>-->
- <!--</tr>-->
-
- <!--<tr>-->
- <!--<td class="platform">IDEA&nbsp;IntelliJ</td>-->
- <!--<td class="instruction"><a href="https://github.com/mplushnikov/lombok-intellij-plugin">A plugin-->
- <!--developed by Michael Plushnikov</a> adds support for most features.-->
- <!--</td>-->
- <!--</tr>-->
-
- <!--<tr>-->
- <!--<td class="platform">Javadoc</td>-->
- <!--<td class="instruction">First delombok your code then run javadoc on the result. <a-->
- <!--href="/features/delombok">More&hellip;</a></td>-->
- <!--</tr>-->
-
- <!--<tr>-->
- <!--<td class="platform">Android</td>-->
- <!--<td class="instruction">The proper way to use lombok with android is somewhat complicated but-->
- <!--possible. <a href="/setup/android.html">More&hellip;</a></td>-->
- <!--</tr>-->
-
- <!--<tr>-->
- <!--<td class="platform">GWT</td>-->
- <!--<td class="instruction">Lombok works with GWT. <a href="setup/gwt.html">More&hellip;</a></td>-->
- <!--</tr>-->
-
- <!--<tr>-->
- <!--<td class="platform">Play!&nbsp;Framework</td>-->
- <!--<td class="instruction">Use Aaron Freeman's <a-->
- <!--href="https://github.com/aaronfreeman/play-lombok#readme">lombok play plugin</a>.-->
- <!--</td>-->
- <!--</tr>-->
-
- <!--<tr>-->
- <!--<td class="platform">ecj</td>-->
- <!--<td class="instruction">Lombok works on ecj and ecj-based tools. <a-->
- <!--href="setup/ecj.html">More&hellip;</a></td>-->
- <!--</tr>-->
- <!--</table>-->
- <!--<p style="font-size: 0.9em">-->
- <!--Or, <a href="/all-versions">download</a> a previous version of-->
- <!--lombok.-->
- <!--</p>-->
- <!--</div>-->
</div>
</@main.scaffold>