PQA
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Redirected page to Compressed Markup Language) |
Dexvertbot (Talk | contribs) m (→Sample files) |
||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{FormatInfo | |
+ | |formattype=electronic | ||
+ | |subcat=Personal Digital Assistant formats | ||
+ | |extensions={{ext|pqa}} | ||
+ | }} | ||
+ | '''PQA''' (Palm Query Application) is a [[Palm OS Database]] (PDB) format used specifically for storing Web content via web clipping applications. The [[HTML]] portions are stored in [[Compressed Markup Language]], a compact binary form of HTML content where the code is converted to a sequence of bytes of a tokenized format. | ||
+ | |||
+ | In PQA data, the CML code is then combined with other Web content such as images. The bytes of the binary representation are further compressed in a bitwise scheme where fewer than 8 bits are used to encode many common characters. | ||
+ | |||
+ | == Identification == | ||
+ | ASCII "{{magic|pqa clpr}}" appears at offset 60. | ||
+ | |||
+ | == Software == | ||
+ | * {{Deark}} | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|archive/palmQueryApplication}} | ||
+ | |||
+ | == Links == | ||
+ | * [http://lauriedavis9.tripod.com/copilot/download/Palm_File_Format_Specs.pdf Palm file format specifications] | ||
+ | |||
+ | [[Category:Palm]] | ||
+ | [[Category:Palm OS Database]] | ||
+ | [[Category:Web]] |
Latest revision as of 03:22, 28 December 2023
PQA (Palm Query Application) is a Palm OS Database (PDB) format used specifically for storing Web content via web clipping applications. The HTML portions are stored in Compressed Markup Language, a compact binary form of HTML content where the code is converted to a sequence of bytes of a tokenized format.
In PQA data, the CML code is then combined with other Web content such as images. The bytes of the binary representation are further compressed in a bitwise scheme where fewer than 8 bits are used to encode many common characters.
Contents |
[edit] Identification
ASCII "pqa clpr
" appears at offset 60.