From e4d5fb3ee99e5f8ed0baf465816b1e0635d44e9b Mon Sep 17 00:00:00 2001 From: "Sean P. Myrick V19.1.7.2" <seanpm2001-mailing-list@protonmail.com> Date: Thu, 3 Oct 2024 15:25:29 -0700 Subject: [PATCH] Create README_V7.md --- .../README/English/USA/1/1-100/README_V7.md | 175 ++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 LIBraries/Document-Support/!OldVersions/README/English/USA/1/1-100/README_V7.md diff --git a/LIBraries/Document-Support/!OldVersions/README/English/USA/1/1-100/README_V7.md b/LIBraries/Document-Support/!OldVersions/README/English/USA/1/1-100/README_V7.md new file mode 100644 index 0000000..6c4fee3 --- /dev/null +++ b/LIBraries/Document-Support/!OldVersions/README/English/USA/1/1-100/README_V7.md @@ -0,0 +1,175 @@ + +*** + +# uOffice document support software LIBraries + +Below is a listing of uOffice document support LIBraries. + +## Individual file formats + +| :octocat: | +|---| +| _GitHub mirrors_ | + +> **List last updated on:** `2024, Thursday, October 3rd` + +| đī¸ Order | :octocat: GitHub mirror đĒī¸ | âšī¸ Purpose | đžī¸ Application | +|---|---|---|---| +| 0001 | [:octocat: `uOffice LIBrary ODT`](https://github.com/seanpm2001/uOffice_LIBrary_ODT/) | Adds support for the `*.odt` file format. | uOffice WordProc | +| 0002 | [:octocat: `uOffice LIBrary PDF`](https://github.com/seanpm2001/uOffice_LIBrary_PDF/) | Adds support for the `*.pdf` file format. | uOffice WordProc | +| 0003 | [:octocat: `uOffice LIBrary EPUB`](https://github.com/seanpm2001/uOffice_LIBrary_EPUB/) | Adds support for the `*.epub` file format. | uOffice WordProc | +| 0004 | [:octocat: `uOffice LIBrary XPS`](https://github.com/seanpm2001/uOffice_LIBrary_XPS/) | Adds support for the `*.xps` file format. | uOffice WordProc | +| 0005 | [:octocat: `uOffice LIBrary DOC`](https://github.com/seanpm2001/uOffice_LIBrary_DOC/) | Adds support for the `*.doc` file format. | uOffice WordProc | +| 0006 | [:octocat: `uOffice LIBrary DOCX`](https://github.com/seanpm2001/uOffice_LIBrary_DOCX/) | Adds support for the `*.docx` file format. | uOffice WordProc | +| 0007 | [:octocat: `uOffice LIBrary UOT`](https://github.com/seanpm2001/uOffice_LIBrary_UOT/) | Adds support for the `*.uot` file format. | uOffice WordProc | +| 0008 | [:octocat: `uOffice LIBrary RTF`](https://github.com/seanpm2001/uOffice_LIBrary_RTF/) | Adds support for the `*.rtf` file format. | uOffice WordProc | +| 0009 | [:octocat: `uOffice LIBrary MOBI`](https://github.com/seanpm2001/uOffice_LIBrary_MOBI/) | Adds support for the `*.mobi` file format. | uOffice WordProc | +| 0010 | [:octocat: `uOffice LIBrary DOCBOOK`](https://github.com/seanpm2001/uOffice_LIBrary_DOCBOOK/) | Adds support for the `*.docbook` file format. | uOffice WordProc | +| 0011 | [:octocat: `uOffice LIBrary CBR`](https://github.com/seanpm2001/uOffice_LIBrary_CBR/) | Adds support for the `*.cbr` file format. | uOffice WordProc | +| 0012 | [:octocat: `uOffice LIBrary PPT`](https://github.com/seanpm2001/uOffice_LIBrary_PPT/) | Adds support for the `*.ppt` file format. | uOffice Presentation | +| 0013 | [:octocat: `uOffice LIBrary PPTX`](https://github.com/seanpm2001/uOffice_LIBrary_PPTX/) | Adds support for the `*.pptx` file format. | uOffice Presentation | +| 0014 | [:octocat: `uOffice LIBrary ODS`](https://github.com/seanpm2001/uOffice_LIBrary_ODS/) | Adds support for the `*.ods` file format. | uOffice Spreaded | +| 0015 | [:octocat: `uOffice LIBrary XLS`](https://github.com/seanpm2001/uOffice_LIBrary_XLS/) | Adds support for the `*.xls` file format. | uOffice Spreaded | +| 0016 | [:octocat: `uOffice LIBrary XLSX`](https://github.com/seanpm2001/uOffice_LIBrary_XLSX/) | Adds support for the `*.xlsx` file format. | uOffice Spreaded | +| 0017 | [:octocat: `uOffice LIBrary CSV`](https://github.com/seanpm2001/uOffice_LIBrary_CSV/) | Adds support for the `*.csv` file format. | uOffice Spreaded, uOffice Data Complex | +| 0018 | [:octocat: `uOffice LIBrary POT`](https://github.com/seanpm2001/uOffice_LIBrary_POT/) | Adds support for the `*.pot` file format. | uOffice Presentation | +| 0019 | [:octocat: `uOffice LIBrary DOT`](https://github.com/seanpm2001/uOffice_LIBrary_DOT/) | Adds support for the `*.dot` file format. | uOffice WordProc | + +> **Note** This list is ordered by repository creation date. + +*** + +## Mimetype definitions + +> **List last updated on:** `2024, Thursday, October 3rd` + +| đī¸ Order | File type | File format | Definition | +|---|---|---|---| +| 0001 | ODT | `*.odt` | OpenDocument Text (Rich Text document) | +| 0002 | PDF | `*.pdf` | Portable Document Format (Rich Text document) | +| 0003 | EPUB | `*.epub` | Electronic PUBlication (eBook format) | +| 0004 | XPS | `*.xps` | Open XML Paper Specification file (Rich Text document) +| 0005 | DOC | `*.doc` | Microsoft Word document (prior to Microsoft Office 2007) (Rich Text document) | +| 0006 | DOCX | `*.docx` | Microsoft Word document (Microsoft Office 2007 and up) (Rich Text document) | +| 0007 | UOT | `*.uot` | Uniform Office Format Text (Rich Text document) | +| 0008 | RTF | `*.rtf` | Rich Text Format (Rich Text document) | +| 0009 | MOBI | `*.mobi` | Mobipocket eBook format (eBook format) | +| 0010 | DOCBOOK | `*.docbook` | Docbook document (Markup language document) | +| 0011 | CBR | `*.cbr` | Comic Book Reader archive (eBook format) | +| 0012 | PPT | `*.ppt` | Microsoft PowerPoint presentation (prior to Microsoft Office 2007) (Presentation file) | +| 0013 | PPTX | `*.pptx` | Microsoft PowerPoint presentation (Microsoft Office 2007 and up) (Presentation file) | +| 0014 | ODS | `*.ods` | Open Document Spreadsheet format (Spreadsheet file) | +| 0015 | XLS | `*.xls` | Microsoft Excel Spreadsheet (prior to Microsoft Office 2007) (Spreadsheet file) | +| 0016 | XLSX | `*.xlsx` | Microsoft Excel Spreadsheet (Microsoft Office 2007 and up) (Spreadsheet file) | +| 0017 | CSV | `*.csv` | Comma Separated Values (text file) | +| 0018 | POT | `*.pot` | Microsoft PowerPoint Presentation template file (prior to Microsoft Office 2007) (Presentation file) (also: template file) | +| 0019 | DOT | `*.dot` | Microsoft Word document template file (prior to Microsoft Office 2007) (Rich Text document) (also: template file) | + +> **Note** This list is also ordered by repository creation date. + +*** + +# File info + +**File version:** `7 (2024, Thursday, October 3rd at 03:25 pm PST)` + +*** + +## File history + +### Version 1 (2024, Wednesday, September 25th at 02:05 pm PST) + +> **This version was created by:** [`@seanpm2001`](https://github.com/seanpm2001/) + +> Changes + +- [x] Started the file +- [x] Added the `Title` section +- [x] Added the `Individual file formats` section +- [x] Added the `File info` section +- [x] Added the `File history` section +- - [x] Added an entry for version 1 +- [ ] No other changes in version 1 + +### Version 2 (2024, Thursday, September 26th at 03:39 pm PST) + +> **This version was created by:** [`@seanpm2001`](https://github.com/seanpm2001/) + +> Changes + +- [x] Updated the `Individual file formats` section +- - [x] Turned the list into a table +- - [x] Added 2 new entries +- [x] Updated the `File info` section +- [x] Updated the `File history` section +- - [x] Added an entry for version 2 +- [ ] No other changes in version 2 + +### Version 3 (2024, Friday, September 27th at 06:32 pm PST) + +> **This version was created by:** [`@seanpm2001`](https://github.com/seanpm2001/) + +> Changes + +- [x] Updated the `Individual file formats` section +- - [x] Added 2 new entries +- [x] Updated the `File info` section +- [x] Updated the `File history` section +- - [x] Added an entry for version 3 +- [ ] No other changes in version 3 + +### Version 4 (2024, Monday, September 30th at 08:28 pm PST) + +> **This version was created by:** [`@seanpm2001`](https://github.com/seanpm2001/) + +> Changes + +- [x] Updated the `Individual file formats` section +- - [x] Added 2 new entries +- [x] Updated the `File info` section +- [x] Updated the `File history` section +- - [x] Added an entry for version 4 +- [ ] No other changes in version 4 + +### Version 5 (2024, Tuesday, October 1st at 08:54 pm PST) + +> **This version was created by:** [`@seanpm2001`](https://github.com/seanpm2001/) + +> Changes + +- [x] Updated the `Individual file formats` section +- - [x] Added 1 new entry +- [x] Updated the `File info` section +- [x] Updated the `File history` section +- - [x] Added an entry for version 5 +- [ ] No other changes in version 5 + +### Version 6 (2024, Wednesday, October 2nd at 08:56 pm PST) + +> **This version was created by:** [`@seanpm2001`](https://github.com/seanpm2001/) + +> Changes + +- [x] Updated the `Individual file formats` section +- - [x] Added 1 new entry +- [x] Updated the `File info` section +- [x] Updated the `File history` section +- - [x] Added an entry for version 6 +- [ ] No other changes in version 6 + +### Version 7 (2024, Thursday, October 3rd at 03:25 pm PST) + +> **This version was created by:** [`@seanpm2001`](https://github.com/seanpm2001/) + +> Changes + +- [x] Updated the `Individual file formats` section +- - [x] Added 1 new entry +- [x] Added the `Mimetype definitions` section +- - [x] Added 18 new entries +- [x] Updated the `File info` section +- [x] Updated the `File history` section +- - [x] Added an entry for version 7 +- [ ] No other changes in version 7 + +***