diff options
| author | John MacFarlane <[email protected]> | 2025-01-12 11:03:48 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-01-12 11:03:48 -0800 |
| commit | a7eaf6b622bbf31e7f7e9accf9b75a78c8010f52 (patch) | |
| tree | 0127ba9e5e71d660db1a78ca8d7b865deaa6a016 /MANUAL.txt | |
| parent | 35cd9a7b5125570efa33894b082a9fcd967840b5 (diff) | |
Improve links and descriptions for `odt`, `opendocument`.
Closes #10518.
Diffstat (limited to 'MANUAL.txt')
| -rw-r--r-- | MANUAL.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index f7524fca7..2ef1ab345 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -266,7 +266,7 @@ header when requesting a document from a URL: - `mdoc` ([mdoc] manual page markup) - `muse` ([Muse]) - `native` (native Haskell) - - `odt` ([OpenOffice text document][ODT]) + - `odt` ([OpenDocument text document][ODT]) - `opml` ([OPML]) - `org` ([Emacs Org mode]) - `pod` (Perl's [Plain Old Documentation]) @@ -339,9 +339,9 @@ header when requesting a document from a URL: - `ms` ([roff ms]) - `muse` ([Muse]) - `native` (native Haskell) - - `odt` ([OpenOffice text document][ODT]) + - `odt` ([OpenDocument text document][ODT]) - `opml` ([OPML]) - - `opendocument` ([OpenDocument]) + - `opendocument` ([OpenDocument XML]) - `org` ([Emacs Org mode]) - `pdf` ([PDF]) - `plain` (plain text) @@ -498,7 +498,7 @@ header when requesting a document from a URL: [txt2tags]: https://txt2tags.org [EPUB]: http://idpf.org/epub [OPML]: http://dev.opml.org/spec2.html -[OpenDocument]: http://opendocument.xml.org +[OpenDocument XML]: https://www.oasis-open.org/2021/06/16/opendocument-v1-3-oasis-standard-published/ [ODT]: https://en.wikipedia.org/wiki/OpenDocument [Plain Old Documentation]: https://perldoc.perl.org/perlpod [Textile]: https://textile-lang.com |
