Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book General > General Discussions

Notices

Reply
 
Thread Tools Search this Thread
Old 01-17-2018, 06:41 PM   #61
sjfan
Addict
sjfan ought to be getting tired of karma fortunes by now.sjfan ought to be getting tired of karma fortunes by now.sjfan ought to be getting tired of karma fortunes by now.sjfan ought to be getting tired of karma fortunes by now.sjfan ought to be getting tired of karma fortunes by now.sjfan ought to be getting tired of karma fortunes by now.sjfan ought to be getting tired of karma fortunes by now.sjfan ought to be getting tired of karma fortunes by now.sjfan ought to be getting tired of karma fortunes by now.sjfan ought to be getting tired of karma fortunes by now.sjfan ought to be getting tired of karma fortunes by now.
 
Posts: 281
Karma: 7724454
Join Date: Sep 2017
Location: Bethesda, MD, USA
Device: Kobo Aura H20, Kobo Clara HD
Quote:
Originally Posted by JSWolf View Post
Sorry, but that Wiki is pure BS!
Then ignore Wiki. It's a well-known fallacy. If you prefer a more academic take, it's a sub-category of Ad-hoc Rescue, as is discussed here: http://www.iep.utm.edu/fallacy/#NoTrueScotsman
sjfan is offline   Reply With Quote
Old 01-17-2018, 10:47 PM   #62
barryem
Wizard
barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.
 
barryem's Avatar
 
Posts: 2,459
Karma: 68781975
Join Date: Oct 2012
Location: Arkansas
Device: Paperwhite 4
Quote:
Originally Posted by Solitaire1 View Post
The e-book format using the .pdb extension was basically a simplified version of HTML (used simple tags but no paragraph tags, you could separate the paragraphs with hard-space indents or a blank line) that allowed formatting such as bold and italic. It also allowed links within the e-book. You could markup the text in a text editor and use a program provided by Palm to convert it into a .pdb file for loading on your Palm OS PDA. Palm also provided a program that allowed you to edit the text file and it would insert the formatting codes for you and then make the .pdb ebook.

One limitation was that you could not specify the typeface for the e-book. With Palm ereaders, you would have the fonts (typeface and size) already loaded on your PDA and you would choose which one you wanted.

One of the main reasons for the development of the ebook format for Palm OS PDAs is that there was a 4K limit for notes, which was not practical for e-book. The .pdb ebook format allowed for long ebooks.
I suspect you're describing one of the formats used in some ereader app on the Palm. I'm certain you aren't describing the pdb format per se. Pdb didn't specify a format. It was simply the Palm Data Format. There was a specification for the structure of the file, headers, etc, but not for the data it contained.

Barry
barryem is offline   Reply With Quote
Advert
Old 01-18-2018, 10:37 AM   #63
dwig
Wizard
dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.
 
dwig's Avatar
 
Posts: 1,613
Karma: 6718541
Join Date: Dec 2004
Location: Paradise (Key West, FL)
Device: Current:Surface Go & Kindle 3 - Retired: DellV8p, Clie UX50, ...
Quote:
Originally Posted by Solitaire1 View Post
The e-book format using the .pdb extension was basically a simplified version of HTML ...
Wrong.

One, as barryem correctly said, PDB was the Palm Database Format and merely specified the file structure (size of "header" data, size of data blocks, ...). It did not specify what the stored data was used for or how it was used.

Two, the AportisDOC (aka PalmDOC, PeanutDOC, ...) that was one of the ebook formats that used PDB file structure was in no way decended from HTML (HyperText Markup Language). It was, like HTML, a "markup language", but the markup did not resemble that used my HTML. Instead, it was related to earlier markup schemes used in early electronic typesetting and document production. It's true that the AportisDOC/PalmDOC was very popular for a few years, but it wasn't the first and was never the only ebook format that used the PDB file structure.

There were some ebook formats in the PalmOS era that were derived from HTML. Some of those (e.g. MobiPocket, ...) used the compiled PRC datastructure which allowed the inclusion of images.

Last edited by dwig; 01-18-2018 at 10:41 AM.
dwig is offline   Reply With Quote
Old 01-18-2018, 07:22 PM   #64
Solitaire1
Samurai Lizard
Solitaire1 ought to be getting tired of karma fortunes by now.Solitaire1 ought to be getting tired of karma fortunes by now.Solitaire1 ought to be getting tired of karma fortunes by now.Solitaire1 ought to be getting tired of karma fortunes by now.Solitaire1 ought to be getting tired of karma fortunes by now.Solitaire1 ought to be getting tired of karma fortunes by now.Solitaire1 ought to be getting tired of karma fortunes by now.Solitaire1 ought to be getting tired of karma fortunes by now.Solitaire1 ought to be getting tired of karma fortunes by now.Solitaire1 ought to be getting tired of karma fortunes by now.Solitaire1 ought to be getting tired of karma fortunes by now.
 
Solitaire1's Avatar
 
Posts: 14,922
Karma: 69500000
Join Date: Nov 2009
Device: NookColor, Nook Glowlight 4
Quote:
Originally Posted by dwig View Post
Wrong.

One, as barryem correctly said, PDB was the Palm Database Format and merely specified the file structure (size of "header" data, size of data blocks, ...). It did not specify what the stored data was used for or how it was used.

Two, the AportisDOC (aka PalmDOC, PeanutDOC, ...) that was one of the ebook formats that used PDB file structure was in no way decended from HTML (HyperText Markup Language). It was, like HTML, a "markup language", but the markup did not resemble that used my HTML. Instead, it was related to earlier markup schemes used in early electronic typesetting and document production. It's true that the AportisDOC/PalmDOC was very popular for a few years, but it wasn't the first and was never the only ebook format that used the PDB file structure.

There were some ebook formats in the PalmOS era that were derived from HTML. Some of those (e.g. MobiPocket, ...) used the compiled PRC datastructure which allowed the inclusion of images.
I was going by my experience marking up ebooks for my Palm OS PDA (using a text editor and then converting it for loading) for the Palm Reader. To me, the markup for ebooks bore a similarity to HTML (in a way, it could have also had a similarity to RTF). I know that a .pdb file could basically be anything, depending on what it actually contained but I was thinking of the way the ebook format was done and stored within a .pdb file.
Solitaire1 is offline   Reply With Quote
Old 01-18-2018, 10:38 PM   #65
barryem
Wizard
barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.
 
barryem's Avatar
 
Posts: 2,459
Karma: 68781975
Join Date: Oct 2012
Location: Arkansas
Device: Paperwhite 4
I also made up a lot of pdb books for my Palm and they were all from text files. I don't recall which Palm apps I read with now but they handled these files just fine, reflowing and all. The program I used in later days, once I started using Windows, was DocReader, which was a Windows reading program as well as a converter to and from pdb. It could only read pdb files that were made from text files as I recall. I'm not really sure about that last part.

Before Windows, in the DOS days, I used some other program for converting and I don't recall what it was. It might even be something I wrote myself. I wrote a lot of my own tools in those days. Whatever it was it took plain text files and converted them to pdb files that could be read on the Palm with whatever apps I was using.

About all I remember about those apps was that they scrolled, I wasn't interested in apps that paged, and they read the pdb files I made.

Barry
barryem is offline   Reply With Quote
Advert
Old 01-21-2018, 02:05 PM   #66
bgalbrecht
Wizard
bgalbrecht ought to be getting tired of karma fortunes by now.bgalbrecht ought to be getting tired of karma fortunes by now.bgalbrecht ought to be getting tired of karma fortunes by now.bgalbrecht ought to be getting tired of karma fortunes by now.bgalbrecht ought to be getting tired of karma fortunes by now.bgalbrecht ought to be getting tired of karma fortunes by now.bgalbrecht ought to be getting tired of karma fortunes by now.bgalbrecht ought to be getting tired of karma fortunes by now.bgalbrecht ought to be getting tired of karma fortunes by now.bgalbrecht ought to be getting tired of karma fortunes by now.bgalbrecht ought to be getting tired of karma fortunes by now.
 
Posts: 1,806
Karma: 13399999
Join Date: Aug 2007
Location: US
Device: Nook Simple Touch, Kobo Glo HD, Kobo Clara HD, Kindle 4
Nobody has mentioned the Plucker format, which converted an html document into something viewable offline on the PalmOS devices. I had most of the Baen Free Library converted over to Plucker, and it was my preferred reading app on my Palms. It also used the .pdb extension.
bgalbrecht is offline   Reply With Quote
Old 01-21-2018, 06:42 PM   #67
Katsunami
Grand Sorcerer
Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.
 
Katsunami's Avatar
 
Posts: 6,111
Karma: 34000001
Join Date: Mar 2008
Device: KPW1, KA1
Quote:
Originally Posted by dwig View Post

I strongly disagree with the first phrase in #2 and hold that everyone who feels the ebook must mimic paper books are idiots stuck in the past. Printers, like Gutenberg, started with that same mindset and were quickly proven wrong. Printed books changed away from slavishly mimicking the hand written and illuminated books that preceded them for good reasons. Typography improved massively over the years.

Keeping similar structure is fine and in most cases a good thing. It can be done adequately in plain text or at least markup text. I do agree that those formats that specify a "page" and loose reflowable text are "documents" and at best stand on the extreme edge of what could be considered an "ebook".
Well, I'm not looking to maintain a layout that is a perfect translation from a printed book. I do want all the things that (normally) make up a paper book: Front matter, back matter, cover, blurb, page breaks in the correct places. Yes, you can do it somewhat, with plain text and/or markup, but a dedicated ebook format is much better at it.
Katsunami is offline   Reply With Quote
Old 01-21-2018, 09:20 PM   #68
barryem
Wizard
barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.barryem ought to be getting tired of karma fortunes by now.
 
barryem's Avatar
 
Posts: 2,459
Karma: 68781975
Join Date: Oct 2012
Location: Arkansas
Device: Paperwhite 4
To me a book is a collection of printed words organized for reading and an ebook is simply one form of a book. I think even magazines could be considered books although they're a very different form of book.

Curious, I just looked up the etymology of "book" and it's thought that it's initial meaning was "tree", referring to birch trees in particular, since the early runes were printed on birch bark. Interestingly, the word "library" comes from a word meaning the inner bark of trees.

Anyway I doubt there's any kind of official dividing line saying what is and what isn't a book so we'll probably never agree on this. To make things easier I'll just declare that plain text is an ebook and that settles that.

Barry
barryem is offline   Reply With Quote
Old 01-22-2018, 01:46 AM   #69
doubleshuffle
Unicycle Daredevil
doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.
 
doubleshuffle's Avatar
 
Posts: 13,944
Karma: 185432100
Join Date: Jan 2011
Location: Planet of the Pudding Brains
Device: Aura HD (R.I.P. After six years the USB socket died.) tolino shine 3
Quote:
Originally Posted by duke313131 View Post
Hello, I'm having issues with sending the ebooks to my kindle via email. I use a mac book, any advice. The email always fails. I'm lost......
Why can't you even bother to check the replies you've got in the other places where you posted your question (and your visitor messages) before you spam the next thread?
doubleshuffle is offline   Reply With Quote
Old 01-22-2018, 08:22 AM   #70
Frenzie
Wizard
Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.
 
Posts: 1,751
Karma: 730681
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
Quote:
Originally Posted by barryem View Post
To me a book is a collection of printed words organized for reading and an ebook is simply one form of a book. I think even magazines could be considered books although they're a very different form of book.
I concur with that. At its simplest a book is a text of sufficient length, let's say at least 50 pages. But I'd generally be inclined to exclude periodicals and serials, if only for that very reason.
Frenzie is offline   Reply With Quote
Old 01-26-2018, 08:22 PM   #71
duke313131
Junior Member
duke313131 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jan 2018
Device: Kindle Fire
Do you have an answer?
duke313131 is offline   Reply With Quote
Old 01-26-2018, 10:34 PM   #72
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,515
Karma: 78910202
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Quote:
Originally Posted by duke313131 View Post
Do you have an answer?
Please see https://www.mobileread.com/forums/sh...d.php?t=294127
PeterT is offline   Reply With Quote
Old 01-30-2018, 03:22 AM   #73
Richwood
Astronomy Nut
Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.
 
Posts: 519
Karma: 3700000
Join Date: Oct 2017
Location: Reno, NV
Device: Kindle (All), Kobo (Multiple), Sony (most) and Nook Glowlight Plus
Quote:
Originally Posted by JSWolf View Post
I did not list text as it's not an eBook format. Technically PDF isn't as well, but since some think so, I listed it.

At least PDF and both plain text (ASCII text) and RTF are still supported by many ebook readers and Amazon supports converting them to more modern Kindle format via emailing a file to the Kindle as an attachment with "convert" in the subject line. Same for MS Word file formats per what I read. Did any reader use RTF as it's primary format? I have a word processor which uses it as it's primary format.

A Sony PRS-505 I recently bought did not even support Epub until I updated the firmware to the last version.
Richwood is offline   Reply With Quote
Old 01-30-2018, 04:00 AM   #74
Richwood
Astronomy Nut
Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.
 
Posts: 519
Karma: 3700000
Join Date: Oct 2017
Location: Reno, NV
Device: Kindle (All), Kobo (Multiple), Sony (most) and Nook Glowlight Plus
I am kind of pragmatic as I figure that if a non photo file can be side loaded to an ebook reader directly or transferred via email and end up in a readable format in the ebook reader, then it is an ebook file format. Using the Kindle email feature with the "convert" subject line allows a number of file types to be sent including Word files and RTFs which typically do not have cover art or other ebook metadata. They still end up as readable files.
Richwood is offline   Reply With Quote
Old 01-30-2018, 04:13 AM   #75
Richwood
Astronomy Nut
Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.Richwood ought to be getting tired of karma fortunes by now.
 
Posts: 519
Karma: 3700000
Join Date: Oct 2017
Location: Reno, NV
Device: Kindle (All), Kobo (Multiple), Sony (most) and Nook Glowlight Plus
Quote:
Originally Posted by JSWolf View Post
I did not list text as it's not an eBook format. Technically PDF isn't as well, but since some think so, I listed it.

At least PDF and both plain text (ASCII text) and RTF are still supported by many ebook readers and Amazon supports converting them to more modern Kindle format via emailing a file to the Kindle as an attachment with "convert" in the subject line. Same for MS Word file formats per what I read. Did any reader use RTF as it's primary format? I have a word processor which uses it as it's primary format.

A Sony PRS-505 I recently bought did not even support Epub until I updated the firmware to the last version.
Richwood is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Future-proofing my ebook collection given the churn in ebook formats maximus83 General Discussions 70 11-11-2015 06:38 PM
converting ebook formats renchy enTourage Archive 0 06-30-2010 11:57 PM
Which ebook formats do you prefer? sein Ectaco jetBook 5 08-27-2009 06:14 PM
DRM and eBook Formats 6charlong Lounge 28 05-07-2009 02:43 PM
A nexus in eBook formats ? SerialAeon Workshop 26 06-14-2007 04:03 PM


All times are GMT -4. The time now is 04:32 AM.


MobileRead.com is a privately owned, operated and funded community.