diff --git a/templates/contribute.html b/templates/contribute.html index 359fa98e540b7163bc5022b70482ba508e04af99_dGVtcGxhdGVzL2NvbnRyaWJ1dGUuaHRtbA==..4e2b3044bf2ddc376363e8419a6c55b992484bd8_dGVtcGxhdGVzL2NvbnRyaWJ1dGUuaHRtbA== 100644 --- a/templates/contribute.html +++ b/templates/contribute.html @@ -1,5 +1,5 @@ -{% extends "layout.html" %} +{% extends "layout-toc.html" %} {% block title %} Tryton - Contribute {% endblock title %} {% block content %} @@ -2,8 +2,7 @@ {% block title %} Tryton - Contribute {% endblock title %} {% block content %} -{{ super() }} <section class="section bg-primary"> <div class="container"> <section class="section-header text-center text-white bg-primary mb1 wow fadeInDown"> @@ -11,22 +10,6 @@ </section> </div> </section> - -<section class="section"> - <div class="container"> - <div class="row"> - <div class="d-none d-xl-block col-xl-2 order-2"> - <ul class="nav flex-column border-left"> - <li class="nav-item"><a class="pl-3" href="#donation">Donate</a></li> - <li class="nav-item"><a class="pl-3" href="#support">Help Users</a></li> - <li class="nav-item"><a class="pl-3" href="#spread">Spread the Word</a></li> - <li class="nav-item"><a class="pl-3" href="#bug">Report Bugs & Issues</a></li> - <li class="nav-item"><a class="pl-3" href="#develop">Submit Changes</a></li> - <li class="nav-item"><a class="pl-3" href="#translate">Translate</a></li> - <li class="nav-item"><a class="pl-3" href="#feature">Write Blueprints</a></li> - </ul> - </div> - <div class="col-sm-12 col-md-10 col-xl-6 mx-md-auto order-1" role="main"> - - <p class="lead">Join the Tryton community and help the project.</p> +{{ super() }} +{% endblock content %} @@ -32,19 +15,11 @@ - <div class="card mb-5 shadow"> - <div class="card-body d-inline-flex"> - <div class="picto-container mr-3 d-none d-sm-flex"> - <div class="picto bg-dark text-white wow zoomIn" data-wow-delay=".5s"> - <span class="material-icons md-48">monetization_on</span> - </div> - </div> - <div> - <h5 class="card-title" id="donate">Donate</h5> - <p class="card-text"> - The infrastructure powering Tryton is provided by the Foundation. - Donation is the only way for the Foundation to be funded. - </p> - <a href="#" class="card-link">{{ heart|safe }} Donate</a> - </div> - </div> - </div> +{% block toc %} +<li class="nav-item"><a class="pl-3" href="#donation">Donate</a></li> +<li class="nav-item"><a class="pl-3" href="#support">Help Users</a></li> +<li class="nav-item"><a class="pl-3" href="#spread">Spread the Word</a></li> +<li class="nav-item"><a class="pl-3" href="#bug">Report Bugs & Issues</a></li> +<li class="nav-item"><a class="pl-3" href="#develop">Submit Changes</a></li> +<li class="nav-item"><a class="pl-3" href="#translate">Translate</a></li> +<li class="nav-item"><a class="pl-3" href="#feature">Write Blueprints</a></li> +{% endblock toc %} @@ -50,20 +25,4 @@ - <div class="card mb-5 shadow"> - <div class="card-body d-inline-flex"> - <div class="picto-container mr-3 d-none d-sm-flex"> - <div class="picto bg-dark text-white wow zoomIn" data-wow-delay=".5s"> - <span class="material-icons md-48">live_help</span> - </div> - </div> - <div> - <h5 class="card-title" id="support">Help Users</h5> - <p class="card-text"> - Tryton is a volunteer-driven project. - We rely on the community members to help others. - Join the forum and start helping. - </p> - <a href="https://discuss.tryton.org/c/support" class="card-link">Support Forum</a> - </div> - </div> - </div> +{% block main %} +<p class="lead">Join the Tryton community and help the project.</p> @@ -69,47 +28,19 @@ - <div class="card mb-5 shadow"> - <div class="card-body d-inline-flex"> - <div class="picto-container mr-3 d-none d-sm-flex"> - <div class="picto bg-dark text-white wow zoomIn" data-wow-delay=".5s"> - <span class="material-icons md-48">share</span> - </div> - </div> - <div> - <h5 class="card-title" id="spread">Spread the Word</h5> - <p class="card-text"> - Help us increase the popularity of Tryton: - <ul> - <li>Share your experiences on social networks and follow Tryton on - <a href="https://twitter.com/TrytonSoftware">Twitter</a>, - <a href="https://www.facebook.com/TrytonSoftware/">Facebook</a>, - <a href="https://www.linkedin.com/groups/1313967/">LinkedIn</a>, - etc.</li> - <li>Write reviews on - <a href="https://www.capterra.com/p/146240/Tryton/">Capterra</a>, - <a href="https://www.g2crowd.com/products/tryton/reviews">G2 Crowd</a>, - etc.</li> - <li><a href="https://discuss.tryton.org/c/communication/news-proposal">Propose news</a></li> - </ul> - </p> - </div> - </div> - </div> - - <div class="card mb-5 shadow"> - <div class="card-body d-inline-flex"> - <div class="picto-container mr-3 d-none d-sm-flex"> - <div class="picto bg-dark text-white wow zoomIn" data-wow-delay=".5s"> - <span class="material-icons md-48">bug_report</span> - </div> - </div> - <div> - <h5 class="card-title" id="bug">Report Bugs & Issues</h5> - <p class="card-text"> - If you encounter any issues, then let us know about them. - Reporting bugs and issues that have not already been reported helps us maintain our high quality level. - </p> - <a href="https://bugs.tryton.org/" class="btn btn-primary">Report Issues</a> - </div> - </div> - </div> +<div class="card mb-5 shadow"> + <div class="card-body d-inline-flex"> + <div class="picto-container mr-3 d-none d-sm-flex"> + <div class="picto bg-dark text-white wow zoomIn" data-wow-delay=".5s"> + <span class="material-icons md-48">monetization_on</span> + </div> + </div> + <div> + <h5 class="card-title" id="donate">Donate</h5> + <p class="card-text"> + The infrastructure powering Tryton is provided by the Foundation. + Donation is the only way for the Foundation to be funded. + </p> + <a href="#" class="card-link">{{ heart|safe }} Donate</a> + </div> + </div> +</div> @@ -115,20 +46,20 @@ - <div class="card mb-5 shadow"> - <div class="card-body d-inline-flex"> - <div class="picto-container mr-3 d-none d-sm-flex"> - <div class="picto bg-dark text-white wow zoomIn" data-wow-delay=".5s"> - <span class="material-icons md-48">build</span> - </div> - </div> - <div> - <h5 class="card-title" id="develop">Submit Changes</h5> - <p class="card-text"> - Developers can propose changes to fix issues, add new features or improve the software and documentation. - You can get started by solving some issues that are - <a href="https://bugs.tryton.org/issue?status=-1,1,2,3,4,5,6,7&@sort=-activity&@search_text=&@columns=id,activity,component,title,assignedto,status&@dispname=Show%20Easy&keyword=27&@group=priority&@filter=status,keyword&@pagesize=50&@startwith=0">marked as easy</a>. - </p> - <a href="#" class="card-link">How to develop</a> - </div> - </div> - </div> +<div class="card mb-5 shadow"> + <div class="card-body d-inline-flex"> + <div class="picto-container mr-3 d-none d-sm-flex"> + <div class="picto bg-dark text-white wow zoomIn" data-wow-delay=".5s"> + <span class="material-icons md-48">live_help</span> + </div> + </div> + <div> + <h5 class="card-title" id="support">Help Users</h5> + <p class="card-text"> + Tryton is a volunteer-driven project. + We rely on the community members to help others. + Join the forum and start helping. + </p> + <a href="https://discuss.tryton.org/c/support" class="card-link">Support Forum</a> + </div> + </div> +</div> @@ -134,40 +65,8 @@ - <div class="card mb-5 shadow"> - <div class="card-body d-inline-flex"> - <div class="picto-container mr-3 d-none d-sm-flex"> - <div class="picto bg-dark text-white wow zoomIn" data-wow-delay=".5s"> - <span class="material-icons md-48">translate</span> - </div> - </div> - <div> - <h5 class="card-title" id="translate">Translate</h5> - <p class="card-text"> - Tryton does not speak your language yet? - You’ve found a typo in the translation? - Get translating! We use a server to share the translation effort. - Translation terms are updated on a monthly basis. - </p> - <a href="https://pootle.tryton.org/" class="btn btn-primary">Translate</a> - </div> - </div> - </div> - - <div class="card mb-5 shadow"> - <div class="card-body d-inline-flex"> - <div class="picto-container mr-3 d-none d-sm-flex"> - <div class="picto bg-dark text-white wow zoomIn" data-wow-delay=".5s"> - <span class="material-icons md-48">description</span> - </div> - </div> - <div> - <h5 class="card-title" id="feature">Write Blueprints</h5> - <p class="card-text"> - Large changes and sizable features must first be discussed with the community so a consensus can be reached. - </p> - <a href="https://discuss.tryton.org/c/feature" class="card-link">Submit a blueprint</a> - </div> - </div> - </div> - +<div class="card mb-5 shadow"> + <div class="card-body d-inline-flex"> + <div class="picto-container mr-3 d-none d-sm-flex"> + <div class="picto bg-dark text-white wow zoomIn" data-wow-delay=".5s"> + <span class="material-icons md-48">share</span> </div> </div> @@ -172,3 +71,21 @@ </div> </div> + <div> + <h5 class="card-title" id="spread">Spread the Word</h5> + <p class="card-text"> + Help us increase the popularity of Tryton: + <ul> + <li>Share your experiences on social networks and follow Tryton on + <a href="https://twitter.com/TrytonSoftware">Twitter</a>, + <a href="https://www.facebook.com/TrytonSoftware/">Facebook</a>, + <a href="https://www.linkedin.com/groups/1313967/">LinkedIn</a>, + etc.</li> + <li>Write reviews on + <a href="https://www.capterra.com/p/146240/Tryton/">Capterra</a>, + <a href="https://www.g2crowd.com/products/tryton/reviews">G2 Crowd</a>, + etc.</li> + <li><a href="https://discuss.tryton.org/c/communication/news-proposal">Propose news</a></li> + </ul> + </p> + </div> </div> @@ -174,3 +91,77 @@ </div> -</section> -{% endblock content %} +</div> + +<div class="card mb-5 shadow"> + <div class="card-body d-inline-flex"> + <div class="picto-container mr-3 d-none d-sm-flex"> + <div class="picto bg-dark text-white wow zoomIn" data-wow-delay=".5s"> + <span class="material-icons md-48">bug_report</span> + </div> + </div> + <div> + <h5 class="card-title" id="bug">Report Bugs & Issues</h5> + <p class="card-text"> + If you encounter any issues, then let us know about them. + Reporting bugs and issues that have not already been reported helps us maintain our high quality level. + </p> + <a href="https://bugs.tryton.org/" class="btn btn-primary">Report Issues</a> + </div> + </div> +</div> + +<div class="card mb-5 shadow"> + <div class="card-body d-inline-flex"> + <div class="picto-container mr-3 d-none d-sm-flex"> + <div class="picto bg-dark text-white wow zoomIn" data-wow-delay=".5s"> + <span class="material-icons md-48">build</span> + </div> + </div> + <div> + <h5 class="card-title" id="develop">Submit Changes</h5> + <p class="card-text"> + Developers can propose changes to fix issues, add new features or improve the software and documentation. + You can get started by solving some issues that are + <a href="https://bugs.tryton.org/issue?status=-1,1,2,3,4,5,6,7&@sort=-activity&@search_text=&@columns=id,activity,component,title,assignedto,status&@dispname=Show%20Easy&keyword=27&@group=priority&@filter=status,keyword&@pagesize=50&@startwith=0">marked as easy</a>. + </p> + <a href="#" class="card-link">How to develop</a> + </div> + </div> +</div> + +<div class="card mb-5 shadow"> + <div class="card-body d-inline-flex"> + <div class="picto-container mr-3 d-none d-sm-flex"> + <div class="picto bg-dark text-white wow zoomIn" data-wow-delay=".5s"> + <span class="material-icons md-48">translate</span> + </div> + </div> + <div> + <h5 class="card-title" id="translate">Translate</h5> + <p class="card-text"> + Tryton does not speak your language yet? + You’ve found a typo in the translation? + Get translating! We use a server to share the translation effort. + Translation terms are updated on a monthly basis. + </p> + <a href="https://pootle.tryton.org/" class="btn btn-primary">Translate</a> + </div> + </div> +</div> + +<div class="card mb-5 shadow"> + <div class="card-body d-inline-flex"> + <div class="picto-container mr-3 d-none d-sm-flex"> + <div class="picto bg-dark text-white wow zoomIn" data-wow-delay=".5s"> + <span class="material-icons md-48">description</span> + </div> + </div> + <div> + <h5 class="card-title" id="feature">Write Blueprints</h5> + <p class="card-text"> + Large changes and sizable features must first be discussed with the community so a consensus can be reached. + </p> + <a href="https://discuss.tryton.org/c/feature" class="card-link">Submit a blueprint</a> + </div> + </div> +</div> +{% endblock main %} diff --git a/templates/download.html b/templates/download.html index 359fa98e540b7163bc5022b70482ba508e04af99_dGVtcGxhdGVzL2Rvd25sb2FkLmh0bWw=..4e2b3044bf2ddc376363e8419a6c55b992484bd8_dGVtcGxhdGVzL2Rvd25sb2FkLmh0bWw= 100644 --- a/templates/download.html +++ b/templates/download.html @@ -1,5 +1,5 @@ -{% extends "layout.html" %} +{% extends "layout-toc.html" %} {% block title %} Tryton - Get Tryton {% endblock title %} {% block content %} @@ -2,8 +2,7 @@ {% block title %} Tryton - Get Tryton {% endblock title %} {% block content %} -{{ super() }} <section class="section bg-primary"> <div class="container"> <section class="section-header text-center text-white bg-primary mb1 wow fadeInDown"> @@ -11,4 +10,6 @@ </section> </div> </section> +{{ super() }} +{% endblock content %} @@ -14,101 +15,97 @@ -<section class="section"> - <div class="container"> - <div class="row"> - <div class="d-none d-xl-block col-xl-2 order-2"> - <ul class="nav flex-column border-left"> - <li class="nav-item"><a class="pl-3" href="#demo">Demo</a></li> - <li class="nav-item"><a class="pl-3" href="#docker">Docker Image</a></li> - <li class="nav-item"><a class="pl-3" href="#desktop-client">Desktop Client</a></li> - <li class="nav-item"><a class="pl-3" href="#source">Source Files</a></li> - <li class="nav-item"><a class="pl-3" href="#chronos">Chronos</a></li> - <li class="nav-item"><a class="pl-3" href="#packages">Packages</a></li> - <li class="nav-item"><a class="pl-3" href="#distributions">Distributions</a></li> - </ul> - </div> - <div class="col-sm-12 col-md-10 col-xl-6 mx-md-auto order-1" role="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> - <section class="subsection"> - <h2 id="demo">Try without installing</h2> - <p>We host a public shared demo server. - It is filled with some example data that gets reset every day.</p> - <div class="row"> - <table class="table table-sm col-xl-6 order-xl-2"> - <thead class="thead-light"> - <tr> - <th scope="col"></th> - <th scope="col">User name</th> - <th scope="col">Password</th> - </tr> - </thead> - <tbody> - <tr> - <th scope="row">English</th> - <td>demo</td> - <td>demo</td> - </tr> - <tr> - <th scope="row">Español</th> - <td>demo_es</td> - <td>demo</td> - </tr> - <tr> - <th scope="row">Français</th> - <td>demo_fr</td> - <td>demo</td> - </tr> - <tr> - <th scope="row">Deutsch</th> - <td>demo_de</td> - <td>demo</td> - </tr> - <tr> - <th scope="row">Administrator</th> - <td>admin</td> - <td>admin</td> - </tr> - </tbody> - </table> - <div class="col-xl-4 order-xl-1"><a href="http://demo.tryton.org/" class="btn btn-primary text-white mx-auto mt-3">Launch the demo</a></div> - </div> - </section> - <section class="subsection"> - <h2 id="docker" class="">Docker Image</h2> - <p>A docker container that comes pre-installed with the server, modules and web client. - This is a very simple way of locally installing and exploring the application. - It is also production ready for easy deployment. - These images are updated every week.</p> - <p><a href="https://hub.docker.com/r/tryton/tryton/" class="btn btn-primary">Download</a></p> - </section> - <section class="subsection"> - <h2 id="desktop-client">Desktop Client</h2> - <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> - </p> - </section> - <section class="subsection"> - <h2 id="source">Source Files</h2> - <p>The source code for the release of each component is available in an archive file. - These are useful for creating packages.</p> - <p><a href="https://downloads.tryton.org/current/" class="btn btn-outline-primary">Browse</a></p> - </section> - <section class="subsection"> - <h2 id="chronos">Chronos</h2> - <p>We also publish an optional add-on that can be used to manage timesheets from inside your browser.</p> - <p> - <a href="https://addons.mozilla.org/en-US/firefox/addon/tryton-chronos/" class="btn btn-outline-primary">Download for Firefox</a> - <a href="https://chrome.google.com/webstore/detail/chronos/ikhcoclknebokeabdhaaggmmookkndmp" class="btn btn-outline-primary">Download for Chrome</a> - </p> - </section> - <section class="subsection"> - <h2 id="packages">Packages</h2> - <p>All the packages are also published on the <a href="http://pypi.python.org/pypi?:action=browse&show=all&c=551">Python Package Index</a>. - Tryton modules from third parties can also be found there.<br/> - You can install them using the <a href="http://www.pip-installer.org/">pip</a> command-line tool:</p> - <pre class="bg-light"><code> +{% block toc %} +<li class="nav-item"><a class="pl-3" href="#demo">Demo</a></li> +<li class="nav-item"><a class="pl-3" href="#docker">Docker Image</a></li> +<li class="nav-item"><a class="pl-3" href="#desktop-client">Desktop Client</a></li> +<li class="nav-item"><a class="pl-3" href="#source">Source Files</a></li> +<li class="nav-item"><a class="pl-3" href="#chronos">Chronos</a></li> +<li class="nav-item"><a class="pl-3" href="#packages">Packages</a></li> +<li class="nav-item"><a class="pl-3" href="#distributions">Distributions</a></li> +{% endblock toc %} + +{% 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> +<section class="subsection"> + <h2 id="demo">Try without installing</h2> + <p>We host a public shared demo server. + It is filled with some example data that gets reset every day.</p> + <div class="row"> + <table class="table table-sm col-xl-6 order-xl-2"> + <thead class="thead-light"> + <tr> + <th scope="col"></th> + <th scope="col">User name</th> + <th scope="col">Password</th> + </tr> + </thead> + <tbody> + <tr> + <th scope="row">English</th> + <td>demo</td> + <td>demo</td> + </tr> + <tr> + <th scope="row">Español</th> + <td>demo_es</td> + <td>demo</td> + </tr> + <tr> + <th scope="row">Français</th> + <td>demo_fr</td> + <td>demo</td> + </tr> + <tr> + <th scope="row">Deutsch</th> + <td>demo_de</td> + <td>demo</td> + </tr> + <tr> + <th scope="row">Administrator</th> + <td>admin</td> + <td>admin</td> + </tr> + </tbody> + </table> + <div class="col-xl-4 order-xl-1"><a href="http://demo.tryton.org/" class="btn btn-primary text-white mx-auto mt-3">Launch the demo</a></div> + </div> +</section> +<section class="subsection"> + <h2 id="docker" class="">Docker Image</h2> + <p>A docker container that comes pre-installed with the server, modules and web client. + This is a very simple way of locally installing and exploring the application. + It is also production ready for easy deployment. + These images are updated every week.</p> + <p><a href="https://hub.docker.com/r/tryton/tryton/" class="btn btn-primary">Download</a></p> +</section> +<section class="subsection"> + <h2 id="desktop-client">Desktop Client</h2> + <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> + </p> +</section> +<section class="subsection"> + <h2 id="source">Source Files</h2> + <p>The source code for the release of each component is available in an archive file. + These are useful for creating packages.</p> + <p><a href="https://downloads.tryton.org/current/" class="btn btn-outline-primary">Browse</a></p> +</section> +<section class="subsection"> + <h2 id="chronos">Chronos</h2> + <p>We also publish an optional add-on that can be used to manage timesheets from inside your browser.</p> + <p> + <a href="https://addons.mozilla.org/en-US/firefox/addon/tryton-chronos/" class="btn btn-outline-primary">Download for Firefox</a> + <a href="https://chrome.google.com/webstore/detail/chronos/ikhcoclknebokeabdhaaggmmookkndmp" class="btn btn-outline-primary">Download for Chrome</a> + </p> +</section> +<section class="subsection"> + <h2 id="packages">Packages</h2> + <p>All the packages are also published on the <a href="http://pypi.python.org/pypi?:action=browse&show=all&c=551">Python Package Index</a>. + Tryton modules from third parties can also be found there.<br/> + You can install them using the <a href="http://www.pip-installer.org/">pip</a> command-line tool:</p> + <pre class="bg-light"><code> $ pip install trytond $ pip install tryton $ pip install trytond_sale @@ -112,24 +109,7 @@ $ pip install trytond $ pip install tryton $ pip install trytond_sale - </code></pre> - <p class="text-info">Replace <code>trytond_sale</code> with the name of the module needed.</p> - <p class="text-warning">The web client can not be installed with <code>pip</code>, you must follow this <a href="https://www.npmjs.com/package/tryton-sao#installation">installation procedure</a>.</p> - </section> - <section class="subsection"> - <h2 id="distributions">Distributions</h2> - <p>Tryton is also packaged and distributed by third-party volunteers. - These generally provide better integration with the operating system, but often there is a delay before new versions make it into their distributions.</p> - <ul> - <li><a href="http://aur.archlinux.org/packages.php?K=tryton">Arch Linux</a></li> - <li><a href="https://tryton-team.pages.debian.net/">Debian</a></li> - <li><a href="https://admin.fedoraproject.org/pkgdb/packages/tryton*/">Fedora</a></li> - <li><a href="https://wiki.gentoo.org/wiki/Tryton">Gentoo</a></li> - <li><a href="https://packages.ubuntu.com/search?searchon=names&keywords=tryton">Ubuntu</a></li> - <li><a href="http://pkgsrc.se/meta-pkgs/py-tryton-platform">NetBSD</a></li> - </ul> - </section> - </div> - </div> - </div> + </code></pre> + <p class="text-info">Replace <code>trytond_sale</code> with the name of the module needed.</p> + <p class="text-warning">The web client can not be installed with <code>pip</code>, you must follow this <a href="https://www.npmjs.com/package/tryton-sao#installation">installation procedure</a>.</p> </section> @@ -135,2 +115,15 @@ </section> -{% endblock content %} +<section class="subsection"> + <h2 id="distributions">Distributions</h2> + <p>Tryton is also packaged and distributed by third-party volunteers. + These generally provide better integration with the operating system, but often there is a delay before new versions make it into their distributions.</p> + <ul> + <li><a href="http://aur.archlinux.org/packages.php?K=tryton">Arch Linux</a></li> + <li><a href="https://tryton-team.pages.debian.net/">Debian</a></li> + <li><a href="https://admin.fedoraproject.org/pkgdb/packages/tryton*/">Fedora</a></li> + <li><a href="https://wiki.gentoo.org/wiki/Tryton">Gentoo</a></li> + <li><a href="https://packages.ubuntu.com/search?searchon=names&keywords=tryton">Ubuntu</a></li> + <li><a href="http://pkgsrc.se/meta-pkgs/py-tryton-platform">NetBSD</a></li> + </ul> +</section> +{% endblock main %} diff --git a/templates/layout-toc.html b/templates/layout-toc.html new file mode 100644 index 0000000000000000000000000000000000000000..4e2b3044bf2ddc376363e8419a6c55b992484bd8_dGVtcGxhdGVzL2xheW91dC10b2MuaHRtbA== --- /dev/null +++ b/templates/layout-toc.html @@ -0,0 +1,21 @@ +{% extends "layout.html" %} +{% block content %} +{{ super() }} + +<section class="section"> + <div class="container"> + <div class="row"> + <div class="d-none d-xl-block col-xl-2 order-2"> + <ul class="nav flex-column border-left"> + {% block toc %} + {% endblock toc %} + </ul> + </div> + <div class="col-sm-12 col-md-10 col-xl-6 mx-md-auto order-1" role="main"> + {% block main %} + {% endblock main %} + </div> + </div> + </div> +</section> +{% endblock content %} diff --git a/templates/presentations.html b/templates/presentations.html index 359fa98e540b7163bc5022b70482ba508e04af99_dGVtcGxhdGVzL3ByZXNlbnRhdGlvbnMuaHRtbA==..4e2b3044bf2ddc376363e8419a6c55b992484bd8_dGVtcGxhdGVzL3ByZXNlbnRhdGlvbnMuaHRtbA== 100644 --- a/templates/presentations.html +++ b/templates/presentations.html @@ -1,5 +1,5 @@ -{% extends "layout.html" %} +{% extends "layout-toc.html" %} {% block title %} Tryton - Presentations & Papers {% endblock title %} {% block content %} @@ -2,8 +2,7 @@ {% block title %} Tryton - Presentations & Papers {% endblock title %} {% block content %} -{{ super() }} <section class="section bg-primary"> <div class="container"> <section class="section-header text-center text-white bg-primary mb1 wow fadeInDown"> @@ -11,4 +10,6 @@ </section> </div> </section> +{{ super() }} +{% endblock content %} @@ -14,519 +15,190 @@ -<section class="section"> - <div class="container"> - <div class="row"> - <div class="d-none d-xl-block col-xl-2 order-2"> - <ul class="nav flex-column border-left"> - <li class="nav-item"><a class="pl-3" href="#PyConFr2018">PyConFr 2018</a></li> - <li class="nav-item"><a class="pl-3" href="#TUL2017">TUL2017</a></li> - <li class="nav-item"><a class="pl-3" href="#TUB2016">TUB2016</a></li> - <li class="nav-item"><a class="pl-3" href="#jdl2016">Jeudi du Libre 2016</a></li> - <li class="nav-item"><a class="pl-3" href="#TUBA2015">TUBA2015</a></li> - <li class="nav-item"><a class="pl-3" href="#TUL2014">TUL2014</a></li> - <li class="nav-item"><a class="pl-3" href="#TUB2013">TUB2013</a></li> - <li class="nav-item"><a class="pl-3" href="#TUL2012">TUL2012</a></li> - <li class="nav-item"><a class="pl-3" href="#TUL2011">TUL2011</a></li> - <li class="nav-item"><a class="pl-3" href="#PyConFr2010">PyCONFR 2010</a></li> - <li class="nav-item"><a class="pl-3" href="#EUROPYTHON2010">EUROPYTHON 2010</a></li> - </ul> - </div> - <div class="col-sm-12 col-md-10 col-xl-6 mx-sm-auto order-1" role="main"> - <p class="p-3 mb-2 bg-info text-white rounded">If you made a presentation around Tryton and want to be listed here, please send an email to <a href="mailto:foundation@tryton.org">foundation@tryton.org.</a></p> - <section class="subsection"> - <h2 id="PyConFr2018">PyConFr 2018</h2> - <ul> - <li> - <a href="//downloads.tryton.org/PyConFr2018/optimisation-transactional-application.odp">Optimiser une application principalement transactionnelle (retour d'expérience avec Tryton)</a>, - <em>Cédric Krier</em>, - <a href="https://youtu.be/dTJ4VPSbVZs">Video</a> - </li> - </ul> - </section> - <section class="subsection"> - <h2 id="TUL2017">TUL2017</h2> - <ul> - <li> - <a href="//downloads.tryton.org/TUL2017/past-present-future-tryton.odp">Past, Present and Future of Tryton</a>, - <em>Cédric Krier</em>, - Video <a href="https://youtu.be/Gw6kAXkOmMg">part 1</a> & <a href="https://youtu.be/prKWX6LwOOI">part 2</a></li> - <li> - semilimes - vitamins for business, - <em>Ronald Vuillemin</em>, - <a href="https://youtu.be/0q6JXq3PMz0">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUL2017/custom-webshop-1-month.odp">Custom web-shop from scratch to production in 1 month</a>, - <em>Cédric Krier and Nicolas ÉVrard</em>, - <a href="https://youtu.be/MA1DnlnTy7I">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUL2017/kalenis.pdf">Kalenis: Integrating LIMS & ERP</a>, - <em>Sebastián Marró and Ignacio Parszyk</em>, - <a href="https://youtu.be/Iknsb16h8iM">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUL2017/tul2017_saluc_v1pdf.pdf">Demonstration of a pre-purchase Process in Tryton</a>, - <em>Thierry Bruyere and Maxime Richez</em>, - <a href="https://youtu.be/atMO62IDP1c">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUL2017/paybox-cryptolog-modules.odp">Two new modules for Tryton: Paybox payment system and electronic signature</a>, - <em>Adrien Ben-Duc</em>, - <a href="https://youtu.be/5-2YoMV1wX0">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUL2017/PluggableBackends.odp">Pluggable backends in Tryton: an how-to</a>, - <em>Nicolas Évrard</em>, - <a href="https://youtu.be/yRg2mHI8XBI">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUL2017/gnuhealth-franceville-gabon.odp">Gnu Health Implementation in Franceville - Gabon: Connecting Diamonds</a>, - <em>Armand Mpassy-Nzoumba</em>, - <a href="https://youtu.be/OwCBFqXwOkI">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUL2017/challenges-scaling-with-tryton.odp">A few challenges when scaling with Tryton</a>, - <em>Jérémy Mousset</em>, - <a href="https://youtu.be/9w-1XUagZ2U">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUL2017/collect-payment-tryton-stripe.odp">Collect payment with Tryton and Stripe</a>, - <em>Cédric Krier</em>, - <a href="https://youtu.be/aQtlf0edENQ">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUL2017/tryton-based-web-stack.odp">A web application and an API based on Tryton</a>, - <em>Ali Kefia</em>, - <a href="https://youtu.be/uFajBwgB-60">Video</a> - </li> - <li> - semilimes - behind the scenes, - <em>Ronald Vuillemin</em>, - <a href="https://youtu.be/VSn1JbDCs0Q">Video</a> - </li> - </ul> - </section> - <section class="subsection"> - <h2 id="TUB2016">TUB2016</h2> - <ul> - <li> - <a href="//downloads.tryton.org/TUB2016/new_features_42.pdf">New features in 4.2</a>, - <em>Cédric Krier</em>, - <a href="http://videos.tryton.org/tub2016/new_features_in_42.html">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUB2016/billiard_balls_manufacture.pdf">Implementing Tryton in a billiard balls manufacture</a>, - <em>Maxime Richez & Thierry Bruyere</em>, - <a href="http://videos.tryton.org/tub2016/billiard_balls_manufacture.html">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUB2016/tub-2016-prez-bus.pdf">How we used tryton to build an Insurance ERP (part1)</a>, - <em>Romain Séon & Frédéric Langevin</em>, - <a href="http://videos.tryton.org/tub2016/insurance_erp_1.html">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUB2016/tub-2016-prez-bus.pdf">How we used tryton to build an Insurance ERP (part 2)</a>, - <em>Romain Séon & Frédéric Langevin</em>, - <a href="http://videos.tryton.org/tub2016/insurance_erp_2.html">Video</a> - </li> - <li> - Advocate Tax, - <em>Jonathan Levy</em>, - <a href="http://videos.tryton.org/tub2016/advocate_tax.html">Video</a> - </li> - <li> - Adore, - <em>Udo Spallek</em>, - <a href="http://videos.tryton.org/tub2016/adore.html">Video</a> - </li> - <li> - SISalp, - <em>Dominique Chabord</em>, - <a href="http://videos.tryton.org/tub2016/sisalp.html">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUB2016/distributed.pdf">Distributed Transactions</a>, - <em>Nicolas Évrard</em>, - <a href="http://videos.tryton.org/tub2016/distributed_transactions.html">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUB2016/user_application.pdf">User Application</a>, - <em>Cédric Krier</em>, - <a href="http://videos.tryton.org/tub2016/user_application.html">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUB2016/tub-2016-prez-tech.pdf">How Tryton is customized to empower Coog</a>, - <em>Jean Cavallo & Ali Kefia</em>, - <a href="http://videos.tryton.org/tub2016/how_trton_is_customized_to_empower_coog.html">Video</a> - </li> - <li> - Application Performance Monitoring, - <em>Albert Cervera i Areny</em>, - <a href="http://videos.tryton.org/tub2016/application_performance_monitoring.html">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUB2016/who_are_you.pdf">Tryton Authentication</a>, - <em>Cédric Krier</em>, - <a href="http://videos.tryton.org/tub2016/tryton_authentification.html">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUB2016/tryton-integration-drupal.pdf">Tryton integrates with Drupal</a>, - <em>Lucho Rossi</em>, - <a href="http://videos.tryton.org/tub2016/tryton_with_drupal.html">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUB2016/developing-on-trunk">Why you should develop on trunk?</a>, - <em>Sergi Almacellas Abellana</em>, - <a href="http://videos.tryton.org/tub2016/why_you_should_develop_on_trunk.html">Video</a> - </li> - <li> - Universal Business Language, - <em>Dominique Chabord</em>, - <a href="http://videos.tryton.org/tub2016/support_UBL.html">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUB2016/postgresql.pdf">PostgreSQL: present and near future</a>, - <em>Albert Cervera i Areny</em>, - <a href="http://videos.tryton.org/tub2016/postgresql.html">Video</a> - </li> - <li> - A Raft of Tryton Modules, - <em>Albert Cervera i Areny</em>, - <a href="http://videos.tryton.org/tub2016/a_raft_of_tryton_modules.html">Video</a> - </li> - </ul> - </section> - <section class="subsection"> - <h2 id="jdl2016">Jeudi du Libre 2016</h2> - <ul> - <li> - <a href="//downloads.tryton.org/jeudidulibre2016/tryton-jdl.pdf">Tryton, un framework libre d'application métier</a>, - <em>Cédric Krier</em> - </li> - </ul> - </section> - <section class="subsection"> - <h2 id="TUBA2015">TUBA2015</h2> - <ul> - <li> - <a href="//downloads.tryton.org/TUBA2015/tryton-project.pdf">Tryton History from the very beginning</a>, - <em>Nicolas Évrard</em>, - <a href="http://videos.tryton.org/tuba2015/NicolasEvrard-TrytonHistoryFromTheVeryBeginning.html">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUBA2015/silex_why_we_have_chosen_tryton.pdf">Why we have chosen Tryton - from homemade proprietary ERPs to free software</a>, - <em>Roberto Novaes</em>, - <a href="http://videos.tryton.org/tuba2015/RobertoNovaes-WhyWeHaveChosenTryton.html">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUBA2015/gcoop_tryton_in_argentina.pdf">Tryton in Argentina, our localization and use</a>, - <em>Pablo Vannini</em> - </li> - <li> - sao, Tryton in your browser, - <em>Cédric Krier and Nicolas Évrard</em>, - <a href="http://videos.tryton.org/tuba2015/CedricKrier-NicolasEvrard-SAO-TrytonInYourBrowser.html">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUBA2015/gnusolidario_gnuhealth_new_features.pdf">New features in GNU Health 3.0</a>, - <em>Luis Falcón</em>, - <a href="http://videos.tryton.org/tuba2015/LuisFalcon-NewFeaturesInGNUHealth3.0.html">Video</a> - </li> - <li> - Tryton Implementations, our experience without programmers, - <em>Agustin Montagna</em>, - <a href="http://videos.tryton.org/tuba2015/AgustinMontagna-TrytonImplementations-OurExperienceWithoutProgrammers.html">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUBA2015/axel_braun_building_packages_for_tryton.pdf">Building packages for Tryton</a>, - <em>Axel Braun</em>, - <a href="http://videos.tryton.org/tuba2015/AxelBraun-BuildingPackagesForTryton.html">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUBA2015/mr_robot/">Mr Robot</a>, - <em>Cédric Krier</em>, - <a href="http://videos.tryton.org/tuba2015/CedricKrier-MrRobot.html">Video</a> - </li> - <li> - A newbie introduction to proteus, - <em>Nicolas Évrard</em>, - <a href="http://videos.tryton.org/tuba2015/NicolasEvrard-ANewbieIntroductionToProteus.html">Video</a> - </li> - <li> - typi: The Tryton Package Index, - <em>Nicolas Èvrard</em>, - <a href="http://videos.tryton.org/tuba2015/NicolasEvrard-TypiTheTrytonPackageIndex.html">Video</a> - </li> - <li> - Nahual Inclusion Technology, - <em>Cesar Tynik</em>, - <a href="http://videos.tryton.org/tuba2015/CesarTynik-NahualInclusionTechnology.html">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUBA2015/axel_braun_building_live_cd_for_tryton.pdf">Running Tryton from a CD - and how to adapt a live system</a>, - <em>Axel Braun</em>, - <a href="http://videos.tryton.org/tuba2015/AxelBraun-RunningTrytonFromACD-andHowToAdaptALiveSystem.html">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUBA2015/design_pattern/">Design Patterns in Tryton</a>, - <em>Cédric Krier</em>, - <a href="http://videos.tryton.org/tuba2015/CedricKrier-DesignPatternsInTryton.html">Video</a> - </li> - <li> - <a href="//downloads.tryton.org/TUBA2015/thymbra_occhiolino.pdf">Integrating Tryton + Occhiolino in Food Testing Laboratory</a>, - <em>Sebastián Marró and Favio Dutria</em>, - <a href="http://videos.tryton.org/tuba2015/SebastianMarro-FavioDutria-IntegratingTryton+OcchiolinoInFoodTestingLaboratory.html">Video</a> - </li> - </ul> - </section> - <section class="subsection"> - <h2 id="TUL2014">TUL2014</h2> - <ul> - <li> - <a href="//downloads.tryton.org/TUL2014/tryton_34_and_future/">Tryton 3.4 and future</a>, - <em>Cédric Krier</em> - </li> - <li> - <a href="//downloads.tryton.org/TUL2014/TUL2014_OBS_und_SUSEStudio.odp">Building Distribution packages with Open Build Service</a>, - <em>Axel Braun</em> - </li> - <li> - <a href="//downloads.tryton.org/TUL2014/Docker%20Tryton.pdf">Dockerized Tryton Deployments</a>, - <em>Prakash Pandey</em> & <em>Sharoon Thomas</em> - </li> - <li> - <a href="//downloads.tryton.org/TUL2014/WSGI_Deployment.pdf">Tryton WSGI Deployment: A field report</a>, - <em>Robin Baumgartner</em> - </li> - <li> - <a href="//downloads.tryton.org/TUL2014/occhiolino_english_tul_2014.pdf">Occhiolino: The GNU LIMS (Laboratory Information Management System)</a>, - <em>Sebastián Marró</em> - </li> - <li> - <a href="//downloads.tryton.org/TUL2014/doc-and-babi.pdf">Documentation and BAsic Business Intelligence updates</a>, - <em>Albert Cervera i Areny</em> - </li> - <li> - <a href="//downloads.tryton.org/TUL2014/Open%20source%20projects%20need%20more%20than%20good%20code.pdf">Open-Source Projects Need More Than Good Code</a>, - <em>Varun Kumar</em> & <em>Sharoon Thomas</em> - </li> - <li> - <a href="//downloads.tryton.org/TUL2014/html_webkit.pdf">The HTML/Webkit report engine</a>, - <em>Umang Arora</em> - </li> - <li> - <a href="//downloads.tryton.org/TUL2014/Features%20in%20GNU%20Health%2028.pdf">New features in GNU Health 2.8</a>, - <em>Luis Falcón</em> - </li> - <li> - <a href="//downloads.tryton.org/TUL2014/synchronise_engine/">Synchronise engine: The case study of Jamaica health records</a>, - <em>Cédric Krier</em> - </li> - <li> - <a href="//downloads.tryton.org/TUL2014/flask_tryton/">Flask-Tryton: Tailored web app</a>, - <em>Cédric Krier</em> - </li> - <li> - <a href="//downloads.tryton.org/TUL2014/crash-course.pdf">Writing your first module for tryton</a>, - <em>Nicolas Évrard</em> - </li> - </ul> - </section> - <section class="subsection"> - <h2 id="TUB2013">TUB2013</h2> - <ul> - <li> - <a href="//downloads.tryton.org/TUB2013/no_localization/">Why you should not do localization modules?</a>, - <em>Cédric Krier</em>, - <a href="http://videos.tryton.org/tub2013/WhyYouShouldNotDoLocalizationModules.html">Video</a> - (<a href="http://videos.tryton.org/tub2013/WhyYouShouldNotDoLocalizationModules_small.html">small size</a>) - </li> - <li> - <a href="//downloads.tryton.org/TUB2013/release_module/">How to release module</a>, - <em>Cédric Krier</em>, - <a href="http://videos.tryton.org/tub2013/HowToReleaseModule.html">Video</a> - (<a href="http://videos.tryton.org/tub2013/HowToReleaseModule_small.html">small size</a>) - </li> - <li> - <a href="//downloads.tryton.org/TUB2013/TeleTryton_for_dumbs.pdf">TéléTryton</a>, - <em>Dominique Chabord</em> - </li> - <li> - <a href="//downloads.tryton.org/TUB2013/cooperatives-and-free-software.pdf">Cooperatives and Free Software, Our experience with Tryton</a>, - <em>Pablo Vannini</em>, - <a href="http://videos.tryton.org/tub2013/CooperativesAndFreeSoftware_OurExperienceWithTryton.html">Video</a> - (<a href="http://videos.tryton.org/tub2013/CooperativesAndFreeSoftware_OurExperienceWithTryton_small.html">small size</a>) - </li> - <li> - <a href="//downloads.tryton.org/TUB2013/pos.pdf">Point of Sale</a>, - <em>Jordi Esteve</em>, - <a href="http://videos.tryton.org/tub2013/TrytonPointOfSale.html">Video</a> - (<a href="http://videos.tryton.org/tub2013/TrytonPointOfSale_small.html">small size</a>) - </li> - <li> - <a href="//downloads.tryton.org/TUB2013/proteus.pdf">A newbie introduction to proteus</a>, - <em>Nicolas Évrard</em>, - <a href="http://videos.tryton.org/tub2013/aNewbieIntroductionToProteus.html">Video</a> - (<a href="http://videos.tryton.org/tub2013/aNewbieIntroductionToProteus_small.html">small size</a>) - </li> - <li> - <a href="//downloads.tryton.org/TUB2013/tryton-and-insurance.odp">Tryton and Insurance</a>, - <em>Jean Cavallo</em>, - <a href="http://videos.tryton.org/tub2013/TrytonAndInsuranceCoopengo.html">Video</a> - (<a href="http://videos.tryton.org/tub2013/TrytonAndInsuranceCoopengo_small.html">small size</a>) - </li> - <li> - <a href="//downloads.tryton.org/TUB2013/tryton-from-user-perspective.odp">Tryton from a User-Perspective</a>, - <em>Axel Braun</em>, - <a href="http://videos.tryton.org/tub2013/TrytonFromAUserPerspective.html">Video</a> - (<a href="http://videos.tryton.org/tub2013/TrytonFromAUserPerspective_small.html">small size</a>) - </li> - <li> - <a href="//downloads.tryton.org/TUB2013/tryton-user-doc.pdf">Tryton User Documentation</a>, - <em>Guillem Barba Domingo</em>, - <a href="http://videos.tryton.org/tub2013/TrytonUserDocumentation.html">Video</a> - (<a href="http://videos.tryton.org/tub2013/TrytonUserDocumentation_small.html">small size</a>) - </li> - <li> - <a href="//downloads.tryton.org/TUB2013/gnu-health.pdf">GNU Health: Current status and next steps</a>, - <em>Luis Falcón</em>, - <a href="http://videos.tryton.org/tub2013/GNUHealth_CurrentStatus_NextSteps.html">Video</a> - (<a href="http://videos.tryton.org/tub2013/GNUHealth_CurrentStatus_NextSteps_small.html">small size</a>) - </li> - <li> - Business Intelligence: Presentation of BABI, - <em>Albert Cervera i Areny</em>, - <a href="http://videos.tryton.org/tub2013/BABI.html">Video</a> - (<a href="http://videos.tryton.org/tub2013/BABI_small.html">small size</a>) - </li> - <li> - Showcase Of SAO, - <em>Cédric Krier</em>, - <a href="http://videos.tryton.org/tub2013/ShowcaseOfSAO.html">Video</a> - (<a href="http://videos.tryton.org/tub2013/ShowcaseOfSAO_small.html">small size</a>) - </li> - <li> - SAO patch from NaN, - <em>Guillem Barba Domingo</em>, - <a href="http://videos.tryton.org/tub2013/SAO_NaN.html">Video</a> - (<a href="http://videos.tryton.org/tub2013/SAO_NaN_small.html">small size</a>) - </li> - <li> - Roundtable About The Future Development, - <a href="http://videos.tryton.org/tub2013/merged/9_RoundtableAboutTheFutureDevelopment.ogg">Audio</a> - </li> - <li> - iOS client, - <em>Sharoon Thomas</em>, - <a href="http://videos.tryton.org/tub2013/iOS_client.html">Video</a> - (<a href="http://videos.tryton.org/tub2013/iOS_client_small.html">small size</a>) - </li> - <li> - Nereid Workshop, - <em>Sharoon Thomas</em>, - <a href="http://videos.tryton.org/tub2013/NereidWorkshop.html">Video</a> - (<a href="http://videos.tryton.org/tub2013/NereidWorkshop_small.html">small size</a>) - </li> - <li> - Working In Distributed Environments, Synchronizing Instances And Models, - <em>Sebastián Marró</em>, - <a href="http://videos.tryton.org/tub2013/WorkingInDistributedEnvironments_SynchronizingInstancesAndModels.html">Video</a> - (<a href="http://videos.tryton.org/tub2013/WorkingInDistributedEnvironments_SynchronizingInstancesAndModels_small.html">small size</a>) - </li> - <li> - Tryton Private Foundation Treasury, - <a href="http://videos.tryton.org/tub2013/TrytonPrivateFoundationTreasury.html">Video</a> - (<a href="http://videos.tryton.org/tub2013/TrytonPrivateFoundationTreasury_small.html">small size</a>) - </li> - <li> - Workshop summaries: BABI, - <em>Albert Cervera i Areny</em>, - <a href="http://videos.tryton.org/tub2013/WorkshopSummaryBABI.html">Video</a> - (<a href="http://videos.tryton.org/tub2013/WorkshopSummaryBABI_small.html">small size</a>)</li> - <li> - Workshop summaries: Tryton Documentation, - <em>Sharoon Thomas</em>, - <a href="http://videos.tryton.org/tub2013/WorkshopSummaryTrytonDocumentation.html">Video</a> - (<a href="http://videos.tryton.org/tub2013/WorkshopSummaryTrytonDocumentation_small.html">small size</a>) - </li> - <li> - Tryton Magento, - <a href="http://videos.tryton.org/tub2013/TrytonMagento.html">Video</a> - (<a href="http://videos.tryton.org/tub2013/TrytonMagento_small.html">small size</a>) - </li> - <li> - Nereid Extra Features, - <em>Sharoon Thomas</em>, - <a href="http://videos.tryton.org/tub2013/NereidExtraFeatures.html">Video</a> - (<a href="http://videos.tryton.org/tub2013/NereidExtraFeatures_small.html">small size</a>) - </li> - </ul> - </section> - <section class="subsection"> - <h2 id="TUL2012">TUL2012</h2> - <ul> - <li> - <a href="//downloads.tryton.org/TUL2012/what_s_new/">What's new?</a>, - <em>Cédric Krier</em> - </li> - <li> - <a href="//downloads.tryton.org/TUL2012/domains_states_safe_eval/">Domains, states and safe-eval</a>, - <em>Bertrand Chenal</em> - </li> - <li> - <a href="//downloads.tryton.org/TUL2012/GNU_Health_status.pdf">GNU Health status</a>, - <em>Sebastián Marró</em> - </li> - <li> - <a href="//downloads.tryton.org/TUL2012/python3/python3.html">Python3 port: why and how far are we?</a>, - <em>Nicolas Évrard</em> - </li> - <li> - <a href="//downloads.tryton.org/TUL2012/GSoC%20-%20Calendar%20View.pdf">GSoC - calendar view for Tryton</a>, - <em>Antoine Smolders</em> - </li> - <li> - <a href="//downloads.tryton.org/TUL2012/what_next/">What next?</a>, - <em>Cédric Krier</em> - </li> - </ul> - </section> - <section class="subsection"> - <h2 id="TUL2011">TUL2011</h2> - <ul> - <li> - <a href="//downloads.tryton.org/TUL2011/Tryton_vs_OpenERP/">Tryton vs OpenERP</a>, - <em>Cédric Krier</em> - </li> - <li> - <a href="//downloads.tryton.org/TUL2011/GNUHealth/text0.html">GNU Health over Tryton</a>, - <em>Sebastián Marró</em> - </li> - <li> - <a href="//downloads.tryton.org/TUL2011/mercurial.pdf">Mercurial Introduction</a>, - <em>Nicolas Évrard</em> - </li> - </ul> - </section> - <section class="subsection"> - <h2 id="PyConFr2010">PyCONFR 2010</h2> - <ul> - <li> - <a href="//downloads.tryton.org/PyCONFR2010/slides.pdf">Tryton</a>, - <em>Cédric Krier & Bertrand Chenal</em> - </li> - </ul> - </section> - <section class="subsection"> - <h2 id="EUROPYTHON2010">EUROPYTHON 2010</h2> - <ul> - <li> - <a href="//downloads.tryton.org/europython2010/presentation.tar.gz">What is Tryton?</a>, - <em>Sharoon Thomas</em> - </li> - </ul> - </section> - </div> - </div> - </div> +{% block toc %} +<li class="nav-item"><a class="pl-3" href="#PyConFr2018">PyConFr 2018</a></li> +<li class="nav-item"><a class="pl-3" href="#TUL2017">TUL2017</a></li> +<li class="nav-item"><a class="pl-3" href="#TUB2016">TUB2016</a></li> +<li class="nav-item"><a class="pl-3" href="#jdl2016">Jeudi du Libre 2016</a></li> +<li class="nav-item"><a class="pl-3" href="#TUBA2015">TUBA2015</a></li> +<li class="nav-item"><a class="pl-3" href="#TUL2014">TUL2014</a></li> +<li class="nav-item"><a class="pl-3" href="#TUB2013">TUB2013</a></li> +<li class="nav-item"><a class="pl-3" href="#TUL2012">TUL2012</a></li> +<li class="nav-item"><a class="pl-3" href="#TUL2011">TUL2011</a></li> +<li class="nav-item"><a class="pl-3" href="#PyConFr2010">PyCONFR 2010</a></li> +<li class="nav-item"><a class="pl-3" href="#EUROPYTHON2010">EUROPYTHON 2010</a></li> +{% endblock toc %} + +{% block main %} +<p class="p-3 mb-2 bg-info text-white rounded">If you made a presentation around Tryton and want to be listed here, please send an email to <a href="mailto:foundation@tryton.org">foundation@tryton.org.</a></p> +<section class="subsection"> + <h2 id="PyConFr2018">PyConFr 2018</h2> + <ul> + <li> + <a href="//downloads.tryton.org/PyConFr2018/optimisation-transactional-application.odp">Optimiser une application principalement transactionnelle (retour d'expérience avec Tryton)</a>, + <em>Cédric Krier</em>, + <a href="https://youtu.be/dTJ4VPSbVZs">Video</a> + </li> + </ul> +</section> +<section class="subsection"> + <h2 id="TUL2017">TUL2017</h2> + <ul> + <li> + <a href="//downloads.tryton.org/TUL2017/past-present-future-tryton.odp">Past, Present and Future of Tryton</a>, + <em>Cédric Krier</em>, + Video <a href="https://youtu.be/Gw6kAXkOmMg">part 1</a> & <a href="https://youtu.be/prKWX6LwOOI">part 2</a></li> + <li> + semilimes - vitamins for business, + <em>Ronald Vuillemin</em>, + <a href="https://youtu.be/0q6JXq3PMz0">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUL2017/custom-webshop-1-month.odp">Custom web-shop from scratch to production in 1 month</a>, + <em>Cédric Krier and Nicolas ÉVrard</em>, + <a href="https://youtu.be/MA1DnlnTy7I">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUL2017/kalenis.pdf">Kalenis: Integrating LIMS & ERP</a>, + <em>Sebastián Marró and Ignacio Parszyk</em>, + <a href="https://youtu.be/Iknsb16h8iM">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUL2017/tul2017_saluc_v1pdf.pdf">Demonstration of a pre-purchase Process in Tryton</a>, + <em>Thierry Bruyere and Maxime Richez</em>, + <a href="https://youtu.be/atMO62IDP1c">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUL2017/paybox-cryptolog-modules.odp">Two new modules for Tryton: Paybox payment system and electronic signature</a>, + <em>Adrien Ben-Duc</em>, + <a href="https://youtu.be/5-2YoMV1wX0">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUL2017/PluggableBackends.odp">Pluggable backends in Tryton: an how-to</a>, + <em>Nicolas Évrard</em>, + <a href="https://youtu.be/yRg2mHI8XBI">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUL2017/gnuhealth-franceville-gabon.odp">Gnu Health Implementation in Franceville - Gabon: Connecting Diamonds</a>, + <em>Armand Mpassy-Nzoumba</em>, + <a href="https://youtu.be/OwCBFqXwOkI">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUL2017/challenges-scaling-with-tryton.odp">A few challenges when scaling with Tryton</a>, + <em>Jérémy Mousset</em>, + <a href="https://youtu.be/9w-1XUagZ2U">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUL2017/collect-payment-tryton-stripe.odp">Collect payment with Tryton and Stripe</a>, + <em>Cédric Krier</em>, + <a href="https://youtu.be/aQtlf0edENQ">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUL2017/tryton-based-web-stack.odp">A web application and an API based on Tryton</a>, + <em>Ali Kefia</em>, + <a href="https://youtu.be/uFajBwgB-60">Video</a> + </li> + <li> + semilimes - behind the scenes, + <em>Ronald Vuillemin</em>, + <a href="https://youtu.be/VSn1JbDCs0Q">Video</a> + </li> + </ul> +</section> +<section class="subsection"> + <h2 id="TUB2016">TUB2016</h2> + <ul> + <li> + <a href="//downloads.tryton.org/TUB2016/new_features_42.pdf">New features in 4.2</a>, + <em>Cédric Krier</em>, + <a href="http://videos.tryton.org/tub2016/new_features_in_42.html">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUB2016/billiard_balls_manufacture.pdf">Implementing Tryton in a billiard balls manufacture</a>, + <em>Maxime Richez & Thierry Bruyere</em>, + <a href="http://videos.tryton.org/tub2016/billiard_balls_manufacture.html">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUB2016/tub-2016-prez-bus.pdf">How we used tryton to build an Insurance ERP (part1)</a>, + <em>Romain Séon & Frédéric Langevin</em>, + <a href="http://videos.tryton.org/tub2016/insurance_erp_1.html">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUB2016/tub-2016-prez-bus.pdf">How we used tryton to build an Insurance ERP (part 2)</a>, + <em>Romain Séon & Frédéric Langevin</em>, + <a href="http://videos.tryton.org/tub2016/insurance_erp_2.html">Video</a> + </li> + <li> + Advocate Tax, + <em>Jonathan Levy</em>, + <a href="http://videos.tryton.org/tub2016/advocate_tax.html">Video</a> + </li> + <li> + Adore, + <em>Udo Spallek</em>, + <a href="http://videos.tryton.org/tub2016/adore.html">Video</a> + </li> + <li> + SISalp, + <em>Dominique Chabord</em>, + <a href="http://videos.tryton.org/tub2016/sisalp.html">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUB2016/distributed.pdf">Distributed Transactions</a>, + <em>Nicolas Évrard</em>, + <a href="http://videos.tryton.org/tub2016/distributed_transactions.html">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUB2016/user_application.pdf">User Application</a>, + <em>Cédric Krier</em>, + <a href="http://videos.tryton.org/tub2016/user_application.html">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUB2016/tub-2016-prez-tech.pdf">How Tryton is customized to empower Coog</a>, + <em>Jean Cavallo & Ali Kefia</em>, + <a href="http://videos.tryton.org/tub2016/how_trton_is_customized_to_empower_coog.html">Video</a> + </li> + <li> + Application Performance Monitoring, + <em>Albert Cervera i Areny</em>, + <a href="http://videos.tryton.org/tub2016/application_performance_monitoring.html">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUB2016/who_are_you.pdf">Tryton Authentication</a>, + <em>Cédric Krier</em>, + <a href="http://videos.tryton.org/tub2016/tryton_authentification.html">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUB2016/tryton-integration-drupal.pdf">Tryton integrates with Drupal</a>, + <em>Lucho Rossi</em>, + <a href="http://videos.tryton.org/tub2016/tryton_with_drupal.html">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUB2016/developing-on-trunk">Why you should develop on trunk?</a>, + <em>Sergi Almacellas Abellana</em>, + <a href="http://videos.tryton.org/tub2016/why_you_should_develop_on_trunk.html">Video</a> + </li> + <li> + Universal Business Language, + <em>Dominique Chabord</em>, + <a href="http://videos.tryton.org/tub2016/support_UBL.html">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUB2016/postgresql.pdf">PostgreSQL: present and near future</a>, + <em>Albert Cervera i Areny</em>, + <a href="http://videos.tryton.org/tub2016/postgresql.html">Video</a> + </li> + <li> + A Raft of Tryton Modules, + <em>Albert Cervera i Areny</em>, + <a href="http://videos.tryton.org/tub2016/a_raft_of_tryton_modules.html">Video</a> + </li> + </ul> +</section> +<section class="subsection"> + <h2 id="jdl2016">Jeudi du Libre 2016</h2> + <ul> + <li> + <a href="//downloads.tryton.org/jeudidulibre2016/tryton-jdl.pdf">Tryton, un framework libre d'application métier</a>, + <em>Cédric Krier</em> + </li> + </ul> </section> @@ -532,2 +204,323 @@ </section> -{% endblock content %} +<section class="subsection"> + <h2 id="TUBA2015">TUBA2015</h2> + <ul> + <li> + <a href="//downloads.tryton.org/TUBA2015/tryton-project.pdf">Tryton History from the very beginning</a>, + <em>Nicolas Évrard</em>, + <a href="http://videos.tryton.org/tuba2015/NicolasEvrard-TrytonHistoryFromTheVeryBeginning.html">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUBA2015/silex_why_we_have_chosen_tryton.pdf">Why we have chosen Tryton - from homemade proprietary ERPs to free software</a>, + <em>Roberto Novaes</em>, + <a href="http://videos.tryton.org/tuba2015/RobertoNovaes-WhyWeHaveChosenTryton.html">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUBA2015/gcoop_tryton_in_argentina.pdf">Tryton in Argentina, our localization and use</a>, + <em>Pablo Vannini</em> + </li> + <li> + sao, Tryton in your browser, + <em>Cédric Krier and Nicolas Évrard</em>, + <a href="http://videos.tryton.org/tuba2015/CedricKrier-NicolasEvrard-SAO-TrytonInYourBrowser.html">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUBA2015/gnusolidario_gnuhealth_new_features.pdf">New features in GNU Health 3.0</a>, + <em>Luis Falcón</em>, + <a href="http://videos.tryton.org/tuba2015/LuisFalcon-NewFeaturesInGNUHealth3.0.html">Video</a> + </li> + <li> + Tryton Implementations, our experience without programmers, + <em>Agustin Montagna</em>, + <a href="http://videos.tryton.org/tuba2015/AgustinMontagna-TrytonImplementations-OurExperienceWithoutProgrammers.html">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUBA2015/axel_braun_building_packages_for_tryton.pdf">Building packages for Tryton</a>, + <em>Axel Braun</em>, + <a href="http://videos.tryton.org/tuba2015/AxelBraun-BuildingPackagesForTryton.html">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUBA2015/mr_robot/">Mr Robot</a>, + <em>Cédric Krier</em>, + <a href="http://videos.tryton.org/tuba2015/CedricKrier-MrRobot.html">Video</a> + </li> + <li> + A newbie introduction to proteus, + <em>Nicolas Évrard</em>, + <a href="http://videos.tryton.org/tuba2015/NicolasEvrard-ANewbieIntroductionToProteus.html">Video</a> + </li> + <li> + typi: The Tryton Package Index, + <em>Nicolas Èvrard</em>, + <a href="http://videos.tryton.org/tuba2015/NicolasEvrard-TypiTheTrytonPackageIndex.html">Video</a> + </li> + <li> + Nahual Inclusion Technology, + <em>Cesar Tynik</em>, + <a href="http://videos.tryton.org/tuba2015/CesarTynik-NahualInclusionTechnology.html">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUBA2015/axel_braun_building_live_cd_for_tryton.pdf">Running Tryton from a CD - and how to adapt a live system</a>, + <em>Axel Braun</em>, + <a href="http://videos.tryton.org/tuba2015/AxelBraun-RunningTrytonFromACD-andHowToAdaptALiveSystem.html">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUBA2015/design_pattern/">Design Patterns in Tryton</a>, + <em>Cédric Krier</em>, + <a href="http://videos.tryton.org/tuba2015/CedricKrier-DesignPatternsInTryton.html">Video</a> + </li> + <li> + <a href="//downloads.tryton.org/TUBA2015/thymbra_occhiolino.pdf">Integrating Tryton + Occhiolino in Food Testing Laboratory</a>, + <em>Sebastián Marró and Favio Dutria</em>, + <a href="http://videos.tryton.org/tuba2015/SebastianMarro-FavioDutria-IntegratingTryton+OcchiolinoInFoodTestingLaboratory.html">Video</a> + </li> + </ul> +</section> +<section class="subsection"> + <h2 id="TUL2014">TUL2014</h2> + <ul> + <li> + <a href="//downloads.tryton.org/TUL2014/tryton_34_and_future/">Tryton 3.4 and future</a>, + <em>Cédric Krier</em> + </li> + <li> + <a href="//downloads.tryton.org/TUL2014/TUL2014_OBS_und_SUSEStudio.odp">Building Distribution packages with Open Build Service</a>, + <em>Axel Braun</em> + </li> + <li> + <a href="//downloads.tryton.org/TUL2014/Docker%20Tryton.pdf">Dockerized Tryton Deployments</a>, + <em>Prakash Pandey</em> & <em>Sharoon Thomas</em> + </li> + <li> + <a href="//downloads.tryton.org/TUL2014/WSGI_Deployment.pdf">Tryton WSGI Deployment: A field report</a>, + <em>Robin Baumgartner</em> + </li> + <li> + <a href="//downloads.tryton.org/TUL2014/occhiolino_english_tul_2014.pdf">Occhiolino: The GNU LIMS (Laboratory Information Management System)</a>, + <em>Sebastián Marró</em> + </li> + <li> + <a href="//downloads.tryton.org/TUL2014/doc-and-babi.pdf">Documentation and BAsic Business Intelligence updates</a>, + <em>Albert Cervera i Areny</em> + </li> + <li> + <a href="//downloads.tryton.org/TUL2014/Open%20source%20projects%20need%20more%20than%20good%20code.pdf">Open-Source Projects Need More Than Good Code</a>, + <em>Varun Kumar</em> & <em>Sharoon Thomas</em> + </li> + <li> + <a href="//downloads.tryton.org/TUL2014/html_webkit.pdf">The HTML/Webkit report engine</a>, + <em>Umang Arora</em> + </li> + <li> + <a href="//downloads.tryton.org/TUL2014/Features%20in%20GNU%20Health%2028.pdf">New features in GNU Health 2.8</a>, + <em>Luis Falcón</em> + </li> + <li> + <a href="//downloads.tryton.org/TUL2014/synchronise_engine/">Synchronise engine: The case study of Jamaica health records</a>, + <em>Cédric Krier</em> + </li> + <li> + <a href="//downloads.tryton.org/TUL2014/flask_tryton/">Flask-Tryton: Tailored web app</a>, + <em>Cédric Krier</em> + </li> + <li> + <a href="//downloads.tryton.org/TUL2014/crash-course.pdf">Writing your first module for tryton</a>, + <em>Nicolas Évrard</em> + </li> + </ul> +</section> +<section class="subsection"> + <h2 id="TUB2013">TUB2013</h2> + <ul> + <li> + <a href="//downloads.tryton.org/TUB2013/no_localization/">Why you should not do localization modules?</a>, + <em>Cédric Krier</em>, + <a href="http://videos.tryton.org/tub2013/WhyYouShouldNotDoLocalizationModules.html">Video</a> + (<a href="http://videos.tryton.org/tub2013/WhyYouShouldNotDoLocalizationModules_small.html">small size</a>) + </li> + <li> + <a href="//downloads.tryton.org/TUB2013/release_module/">How to release module</a>, + <em>Cédric Krier</em>, + <a href="http://videos.tryton.org/tub2013/HowToReleaseModule.html">Video</a> + (<a href="http://videos.tryton.org/tub2013/HowToReleaseModule_small.html">small size</a>) + </li> + <li> + <a href="//downloads.tryton.org/TUB2013/TeleTryton_for_dumbs.pdf">TéléTryton</a>, + <em>Dominique Chabord</em> + </li> + <li> + <a href="//downloads.tryton.org/TUB2013/cooperatives-and-free-software.pdf">Cooperatives and Free Software, Our experience with Tryton</a>, + <em>Pablo Vannini</em>, + <a href="http://videos.tryton.org/tub2013/CooperativesAndFreeSoftware_OurExperienceWithTryton.html">Video</a> + (<a href="http://videos.tryton.org/tub2013/CooperativesAndFreeSoftware_OurExperienceWithTryton_small.html">small size</a>) + </li> + <li> + <a href="//downloads.tryton.org/TUB2013/pos.pdf">Point of Sale</a>, + <em>Jordi Esteve</em>, + <a href="http://videos.tryton.org/tub2013/TrytonPointOfSale.html">Video</a> + (<a href="http://videos.tryton.org/tub2013/TrytonPointOfSale_small.html">small size</a>) + </li> + <li> + <a href="//downloads.tryton.org/TUB2013/proteus.pdf">A newbie introduction to proteus</a>, + <em>Nicolas Évrard</em>, + <a href="http://videos.tryton.org/tub2013/aNewbieIntroductionToProteus.html">Video</a> + (<a href="http://videos.tryton.org/tub2013/aNewbieIntroductionToProteus_small.html">small size</a>) + </li> + <li> + <a href="//downloads.tryton.org/TUB2013/tryton-and-insurance.odp">Tryton and Insurance</a>, + <em>Jean Cavallo</em>, + <a href="http://videos.tryton.org/tub2013/TrytonAndInsuranceCoopengo.html">Video</a> + (<a href="http://videos.tryton.org/tub2013/TrytonAndInsuranceCoopengo_small.html">small size</a>) + </li> + <li> + <a href="//downloads.tryton.org/TUB2013/tryton-from-user-perspective.odp">Tryton from a User-Perspective</a>, + <em>Axel Braun</em>, + <a href="http://videos.tryton.org/tub2013/TrytonFromAUserPerspective.html">Video</a> + (<a href="http://videos.tryton.org/tub2013/TrytonFromAUserPerspective_small.html">small size</a>) + </li> + <li> + <a href="//downloads.tryton.org/TUB2013/tryton-user-doc.pdf">Tryton User Documentation</a>, + <em>Guillem Barba Domingo</em>, + <a href="http://videos.tryton.org/tub2013/TrytonUserDocumentation.html">Video</a> + (<a href="http://videos.tryton.org/tub2013/TrytonUserDocumentation_small.html">small size</a>) + </li> + <li> + <a href="//downloads.tryton.org/TUB2013/gnu-health.pdf">GNU Health: Current status and next steps</a>, + <em>Luis Falcón</em>, + <a href="http://videos.tryton.org/tub2013/GNUHealth_CurrentStatus_NextSteps.html">Video</a> + (<a href="http://videos.tryton.org/tub2013/GNUHealth_CurrentStatus_NextSteps_small.html">small size</a>) + </li> + <li> + Business Intelligence: Presentation of BABI, + <em>Albert Cervera i Areny</em>, + <a href="http://videos.tryton.org/tub2013/BABI.html">Video</a> + (<a href="http://videos.tryton.org/tub2013/BABI_small.html">small size</a>) + </li> + <li> + Showcase Of SAO, + <em>Cédric Krier</em>, + <a href="http://videos.tryton.org/tub2013/ShowcaseOfSAO.html">Video</a> + (<a href="http://videos.tryton.org/tub2013/ShowcaseOfSAO_small.html">small size</a>) + </li> + <li> + SAO patch from NaN, + <em>Guillem Barba Domingo</em>, + <a href="http://videos.tryton.org/tub2013/SAO_NaN.html">Video</a> + (<a href="http://videos.tryton.org/tub2013/SAO_NaN_small.html">small size</a>) + </li> + <li> + Roundtable About The Future Development, + <a href="http://videos.tryton.org/tub2013/merged/9_RoundtableAboutTheFutureDevelopment.ogg">Audio</a> + </li> + <li> + iOS client, + <em>Sharoon Thomas</em>, + <a href="http://videos.tryton.org/tub2013/iOS_client.html">Video</a> + (<a href="http://videos.tryton.org/tub2013/iOS_client_small.html">small size</a>) + </li> + <li> + Nereid Workshop, + <em>Sharoon Thomas</em>, + <a href="http://videos.tryton.org/tub2013/NereidWorkshop.html">Video</a> + (<a href="http://videos.tryton.org/tub2013/NereidWorkshop_small.html">small size</a>) + </li> + <li> + Working In Distributed Environments, Synchronizing Instances And Models, + <em>Sebastián Marró</em>, + <a href="http://videos.tryton.org/tub2013/WorkingInDistributedEnvironments_SynchronizingInstancesAndModels.html">Video</a> + (<a href="http://videos.tryton.org/tub2013/WorkingInDistributedEnvironments_SynchronizingInstancesAndModels_small.html">small size</a>) + </li> + <li> + Tryton Private Foundation Treasury, + <a href="http://videos.tryton.org/tub2013/TrytonPrivateFoundationTreasury.html">Video</a> + (<a href="http://videos.tryton.org/tub2013/TrytonPrivateFoundationTreasury_small.html">small size</a>) + </li> + <li> + Workshop summaries: BABI, + <em>Albert Cervera i Areny</em>, + <a href="http://videos.tryton.org/tub2013/WorkshopSummaryBABI.html">Video</a> + (<a href="http://videos.tryton.org/tub2013/WorkshopSummaryBABI_small.html">small size</a>)</li> + <li> + Workshop summaries: Tryton Documentation, + <em>Sharoon Thomas</em>, + <a href="http://videos.tryton.org/tub2013/WorkshopSummaryTrytonDocumentation.html">Video</a> + (<a href="http://videos.tryton.org/tub2013/WorkshopSummaryTrytonDocumentation_small.html">small size</a>) + </li> + <li> + Tryton Magento, + <a href="http://videos.tryton.org/tub2013/TrytonMagento.html">Video</a> + (<a href="http://videos.tryton.org/tub2013/TrytonMagento_small.html">small size</a>) + </li> + <li> + Nereid Extra Features, + <em>Sharoon Thomas</em>, + <a href="http://videos.tryton.org/tub2013/NereidExtraFeatures.html">Video</a> + (<a href="http://videos.tryton.org/tub2013/NereidExtraFeatures_small.html">small size</a>) + </li> + </ul> +</section> +<section class="subsection"> + <h2 id="TUL2012">TUL2012</h2> + <ul> + <li> + <a href="//downloads.tryton.org/TUL2012/what_s_new/">What's new?</a>, + <em>Cédric Krier</em> + </li> + <li> + <a href="//downloads.tryton.org/TUL2012/domains_states_safe_eval/">Domains, states and safe-eval</a>, + <em>Bertrand Chenal</em> + </li> + <li> + <a href="//downloads.tryton.org/TUL2012/GNU_Health_status.pdf">GNU Health status</a>, + <em>Sebastián Marró</em> + </li> + <li> + <a href="//downloads.tryton.org/TUL2012/python3/python3.html">Python3 port: why and how far are we?</a>, + <em>Nicolas Évrard</em> + </li> + <li> + <a href="//downloads.tryton.org/TUL2012/GSoC%20-%20Calendar%20View.pdf">GSoC - calendar view for Tryton</a>, + <em>Antoine Smolders</em> + </li> + <li> + <a href="//downloads.tryton.org/TUL2012/what_next/">What next?</a>, + <em>Cédric Krier</em> + </li> + </ul> +</section> +<section class="subsection"> + <h2 id="TUL2011">TUL2011</h2> + <ul> + <li> + <a href="//downloads.tryton.org/TUL2011/Tryton_vs_OpenERP/">Tryton vs OpenERP</a>, + <em>Cédric Krier</em> + </li> + <li> + <a href="//downloads.tryton.org/TUL2011/GNUHealth/text0.html">GNU Health over Tryton</a>, + <em>Sebastián Marró</em> + </li> + <li> + <a href="//downloads.tryton.org/TUL2011/mercurial.pdf">Mercurial Introduction</a>, + <em>Nicolas Évrard</em> + </li> + </ul> +</section> +<section class="subsection"> + <h2 id="PyConFr2010">PyCONFR 2010</h2> + <ul> + <li> + <a href="//downloads.tryton.org/PyCONFR2010/slides.pdf">Tryton</a>, + <em>Cédric Krier & Bertrand Chenal</em> + </li> + </ul> +</section> +<section class="subsection"> + <h2 id="EUROPYTHON2010">EUROPYTHON 2010</h2> + <ul> + <li> + <a href="//downloads.tryton.org/europython2010/presentation.tar.gz">What is Tryton?</a>, + <em>Sharoon Thomas</em> + </li> + </ul> +</section> +{% endblock main %}