Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typos in the affcase1.html document. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.21 |
Files: | files | file ages | folders |
SHA3-256: |
7546b88643ab26db4b538f9f5aab8eee |
User & Date: | drh 2017-11-02 14:29:43.450 |
Context
2017-11-02
| ||
20:07 | Fix a typo ("quote" instead of "quota") in the VFS document. (check-in: 877f14d569 user: drh tags: branch-3.21) | |
14:29 | Fix typos in the affcase1.html document. (check-in: 7546b88643 user: drh tags: branch-3.21) | |
2017-10-24
| ||
19:02 | Fix the date and add hashes for the 3.21.0 release. (check-in: 19e6014767 user: drh tags: trunk, release, version-3.21.0) | |
Changes
Changes to pages/affcase1.in.
1 2 3 4 5 6 7 8 9 10 11 | <tcl>hd_keywords {What If OpenOffice Used SQLite} \ {OpenOffice case study}</tcl> <title>What If OpenDocument Used SQLite?</title> <h1 align="center"> What If OpenDocument Used SQLite?</h1> <h2>Introduction</h2> <p>Suppose the [http://en.wikipedia.org/wiki/OpenDocument|OpenDocument] file format, | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <tcl>hd_keywords {What If OpenOffice Used SQLite} \ {OpenOffice case study}</tcl> <title>What If OpenDocument Used SQLite?</title> <h1 align="center"> What If OpenDocument Used SQLite?</h1> <h2>Introduction</h2> <p>Suppose the [http://en.wikipedia.org/wiki/OpenDocument|OpenDocument] file format, and specifically the "ODP" OpenDocument Presentation format, were built around SQLite. Benefits would include: <ul> <li>Smaller documents <li>Faster File/Save times <li>Faster startup times <li>Less memory used <li>Document versioning |
︙ | ︙ | |||
463 464 465 466 467 468 469 | and constraints to enforce consistency of content even in the face of programming errors. Further enhancement ideas include: <ul> <li> Store an [automated undo/redo stack] in a database table so that Undo could go back into prior edit sessions. <li> Add [FTS4|full text search] capabilities to the slide deck, or across multiple slide decks. | | | 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 | and constraints to enforce consistency of content even in the face of programming errors. Further enhancement ideas include: <ul> <li> Store an [automated undo/redo stack] in a database table so that Undo could go back into prior edit sessions. <li> Add [FTS4|full text search] capabilities to the slide deck, or across multiple slide decks. <li> Decompose the "settings.xml" file into an SQL table that is more easily viewed and edited by separate applications. <li> Break out the "Presentor Notes" from each slide into a separate table, for easier access from third-party applications and/or scripts. <li> Enhance the presentation concept beyond the simple linear sequence of slides to allow for side-tracks and excursions to be taken depending on how the audience is responding. </ul> |
︙ | ︙ |