![]() |
#16 | |
Recovering Gadget Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,381
Karma: 676161
Join Date: May 2004
Location: Pittsburgh, PA
Device: iPad
|
Quote:
|
|
![]() |
![]() |
![]() |
#17 |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 111
Karma: 1013536
Join Date: Aug 2005
|
Now all we need to do is unite and come up with a universal and unified ebook format for all to use and enojoy
![]() Mat |
![]() |
![]() |
![]() |
#18 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Sep 2005
Device: T5
|
There are some medical sites very suited for raiding, that a lot of doctors (myself included) would love to have on their palm. In fact i just reaped the html files and was about to process them to iSilo, when i came across siteraider. Is it technically possible to make scripts for
www.wrongdiagnosis.com and www.whonamedit.com I'd be very grateful. (e-mail removed) Last edited by PizzaMan1979; 06-24-2011 at 06:16 AM. |
![]() |
![]() |
![]() |
#19 | |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Sep 2005
Device: T5
|
Quote:
For the record: i made a script several years ago, which was available through the tomeraider site. ![]() It looked like this: Code:
// Last Update : September 14, 2005 By PizzaMan BEGIN_DEF RS_VERSION=1.001 START_URL="http://www.whonamedit.com/azeponyms.cfm/A.html" BASE_URL = "www.whonamedit.com" SOURCE="Who Named It" OUTPUT_TO_FILE_NAME = "Who Named It" CALL Start END //-------------------------------------------------- BEGIN_PROCESS Start CALL RaidDocsPage REPEAT_FOR_ALL_LINKS LIST_1 FormatLinks1 // TEST_LINK_PROCESSING LIST_1 REPEAT_FOR_ALL_LINKS LIST_1 RaidDoctorsLinks REPEAT_FOR_ALL_LINKS LIST_2 FormatLinks2 // TEST_LINK_PROCESSING LIST_2 REPEAT_FOR_ALL_LINKS LIST_2 RaidDocsArticle END //-------------------------------------------------- BEGIN_PROCESS RaidDocsPage DOWNLOAD_PAGE INCLUDE_LINKS = "az" // INCLUDE_LINKS = "a." GET_LINKS LIST_1 END //-------------------------------------------------- BEGIN_PROCESS RaidDoctorsLinks DOWNLOAD_PAGE INCLUDE_LINKS = "doctor" INCLUDE_LINKS = "synd" // INCLUDE_LINKS = "34" GET_LINKS LIST_2 END //-------------------------------------------------- BEGIN_PROCESS FormatLinks1 VAR = LINK VAR_REPLACE "www.whonamedit.comazlist.cfm/" WITH "http://www.whonamedit.com/azlist.cfm/" VAR_REPLACE "www.whonamedit.comazeponyms.cfm/" WITH "http://www.whonamedit.com/azeponyms.cfm/" LINK = VAR END //-------------------------------------------------- BEGIN_PROCESS FormatLinks2 VAR = LINK VAR_REPLACE "www.whonamedit.comdoctor.cfm/" WITH "http://www.whonamedit.com/doctor.cfm/" VAR_REPLACE "www.whonamedit.comsynd.cfm/" WITH "http://www.whonamedit.com/synd.cfm/" LINK = VAR END //-------------------------------------------------- BEGIN_PROCESS RaidDocsArticle // Download page DOWNLOAD_PAGE // Article body ARTICLE_FROM "<span c" TO "</td>" //Acquire Title VAR = BODY VAR_REMOVE_FROM VAR_START TO ">" VAR_REMOVE_FROM "<" TO VAR_END TITLE = VAR //Article author VAR = BODY IF_VAR_CONTAINS "thank" SetAuthor1 //Article body VAR = BODY IF_VAR_CONTAINS "ssociated person" SetTitleSynd IF_VAR_CONTAINS "ssociated epo" SetTitleDoc VAR_REMOVE_FROM VAR_START TO ">" VAR_REPLACE "synd.cfm/" WITH "http://www.whonamedit.com/synd.cfm/" BODY = VAR // Write article WRITE_ARTICLE END //-------------------------------------------------- BEGIN_PROCESS SetTitleSynd //Category information PRIMARY_CATEGORY="Syndrome" END //-------------------------------------------------- BEGIN_PROCESS SetTitleDoc //Category information PRIMARY_CATEGORY="Doctor" END //-------------------------------------------------- BEGIN_PROCESS SetAuthor1 //Set Author VAR = BODY VAR_REMOVE_FROM VAR_START TO "thank" VAR_REMOVE_FROM ", for" TO VAR_END VAR_REMOVE_FROM "for" TO VAR_END AUTHOR = VAR END Last edited by PizzaMan1979; 08-04-2008 at 06:13 PM. |
|
![]() |
![]() |
![]() |
#20 |
New York Editor
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,384
Karma: 16540415
Join Date: Aug 2007
Device: PalmTX, Pocket eDGe, Alcatel Fierce 4, RCA Viking Pro 10, Nexus 7
|
|
![]() |
![]() |
![]() |
#21 | |
New York Editor
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,384
Karma: 16540415
Join Date: Aug 2007
Device: PalmTX, Pocket eDGe, Alcatel Fierce 4, RCA Viking Pro 10, Nexus 7
|
Quote:
You might also see what Plucker, perhaps in combination with SiteScooper can do with the above sites. I looked at iSilo some time back, but prefer Plucker. I should note, however, that I don't use it to pluck websites to read on my PDA. In my case, I grab static content stored locally to convert to ebooks I read using Plucker. (About 3,200 and counting thus far, including the entire Baen Free Library and a lot of Project Gutenberg, as well as a good bit of Gnu documentation and all of the Linux HOWTOs.) Also, there are a large number of freeware apps aimed at medical practitioners, and a fair sampling is here. (I'm not an MD, and not competent to state whether they are any good.) ______ Dennis |
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
HTML to TomeRaider 3 | pruss | Reading and Management | 4 | 10-09-2007 04:46 AM |
tomeraider convert | leszcz2 | Workshop | 1 | 08-30-2007 06:47 PM |
TomeRaider 3: P r i n t i s D e a d | sUnShInE | Reading and Management | 7 | 11-16-2004 05:15 PM |
TomeRaider 3 is Final now | Colin Dunstan | Reading and Management | 3 | 10-23-2004 01:20 PM |
TomeRaider 3 first beta available | Colin Dunstan | Reading and Management | 7 | 10-18-2004 12:39 PM |