changeset 8ad06c8710c7 in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=8ad06c8710c7
description:
        Improve Tryton description on download page

        issue9033
        review254971003
diffstat:

 templates/download.html |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r ff776620490b -r 8ad06c8710c7 templates/download.html
--- a/templates/download.html   Sat Feb 01 17:45:38 2020 +0100
+++ b/templates/download.html   Mon Feb 17 15:08:21 2020 +0100
@@ -28,7 +28,8 @@
 {% endblock content %}
 
 {% 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 class="lead">Tryton has a <a 
href="https://en.wikipedia.org/wiki/Multitier_architecture#Three-tier_architecture";>Three-tier
 architecture</a>.
+It is composed of an application server which connects to a <a 
href="https://www.postgresql.org/";>PostgreSQL</a> database, a web or desktop 
client for the presentation and a set of server modules for the business 
logic.</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">

Reply via email to