←back to thread

275 points whatisabcdefgh | 1 comments | | HN request time: 0s | source
Show context
floating-io ◴[] No.45133154[source]
An interesting skim, but it would have been more meaningful if it had tackled text documents or spreadsheets to show what additional functionality would be enabled with those beyond "versioning".

Maybe it's just me, but I see the presentation functionality as one of the less used aspects of the OpenOffice family.

replies(2): >>45135198 #>>45135643 #
jdboyd ◴[] No.45135643[source]
What he listed as the first improvement, "Replace ZIP with SQLite" would certainly apply to the other ODF formats.

He advocates breaking the XML into smaller pieces in SQLite. I suppose making each slide a new XML record could make sense. Moving over to spreadsheets, I don't know how ODF does it now, but making each sheet a separate XML could make sense.

Thinking about Write documents, I wonder what a good smaller unit would be. I think one XML per page would be too fine a granularity. You could consider one record per chapter. I doubt one record per paragraph would make sense, but it could be fun to try different ideas.

replies(2): >>45136535 #>>45142147 #
1. maweki ◴[] No.45136535[source]
Splitting the presentation into multiple fragments makes it more difficult to generate/alter a presentation using xslt.