|
2007-10-31
, 02:12
|
Posts: 193 |
Thanked: 41 times |
Joined on Jan 2007
@ Paia, Maui, Hawaii
|
#2
|
Hey,
I released version 1.8-21 of pyplucker. Check it out here.
pyplucker can be used to created offline versions of websites, so that you can carry them with you and read them offline.
I use it every day to create my daily newspaper. It has no gui yet, so you need xterm & nano or vi.
e.g. i use these lines to get my daily news:
the created files can be read by the excellent FBReader.Code:#!/bin/sh plucker-build -f golem_news -p /media/mmc1 http://www.golem.de/pda/pdahome.html plucker-build -f heise_news -p /media/mmc1 http://www.heise.de/pda/newsticker
Error: Pluckerhome (/home/user/.plucker) does not exist or isn't a directory
|
2008-05-28
, 00:39
|
Posts: 17 |
Thanked: 2 times |
Joined on Jul 2007
|
#3
|
|
2008-05-28
, 05:10
|
Posts: 122 |
Thanked: 12 times |
Joined on Feb 2007
@ Helsinki, Finland
|
#4
|
Any chance of getting a version compiled for the Nokia 770 under IT2006? This would be the answer to all of my problems and return my tablet to daily use.
I released version 1.8-21 of pyplucker. Check it out here.
pyplucker can be used to created offline versions of websites, so that you can carry them with you and read them offline.
I use it every day to create my daily newspaper. It has no gui yet, so you need xterm & nano or vi.
e.g. i use these lines to get my daily news: