![]() |
2007-04-20
, 17:48
|
|
Posts: 11,700 |
Thanked: 10,045 times |
Joined on Jun 2006
@ North Texas, USA
|
#2
|
![]() |
2007-04-20
, 18:20
|
Posts: 245 |
Thanked: 25 times |
Joined on Apr 2007
|
#3
|
![]() |
2007-04-20
, 19:16
|
Posts: 24 |
Thanked: 0 times |
Joined on Apr 2007
|
#4
|
![]() |
2007-04-20
, 21:37
|
Posts: 245 |
Thanked: 25 times |
Joined on Apr 2007
|
#5
|
![]() |
2007-04-22
, 20:27
|
Posts: 24 |
Thanked: 0 times |
Joined on Apr 2007
|
#6
|
![]() |
2007-04-23
, 00:16
|
Posts: 24 |
Thanked: 0 times |
Joined on Apr 2007
|
#7
|
cd pages wget -nv -r -p -k -l 5 http://www.guardian.co.uk/pda/avantgo/ wget -nv -r -p -k -l 5 http://news.bbc.co.uk/low/english/pda/default.htm # add more as you like,... for f in `find . -name '*.htm*'` ; do # unresolved links to file links sed 's/http:\/\//file:\/\//' "$f" > "$f.tmp" mv -f "$f.tmp" "$f" done cd ..
<h2>World News</h2> <A HREF="./pages/www.guardian.co.uk/pda/avantgo/index.html">Guardian Unlimited</A><br> <a href="./pages/news.bbc.co.uk/low/english/pda/default.htm">BBC News</a><br> <!-- add more -->
![]() |
2007-04-24
, 08:05
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#8
|
![]() |
2007-04-24
, 09:20
|
Posts: 372 |
Thanked: 9 times |
Joined on Mar 2007
|
#9
|
![]() |
2007-04-25
, 16:19
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#10
|
The Following User Says Thank You to TA-t3 For This Useful Post: | ||
I've searched and searched but I can find it... I have cached HTML I'd like to read offline, but neither the internal browser nor Minemo is able to go from one page to another without the N800 prompting me to go back online. This gets old fast.
I can always use Plucker and FBReader like I did with my Palm but the results I get caching real web files are much better. I just need to get rid of the "Exit offline mode?" prompts!