replaced JS by placeholder
Cette révision appartient à :
Albirew 2019-07-27 14:52:41 +02:00
Parent c9ec624a7d
révision ba06990c0d
4 fichiers modifiés avec 5 ajouts et 4 suppressions

Voir le fichier

@ -7,6 +7,7 @@ coto_rss
## Historique des révisions
* rev.17 remplacement du JS par un placeholder dans le formulaire
* rev.16 ajout de mb_convert_encoding pour dégager les caractères codés sur plusieurs bits tronqués en plein milieu.
* rev.15 remplacement de file_get_contents par cURL
* rev.14 remplacement des commandes pour virer tout ce qui avait avant <?xml par stristr

Voir le fichier

@ -1,4 +1,4 @@
"THE BEER-WARE LICENSE" (Revision 42):
<romain@albirew.fr> wrote this file. As long as you retain this notice you
can do whatever you want with this stuff. If we meet some day, and you think
this stuff is worth it, you can buy me a beer in return. Romain Laureaux
this stuff is worth it, you can buy me a beer in return.

Voir le fichier

@ -7,7 +7,7 @@ coto_rss is a PHP project capable of correcting faulty RSS feeds rampaging aroun
Requirements
===
* PHP 5
* PHP 5+
* `openssl` extension enabled in PHP config (`php.ini`)
* `allow_url_fopen=1` in `php.ini`

Voir le fichier

@ -72,9 +72,9 @@ else
<div style="margin:0 0 1px 0; background-image: url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAPCAYAAAAlH6X5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEBJREFUeNpieJdb9J+JAQggxO///xmYvv//x8D08d8/BoY/f/58YfgPBGBZ5hs3bmwGsZ6DiPcg4gdIFqIXIMAAfOwcqLCrkOQAAAAASUVORK5CYII=\'); height: 15px;"></div>
<div style="width: 910px; margin: 0 auto;">
<h1 style="font-size:220%; letter-spacing: 1px; text-align: center; margin: 0; text-decoration:underline; font-weight:bold;">Correcteur de RSS pour sites web en carton</h1>
<h2 style="font-size:20px; text-align: right; margin: 0 0 10px 0;">rev.16<br>Enlève certains caractères invisibles qui malforment les flux RSS (peux servir aussi de proxy RSS)<br><br>Mode d`emploi: Mettez l`URL complète du flux RSS que vous voulez, puis cliquez sur GO!.<br></h2>
<h2 style="font-size:20px; text-align: right; margin: 0 0 10px 0;">rev.17<br>Enlève certains caractères invisibles qui malforment les flux RSS (peux servir aussi de proxy RSS)<br><br>Mode d`emploi: Mettez l`URL complète du flux RSS que vous voulez, puis cliquez sur GO!.<br></h2>
<div style="text-align: center; margin: 0;"><form method="get" action="coto_rss.php">
<input type="text" value="ex: blablabla.fr/rss.php?id=news" size="50" name="rss" onFocus="this.value=\'\'" />
<input type="text" placeholder="website.com/rss.php?id=news" size="50" name="rss"/>
<button type="submit" value="1">GO!</button>
</form></div>
<div style="background-image: url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABVJREFUeNpiuH79+jWG////nwEIMAAi+QclPGli9AAAAABJRU5ErkJggg==\'); width: 780px; height:2px; margin: 0 auto;"></div>