changeset 28191481ec69 in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset&node=28191481ec69
description:
Add source files link to last main packages
issue11162
review374751003
diffstat:
templates/download.html | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 4fa58cecde7e -r 28191481ec69 templates/download.html
--- a/templates/download.html Tue Jan 25 15:52:52 2022 +0000
+++ b/templates/download.html Sun Jan 30 12:49:01 2022 +0100
@@ -127,11 +127,19 @@
These are useful for creating packages.</p>
<p>
Current version:<br/>
- <a href="https://downloads.tryton.org/current/" class="btn
btn-outline-primary">Browse</a>
+ <a href="https://downloads.tryton.org/current/" class="btn
btn-outline-primary mr-2">Browse</a>
+ <a href="https://downloads.tryton.org/current/trytond-last.tar.gz"
class="btn btn-outline-primary">Server</a>
+ <a href="https://downloads.tryton.org/current/tryton-last.tar.gz"
class="btn btn-outline-primary">Desktop Client</a>
+ <a href="https://downloads.tryton.org/current/tryton-sao-last.tgz"
class="btn btn-outline-primary">Web Client</a>
+ <a href="https://downloads.tryton.org/current/proteus-last.tgz" class="btn
btn-outline-primary">Console Client</a>
</p>
<p>
Long term support:<br/>
- <a href="https://downloads.tryton.org/lts/" class="btn
btn-outline-primary">Browse</a>
+ <a href="https://downloads.tryton.org/lts/" class="btn btn-outline-primary
mr-2">Browse</a>
+ <a href="https://downloads.tryton.org/lts/trytond-last.tar.gz" class="btn
btn-outline-primary">Server</a>
+ <a href="https://downloads.tryton.org/lts/tryton-last.tar.gz" class="btn
btn-outline-primary">Desktop Client</a>
+ <a href="https://downloads.tryton.org/lts/tryton-sao-last.tgz" class="btn
btn-outline-primary">Web Client</a>
+ <a href="https://downloads.tryton.org/lts/proteus-last.tgz" class="btn
btn-outline-primary">Console Client</a>
</p>
</section>
<section class="subsection">