Hi,
Here's another newspaper that can be read (if slowly) on the Iliad... The Telegraph... Pity it get published after the print edition, but if you like crosswords, sudokus look on page 5...! Great fun for the commute home :D
http://www.telegraph.co.uk/news/main.jhtml?xml=/news/pm/ixpm.xml
After 4pm GMT the next day's Telegraph PM is published, so you can get tomorrows news today....
templario
03-12-2007, 11:08 AM
Is it posible to schedule a daily and automatic download for this file or any content for the iliad (files that renew its content everyday)?. I don´t know how to do it or if there is a piece of sofware to do it.
Thanks
joblack
03-12-2007, 01:28 PM
You should just use 'wget -c url' with a cron job to get it ...
templario
03-12-2007, 03:16 PM
Thanks, i´ll have a look to wget. Let´s say the file you want to download is a compressed (tar, rar, zip, ...) is there a way to uncompress automatically the file you download daily (and automatically)? I don´t know if i made myself clear.
What i´m looking for is to download content to my iliad just pressing the icon on the iliad everyday, these content should be of course in the outbox folder in the computer, i´d like to grab everyday the news from http://www.syngrithy.org.uk/index.php?pT=2
but the files are in a tar, so is it posible to download the file (wget) and untar it automatically everyday. I hope it is clear now.
Thanks for your help.
Simple answer is learn some shell script.
For unix/linux/(even posix if you're using windows). wget will get your file, tar, zip (or unzip) will unpack the file, mv (or cp) will put the thing in place ... put all the commands in a file (e.g. xyz.sh) and automate it with cron ... I hope at least this gives you a few pointers ...
templario
03-12-2007, 04:39 PM
Thanks a lot pdam. When i have time i´ll have a look