Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tryton
Communication
Website
Commits
13e47795ae4c
Commit
13e47795ae4c
authored
6 years ago
by
Cédric Krier
Browse files
Options
Downloads
Patches
Plain Diff
Add long term support to download page
parent
5c6d77b640b6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/download.html
+18
-2
18 additions, 2 deletions
templates/download.html
with
18 additions
and
2 deletions
templates/download.html
+
18
−
2
View file @
13e47795
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment