27 lines
1.4 KiB
Bash
Executable file
27 lines
1.4 KiB
Bash
Executable file
#!/bin/sh
|
|
|
|
command="./curl_wrapper"
|
|
|
|
echo
|
|
echo "---- info.sh ----"
|
|
echo
|
|
|
|
$command xml/branchezvous.rss http://manchettes.branchez-vous.com/branchez-vous.xml
|
|
$command xml/beneficenet.rss http://manchettes.branchez-vous.com/benefice-net.xml
|
|
$command xml/jouezcom.rss http://manchettes.branchez-vous.com/jouez.xml
|
|
#$command xml/cafzone.rss http://www.cafzone.net/ipb/index.php?act=rssout\&id=1
|
|
$command xml/cafzone.rss http://www.geekzone.fr/ipb/rss/forums/7-geekzone-news/
|
|
#$command xml/nospoon.rss http://nospoon.org/backend_rss.xml
|
|
#$command xml/presencepc.rss http://www.presence-pc.com/feeds/1385-rss2-presence-pc.xml
|
|
$command xml/presencepc.rss http://www.tomshardware.com/fr/feeds/rss2/presence-pc,1-1.xml
|
|
$command xml/mozillazine-fr.rss http://mozillazine-fr.org/contenu.xml
|
|
$command xml/pcinpact.rss http://www.pcinpact.com/include/news.xml
|
|
$command xml/inpactvirtuel.rss http://www.inpactvirtuel.com/include/news.xml
|
|
$command xml/zdnet.rss http://zdnet.fr/feeds/rss/actualites/?l=20
|
|
$command xml/silicon.rss http://silicon.fr/feeds/silicon-news.xml
|
|
$command xml/bbspot.rss http://www.bbspot.com/rdf/bbspot.rdf
|
|
$command xml/osnews.rss http://www.osnews.com/files/recent.rdf
|
|
$command xml/slashdot.rss http://rss.slashdot.org/Slashdot/slashdot/to
|
|
$command xml/kuro5hin.rss http://www.kuro5hin.org/backend.rdf
|
|
$command xml/gameblog.rss http://gameblog.fr/rss.php
|
|
date +"(MAJ %d %b %Y @ %H:%M)">/www/website/modules/backends/info.date.txt
|