Skip to content

Commit

Permalink
Update README.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpm2001 authored Nov 5, 2024
1 parent 898bb6b commit 1949ae8
Showing 1 changed file with 33 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Below is a listing of uOffice document support LIBraries.
|---|
| _GitHub mirrors_ |

> **List last updated on:** `2024, Sunday, November 3rd`
> **List last updated on:** `2024, Monday, November 4th`

| 🔃️ Order | :octocat: GitHub mirror 🪞️ | ℹ️ Purpose | 💾️ Application |
|---|---|---|---|
Expand Down Expand Up @@ -78,6 +78,8 @@ Below is a listing of uOffice document support LIBraries.
| 0053 | [:octocat: `uOffice LIBrary STD`](https://github.com/seanpm2001/uOffice_LIBrary_STD/) | Adds support for the `*.std` file format. | uOffice Presentation |
| 0054 | [:octocat: `uOffice LIBrary MML`](https://github.com/seanpm2001/uOffice_LIBrary_MML/) | Adds support for the `*.mml` file format. | uOffice Spreaded |
| 0055 | [:octocat: `uOffice LIBrary DB`](https://github.com/seanpm2001/uOffice_LIBrary_DB/) | Adds support for the `*.db` file format. | uOffice Data Complex |
| 0056 | [:octocat: `uOffice LIBrary STI`](https://github.com/seanpm2001/uOffice_LIBrary_STI/) | Adds support for the `*.sti` file format. | uOffice Presentation |
| 0057 | [:octocat: `uOffice LIBrary STW`](https://github.com/seanpm2001/uOffice_LIBrary_STW/) | Adds support for the `*.stw` file format. | uOffice WordProc |

> **Note** This list is ordered by repository creation date.

Expand All @@ -89,7 +91,7 @@ Below is a listing of uOffice document support LIBraries.

<details open><summary><p lang="en"><b>Click/tap here to expand/collapse the mimetype definitions section</b></p></summary>

> **List last updated on:** `2024, Sunday, November 3rd`
> **List last updated on:** `2024, Monday, November 4th`

| 🔃️ Order | File type | File format | Definition |
|---|---|---|---|
Expand Down Expand Up @@ -148,6 +150,8 @@ Below is a listing of uOffice document support LIBraries.
| 0053 | STD | `*.std` | Apache OpenOffice Drawing Template file (graphics file) (also: template file) |
| 0054 | MML | `*.mml` | Mathematical Markup Language file (formula file) |
| 0055 | DB | `*.db` | Database file (data file) |
| 0056 | STI | `*.sti` | StarMath Presentation template file (presentation file) (also: template file) |
| 0057 | STW | `*.stw` | StarMath Document template file (Rich Text Format file) (also: template file) |

> **Note** This list is also ordered by repository creation date.

Expand All @@ -166,12 +170,12 @@ Below is a listing of uOffice document support LIBraries.
<td>

- **File type:** `Markdown (*.md *.mkd *.mdown *.markdown)`
- **File version:** `26 (2024, Sunday, November 3rd at 05:15 pm PST)` <!-- TODO: This line should be updated daily !-->
- **Line count (including blank lines and compiler line):** `0,792` <!-- This line doesn't need to be updated daily !-->
- **Word count:** `04,850` <!-- TODO: This line should be updated daily !-->
- **Character count (including spaces):** `034,531` <!-- TODO: This line should be updated daily !-->
- **Character count (excluding spaces):** `029,192` <!-- TODO: This line should be updated daily !-->
- **Size (in bytes):** `034,567` <!-- TODO: This line should be updated daily !-->
- **File version:** `27 (2024, Monday, November 4th at 08:19 pm PST)` <!-- TODO: This line should be updated daily !-->
- **Line count (including blank lines and compiler line):** `0,817` <!-- This line doesn't need to be updated daily !-->
- **Word count:** `05,015` <!-- TODO: This line should be updated daily !-->
- **Character count (including spaces):** `035,701` <!-- TODO: This line should be updated daily !-->
- **Character count (excluding spaces):** `030,180` <!-- TODO: This line should be updated daily !-->
- **Size (in bytes):** `035,737` <!-- TODO: This line should be updated daily !-->
- **Current article language:** `English (EN_USA)` / `Markdown (CommonMark)` / `HTML5 (HyperText Markup Language 5.3)`
- **Encoding:** `UTF-8 (Emoji 12.0 or higher recommended)`
- **All times are UTC-7 (PDT/Pacific Time)** `(Please also account for DST (Daylight Savings Time) for older/newer entries up until it is abolished/no longer followed)`
Expand Down Expand Up @@ -737,6 +741,27 @@ Below is a listing of uOffice document support LIBraries.

---

### Version 27 (2024, Monday, November 4th at 08:19 pm PST)

<details open><summary><p lang="en"><b>Click/tap here to expand/collapse the file history entry for version 27</b></p></summary>

> **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 `Mimetype definitions` section
- - [x] Added 2 new entries
- [x] Updated the `File info` section
- [x] Updated the `File history` section
- - [x] Added an entry for version 27
- [ ] No other changes in version 27

</details> <!-- End of V27 !-->

---

_End of file history section._

</details> <!-- End of file history section !-->
Expand Down

0 comments on commit 1949ae8

Please sign in to comment.