diff options
author | Runxi Yu <harriet@andrewyu.org> | 2023-08-16 00:00:00 +0000 |
---|---|---|
committer | Runxi Yu <harriet@andrewyu.org> | 2023-08-16 00:00:00 +0000 |
commit | 8c1f4ba083b4f05a749e6a7d6064cd6b4d77e77f (patch) | |
tree | 2a47428c9cc9a62001101c1ccf07ccd3b923be9c | |
parent | 48c0091df1efb1874a7d3c40fd0268336ffe36f0 (diff) | |
download | www-8c1f4ba083b4f05a749e6a7d6064cd6b4d77e77f.tar.gz |
X-Pronouns-... email headers
-rw-r--r-- | article/x-pronouns.html | 23 | ||||
-rw-r--r-- | index.html | 3 |
2 files changed, 26 insertions, 0 deletions
diff --git a/article/x-pronouns.html b/article/x-pronouns.html new file mode 100644 index 0000000..f6cce58 --- /dev/null +++ b/article/x-pronouns.html @@ -0,0 +1,23 @@ + +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> + <head> + <title>X-Pronouns... email headers</title> + <link rel="stylesheet" href="/style.css" /> + <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> + <meta charset="utf-8" /> + </head> + <body> + <h1><code>X-Pronouns-...</code> email headers</h1> + <p>Article ID: 25</p> + <p>I think you'll get the point.</p> +<pre>X-Pronouns-Preferred: en:she/her +X-Pronouns-Acceptable: en:they/them +X-Pronouns-Preferred: zh-cn:他</pre> + <div id="footer"> + <hr /> + <p><a href="/">Runxi Yu's Website</a></p> + <p>Unless otherwise specified with the “<span class="copyright">copyright</span>” HTML/CSS class, works hosted on this subdomain (<code>www.andrewyu.org</code>) served with the HTTP(S) protocol is available under <a href="https://www.andrewyu.org/note/pubdom.html">Runxi Yu's Public Domain Dedication</a>.</p> + </div> + </body> +</html> diff --git a/index.html b/index.html index 047dfbf..e1c0f33 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,8 @@ <link rel="stylesheet" href="/style.css" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <meta charset="utf-8" /> + <meta name="pronouns-preferred" content="en:she/her" /> + <meta name="pronouns-acceptable" content="en:they/them" /> <style>#now {font-weight: bold;}</style> </head> <body> @@ -44,6 +46,7 @@ <p>Pages for other projects (i.e. Evosaur) are not listed—only independent articles are listed here. These are sorted from newest to oldest. Some do not come with HTML anchors: these articles are not published online, but are still listed here. For these, you may ask me for a copy in real life, but it is within my rights to decline such requests. Note that if an article ID has an asterisk (*), it is considered fiction and its meaning shall not be interpreted literally.</p> <p><a href="https://www.andrewyu.org/article/atom.xml">rss/atom</a></p> <ul> + <li><a href="/article/x-pronouns.html"><code>X-Pronouns-...</code> email headers</a> (25)</li> <li><a href="/article/forge-workflows.html">Forge Workflows</a> (24)</li> <li><a href="/article/chinese-pronouns.html">Reclaiming “他” as a gender-inclusive pronoun</a> (23)</li> <li><a href="/article/sway-keysym.html">Sway keysym</a> (22)</li> |