diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-04-16 21:57:16 +0200 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-04-16 21:57:16 +0200 |
commit | bb3870b584f8dc862a66b218be3c24094d02d981 (patch) | |
tree | b5f8ef51bfddd41c3b349735aaaceb77104360b5 /index.html | |
parent | 566ce45b9f9a77118f869ec592d388b26ae92ec2 (diff) | |
download | www-bb3870b584f8dc862a66b218be3c24094d02d981.tar.gz |
foldersort
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html index e88b21d..4a6c958 100644 --- a/index.html +++ b/index.html @@ -29,9 +29,9 @@ <div id="majornote"> <h2>Recent Articles</h2> <p>These are recent articles. Those before April 2022 are not listed, but maybe be listed later.</p> - <p>Beginning April 2022, almost all articles are available in both plain text (IETF style) and HTML. By default, links SHOULD link to the plain text version, just replace ".txt" with ".html" in the URL for the HTML version.</p> + <p>Beginning April 2022, almost all articles are available in mmark markdown, IETF XML, plain text (RFC style), nroff man page, typeset man page, and HTML.</p> <ul> - <li><a href="pragmatics.txt">WIP: The Pragmatic Use of Nonfree Software in the Free Software Movement</a>.</li> + <li><a href="pragmatics/">WIP: The Pragmatic Use of Nonfree Software in the Free Software Movement</a>.</li> </ul> </div> <hr /> |