changeset 33330f13f586 in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=33330f13f586
description:
        Add description and keywords on most pages
diffstat:

 templates/contribute.html                       |  1 +
 templates/develop.html                          |  2 ++
 templates/donate.html                           |  3 ++-
 templates/download.html                         |  2 ++
 templates/events/tum2019.html                   |  2 ++
 templates/forum.html                            |  2 ++
 templates/foundation.html                       |  1 +
 templates/layout.html                           |  1 +
 templates/presentations.html                    |  2 ++
 templates/service_providers.html                |  2 ++
 templates/service_providers_start.html          |  2 ++
 templates/success_stories.html                  |  2 ++
 templates/success_stories/expertise-vision.html |  2 ++
 templates/supporters.html                       |  2 ++
 14 files changed, 25 insertions(+), 1 deletions(-)

diffs (142 lines):

diff -r 8578d550326d -r 33330f13f586 templates/contribute.html
--- a/templates/contribute.html Sun Jul 14 11:18:15 2019 +0200
+++ b/templates/contribute.html Sun Jul 14 14:09:00 2019 +0200
@@ -1,5 +1,6 @@
 {% set title = "Get Involved" %}
 {% set description = "Join the Tryton community and help the project" %}
+{% set keywords = ["community", "project"] %}
 {% set toc = [
     ("Donate", 'donate', None),
     ("Help Users", 'support', None),
diff -r 8578d550326d -r 33330f13f586 templates/develop.html
--- a/templates/develop.html    Sun Jul 14 11:18:15 2019 +0200
+++ b/templates/develop.html    Sun Jul 14 14:09:00 2019 +0200
@@ -1,4 +1,6 @@
 {% set title = "How to Develop" %}
+{% set description = "How to develop for Tryton" %}
+{% set keywords = ["development", "mercurial", "codereview", "patch" ] %}
 {% set toc = [
     ("Report an Issue", 'report-issue', None),
     ("Submit a Change", 'submit-change', [
diff -r 8578d550326d -r 33330f13f586 templates/donate.html
--- a/templates/donate.html     Sun Jul 14 11:18:15 2019 +0200
+++ b/templates/donate.html     Sun Jul 14 14:09:00 2019 +0200
@@ -1,5 +1,6 @@
 {% set title = "Donate" %}
-{% set descending = "Help the Tryton project to achieve its goals" %}
+{% set description = "Help the Tryton project to achieve its goals" %}
+{% set keywords = ["help", "donation", "contribute"] %}
 {% set toc = [
     ("Wire Transfer", 'wire-transfer', None),
     ("PayPal", 'paypal', None),
diff -r 8578d550326d -r 33330f13f586 templates/download.html
--- a/templates/download.html   Sun Jul 14 11:18:15 2019 +0200
+++ b/templates/download.html   Sun Jul 14 14:09:00 2019 +0200
@@ -1,4 +1,6 @@
 {% set title = "Get Tryton" %}
+{% set description = "How to download and install Tryton" %}
+{% set keywords = ["download", "install"] %}
 {% set toc = [
     ("Demo", 'demo', None),
     ("Docker Image", 'docker', None),
diff -r 8578d550326d -r 33330f13f586 templates/events/tum2019.html
--- a/templates/events/tum2019.html     Sun Jul 14 11:18:15 2019 +0200
+++ b/templates/events/tum2019.html     Sun Jul 14 14:09:00 2019 +0200
@@ -1,4 +1,6 @@
 {% set title = "Unconference Marseille - June 4th-7th, 2019" %}
+{% set description = "Tryton Unconference at Marseille" %}
+{% set keywords = ["conference", "meeting", "event"] %}
 {% set logo = 'images/events/tum2019-logo.png' %}
 {% set banner = 'tum2019-banner.svg' %}
 {% macro location() %}
diff -r 8578d550326d -r 33330f13f586 templates/forum.html
--- a/templates/forum.html      Sun Jul 14 11:18:15 2019 +0200
+++ b/templates/forum.html      Sun Jul 14 14:09:00 2019 +0200
@@ -1,4 +1,6 @@
 {% set title = "Forum" %}
+{% set description = "Participate to the community and get help" %}
+{% set keywords = ["forum", "help", "community"] %}
 {% set toc = [
     ("Forum", 'discuss', None),
     ("IRC", 'irc', None),
diff -r 8578d550326d -r 33330f13f586 templates/foundation.html
--- a/templates/foundation.html Sun Jul 14 11:18:15 2019 +0200
+++ b/templates/foundation.html Sun Jul 14 14:09:00 2019 +0200
@@ -1,5 +1,6 @@
 {% set title = "Foundation" %}
 {% set description = "The Tryton Foundation aims to protect, promote and 
develop Tryton as Free Software" %}
+{% set keywords = ["foundation", "board", "bylaws"] %}
 {% extends "layout.html" %}
 {% from "utils.html" import background %}
 {% block style %}
diff -r 8578d550326d -r 33330f13f586 templates/layout.html
--- a/templates/layout.html     Sun Jul 14 11:18:15 2019 +0200
+++ b/templates/layout.html     Sun Jul 14 14:09:00 2019 +0200
@@ -5,6 +5,7 @@
         <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
         <meta name="viewport" content="width=device-width, initial-scale=1"/>
         <meta name="description" content="{{ description }}"/>
+        <meta name="keywords" content="{{ ((keywords or []) + ["tryton", "open 
source", "free software", "business software", "erp"]) | join(', ') }}"/>
         <meta name="author" content="Tryton"/>
         <meta property="og:title" content="{{ title }}"/>
         <meta property="og:type" content="website"/>
diff -r 8578d550326d -r 33330f13f586 templates/presentations.html
--- a/templates/presentations.html      Sun Jul 14 11:18:15 2019 +0200
+++ b/templates/presentations.html      Sun Jul 14 14:09:00 2019 +0200
@@ -1,4 +1,6 @@
 {% set title = "Presentations & Papers" %}
+{% set description = "All the presentations of Tryton" %}
+{% set keywords = ["presentation", "paper", "video", "slide"] %}
 {% set toc = [
     ("TUM2019", 'TUM2019', None),
     ("PyConFr 2018", 'PyConFr2018', None),
diff -r 8578d550326d -r 33330f13f586 templates/service_providers.html
--- a/templates/service_providers.html  Sun Jul 14 11:18:15 2019 +0200
+++ b/templates/service_providers.html  Sun Jul 14 14:09:00 2019 +0200
@@ -1,4 +1,6 @@
 {% set title = "Service Providers" %}
+{% set description = "List of companies providing service on Tryton" %}
+{% set keywords = ["service", "company", "support" ] %}
 {% extends "layout.html" %}
 {% block content %}
 {{ super() }}
diff -r 8578d550326d -r 33330f13f586 templates/service_providers_start.html
--- a/templates/service_providers_start.html    Sun Jul 14 11:18:15 2019 +0200
+++ b/templates/service_providers_start.html    Sun Jul 14 14:09:00 2019 +0200
@@ -1,4 +1,6 @@
 {% set title = "Become a Service Provider" %}
+{% set description = "How to be listed as service provider" %}
+{% set keywords = ["service", "company", "support" ] %}
 {% set toc = [
     ("Contribute", 'contribute', None),
     ("Request Listing", 'listing', None),
diff -r 8578d550326d -r 33330f13f586 templates/success_stories.html
--- a/templates/success_stories.html    Sun Jul 14 11:18:15 2019 +0200
+++ b/templates/success_stories.html    Sun Jul 14 14:09:00 2019 +0200
@@ -1,4 +1,6 @@
 {% set title = "Success Stories" %}
+{% set description = "List of Tryton's success stories" %}
+{% set keywords = ["sucess story", "review", "case study" ] %}
 {% extends "layout.html" %}
 {% from "utils.html" import background %}
 {% block style %}
diff -r 8578d550326d -r 33330f13f586 
templates/success_stories/expertise-vision.html
--- a/templates/success_stories/expertise-vision.html   Sun Jul 14 11:18:15 
2019 +0200
+++ b/templates/success_stories/expertise-vision.html   Sun Jul 14 14:09:00 
2019 +0200
@@ -1,4 +1,6 @@
 {% set title = "Expertise Vision" %}
+{% set description = "Success story of Expertise Vision implementing Tryton" %}
+{% set keywords = ["success story", "review", "case study"] %}
 {% set banner = "expertise-vision/banner.jpg" %}
 {% extends "success_stories/layout.html" %}
 {% block customer %}
diff -r 8578d550326d -r 33330f13f586 templates/supporters.html
--- a/templates/supporters.html Sun Jul 14 11:18:15 2019 +0200
+++ b/templates/supporters.html Sun Jul 14 14:09:00 2019 +0200
@@ -1,4 +1,6 @@
 {% set title = "Supporters" %}
+{% set description = "List of foundation supporters" %}
+{% set keywords = ["foundation", "supporters"] %}
 {% extends "layout.html" %}
 {% block content %}
 {{ super() }}

Reply via email to