From 7bde9e7f912e08dabaff0fc3abe2ae9c958dfb1d Mon Sep 17 00:00:00 2001 From: Guillaume Gauffre Date: Mon, 14 Jan 2019 16:51:56 -0500 Subject: [PATCH] Update readme and licence --- LICENSE | 16 ------------- NOTICE | 9 ++++++++ README.md | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 76 insertions(+), 16 deletions(-) create mode 100644 NOTICE diff --git a/LICENSE b/LICENSE index 2dbc93c..8e3cb23 100644 --- a/LICENSE +++ b/LICENSE @@ -108,19 +108,3 @@ TERMS AND CONDITIONS IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS -How to Apply These Terms to Your New Programs -If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. -To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - -Copyright (C) -This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -You should have received a copy of the GNU General Public License along with this program. If not, see . -Also add information on how to contact you by electronic and paper mail. -If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - Copyright (C) -This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. -This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. -The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". -You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . -The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..7cbf5c4 --- /dev/null +++ b/NOTICE @@ -0,0 +1,9 @@ +Agnarae +Copyright (C) 2019 La branche (Levier des artisans), Terres-Vignes + +This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/. + +This product depends on software developed by +... \ No newline at end of file diff --git a/README.md b/README.md index 77b1166..bedfa4d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,69 @@ # agnarae +Agnarae est une bibliothèque de modules Django dédiée à la gestion en ligne de productions agricoles avec une approche collaborative entre producteurs et conseillers agronomes. + +| Code | [https://develop.auchamp.ca/public/agnarae/] | +| License | GPLv3.0+ | +| Issues | [https://develop.auchamp.ca/public/agnarae/issues/] | +| Website | ... | + +## Feuille de route + +La mise à disposition de la bibliothèque *agnarae* est une initiative de la communauté de développement de la plateforme [auchamp.ca](https://auchamp.ca) utilisée pour le suivi d'exploitation agricoles au Québec dans les domaines vinicoles et pomiculture. + +Suite au développement de la plateforme *auchamp* et constatant le manque de ressources dans le domaine, nous planifions la publication sous licence libre de plusieurs éléments du projet. + +*Janvier 2019*: le premier lot de modules à partager a été identifié. Leurs mise en ligne devrait se faire durant l'année 2019. + +### Lot 1 + +- producer.company +- producer.session +- producer.blocks.block +- producer.blocks.farmmap +- db.inheritance +- ui.map +- ui.enhancement +- ui.admin_extended.admin +- crops.crop +- demo + + +## Contenu de la bibliothèque + +### producer + +Gestion des dossiers des producteurs + +- **producer.company**: enregistrement des informations initiales d'un producteur (identification, localisation, contact principal, etc.) +- **producer.session**: navigation dans les dossiers de chaque producteur +- **producer.blocks.block**: gestion des blocs de culture du producteur +- **producer.blocks.farmmap**: édition et visualisation des blocs de culture sur carte + +### crops + +Gestion des types de culture + +- **crops.crop**: édition et gestion de cultures génériques + +### db + +Outils additionnels pour la gestion de la base de données sous-jacente + +- **db.inheritance**: gestion hierarchique de type de données + +### ui + +Outils additionnels pour la définition des interfaces + +- **ui.map**: édition et visualisation de cartes +- **ui.enhancement**: ajouts de fonctionnalités dans les formulaires et visualisations de Django +- **ui.admin_extended.admin**: extension du module django.contrib.admin + +### demo + +Site de démonstration de la bibliothèque + +## License + +Agnarae est publié sous license GPLv3+, à l'exception des fichiers javascript (.js) publié sous license LGPLv3+. Pour plus d'information, regardez les fichiers [LICENSE]() et [NOTICE]().