Re: (BP) Working through the maze of PDA formats for etexts...
- From: Bill Janssen <janssen@[redacted]>
- Subject: Re: (BP) Working through the maze of PDA formats for etexts...
- Date: Wed, 31 May 2006 19:30:53 PDT
> I'm looking for something that will allow downloadable, preformatted pda
> type docs to read well on a pda, not spider a site. I think my site is
> just too deep for this to work well. It seems to ignore most of the
> formatting at my site and doesn't return and words, just the main header
> table on the index page.
Ah! Don't try to spider your site. Just point it at a single HTML
page that's the content of the book you want to create. It will then
create a "downloadable, preformatted pda type doc" for you to put on
your site for others to download and read.
In particular, look at http://code.plkr.org/docs/eb.html. You can
always specify --maxdepth=0 to keep it from following links to other
pages. What are you using as a viewer?
Bill