24 lines
1 KiB
Bash
24 lines
1 KiB
Bash
|
#!/bin/sh
|
||
|
|
||
|
command="./curl_wrapper"
|
||
|
|
||
|
echo
|
||
|
echo "---- pda.sh ----"
|
||
|
echo
|
||
|
|
||
|
$command xml/smartphonefrance.rss http://www.smartphonefrance.info/rss.asp
|
||
|
$command xml/smartphonefranceandroid.rss http://feeds2.feedburner.com/SPFAndroid
|
||
|
$command xml/mobinaute.rss http://www.mobinaute.com/rss.xml
|
||
|
$command xml/ppcreviews.rss http://www.ppcreviews.net/rss.html
|
||
|
$command xml/ppcjeux.rss http://www.ppcjeux.com/rss.php
|
||
|
$command xml/ppcfreewares.rss http://www.pocketpcfreewares.com/fr/index.php?rss=1
|
||
|
$command xml/windowsmobilech.rss http://www.windows-mobile.ch/xoops/modules/rss/rss.php
|
||
|
$command xml/mobilitycommunity.rss http://www.mobilitycommunity.com/backend.php
|
||
|
$command xml/lepocketpc.rss http://www.lepocketpc.com/backend.php
|
||
|
$command xml/smartease.rss http://www.smartease.net/rss.html
|
||
|
$command xml/ppcw.rss http://www.ppcw.net/xml-rss.php
|
||
|
$command xml/akihabaranews.rss http://www.akihabaranews.com/rss.html
|
||
|
$command xml/theunwired.rss http://www.theunwired.net/xml-rss.php
|
||
|
|
||
|
date +"(MAJ %d %b %Y @ %H:%M)">/home/www/website/modules/backends/pda.date.txt
|