docs: record FSSHTTP package-store support
This commit is contained in:
18
README.md
18
README.md
@@ -14,15 +14,19 @@ and is delivered to Toolbox Portal as an already-built, checksummed static ZIP.
|
||||
- Desktop revision-store `.one` sections from the tested OneNote family. The
|
||||
reader exposes section/page names, stable page IDs, created and updated
|
||||
timestamps when present, page level, and readable plain text.
|
||||
- Unfragmented FSSHTTPB-packaged `.one` sections matching the tested Joplin
|
||||
family. Package cells, revision chains, object groups, and resolved object
|
||||
and page-space references feed the same bounded content reader.
|
||||
- Single-cabinet `.onepkg` files whose CAB folders are uncompressed, MSZIP,
|
||||
Quantum, or LZX compressed. Each contained desktop `.one` section is parsed
|
||||
independently, so one unsupported section does not hide sections that did
|
||||
parse.
|
||||
Quantum, or LZX compressed. Each contained supported `.one` section is
|
||||
parsed independently, so one unsupported section does not hide sections that
|
||||
did parse.
|
||||
- Package entries, safe normalized paths, uncompressed sizes, compression
|
||||
metadata, section/page navigation, and structured diagnostics.
|
||||
|
||||
The golden tests parse a real Joplin desktop `.one` file with three pages and a
|
||||
real Joplin `.onepkg` with seven entries, five sections, and seven pages. LZX
|
||||
The golden tests parse a real Joplin desktop `.one` file with three pages, an
|
||||
unfragmented 17,197-byte Joplin FSSHTTPB `.one` file with one page, and a real
|
||||
Joplin `.onepkg` with seven entries, five sections, and seven pages. LZX
|
||||
`0x1203` and `0x1303`, uncompressed CAB, one- and two-block MSZIP data, and
|
||||
single- and multi-frame Quantum data are covered by fixtures. The MSZIP and
|
||||
Quantum fixtures are CAB-level evidence, not a claim about a particular
|
||||
@@ -30,8 +34,8 @@ OneNote `.onepkg` producer.
|
||||
|
||||
This is a structural reader, not a full-fidelity OneNote renderer. Images,
|
||||
tables, ink, embedded files, layout, formatting, links, and exports are not
|
||||
rendered. FSSHTTP-packaged `.one`, multi-cabinet archives, and `.onetoc2`
|
||||
hierarchy/order interpretation are not supported. See
|
||||
rendered. Fragmented FSSHTTPB data elements and some producer variants remain
|
||||
unsupported. See
|
||||
[format support](docs/FORMAT_SUPPORT.md) for the precise matrix.
|
||||
|
||||
There is no Rust/Wasm runtime, server, proxy, upload, telemetry, or notebook
|
||||
|
||||
Reference in New Issue
Block a user