From c175e7bb8638eeb6903f086f7ace334d69da6c06 Mon Sep 17 00:00:00 2001 From: Adrian Amaglio Date: Tue, 27 Mar 2018 09:05:47 +0200 Subject: [PATCH] faq --- index.php | 44 ++++++++++++++++++++++++++++++-------------- 1 file changed, 30 insertions(+), 14 deletions(-) diff --git a/index.php b/index.php index 4af624b..444a865 100644 --- a/index.php +++ b/index.php @@ -1,19 +1,27 @@ [ - 'header' => "Content-type: application/x-www-form-urlencoded\r\n", - 'method' => 'POST', - 'content' => http_build_query([]) - ] - ]) - ), - true -); + json_decode( + file_get_contents( + 'https://velov.grandlyon.com/fr/les-stations.html?type=777&tx_glstationsvelov_pi1%5Baction%5D=listOfVelovWidthInfoStation&tx_glstationsvelov_pi1%5Bcontroller%5D=StationVelov', + false, + stream_context_create([ + 'http' => [ + 'header' => "Content-type: application/x-www-form-urlencoded\r\n", + 'method' => 'POST', + 'content' => http_build_query([]) + ] + ]) + ), + true + ); + +/* Check if a filter is enabled */ if(isset($_GET['filter'])){ if(htmlentities($_GET['filter'])) @@ -75,5 +83,13 @@ if(isset($_GET['filter'])){ +

+

À quoi ça sert ?

+ À garder ses stations habituelles (et leurs voisines) dans un favoris de navigateur ! Plus besoin de se ballader sur une carte tous les jours ! Cet outil est également accessible sur tous les téléphones peu performants, contrairement au site officiel. +

+

+

Pourquoi cette page est elle lente ?

+ Parce qu’il faut télécharger toutes les données relatives aux stations vélov à chaque chargement ! N’hésitez pas à améliorer cette page sur Github +