diff --git a/CHANGELOG.md b/CHANGELOG.md
index 110ddde..0d835d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
# Changements
## [dev]
+
+## [4.6] - 2017-02-22
### Interface
- added : Prise en compte des compteurs triphasés : les 3 intensités sont affichées.
- added : Affichage (optionnel) de l'intensité dans le graphique "Aperçu 24h".
@@ -228,7 +230,8 @@ Voir [Graphique Conso Electrique Téléinfo EDF avec Highcharts](http://penhard.
- Actuellement, le graphique est détruit et recréé. Il faudrait envisager de remplacer les données sans détruire le graphique.
- [ ] Fiabiliser les passages aux heures hiver/été.
-[dev]: https://github.com/BmdOnline/Teleinfo/compare/v4.5.1...dev
+[dev]: https://github.com/BmdOnline/Teleinfo/compare/v4.6...dev
+[4.6]: https://github.com/BmdOnline/Teleinfo/compare/v4.5.1...v4.6
[4.5.1]: https://github.com/BmdOnline/Teleinfo/compare/v4.5...v4.5.1
[4.5]: https://github.com/BmdOnline/Teleinfo/compare/v4.4dev...v4.5
[4.4dev]: https://github.com/BmdOnline/Teleinfo/compare/v4.3...v4.4dev
diff --git a/INSTALL.md b/INSTALL.md
index cdefbef..fb0b29b 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -57,6 +57,7 @@ git clone -b dev git://github.com/BmdOnline/Teleinfo.git
| dev | https://github.com/BmdOnline/Teleinfo/archive/dev.zip https://github.com/BmdOnline/Teleinfo/archive/dev.tar.gz |
| stable | https://github.com/BmdOnline/Teleinfo/archive/master.zip https://github.com/BmdOnline/Teleinfo/archive/master.tar.gz |
| | |
+| v4.6 | https://github.com/BmdOnline/Teleinfo/archive/v4.5.zip https://github.com/BmdOnline/Teleinfo/archive/v4.6.tar.gz |
| v4.5.1 | https://github.com/BmdOnline/Teleinfo/archive/v4.5.zip https://github.com/BmdOnline/Teleinfo/archive/v4.5.1.tar.gz |
| v4.5 | https://github.com/BmdOnline/Teleinfo/archive/v4.5.zip https://github.com/BmdOnline/Teleinfo/archive/v4.5.tar.gz |
| v4.4dev | https://github.com/BmdOnline/Teleinfo/archive/v4.4dev.zip https://github.com/BmdOnline/Teleinfo/archive/v4.4dev.tar.gz |
@@ -382,4 +383,4 @@ Le fichier `tarifs.php` contient l'historique de tous les tarifs EDF pour chaque
Les données sont nationales et communes pour tout le monde, sauf certaines taxes locales.
* Pour un calcul plus juste, il est nécessaire d'adapter la `TCFE`.
* A chaque évolution tarifaire, il est nécessaire d'ajouter les nouveaux tarifs dans le fichier.
-
+* Les arrêtés publiés au journal officiel se trouvent ici : [Facturation EDF](../ressources/Facturation EDF).
diff --git a/README.md b/README.md
index 607e232..74269ba 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
# Graphique Conso Electrique Téléinfo EDF avec Highcharts
+[![Licence](https://img.shields.io/github/license/BmdOnline/Teleinfo.svg)](LICENSE.md)
+[![Release](https://img.shields.io/github/release/BmdOnline/Teleinfo.svg)](https://github.com/BmdOnline/Teleinfo/archive/master.zip)
+
![Animation](../screenshots/teleinfo/animation_small.gif)
# Présentation
@@ -13,15 +16,23 @@ Vous trouverez toute la documentation nécessaire à la collecte téléinfo à l
Cet aspect technique ne sera pas évoqué et aucun support ne sera fourni ici.
# Pré-requis
-* Serveur Web (testé avec Apache, serveurs type Nginx… non testés)
-* PHP (testé avec versions 5.4, 5.5, 5.6 et 7.0.4)
-* MySQL / MariaDB (testé avec versions 5.0 et 5.5 et 5.7.1)
-* Enfin, un compteur EDF avec l'option téléinfo et les relevés correspondants.
+## Matériel
+* Un compteur EDF avec l'option téléinfo et les relevés correspondants.
+
+## Logiciel
+| | Pré-requis | Versions testées |
+| ----------- | ------- | ------- |
+| Serveur Web| ![Apache](https://img.shields.io/badge/apache-%3E%3D%202.2-green.svg) | 2.2, 2.4.23 |
+| | ![Nginx](https://img.shields.io/badge/nginx-unknown-lightgrey.svg) | serveurs type Nginx… non testés |
+| PHP | [![PHP](https://img.shields.io/badge/php-%3E%3D%205.4-green.svg)](https://php.net/) | 5.4, 5.5, 5.6, 7.0.4 |
+| Base de donnée | ![MySQL](https://img.shields.io/badge/mysql-%3E%3D%205.0-green.svg) | 5.0, 5.5, 5.7.1 |
+| | ![MariaDB](https://img.shields.io/badge/mariadb-%3E%3D%205.5-green.svg) | 5.5, 10.1.16 |
# Sommaire
* [Installation](INSTALL.md) : Installation, configuration et paramétrage du programme.
* [Personnalisation](THEMES.md) : Personnalisation de l'interface via l'utilisation de templates et thèmes.
* [Copies d'écran](../screenshots/README.md) : Quelques copies d'écran illustrant les fonctions et différents thèmes du programme.
+* [Ressources](https://github.com/BmdOnline/Teleinfo/tree/ressources) : Ressources diverses (tarifs EDF, collecteur Téléinfo).
* [Changements] (CHANGELOG.md) : Historique des versions.
* [Licence] (LICENSE.md) : Ce programme est placé sous licence GPL v3.
* Librairies PHP
@@ -34,6 +45,10 @@ Cet aspect technique ne sera pas évoqué et aucun support ne sera fourni ici.
The MIT License is simple and easy to understand and it places almost no restrictions on what you can do with a jQuery Foundation project.
You are free to use any jQuery Foundation project in any other project (even commercial projects) as long as the copyright header is left intact.
````
+ * [Chart.js] (http://www.chartjs.org) : Licence MIT.
+ ```
+ Chart.js is open source and available under the MIT license.
+ ```
* [Highcharts] (https://shop.highsoft.com/faq#Non-Commercial) : Licence CC by-nc 3.0.
```
You can use our software for free under the non-commercial license if you are:
@@ -52,8 +67,4 @@ Cet aspect technique ne sera pas évoqué et aucun support ne sera fourni ici.
Copyright (c) 2007-2014 IOLA and Ole Laursen
It was started by Ole Laursen, sponsored by IOLA, an agile little Danish web-development house with a keen eye for Python/Django and jQuery.
It is currently being maintained by David Schnur.
- ```
- * [Chart.js] (http://www.chartjs.org) : Licence MIT.
- ```
- Chart.js is open source and available under the MIT license.
- ```
+ ```
\ No newline at end of file
diff --git a/THEMES.md b/THEMES.md
index a4a7a38..a0c4441 100644
--- a/THEMES.md
+++ b/THEMES.md
@@ -79,21 +79,21 @@ Pour en changer, il faut modifier le fichier...
- `tpl/teleinfo.single.mobile.html`
- `tpl/teleinfo.tabs.mobile.html`
* En mode template, le fichier :
- `tpl/files/inc.lib.html`
+ `tpl/files/vendor.lib.html`
* Pour le mode _classique_
```php
-
+
```
* Pour le mode _clair_
```php
-
+
```
* Pour le mode _sombre_
```php
-
+
```
Remarque :
@@ -101,5 +101,5 @@ Par défaut, le programme est réglé sur le thème _sombre_.
* En utilisant `RainTPL`, ne pas oublier le `#` en fin d'URL.
```php
-
+
```
\ No newline at end of file
diff --git a/tarifs.php b/tarifs.php
index c65c1f1..8ebe1cf 100644
--- a/tarifs.php
+++ b/tarifs.php
@@ -3,17 +3,10 @@
// - http://rvq.fr/php/edf.php
//
// EDF est réévalué tous les étés
- // http://www.legifrance.gouv.fr/affichTexte.do?cidTexte=JORFTEXT000028106828&fastPos=1&fastReqId=549291714&categorieLien=id&oldAction=rechTexte
- // - 15/08/2009 http://www.legifrance.gouv.fr/jo_pdf.do?cidTexte=JORFTEXT000020972070
- // http://www.legifrance.gouv.fr/jo_pdf.do?cidTexte=JORFTEXT000020974110
- // http://www.legifrance.gouv.fr/jo_pdf.do?cidTexte=JORFTEXT000020987380
- // http://www.legifrance.gouv.fr/jo_pdf.do?cidTexte=JORFTEXT000027172789
- // - 15/08/2010 http://www.legifrance.gouv.fr/jo_pdf.do?cidTexte=JORFTEXT000022697956
- // http://www.legifrance.gouv.fr/jo_pdf.do?cidTexte=JORFTEXT000022850981
- // - 01/07/2011 http://www.legifrance.gouv.fr/jo_pdf.do?cidTexte=JORFTEXT000024278704
- // - 23/07/2012 http://www.legifrance.gouv.fr/jo_pdf.do?cidTexte=JORFTEXT000026209179
- // - 01/08/2013 http://www.legifrance.gouv.fr/jo_pdf.do?cidTexte=JORFTEXT000027778284
- // - 01/01/2014 http://particuliers.edf.com/fichiers/fckeditor/Particuliers/Offres/CGV_CRE/CRE_TB.pdf
+ // Liste des arrêtés publiés au bulletin officiel
+ // https://www.legifrance.gouv.fr : rechercher "arrêté relatif aux tarifs réglementés de vente de l électricité"
+ // Note EDF
+ // http://particuliers.edf.com/fichiers/fckeditor/Particuliers/Offres/CGV_CRE/CRE_TB.pdf
//
// Explication des taxes perçues :
// - http://particuliers.edf.com/gestion-de-mon-contrat/ma-facture/consulter-et-comprendre-ma-facture/detail-des-taxes-et-contributions-201733.html