From 38bd083374bb0eabc7cbe4145ee6679c6a328f14 Mon Sep 17 00:00:00 2001 From: Christian Pierre MOMON Date: Tue, 12 Feb 2019 17:16:32 +0100 Subject: [PATCH 1/3] Improved licence naming. --- README.creole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.creole b/README.creole index 4b916472..3223b184 100644 --- a/README.creole +++ b/README.creole @@ -4,7 +4,7 @@ Ceci est une application permettant de lister des évènements sur un calendier, évènements proposés par tout un chacun mais nécessitant une modération avant d'être affichés. -Cette application est disponible sous la license AGPL version 3 ou supérieure. +Cette application est disponible sous la license GNU AGPL version 3 ou supérieure. Elle est hébergée ici: https://git.framasoft.org/agenda-libre/agenda-libre-ruby et visible ici: https://www.agendadulibre.org From 27806d562a0c4e5ce840a6002fc8de6087ffb88b Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Tue, 12 Feb 2019 17:24:23 +0100 Subject: [PATCH 2/3] Fixed HTML5 attribute for W3C validator. --- app/views/layouts/application.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index f02c7d48..cc419e6b 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -13,8 +13,7 @@ = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true - = javascript_include_tag 'application', 'data-turbolinks-track' => true, - type: 'text/javascript' + = javascript_include_tag 'application', 'data-turbolinks-track' => true = csrf_meta_tags - sub = request.domain ? request.domain.split('.')[0] : '' From 22a8e86a063a3e0b21c4a1045e2ee86048c72911 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Tue, 12 Feb 2019 17:28:22 +0100 Subject: [PATCH 3/3] Improved licence naming. --- db/seeds.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/db/seeds.rb b/db/seeds.rb index 20c85fa0..0ef5af86 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -1,3 +1,4 @@ +# coding: utf-8 # This file should contain all the record creation needed to seed the database # with its default values. # The data can then be loaded with the rake db:seed (or created alongside the @@ -95,7 +96,7 @@ Il a donc semblé pertinent de relancer un site avec la même idée: un simple a ### Commment? -Le site de l'[Agenda du Libre](http://www.agendadulibre.org) fonctionne avec un bout de code spécifique écrit en Ruby on Rails, et distribué selon les termes de la licence AGPL. +Le site de l'[Agenda du Libre](http://www.agendadulibre.org) fonctionne avec un bout de code spécifique écrit en Ruby on Rails, et distribué selon les termes de la licence GNU AGPL. Il a été développé très rapidement, et est largement améliorable, aussi bien du point de vue de la qualité du code que des fonctionnalités. Il reste sans aucun doute de très nombreux bugs. N'hésitez pas à contribuer au développement de ce petit bout de code. Un [dépôt Git](http://gitorious.org/agenda-du-libre-rails) est disponible sur Gitorious pour contribuer au code du logiciel. @@ -123,7 +124,7 @@ Bien que l'Agenda du Libre soit dédié aux événements Français, il est vrai #### Puis-je utiliser le logiciel de l'Agenda du Libre pour mon agenda? -Oui, bien sûr, vous le pouvez: le logiciel de l'Agenda du Libre est un Logiciel Libre, distribué sous les termes de la licence AGPL. +Oui, bien sûr, vous le pouvez: le logiciel de l'Agenda du Libre est un Logiciel Libre, distribué sous les termes de la licence GNU AGPL. #### Comment faire en sorte que mon association apparaisse dans l'Agenda du Libre?