diff --git a/templates/download.html b/templates/download.html index 5c6d77b640b62d74e857a8b5da960623c49ba0b3_dGVtcGxhdGVzL2Rvd25sb2FkLmh0bWw=..13e47795ae4cd30dd632855ee21c546dedd2344e_dGVtcGxhdGVzL2Rvd25sb2FkLmh0bWw= 100644 --- a/templates/download.html +++ b/templates/download.html @@ -24,6 +24,8 @@ {% block main %} <p class="lead">Tryton is composed of a server which runs on PostgreSQL, a web or desktop client and a set of server modules.</p> +<p>Tryton is released by series (same major and minor version numbers) every 6 months +and they are supported for 1 year except for new major which has long term support of 5 years.</p> <section class="subsection"> <h2 id="demo">Try without installing</h2> <p>We host a public shared demo server. @@ -85,8 +87,22 @@ <p>A ready-to-use client for your desktop. You can manage and connect to different servers using the same client.</p> <p> - <a href="https://downloads.tryton.org/current/tryton-last.exe" class="btn btn-outline-primary">Download for Windows</a> - <a href="https://downloads.tryton.org/current/tryton-last.dmg" class="btn btn-outline-primary">Download for macOS</a></li> + Current version:<br/> + <a href="https://downloads.tryton.org/current/tryton-last.exe" class="btn btn-outline-primary" title="Download for Windows"> + <i class="icon icon-windows"></i> Windows + </a> + <a href="https://downloads.tryton.org/current/tryton-last.dmg" class="btn btn-outline-primary" title="Download for macOS"> + <i class="icon icon-apple"></i> macOS + </a> + </p> + <p> + Long term support:<br/> + <a href="https://downloads.tryton.org/lts/tryton-last.exe" class="btn btn-outline-primary" title="Download for Windows"> + <i class="icon icon-windows"></i> Windows + </a> + <a href="https://downloads.tryton.org/lts/tryton-last.dmg" class="btn btn-outline-primary" title="Download for macOS"> + <i class="icon icon-apple"></i> macOS + </a> </p> <p class="text-info">For other platforms, use the <a href="#source">source files</a></p> </section>