<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://feministwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bcf</id>
	<title>FeministWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://feministwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bcf"/>
	<link rel="alternate" type="text/html" href="https://feministwiki.org/wiki/Special:Contributions/Bcf"/>
	<updated>2026-04-17T11:36:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=FeministWiki:Technician&amp;diff=939</id>
		<title>FeministWiki:Technician</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=FeministWiki:Technician&amp;diff=939"/>
		<updated>2020-06-17T19:36:49Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Add link to page in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The technician is responsible for the technical infrastructure behind the FeministWiki project.  She or he keeps the system running, and offers technical support to members.  The technician does &#039;&#039;&#039;not&#039;&#039;&#039; have a leadership role in the community.&lt;br /&gt;
&lt;br /&gt;
As it&#039;s possible for the technician to change over time, it could be seen as a title.&lt;br /&gt;
&lt;br /&gt;
There is a FeministWiki account by the name of &amp;quot;Technician&amp;quot; which can be used by the technician to carry out various administrative tasks on the wiki, forum, etc., although it&#039;s possible to grant similar administrative powers to other accounts as well.  (For instance, the technician could grant such powers to her or his regular FeministWiki account, so they needn&#039;t log out and back in all the time with different accounts when carrying administrative tasks.)&lt;br /&gt;
&lt;br /&gt;
The technician can be contacted by mailing to technician@feministwiki.org or via one of the several social media platforms:&lt;br /&gt;
&lt;br /&gt;
Spinster: [https://spinster.xyz/@FeministWiki @FeministWiki] (preferred) &amp;lt;br/&amp;gt;&lt;br /&gt;
Twitter: [https://twitter.com/@FeministWiki @FeministWiki] &amp;lt;br/&amp;gt;&lt;br /&gt;
Facebook: [https://www.facebook.com/FeministWiki/ FeministWiki]&lt;br /&gt;
&lt;br /&gt;
== The first technician ==&lt;br /&gt;
&lt;br /&gt;
The first technician, who built the FeministWiki infrastructure, is [https://twitter.com/@KammerTaylan Taylan Kammer], who also goes by the humorous pseudonym [https://spinster.xyz/@socjuswiz Social Justice Wizard].  His FeministWiki username is SocJusWiz.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:FW:Técnico]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=FeministWiki_talk:Technical_documentation&amp;diff=930</id>
		<title>FeministWiki talk:Technical documentation</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=FeministWiki_talk:Technical_documentation&amp;diff=930"/>
		<updated>2020-05-19T14:13:23Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Add minor detail&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I admit I&#039;m a bit of a noob when it comes to IRC, but I&#039;m having trouble connecting to it. Tried with WeeChat and KiwiIRC and got the same error: &amp;quot;LDAP authentication failed&amp;quot;. Is it a problem with me or with the server? [[User:Bcf|Bcf]] ([[User talk:Bcf|talk]]) 15:23, 19 May 2020 (CEST)&lt;br /&gt;
:{{reply to|Bcf}} The technical documentation is aimed more at sysadmins rather than end users, whereas end-user documentation for the various FeministWiki components is found on [[FW:Welcome]].  Still, I added a brief mention to this page of how the server authenticates clients, it&#039;s probably good to have it in multiple places.&lt;br /&gt;
:In KiwiIRC it should be enough to enable encryption (click the padlock icon to make it green) and enter your username and password into the standard fields.  (It should switch to port 6697 when you enable encryption.)&lt;br /&gt;
:In WeeChat, add the FeministWiki via &amp;lt;code&amp;gt;/server add fw irc.feministwiki.org/6697 -ssl&amp;lt;/code&amp;gt; and then set the username and password for the connection via &amp;lt;code&amp;gt;/set irc.fw.nicks Bcf&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/set irc.fw.password my_password&amp;lt;/code&amp;gt; and I think it should work.  I haven&#039;t tested it though so please tell me if it doesn&#039;t work.&lt;br /&gt;
:BTW you can sign entries on talk pages with &amp;quot;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;quot; (four tildes) which will be automatically turned into a signature, like this. [[User:Technician|Technician]] ([[User talk:Technician|talk]]) 04:31, 19 May 2020 (CEST)&lt;br /&gt;
::{{reply to|Technician}} I figured maybe I was unable to connect to the server due to not capitalising the first character, but even after doing that I&#039;m not able to connect to it. This is what my WeeChat config file looks like: [https://pastebin.com/UAhAqwNh]&lt;br /&gt;
::I also tried to set &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;sasl_username&amp;lt;/code&amp;gt; as my username, and &amp;lt;code&amp;gt;ssl_password&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;sasl_password&amp;lt;/code&amp;gt; as my password, but none of this worked. I still get &amp;lt;code&amp;gt;LDAP authentication failed&amp;lt;/code&amp;gt; in both WeeChat and Kiwi IRC. [[User:Bcf|Bcf]] ([[User talk:Bcf|talk]]) 16:12, 19 May 2020 (CEST)&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=FeministWiki_talk:Technical_documentation&amp;diff=929</id>
		<title>FeministWiki talk:Technical documentation</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=FeministWiki_talk:Technical_documentation&amp;diff=929"/>
		<updated>2020-05-19T14:12:23Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Still getting the same error and unable to connect to IRC&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I admit I&#039;m a bit of a noob when it comes to IRC, but I&#039;m having trouble connecting to it. Tried with WeeChat and KiwiIRC and got the same error: &amp;quot;LDAP authentication failed&amp;quot;. Is it a problem with me or with the server? [[User:Bcf|Bcf]] ([[User talk:Bcf|talk]]) 15:23, 19 May 2020 (CEST)&lt;br /&gt;
:{{reply to|Bcf}} The technical documentation is aimed more at sysadmins rather than end users, whereas end-user documentation for the various FeministWiki components is found on [[FW:Welcome]].  Still, I added a brief mention to this page of how the server authenticates clients, it&#039;s probably good to have it in multiple places.&lt;br /&gt;
:In KiwiIRC it should be enough to enable encryption (click the padlock icon to make it green) and enter your username and password into the standard fields.  (It should switch to port 6697 when you enable encryption.)&lt;br /&gt;
:In WeeChat, add the FeministWiki via &amp;lt;code&amp;gt;/server add fw irc.feministwiki.org/6697 -ssl&amp;lt;/code&amp;gt; and then set the username and password for the connection via &amp;lt;code&amp;gt;/set irc.fw.nicks Bcf&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/set irc.fw.password my_password&amp;lt;/code&amp;gt; and I think it should work.  I haven&#039;t tested it though so please tell me if it doesn&#039;t work.&lt;br /&gt;
:BTW you can sign entries on talk pages with &amp;quot;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;quot; (four tildes) which will be automatically turned into a signature, like this. [[User:Technician|Technician]] ([[User talk:Technician|talk]]) 04:31, 19 May 2020 (CEST)&lt;br /&gt;
::{{reply to|Technician}} I figured maybe I was unable to connect to the server due to not capitalising the first character, but even after doing that I&#039;m not able to connect to it. This is what my WeeChat config file looks like: [https://pastebin.com/UAhAqwNh]&lt;br /&gt;
::I also tried to set &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;sasl_username&amp;lt;/code&amp;gt; as my username, and &amp;lt;code&amp;gt;ssl_password&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;sasl_password&amp;lt;/code&amp;gt; as my password, but none of this worked. I still get &amp;lt;code&amp;gt;LDAP authentication failed&amp;lt;/code&amp;gt;. [[User:Bcf|Bcf]] ([[User talk:Bcf|talk]]) 16:12, 19 May 2020 (CEST)&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=FeministWiki_talk:Technical_documentation&amp;diff=928</id>
		<title>FeministWiki talk:Technical documentation</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=FeministWiki_talk:Technical_documentation&amp;diff=928"/>
		<updated>2020-05-19T13:24:04Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Add my signature&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I admit I&#039;m a bit of a noob when it comes to IRC, but I&#039;m having trouble connecting to it. Tried with WeeChat and KiwiIRC and got the same error: &amp;quot;LDAP authentication failed&amp;quot;. Is it a problem with me or with the server? [[User:Bcf|Bcf]] ([[User talk:Bcf|talk]]) 15:23, 19 May 2020 (CEST)&lt;br /&gt;
:{{reply to|Bcf}} The technical documentation is aimed more at sysadmins rather than end users, whereas end-user documentation for the various FeministWiki components is found on [[FW:Welcome]].  Still, I added a brief mention to this page of how the server authenticates clients, it&#039;s probably good to have it in multiple places.&lt;br /&gt;
:In KiwiIRC it should be enough to enable encryption (click the padlock icon to make it green) and enter your username and password into the standard fields.  (It should switch to port 6697 when you enable encryption.)&lt;br /&gt;
:In WeeChat, add the FeministWiki via &amp;lt;code&amp;gt;/server add fw irc.feministwiki.org/6697 -ssl&amp;lt;/code&amp;gt; and then set the username and password for the connection via &amp;lt;code&amp;gt;/set irc.fw.nicks Bcf&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/set irc.fw.password my_password&amp;lt;/code&amp;gt; and I think it should work.  I haven&#039;t tested it though so please tell me if it doesn&#039;t work.&lt;br /&gt;
:BTW you can sign entries on talk pages with &amp;quot;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;quot; (four tildes) which will be automatically turned into a signature, like this. [[User:Technician|Technician]] ([[User talk:Technician|talk]]) 04:31, 19 May 2020 (CEST)&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=FeministWiki:Boas-vindas&amp;diff=927</id>
		<title>FeministWiki:Boas-vindas</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=FeministWiki:Boas-vindas&amp;diff=927"/>
		<updated>2020-05-19T10:55:53Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Bcf moved page FeministWiki:Boas-vindas to FeministWiki:Welcome over redirect: Translated the wrong page :&amp;#039;-((&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[FeministWiki:Welcome]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=FeministWiki:Welcome&amp;diff=926</id>
		<title>FeministWiki:Welcome</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=FeministWiki:Welcome&amp;diff=926"/>
		<updated>2020-05-19T10:55:53Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Bcf moved page FeministWiki:Boas-vindas to FeministWiki:Welcome over redirect: Translated the wrong page :&amp;#039;-((&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the FeministWiki!  This page will guide you through everything you need to know as a member.&lt;br /&gt;
&lt;br /&gt;
== What is the FeministWiki? ==&lt;br /&gt;
&lt;br /&gt;
The FeministWiki is a website with different components, that aims to offer a rich digital platform for feminist information and activism.  The components of the FeministWiki are:&lt;br /&gt;
&lt;br /&gt;
* A wiki, where educational and informational articles on feminist topics can be curated by the community.  Like Wikipedia, but for feminism.  You&#039;re reading a page of the wiki right now.&lt;br /&gt;
* A [https://blogs.feministwiki.org/ blog platform] where members who wish to publish articles can become authors on the shared main blog, or get their own personalized blog which they have full control over, such as: [https://blogs.feministwiki.org/socjuswiz/ SocialJusticeWizardry]&lt;br /&gt;
* A [https://files.feministwiki.org file-storage platform] (similar to DropBox) where you can upload files you want to save, and optionally share them with others.  For instance, you could upload PDF documents, information charts, recordings of seminars, or even just feminist memes, so you can access them from any computer by logging in to your FeministFiles account.&lt;br /&gt;
* A [https://forum.feministwiki.org/ traditional web forum] where members can hold discussions about all sorts of topics.  If you&#039;re familiar with the British website Mumsnet, this one&#039;s a bit like that.&lt;br /&gt;
* A [https://chat.feministwiki.org chat messaging system] that can be used through the website or via smartphone apps.  Like WhatsApp, but accessible for FeministWiki members only, and it doesn&#039;t need your mobile number.&lt;br /&gt;
&lt;br /&gt;
Members of the FeministWiki can use all of these services by logging in with the same username and password in each of them.&lt;br /&gt;
&lt;br /&gt;
Further, every member is given an e-mail address like &#039;&#039;janedoe@feministwiki.org&#039;&#039; which they can use to send and receive e-mails.  This might be useful, for example, if you don&#039;t want to use your personal e-mail address for political purposes.&lt;br /&gt;
&lt;br /&gt;
=== What sort of feminism is it for? ===&lt;br /&gt;
&lt;br /&gt;
As explained on the [[Main Page]], the FeministWiki is aimed at classical/radical feminism.&lt;br /&gt;
&lt;br /&gt;
This includes, for instance, anti-prostitution and anti-pornography activism, female reproductive rights, opposition to gender stereotypes, support for female-only spaces, alliance with lesbian feminists and generally support for lesbian rights, and so on.&lt;br /&gt;
&lt;br /&gt;
Genuine intersectional approaches are definitely valued, such as alliance with black feminists, support of women in poverty, etc., whereas faux-intersectionality that denies sex-based oppression and centers male interests is frowned upon.&lt;br /&gt;
&lt;br /&gt;
=== How are new members added? ===&lt;br /&gt;
&lt;br /&gt;
All members of the FeministWiki have a right to [https://add-member.feministwiki.org add further members] as they like.&lt;br /&gt;
&lt;br /&gt;
Please be careful in who you add, as communities like this are juicy targets for troll infiltration.  The system internally keeps track of who was added by who, so in the absolute worst case the technician is able to find the source of a troll infiltration and issue a sweeping ban to bring back peace, but it would of course be ideal if something like this didn&#039;t happen in the first place.&lt;br /&gt;
&lt;br /&gt;
That said, please bring in as many of your trusted friends as you can!  The FeministWiki only has a purpose so long as there&#039;s a community making use of it.&lt;br /&gt;
&lt;br /&gt;
=== Can I trust you with my data? ===&lt;br /&gt;
&lt;br /&gt;
If you want maximum security, &#039;&#039;&#039;you should never use any FeministWiki service to store or transmit sensitive information&#039;&#039;&#039;.  The [[FW:Technician|technician(s)]] who have administrative access to the server can see your chat messages, emails, files uploaded to file storage, and so on, unless you use encryption on your computer before transmitting the data.  There is also always the possibility of security holes in the server leading to data leaks, even if the technicians are not malicious and even if they follow common security best practices.&lt;br /&gt;
&lt;br /&gt;
That said, the FeministWiki promises to show the utmost responsibility with regard to privacy and security.  It doesn&#039;t expect you to provide any sort of personal information in your profile, and even if you choose to do so, the FeministWiki will never give that information out, unless forced to do so by German law enforcement.&lt;br /&gt;
&lt;br /&gt;
=== Who runs the site? ===&lt;br /&gt;
&lt;br /&gt;
The site was set up by [[FW:Technician|a male computer programmer]] who wanted to do volunteer work for the radical feminist movement (and also train his server administration skills).  For now, he prefers not to reveal his real-life identity, to deter abuse from anti-feminists.  He is well aware of the repeated scandals surrounding &amp;quot;male feminists&amp;quot; and has no expectation of gaining the trust of all members.  As such, he tries to create an open and well-documented infrastructure that should be easy to replicate by any other IT specialist in case something goes wrong.  Also, the site does not expect members to provide any personal information.  (See also the previous section.)  This way, members shouldn&#039;t &#039;&#039;need&#039;&#039; to put trust in whoever is running the site, as they could take things under their own control if needed.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Trust is good, control is better.&amp;quot; -- German idiom, commonly attributed to Vladimir Lenin&lt;br /&gt;
&lt;br /&gt;
== Help topics ==&lt;br /&gt;
&lt;br /&gt;
=== What happens if I lose my password? ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Main help page: [[Help:Password]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you want to have safety against lost passwords, you can set a recovery e-mail address via the [https://settings.feministwiki.org/settings.html FeministWiki Account Settings] page.  This e-mail address should &#039;&#039;&#039;not&#039;&#039;&#039; be your FeministWiki e-mail address (like &#039;&#039;janedoe@feministwiki.org&#039;&#039;), because you need your FeministWiki password to access that one in the first place.  (Chicken and egg problem.)  The recovery e-mail address will be invisible to everyone except the FeministWiki technician.&lt;br /&gt;
&lt;br /&gt;
If it&#039;s very important for you to keep your identity private, and if you don&#039;t trust the technician or fear data leaks, then you can use an e-mail address that isn&#039;t tied to your real identity.  Just make sure that you can always access the e-mail that you use for this purpose, as otherwise you will not be able to reset your password.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alternatively,&#039;&#039;&#039; you can contact the technician by sending an email to technician@feministwiki.org and ask for a manual password reset.&lt;br /&gt;
&lt;br /&gt;
=== How does creating or editing wiki pages work? ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Main help page: [[Help:Wiki]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Getting the hang of wiki editing may take some time, but the community will surely be delighted by your contributions!&lt;br /&gt;
&lt;br /&gt;
See the help page linked above to get started, or dive right into the official and comprehensive [https://www.mediawiki.org/wiki/Help:Contents MediaWiki help page] if you&#039;re already somewhat skilled with software or feel courageous.&lt;br /&gt;
&lt;br /&gt;
=== How do I use the forum? ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Main help page: [[Help:Forum]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Forum front-page: https://forum.feministwiki.org/&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An internet forum or web forum is a website that allows members to create &amp;quot;topics&amp;quot; (also called &amp;quot;threads&amp;quot;) to discuss a certain matter.  Once a topic is created, other members can reply (or &amp;quot;post&amp;quot;) to the topic to add their insights.  There is no limit to what these topics may be about, so the forum usually offers a number of categories (or &amp;quot;sub forums&amp;quot;) under which the topics are grouped.  A well-known example of a web forum is the British website [https://www.mumsnet.com/Talk/active-conversations Mumsnet].&lt;br /&gt;
&lt;br /&gt;
For detailed instructions on how to use the FeministWiki forum, visit the forum help page linked above.&lt;br /&gt;
&lt;br /&gt;
=== How do I use the chat system? ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Main help page: [[Help:Chat]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Chat web-interface: https://chat.feministwiki.org/&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The simplest way to use the chat is by opening the web interface linked above, and logging in there with your FeministWiki username and password.&lt;br /&gt;
&lt;br /&gt;
You can also access the chat from dedicated chat programs like [https://gajim.org/ Gajim] or smartphone apps like [https://www.xabber.com/android/ Xabber for Android] or [https://chatsecure.org/ ChatSecure for iOS].&lt;br /&gt;
&lt;br /&gt;
For detailed instructions on how to set up some of these chat programs/apps, see the help page linked above.&lt;br /&gt;
&lt;br /&gt;
=== How do I publish on the blog? ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Blog front-page: https://blogs.feministwiki.org/&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you want to publish articles on the FeministWiki blog, ask the technician by sending an e-mail to technician@feministwiki.org, and your FeministWiki account will be granted the ability to publish on the blog.  If you want, you can also get a personalized blog that you have full control over, under a name like &amp;quot;blogs.feministwiki.org/JaneDoe&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The blog uses a self-hosted installation of the well-known blogging software [https://wordpress.com/features/ WordPress].  While the WordPress organization controls blogs that are hosted on their own servers, they also release the software behind their blogging system under a [https://www.fsf.org/about/what-is-free-software free software] license, so anyone can install it on their own servers.  The FeministWiki has such a local installation of that software, meaning that the WordPress organization has no control over what&#039;s published on the FeministWiki blog.  As such, you don&#039;t need to fear censorship.&lt;br /&gt;
&lt;br /&gt;
For further information on the FeministWiki blog, visit the blog front-page linked above.&lt;br /&gt;
&lt;br /&gt;
=== How do I use the file storage? ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Main help page: [[Help:Files]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Files web-interface: https://files.feministwiki.org/&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The FeministWiki file storage lets you upload potentially very large files and save them on the FeministWiki servers.  You can then access the files from anywhere, and optionally share some files with others via a link you send them.&lt;br /&gt;
&lt;br /&gt;
To prevent accidental overloading of the server, every member is granted a quota of 1 GB storage by default.  If you would like to store more data, just ask the technician to increase your quota.&lt;br /&gt;
&lt;br /&gt;
For detailed information on how to use the file storage, see the help page linked above.&lt;br /&gt;
&lt;br /&gt;
=== How do I use my FeministWiki e-mail address? ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Main help page: [[Help:Mail]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Mail web-interface: https://mail.feministwiki.org/&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The easiest way to use your FeministWiki e-mail is by visiting the web interface linked above, and logging in with your FeministWiki username and password.&lt;br /&gt;
&lt;br /&gt;
You can also set up any e-mail program/app on your computer or smartphone to use your FeministWiki e-mail address.&lt;br /&gt;
&lt;br /&gt;
For further details, see the help page linked above.&lt;br /&gt;
&lt;br /&gt;
=== Wait what?  You have an IRC server? ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Main help page: [[Help:IRC]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The FeministWiki offers an &#039;&#039;Internet Relay Chat&#039;&#039; server for those who have been using computers for a long time and feel especially nostalgic, or those among the younger generations who have re-discovered IRC.&lt;br /&gt;
&lt;br /&gt;
The server is only open to members.  It rejects connections from those who can&#039;t authenticate with a valid FeministWiki username and password.  The hostname is &#039;&#039;&#039;irc.feministwiki.org&#039;&#039;&#039; and only encrypted connections are accepted, on port 6697.  To establish a connection, configure your IRC client so that your IRC nick is your FeministWiki username, and make your client use the rudimentary &amp;lt;code&amp;gt;PASS&amp;lt;/code&amp;gt; authentication method with your FeministWiki password.  (In most IRC clients this will simply correspond to a &amp;quot;password&amp;quot; text field that you fill out while configuring the connection.)&lt;br /&gt;
&lt;br /&gt;
=== I have a friend who wants to become a member! ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Interface: [https://account.feministwiki.org/add-member.html Add a member]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Every member of the FeministWiki can add further members.  Currently the above-linked basic web interface is the way to do so.&lt;br /&gt;
&lt;br /&gt;
Simply fill out your own FeministWiki username and password, and then enter the desired username for the member you want to add.  After you click the &amp;quot;Add member&amp;quot; button, the page will show some text saying that the operation was successful and show you an automatically generated password.  Send the username and the generated password to the new member and inform them that they can change their password after logging in.&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=FeministWiki:Welcome&amp;diff=924</id>
		<title>FeministWiki:Welcome</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=FeministWiki:Welcome&amp;diff=924"/>
		<updated>2020-05-19T10:47:33Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Bcf moved page FeministWiki:Welcome to FeministWiki:Boas-vindas: Traduzir página para o português&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the FeministWiki!  This page will guide you through everything you need to know as a member.&lt;br /&gt;
&lt;br /&gt;
== What is the FeministWiki? ==&lt;br /&gt;
&lt;br /&gt;
The FeministWiki is a website with different components, that aims to offer a rich digital platform for feminist information and activism.  The components of the FeministWiki are:&lt;br /&gt;
&lt;br /&gt;
* A wiki, where educational and informational articles on feminist topics can be curated by the community.  Like Wikipedia, but for feminism.  You&#039;re reading a page of the wiki right now.&lt;br /&gt;
* A [https://blogs.feministwiki.org/ blog platform] where members who wish to publish articles can become authors on the shared main blog, or get their own personalized blog which they have full control over, such as: [https://blogs.feministwiki.org/socjuswiz/ SocialJusticeWizardry]&lt;br /&gt;
* A [https://files.feministwiki.org file-storage platform] (similar to DropBox) where you can upload files you want to save, and optionally share them with others.  For instance, you could upload PDF documents, information charts, recordings of seminars, or even just feminist memes, so you can access them from any computer by logging in to your FeministFiles account.&lt;br /&gt;
* A [https://forum.feministwiki.org/ traditional web forum] where members can hold discussions about all sorts of topics.  If you&#039;re familiar with the British website Mumsnet, this one&#039;s a bit like that.&lt;br /&gt;
* A [https://chat.feministwiki.org chat messaging system] that can be used through the website or via smartphone apps.  Like WhatsApp, but accessible for FeministWiki members only, and it doesn&#039;t need your mobile number.&lt;br /&gt;
&lt;br /&gt;
Members of the FeministWiki can use all of these services by logging in with the same username and password in each of them.&lt;br /&gt;
&lt;br /&gt;
Further, every member is given an e-mail address like &#039;&#039;janedoe@feministwiki.org&#039;&#039; which they can use to send and receive e-mails.  This might be useful, for example, if you don&#039;t want to use your personal e-mail address for political purposes.&lt;br /&gt;
&lt;br /&gt;
=== What sort of feminism is it for? ===&lt;br /&gt;
&lt;br /&gt;
As explained on the [[Main Page]], the FeministWiki is aimed at classical/radical feminism.&lt;br /&gt;
&lt;br /&gt;
This includes, for instance, anti-prostitution and anti-pornography activism, female reproductive rights, opposition to gender stereotypes, support for female-only spaces, alliance with lesbian feminists and generally support for lesbian rights, and so on.&lt;br /&gt;
&lt;br /&gt;
Genuine intersectional approaches are definitely valued, such as alliance with black feminists, support of women in poverty, etc., whereas faux-intersectionality that denies sex-based oppression and centers male interests is frowned upon.&lt;br /&gt;
&lt;br /&gt;
=== How are new members added? ===&lt;br /&gt;
&lt;br /&gt;
All members of the FeministWiki have a right to [https://add-member.feministwiki.org add further members] as they like.&lt;br /&gt;
&lt;br /&gt;
Please be careful in who you add, as communities like this are juicy targets for troll infiltration.  The system internally keeps track of who was added by who, so in the absolute worst case the technician is able to find the source of a troll infiltration and issue a sweeping ban to bring back peace, but it would of course be ideal if something like this didn&#039;t happen in the first place.&lt;br /&gt;
&lt;br /&gt;
That said, please bring in as many of your trusted friends as you can!  The FeministWiki only has a purpose so long as there&#039;s a community making use of it.&lt;br /&gt;
&lt;br /&gt;
=== Can I trust you with my data? ===&lt;br /&gt;
&lt;br /&gt;
If you want maximum security, &#039;&#039;&#039;you should never use any FeministWiki service to store or transmit sensitive information&#039;&#039;&#039;.  The [[FW:Technician|technician(s)]] who have administrative access to the server can see your chat messages, emails, files uploaded to file storage, and so on, unless you use encryption on your computer before transmitting the data.  There is also always the possibility of security holes in the server leading to data leaks, even if the technicians are not malicious and even if they follow common security best practices.&lt;br /&gt;
&lt;br /&gt;
That said, the FeministWiki promises to show the utmost responsibility with regard to privacy and security.  It doesn&#039;t expect you to provide any sort of personal information in your profile, and even if you choose to do so, the FeministWiki will never give that information out, unless forced to do so by German law enforcement.&lt;br /&gt;
&lt;br /&gt;
=== Who runs the site? ===&lt;br /&gt;
&lt;br /&gt;
The site was set up by [[FW:Technician|a male computer programmer]] who wanted to do volunteer work for the radical feminist movement (and also train his server administration skills).  For now, he prefers not to reveal his real-life identity, to deter abuse from anti-feminists.  He is well aware of the repeated scandals surrounding &amp;quot;male feminists&amp;quot; and has no expectation of gaining the trust of all members.  As such, he tries to create an open and well-documented infrastructure that should be easy to replicate by any other IT specialist in case something goes wrong.  Also, the site does not expect members to provide any personal information.  (See also the previous section.)  This way, members shouldn&#039;t &#039;&#039;need&#039;&#039; to put trust in whoever is running the site, as they could take things under their own control if needed.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Trust is good, control is better.&amp;quot; -- German idiom, commonly attributed to Vladimir Lenin&lt;br /&gt;
&lt;br /&gt;
== Help topics ==&lt;br /&gt;
&lt;br /&gt;
=== What happens if I lose my password? ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Main help page: [[Help:Password]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you want to have safety against lost passwords, you can set a recovery e-mail address via the [https://settings.feministwiki.org/settings.html FeministWiki Account Settings] page.  This e-mail address should &#039;&#039;&#039;not&#039;&#039;&#039; be your FeministWiki e-mail address (like &#039;&#039;janedoe@feministwiki.org&#039;&#039;), because you need your FeministWiki password to access that one in the first place.  (Chicken and egg problem.)  The recovery e-mail address will be invisible to everyone except the FeministWiki technician.&lt;br /&gt;
&lt;br /&gt;
If it&#039;s very important for you to keep your identity private, and if you don&#039;t trust the technician or fear data leaks, then you can use an e-mail address that isn&#039;t tied to your real identity.  Just make sure that you can always access the e-mail that you use for this purpose, as otherwise you will not be able to reset your password.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alternatively,&#039;&#039;&#039; you can contact the technician by sending an email to technician@feministwiki.org and ask for a manual password reset.&lt;br /&gt;
&lt;br /&gt;
=== How does creating or editing wiki pages work? ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Main help page: [[Help:Wiki]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Getting the hang of wiki editing may take some time, but the community will surely be delighted by your contributions!&lt;br /&gt;
&lt;br /&gt;
See the help page linked above to get started, or dive right into the official and comprehensive [https://www.mediawiki.org/wiki/Help:Contents MediaWiki help page] if you&#039;re already somewhat skilled with software or feel courageous.&lt;br /&gt;
&lt;br /&gt;
=== How do I use the forum? ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Main help page: [[Help:Forum]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Forum front-page: https://forum.feministwiki.org/&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An internet forum or web forum is a website that allows members to create &amp;quot;topics&amp;quot; (also called &amp;quot;threads&amp;quot;) to discuss a certain matter.  Once a topic is created, other members can reply (or &amp;quot;post&amp;quot;) to the topic to add their insights.  There is no limit to what these topics may be about, so the forum usually offers a number of categories (or &amp;quot;sub forums&amp;quot;) under which the topics are grouped.  A well-known example of a web forum is the British website [https://www.mumsnet.com/Talk/active-conversations Mumsnet].&lt;br /&gt;
&lt;br /&gt;
For detailed instructions on how to use the FeministWiki forum, visit the forum help page linked above.&lt;br /&gt;
&lt;br /&gt;
=== How do I use the chat system? ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Main help page: [[Help:Chat]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Chat web-interface: https://chat.feministwiki.org/&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The simplest way to use the chat is by opening the web interface linked above, and logging in there with your FeministWiki username and password.&lt;br /&gt;
&lt;br /&gt;
You can also access the chat from dedicated chat programs like [https://gajim.org/ Gajim] or smartphone apps like [https://www.xabber.com/android/ Xabber for Android] or [https://chatsecure.org/ ChatSecure for iOS].&lt;br /&gt;
&lt;br /&gt;
For detailed instructions on how to set up some of these chat programs/apps, see the help page linked above.&lt;br /&gt;
&lt;br /&gt;
=== How do I publish on the blog? ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Blog front-page: https://blogs.feministwiki.org/&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you want to publish articles on the FeministWiki blog, ask the technician by sending an e-mail to technician@feministwiki.org, and your FeministWiki account will be granted the ability to publish on the blog.  If you want, you can also get a personalized blog that you have full control over, under a name like &amp;quot;blogs.feministwiki.org/JaneDoe&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The blog uses a self-hosted installation of the well-known blogging software [https://wordpress.com/features/ WordPress].  While the WordPress organization controls blogs that are hosted on their own servers, they also release the software behind their blogging system under a [https://www.fsf.org/about/what-is-free-software free software] license, so anyone can install it on their own servers.  The FeministWiki has such a local installation of that software, meaning that the WordPress organization has no control over what&#039;s published on the FeministWiki blog.  As such, you don&#039;t need to fear censorship.&lt;br /&gt;
&lt;br /&gt;
For further information on the FeministWiki blog, visit the blog front-page linked above.&lt;br /&gt;
&lt;br /&gt;
=== How do I use the file storage? ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Main help page: [[Help:Files]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Files web-interface: https://files.feministwiki.org/&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The FeministWiki file storage lets you upload potentially very large files and save them on the FeministWiki servers.  You can then access the files from anywhere, and optionally share some files with others via a link you send them.&lt;br /&gt;
&lt;br /&gt;
To prevent accidental overloading of the server, every member is granted a quota of 1 GB storage by default.  If you would like to store more data, just ask the technician to increase your quota.&lt;br /&gt;
&lt;br /&gt;
For detailed information on how to use the file storage, see the help page linked above.&lt;br /&gt;
&lt;br /&gt;
=== How do I use my FeministWiki e-mail address? ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Main help page: [[Help:Mail]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Mail web-interface: https://mail.feministwiki.org/&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The easiest way to use your FeministWiki e-mail is by visiting the web interface linked above, and logging in with your FeministWiki username and password.&lt;br /&gt;
&lt;br /&gt;
You can also set up any e-mail program/app on your computer or smartphone to use your FeministWiki e-mail address.&lt;br /&gt;
&lt;br /&gt;
For further details, see the help page linked above.&lt;br /&gt;
&lt;br /&gt;
=== Wait what?  You have an IRC server? ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Main help page: [[Help:IRC]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The FeministWiki offers an &#039;&#039;Internet Relay Chat&#039;&#039; server for those who have been using computers for a long time and feel especially nostalgic, or those among the younger generations who have re-discovered IRC.&lt;br /&gt;
&lt;br /&gt;
The server is only open to members.  It rejects connections from those who can&#039;t authenticate with a valid FeministWiki username and password.  The hostname is &#039;&#039;&#039;irc.feministwiki.org&#039;&#039;&#039; and only encrypted connections are accepted, on port 6697.  To establish a connection, configure your IRC client so that your IRC nick is your FeministWiki username, and make your client use the rudimentary &amp;lt;code&amp;gt;PASS&amp;lt;/code&amp;gt; authentication method with your FeministWiki password.  (In most IRC clients this will simply correspond to a &amp;quot;password&amp;quot; text field that you fill out while configuring the connection.)&lt;br /&gt;
&lt;br /&gt;
=== I have a friend who wants to become a member! ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Interface: [https://account.feministwiki.org/add-member.html Add a member]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Every member of the FeministWiki can add further members.  Currently the above-linked basic web interface is the way to do so.&lt;br /&gt;
&lt;br /&gt;
Simply fill out your own FeministWiki username and password, and then enter the desired username for the member you want to add.  After you click the &amp;quot;Add member&amp;quot; button, the page will show some text saying that the operation was successful and show you an automatically generated password.  Send the username and the generated password to the new member and inform them that they can change their password after logging in.&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=FeministWiki_talk:Technical_documentation&amp;diff=919</id>
		<title>FeministWiki talk:Technical documentation</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=FeministWiki_talk:Technical_documentation&amp;diff=919"/>
		<updated>2020-05-18T19:03:53Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Trouble connecting to IRC channel&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I admit I&#039;m a bit of a noob when it comes to IRC, but I&#039;m having trouble connecting to it. Tried with WeeChat and KiwiIRC and got the same error: &amp;quot;LDAP authentication failed&amp;quot;. Is it a problem with me or with the server?&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Nordic_Model&amp;diff=914</id>
		<title>Nordic Model</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Nordic_Model&amp;diff=914"/>
		<updated>2020-05-08T11:14:47Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Undo revision 913 by Bcf (talk) Retrospectively I don&amp;#039;t think it would be really worth it changing the capitalization and moving the page, having the risk of breaking links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PageSeo | description = The Nordic Model is the only legislative model on prostitution that is compatible with human rights.&lt;br /&gt;
}}&lt;br /&gt;
In [[anti-prostitution feminism]], the &#039;&#039;&#039;Nordic Model&#039;&#039;&#039; (previously &#039;&#039;&#039;Swedish Model&#039;&#039;&#039;) refers to a legal system in which those who prostitute others (pimps) and those who buy sex (punters) are criminalized, whereas those who are prostituted or who prostitute themselves are decriminalized.  Further, the model emphasizes the importance of offering social and economic support to those who would otherwise have no other choice than to prostitute themselves, due to economic and/or mental health related problems such as drug addiction.&lt;br /&gt;
&lt;br /&gt;
The Nordic Model is unique in that it views prostitution as being inherently a crime against the prostituted.  The idea stems from the feminist analysis of prostitution as a form of economic exploitation and coercion of women into allowing men direct access to their bodies for nothing other than the men&#039;s carnal pleasure.  This is seen as a uniquely undignifying and often severely traumatizing act, which cannot be seen as a legitimate form of labor.  In many instances, the victims of prostitution can also be transsexuals, men, or even children, although the sex buyers are nearly always men.&lt;br /&gt;
&lt;br /&gt;
Further, pimps are often known to hold the prostituted in slave-like conditions, in which the prostituted barely receive a share of the earnings, and are routinely abused not only by the punters but also by the pimp.  An even more extreme version of this is the combination of human trafficking with forced prostitution, in which women or other persons are traded like slaves for the sole purpose of being forced into prostitution by the buyer.  The relation between the &amp;quot;demand&amp;quot; created by punters willing to buy sex, and the corresponding &amp;quot;supply&amp;quot; which is then offered by pimps and human traffickers, forms an additional motivation for the Nordic Model, which is to &#039;&#039;end the demand&#039;&#039; for trafficked people.  As the buying of sex is criminalized, the demand for prostitution decreases, and as such pimps and human traffickers lose motivation to take the risk of getting caught, since their earnings aren&#039;t as lucrative as before.&lt;br /&gt;
&lt;br /&gt;
The Nordic Model is routinely criticized by &amp;quot;pro-[[sex work]]&amp;quot; activists, who hold the free choice of a comparatively privileged person to willingly do prostitution above the safety and rights of those who inevitably suffer under forced prostitution when prostitution is tolerated at all by society.  They argue that the problems of forced prostitution, physical/sexual abuse in prostitution, and human trafficking, can be clearly separated from the act of prostitution itself.  Many go as far as claiming that if prostitution were to be fully decriminalized, it would decrease the more abusive forms of prostitution as &amp;quot;cleaner&amp;quot; forms of prostitution would replace them.  Data suggests that the net effect of full decriminalization is in fact an increase rather than a decrease in human trafficking, as predicted by proponents of the Nordic Model.  It is also observed that, despite &amp;quot;pro-sex work&amp;quot; activists&#039; claims that decriminalization decreases &amp;quot;stigma&amp;quot; and as such the likelihood of prostituted women suffering from violence, there seems to be in fact no end to the extreme forms of violence faced by prostituted women in countries such as New Zealand where prostitution is fully decriminalized.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(Todo: mention the NSWP, Amnesty, etc.)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://nordicmodelnow.org/&lt;br /&gt;
* http://prostitutionresearch.com/&lt;br /&gt;
* https://www.sciencedirect.com/science/article/pii/S0305750X12001453&lt;br /&gt;
* http://www.lse.ac.uk/website-archive/newsAndMedia/newsArchives/2012/12/Legalised-prostitution-increases-human-trafficking.aspx&lt;br /&gt;
* https://www.nytimes.com/roomfordebate/2012/04/19/is-legalized-prostitution-safer/legalizing-prostitution-leads-to-more-trafficking&lt;br /&gt;
* https://www.feministcurrent.com/2015/11/03/remembering-the-murdered-women-erased-by-the-pro-sex-work-agenda/&lt;br /&gt;
* https://www.theguardian.com/commentisfree/2015/oct/22/pimp-amnesty-prostitution-policy-sex-trade-decriminalise-brothel-keepers&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:Modelo nórdico]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Nordic_Model&amp;diff=913</id>
		<title>Nordic Model</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Nordic_Model&amp;diff=913"/>
		<updated>2020-05-08T11:12:16Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Change capitalization of title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PageSeo | description = The Nordic model is the only legislative model on prostitution that is compatible with human rights.&lt;br /&gt;
}}&lt;br /&gt;
In [[anti-prostitution feminism]], the &#039;&#039;&#039;Nordic model&#039;&#039;&#039; (previously &#039;&#039;&#039;Swedish model&#039;&#039;&#039;) refers to a legal system in which those who prostitute others (pimps) and those who buy sex (punters) are criminalized, whereas those who are prostituted or who prostitute themselves are decriminalized.  Further, the model emphasizes the importance of offering social and economic support to those who would otherwise have no other choice than to prostitute themselves, due to economic and/or mental health related problems such as drug addiction.&lt;br /&gt;
&lt;br /&gt;
The Nordic Model is unique in that it views prostitution as being inherently a crime against the prostituted.  The idea stems from the feminist analysis of prostitution as a form of economic exploitation and coercion of women into allowing men direct access to their bodies for nothing other than the men&#039;s carnal pleasure.  This is seen as a uniquely undignifying and often severely traumatizing act, which cannot be seen as a legitimate form of labor.  In many instances, the victims of prostitution can also be transsexuals, men, or even children, although the sex buyers are nearly always men.&lt;br /&gt;
&lt;br /&gt;
Further, pimps are often known to hold the prostituted in slave-like conditions, in which the prostituted barely receive a share of the earnings, and are routinely abused not only by the punters but also by the pimp.  An even more extreme version of this is the combination of human trafficking with forced prostitution, in which women or other persons are traded like slaves for the sole purpose of being forced into prostitution by the buyer.  The relation between the &amp;quot;demand&amp;quot; created by punters willing to buy sex, and the corresponding &amp;quot;supply&amp;quot; which is then offered by pimps and human traffickers, forms an additional motivation for the Nordic Model, which is to &#039;&#039;end the demand&#039;&#039; for trafficked people.  As the buying of sex is criminalized, the demand for prostitution decreases, and as such pimps and human traffickers lose motivation to take the risk of getting caught, since their earnings aren&#039;t as lucrative as before.&lt;br /&gt;
&lt;br /&gt;
The Nordic Model is routinely criticized by &amp;quot;pro-[[sex work]]&amp;quot; activists, who hold the free choice of a comparatively privileged person to willingly do prostitution above the safety and rights of those who inevitably suffer under forced prostitution when prostitution is tolerated at all by society.  They argue that the problems of forced prostitution, physical/sexual abuse in prostitution, and human trafficking, can be clearly separated from the act of prostitution itself.  Many go as far as claiming that if prostitution were to be fully decriminalized, it would decrease the more abusive forms of prostitution as &amp;quot;cleaner&amp;quot; forms of prostitution would replace them.  Data suggests that the net effect of full decriminalization is in fact an increase rather than a decrease in human trafficking, as predicted by proponents of the Nordic Model.  It is also observed that, despite &amp;quot;pro-sex work&amp;quot; activists&#039; claims that decriminalization decreases &amp;quot;stigma&amp;quot; and as such the likelihood of prostituted women suffering from violence, there seems to be in fact no end to the extreme forms of violence faced by prostituted women in countries such as New Zealand where prostitution is fully decriminalized.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(Todo: mention the NSWP, Amnesty, etc.)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://nordicmodelnow.org/&lt;br /&gt;
* http://prostitutionresearch.com/&lt;br /&gt;
* https://www.sciencedirect.com/science/article/pii/S0305750X12001453&lt;br /&gt;
* http://www.lse.ac.uk/website-archive/newsAndMedia/newsArchives/2012/12/Legalised-prostitution-increases-human-trafficking.aspx&lt;br /&gt;
* https://www.nytimes.com/roomfordebate/2012/04/19/is-legalized-prostitution-safer/legalizing-prostitution-leads-to-more-trafficking&lt;br /&gt;
* https://www.feministcurrent.com/2015/11/03/remembering-the-murdered-women-erased-by-the-pro-sex-work-agenda/&lt;br /&gt;
* https://www.theguardian.com/commentisfree/2015/oct/22/pimp-amnesty-prostitution-policy-sex-trade-decriminalise-brothel-keepers&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:Modelo nórdico]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Nordic_Model&amp;diff=912</id>
		<title>Nordic Model</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Nordic_Model&amp;diff=912"/>
		<updated>2020-05-08T10:55:00Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Add link to page in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PageSeo | description = The Nordic Model is the only legislative model on prostitution that is compatible with human rights.&lt;br /&gt;
}}&lt;br /&gt;
In [[anti-prostitution feminism]], the &#039;&#039;&#039;Nordic Model&#039;&#039;&#039; (previously &#039;&#039;&#039;Swedish Model&#039;&#039;&#039;) refers to a legal system in which those who prostitute others (pimps) and those who buy sex (punters) are criminalized, whereas those who are prostituted or who prostitute themselves are decriminalized.  Further, the model emphasizes the importance of offering social and economic support to those who would otherwise have no other choice than to prostitute themselves, due to economic and/or mental health related problems such as drug addiction.&lt;br /&gt;
&lt;br /&gt;
The Nordic Model is unique in that it views prostitution as being inherently a crime against the prostituted.  The idea stems from the feminist analysis of prostitution as a form of economic exploitation and coercion of women into allowing men direct access to their bodies for nothing other than the men&#039;s carnal pleasure.  This is seen as a uniquely undignifying and often severely traumatizing act, which cannot be seen as a legitimate form of labor.  In many instances, the victims of prostitution can also be transsexuals, men, or even children, although the sex buyers are nearly always men.&lt;br /&gt;
&lt;br /&gt;
Further, pimps are often known to hold the prostituted in slave-like conditions, in which the prostituted barely receive a share of the earnings, and are routinely abused not only by the punters but also by the pimp.  An even more extreme version of this is the combination of human trafficking with forced prostitution, in which women or other persons are traded like slaves for the sole purpose of being forced into prostitution by the buyer.  The relation between the &amp;quot;demand&amp;quot; created by punters willing to buy sex, and the corresponding &amp;quot;supply&amp;quot; which is then offered by pimps and human traffickers, forms an additional motivation for the Nordic Model, which is to &#039;&#039;end the demand&#039;&#039; for trafficked people.  As the buying of sex is criminalized, the demand for prostitution decreases, and as such pimps and human traffickers lose motivation to take the risk of getting caught, since their earnings aren&#039;t as lucrative as before.&lt;br /&gt;
&lt;br /&gt;
The Nordic Model is routinely criticized by &amp;quot;pro-[[sex work]]&amp;quot; activists, who hold the free choice of a comparatively privileged person to willingly do prostitution above the safety and rights of those who inevitably suffer under forced prostitution when prostitution is tolerated at all by society.  They argue that the problems of forced prostitution, physical/sexual abuse in prostitution, and human trafficking, can be clearly separated from the act of prostitution itself.  Many go as far as claiming that if prostitution were to be fully decriminalized, it would decrease the more abusive forms of prostitution as &amp;quot;cleaner&amp;quot; forms of prostitution would replace them.  Data suggests that the net effect of full decriminalization is in fact an increase rather than a decrease in human trafficking, as predicted by proponents of the Nordic Model.  It is also observed that, despite &amp;quot;pro-sex work&amp;quot; activists&#039; claims that decriminalization decreases &amp;quot;stigma&amp;quot; and as such the likelihood of prostituted women suffering from violence, there seems to be in fact no end to the extreme forms of violence faced by prostituted women in countries such as New Zealand where prostitution is fully decriminalized.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(Todo: mention the NSWP, Amnesty, etc.)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://nordicmodelnow.org/&lt;br /&gt;
* http://prostitutionresearch.com/&lt;br /&gt;
* https://www.sciencedirect.com/science/article/pii/S0305750X12001453&lt;br /&gt;
* http://www.lse.ac.uk/website-archive/newsAndMedia/newsArchives/2012/12/Legalised-prostitution-increases-human-trafficking.aspx&lt;br /&gt;
* https://www.nytimes.com/roomfordebate/2012/04/19/is-legalized-prostitution-safer/legalizing-prostitution-leads-to-more-trafficking&lt;br /&gt;
* https://www.feministcurrent.com/2015/11/03/remembering-the-murdered-women-erased-by-the-pro-sex-work-agenda/&lt;br /&gt;
* https://www.theguardian.com/commentisfree/2015/oct/22/pimp-amnesty-prostitution-policy-sex-trade-decriminalise-brothel-keepers&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:Modelo nórdico]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Anna_Julia_Cooper&amp;diff=911</id>
		<title>Anna Julia Cooper</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Anna_Julia_Cooper&amp;diff=911"/>
		<updated>2020-05-08T01:19:55Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Add language links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anna Julia Cooper was born on August 10th, 1858, in North Carolina, to Hannah Stanley Haywood and the white man who owned her.&amp;lt;ref&amp;gt;http://cooperproject.org/about-anna-julia-cooper/&amp;lt;/ref&amp;gt; She enrolled in a school for freed slaves and excelled as a student. At the age of ten she taught math part time. She observed that male classmates were encouraged to pursue harder studies than female students.&amp;lt;ref&amp;gt;https://www.britannica.com/biography/Anna-Julia-Cooper&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Anna married her George Cooper, a classmate. They married in 1877 but he died 2 years later. After his death, Anna went to Oberlin College in Ohio and graduated with a bachelors in math and later getting a masters degree in math in 1888. She became a teacher at M Street High School in Washington, D.C., where she taught math, science and Latin. In 1902 she became the principal. She put an emphasis on college prep courses and more students were accepted into Ivy League schools under her principality. The Board of Education refused to rehire her for the 1905-6 school year so she taught at Lincoln University, a historically black college in Missouri. She was rehired at the M Street school in 1910, until 1930, when she was president of Frelinghusen University for working adults until 1941. She also got a doctorate and wrote her dissertation in French, about slavery.&lt;br /&gt;
&lt;br /&gt;
In the 1890s she became a public speaker and advocate for education for people of colour. She spoke to both the National Conference of Colored Women in 1895 and the first Pan-African Conference in 1900.&lt;br /&gt;
&lt;br /&gt;
She also cared for and raised two foster children and five adoptive children. At 105 she died in her sleep.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[de:Anna Julia Cooper]] [[pt:Anna Julia Cooper]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Anna_Julia_Cooper&amp;diff=910</id>
		<title>Anna Julia Cooper</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Anna_Julia_Cooper&amp;diff=910"/>
		<updated>2020-05-08T01:00:00Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anna Julia Cooper was born on August 10th, 1858, in North Carolina, to Hannah Stanley Haywood and the white man who owned her.&amp;lt;ref&amp;gt;http://cooperproject.org/about-anna-julia-cooper/&amp;lt;/ref&amp;gt; She enrolled in a school for freed slaves and excelled as a student. At the age of ten she taught math part time. She observed that male classmates were encouraged to pursue harder studies than female students.&amp;lt;ref&amp;gt;https://www.britannica.com/biography/Anna-Julia-Cooper&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Anna married her George Cooper, a classmate. They married in 1877 but he died 2 years later. After his death, Anna went to Oberlin College in Ohio and graduated with a bachelors in math and later getting a masters degree in math in 1888. She became a teacher at M Street High School in Washington, D.C., where she taught math, science and Latin. In 1902 she became the principal. She put an emphasis on college prep courses and more students were accepted into Ivy League schools under her principality. The Board of Education refused to rehire her for the 1905-6 school year so she taught at Lincoln University, a historically black college in Missouri. She was rehired at the M Street school in 1910, until 1930, when she was president of Frelinghusen University for working adults until 1941. She also got a doctorate and wrote her dissertation in French, about slavery.&lt;br /&gt;
&lt;br /&gt;
In the 1890s she became a public speaker and advocate for education for people of colour. She spoke to both the National Conference of Colored Women in 1895 and the first Pan-African Conference in 1900.&lt;br /&gt;
&lt;br /&gt;
She also cared for and raised two foster children and five adoptive children. At 105 she died in her sleep.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Anna_Julia_Cooper&amp;diff=909</id>
		<title>Anna Julia Cooper</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Anna_Julia_Cooper&amp;diff=909"/>
		<updated>2020-05-08T00:58:24Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Restructure sentence&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anna Julia Cooper was born on August 10th, 1858, in North Carolina, to Hannah Stanley Haywood and the white man who owned her.&amp;lt;ref&amp;gt;http://cooperproject.org/about-anna-julia-cooper/&amp;lt;/ref&amp;gt; She enrolled in a school for freed slaves and excelled as a student. At the age of ten the taught math part time. She observed that male classmates were encouraged to pursue harder studies than female students.&amp;lt;ref&amp;gt;https://www.britannica.com/biography/Anna-Julia-Cooper&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Anna married her George Cooper, a classmate. They married in 1877 but he died 2 years later. After his death, Anna went to Oberlin College in Ohio and graduated with a bachelors in math and later getting a masters degree in math in 1888. She became a teacher at M Street High School in Washington, D.C., where she taught math, science and Latin. In 1902 she became the principal. She put an emphasis on college prep courses and more students were accepted into Ivy League schools under her principality. The Board of Education refused to rehire her for the 1905-6 school year so she taught at Lincoln University, a historically black college in Missouri. She was rehired at the M Street school in 1910, until 1930, when she was president of Frelinghusen University for working adults until 1941. She also got a doctorate and wrote her dissertation in French, about slavery.&lt;br /&gt;
&lt;br /&gt;
In the 1890s she became a public speaker and advocate for education for people of colour. She spoke to both the National Conference of Colored Women in 1895 and the first Pan-African Conference in 1900.&lt;br /&gt;
&lt;br /&gt;
She also cared for and raised two foster children and five adoptive children. At 105 she died in her sleep.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Anna_Julia_Cooper&amp;diff=908</id>
		<title>Anna Julia Cooper</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Anna_Julia_Cooper&amp;diff=908"/>
		<updated>2020-05-08T00:53:43Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Include references header&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anna Julia Cooper was born in North Carolina to Hannah Stanley Haywood and the white man who owned her.&amp;lt;ref&amp;gt;http://cooperproject.org/about-anna-julia-cooper/&amp;lt;/ref&amp;gt; She was born August 10th, 1858. She enrolled in a school for freed slaves and excelled as a student. At the age of ten the taught math part time. She observed that male classmates were encouraged to pursue harder studies than female students.&amp;lt;ref&amp;gt;https://www.britannica.com/biography/Anna-Julia-Cooper&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Anna married her George Cooper, a classmate. They married in 1877 but he died 2 years later. After his death, Anna went to Oberlin College in Ohio and graduated with a bachelors in math and later getting a masters degree in math in 1888. She became a teacher at M Street High School in Washington, D.C., where she taught math, science and Latin. In 1902 she became the principal. She put an emphasis on college prep courses and more students were accepted into Ivy League schools under her principality. The Board of Education refused to rehire her for the 1905-6 school year so she taught at Lincoln University, a historically black college in Missouri. She was rehired at the M Street school in 1910, until 1930, when she was president of Frelinghusen University for working adults until 1941. She also got a doctorate and wrote her dissertation in French, about slavery.&lt;br /&gt;
&lt;br /&gt;
In the 1890s she became a public speaker and advocate for education for people of colour. She spoke to both the National Conference of Colored Women in 1895 and the first Pan-African Conference in 1900.&lt;br /&gt;
&lt;br /&gt;
She also cared for and raised two foster children and five adoptive children. At 105 she died in her sleep.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Andrea_Dworkin&amp;diff=907</id>
		<title>Andrea Dworkin</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Andrea_Dworkin&amp;diff=907"/>
		<updated>2020-05-08T00:43:05Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Change link pointing to (currently non-existing) page &amp;quot;radical feminist&amp;quot; to point to (currently non-existing page, but not for long ;-)) &amp;quot;Radical feminism&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Andrea Dworkin was a [[Radical feminism|radical feminist]] and author. She was born in 1946 and died in 2005. She was anti-pornography and many of her views have been misrepresented.&lt;br /&gt;
&lt;br /&gt;
=== Biography ===&lt;br /&gt;
Dworkin was born September 26 1946, in New Jersey. She was often cared for by relatives because of her mothers heart issues. Her father was a socialist. Dworkin went to Bennington College. She protested the Vietnam war and was arrested and given a traumatic body cavity search at a prison. She told newspapers about the abuse and the prison was closed, but her parents disowned her. &lt;br /&gt;
&lt;br /&gt;
After this she moved to Greece and became a prostitute. After a year in Greece she went back to college and got her bachelors degree in 1968. She moved overseas and married a Dutch man who began abusing her. She tried to get help but no one would assist her. She ran away from her husband until a friend helped her come back to the United States. Once back, she divorced her husband. Dworkin released her first book, [[&#039;&#039;Woman Hating&#039;&#039;]], at the age of 27. Many claimed she was anti-men but she denied this.&lt;br /&gt;
&lt;br /&gt;
Dworkin kept writing until she couldn&#039;t anymore due to illness. She died in her sleep in 2005 at the age of 58.&amp;lt;ref&amp;gt;https://www.notablebiographies.com/newsmakers2/2006-A-Ec/Dworkin-Andrea.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Activism === &lt;br /&gt;
Dworkin wrote many books with radical feminist theory that&#039;s still talked about today. Many of her books were published by U.K. publishing houses because American companies found her to be too radical. &lt;br /&gt;
&lt;br /&gt;
Linda Marchiano(Lovelace) tried to sue the people in charge of her films because she suffered from being coerced into pornography. Dworkin asked [[Catharine MacKinnon]] to help Marchiano but there were no standing laws to support her case. An ordinance was drafted to allow people to sue the producers of pornography, which was supported by radical feminists and conservatives but other feminist groups argued it blocked women&#039;s right to explore their sexuality. A couple cities adopted it but the U.S. Supreme court deemed it unconstitutional.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:Andrea Dworkin]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Help:Wiki&amp;diff=906</id>
		<title>Help:Wiki</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Help:Wiki&amp;diff=906"/>
		<updated>2020-05-08T00:29:03Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Fix link to Black feminism page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is aimed to get you started with creating new pages or editing existing pages on the FeministWiki.&lt;br /&gt;
&lt;br /&gt;
== What is a wiki anyway? ==&lt;br /&gt;
&lt;br /&gt;
A wiki is a knowledge base like an encyclopedia, but possibly specialized to a certain topic.  Ours is specialized on Feminism.&lt;br /&gt;
&lt;br /&gt;
The core idea behind a wiki is that anyone can edit the content or add new content.  However, the FeministWiki puts a limit on that since there are so many anti-feminist trolls out in the wild who would wreak havoc on the wiki if they could edit it.  Therefore, instead of allowing everyone to edit, the FeministWiki only allows its members to edit the wiki, although everyone can read it.&lt;br /&gt;
&lt;br /&gt;
Still, since there is the principle of shared authorship over the content, you should not write on the wiki like you would be writing in a blog, on Facebook, or for a newspaper, and you should not feel personally attached to the content you create, as anyone who comes across it might make changes to it (to improve it, hopefully).  Similarly, you should feel free to edit any page to improve it, without worrying about being rude to its original author.&lt;br /&gt;
&lt;br /&gt;
The tone of the wiki should be impartial, objective, and factual, even if it clearly takes a feminist viewpoint.  For a typical example on how the tone on the wiki should be, you can simply read some Wikipedia articles on feminism for instance:&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/wiki/Radical_feminism&lt;br /&gt;
&lt;br /&gt;
Note that our wiki looks very similar to Wikipedia because it uses the same software, called [https://www.mediawiki.org/wiki/MediaWiki MediaWiki].&lt;br /&gt;
&lt;br /&gt;
== Contributing to the wiki ==&lt;br /&gt;
&lt;br /&gt;
This section will guide you through the absolute basics of being a wiki editor, with links to more detailed help pages from the MediaWiki software.&lt;br /&gt;
&lt;br /&gt;
You can try out the editing functions by freely editing the [[Help:Sandbox|Sandbox]] page, where you don&#039;t need to worry about breaking things.&lt;br /&gt;
&lt;br /&gt;
=== Creating new pages ===&lt;br /&gt;
&lt;br /&gt;
To create a new page, first enter the name of the page you would like to create into the Search field on the top right.&lt;br /&gt;
&lt;br /&gt;
[[File:help-wiki-01-search.png|thumb|none|700px|The search box]]&lt;br /&gt;
&lt;br /&gt;
Given that the page doesn&#039;t yet exist, it will return a results page like the following.&lt;br /&gt;
&lt;br /&gt;
[[File:help-wiki-02-results.png|thumb|none|700px|The results page for a non-existing page]]&lt;br /&gt;
&lt;br /&gt;
There you can click on the red link in the sentence saying &amp;quot;Create the page so-and-so&amp;quot; and it should lead to a page that looks like the following.&lt;br /&gt;
&lt;br /&gt;
[[File:help-wiki-03-create.png|thumb|none|700px|The editing interface for an empty page]]&lt;br /&gt;
&lt;br /&gt;
From this point on, you edit the contents you want the new page to have, via the editing interface like, when editing any existing page.  See below for more details on how this content editing works.&lt;br /&gt;
&lt;br /&gt;
The MediaWiki help pages have more details on [https://www.mediawiki.org/wiki/Help:Starting_a_new_page starting a new page].&lt;br /&gt;
&lt;br /&gt;
=== Editing an existing page ===&lt;br /&gt;
&lt;br /&gt;
To start editing an existing page, simple click the &amp;quot;Edit&amp;quot; button at the top right panel of the page, as seen in the following image:&lt;br /&gt;
&lt;br /&gt;
[[File:help-wiki-04-edit.png|thumb|none|700px|Top portion of the page [[Black feminism]].  The &amp;quot;Edit&amp;quot; button is marked in yellow.]]&lt;br /&gt;
&lt;br /&gt;
=== Editing the actual content ===&lt;br /&gt;
&lt;br /&gt;
So you&#039;ve started a new page or are editing an existing one, but how does the editing interface actually work?&lt;br /&gt;
&lt;br /&gt;
What you write into the editing box appears mostly as-is in the resulting page.  However, some symbols can be used to create specific formatting or insert special elements (like images or tables) into the page.&lt;br /&gt;
&lt;br /&gt;
As a simple example, writing &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&#039;&#039;example&#039;&#039;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; into the editing area (that&#039;s two pairs of the apostrophe symbol &amp;lt;code&amp;gt;&#039;&amp;lt;/code&amp;gt;, not the double-quote symbol &amp;lt;code&amp;gt;&amp;quot;&amp;lt;/code&amp;gt;) will result in the following stylized text: &#039;&#039;example&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For a full list of such styling options, see the [https://www.mediawiki.org/wiki/Help:Formatting MediaWiki help page on Formatting], and also see the [https://www.mediawiki.org/wiki/Help:Links MediaWiki help page on linking] to see how you create links within the text.&lt;br /&gt;
&lt;br /&gt;
=== What topics are OK to write about? ===&lt;br /&gt;
&lt;br /&gt;
Anything you think is relevant to feminism in some way, or which you think other feminists might appreciate knowing more about, is an acceptable topic and might be deserving of its own page.&lt;br /&gt;
&lt;br /&gt;
It should be obvious from the [[Main Page]] that the FeministWiki is primarily intended for classical and radical feminist ideologies, and the member base will correspond to that.  As such, you don&#039;t have to worry about liberal/queer feminists taking offense at your writing.  However, if there is a topic that&#039;s likely to be contentious or divisive among classical or radical feminists, please be careful when writing about it so as not to create unnecessary friction.  After all, we all want the FeministWiki to be a comfortable space for its members.&lt;br /&gt;
&lt;br /&gt;
Also, try not to create pages for very narrowly focused topics.  Remember that it&#039;s supposed to be like an encyclopedia, and not like a blog (or Facebook or Twitter).&lt;br /&gt;
&lt;br /&gt;
== Communication between editors ==&lt;br /&gt;
&lt;br /&gt;
Since a wiki hosts community-curated content, it&#039;s crucial for editors to communicate with each other, especially when there&#039;s disagreement on the content of a page.&lt;br /&gt;
&lt;br /&gt;
Of course you can always use your favorite social media platform (Twitter, Facebook, reddit) to talk to other FeministWiki editors, if they have an account on the same platform.  Otherwise you might also be able to find them on the FeministWiki web forum, on the FeministWiki chat platform, or you could send an e-mail to their FeministWiki e-mail address (like &amp;quot;janedoe@feministwiki.org&amp;quot;).  See the related help pages on how to use those methods.&lt;br /&gt;
&lt;br /&gt;
However on the wiki, there is also a primitive but tightly integrated way to talk to each other: talk pages.  There are article talk pages and user talk pages.&lt;br /&gt;
&lt;br /&gt;
=== Talk pages ===&lt;br /&gt;
&lt;br /&gt;
Every page on the FeministWiki has an associated Discussion page, also called a Talk page.  If you make a change to an article, but someone objects and reverts the change, you can write something on the discussion page of the article to hopefully reach a mutual agreement on how the content should be.&lt;br /&gt;
&lt;br /&gt;
The following image shows the &amp;quot;Discussion&amp;quot; button (link) at the top of a page.&lt;br /&gt;
&lt;br /&gt;
[[File:help-wiki-05-talk.png|thumb|none|700px|The &amp;quot;Discussion&amp;quot; button is marked in yellow.]]&lt;br /&gt;
&lt;br /&gt;
Talk pages are just like normal pages.  When they don&#039;t have any content yet, their link is red (seen in the image above) and clicking on the link directly brings you to the editing interface so you can create the talk page.  Oftentimes, the talk page will already be existent because other editors used it before.  &#039;&#039;&#039;In both cases&#039;&#039;&#039; it&#039;s ideal to use the &amp;quot;Add topic&amp;quot; button to create a new discussion topic within the page.  This ensures that the discussion is given its own &amp;quot;Subject&amp;quot; header and doesn&#039;t interfere with other discussions that might already exist on the page.&lt;br /&gt;
&lt;br /&gt;
[[File:help-wiki-06-add-topic.png|thumb|none|700px|The &amp;quot;Add topic&amp;quot; button is marked in yellow.]]&lt;br /&gt;
&lt;br /&gt;
Clicking on &amp;quot;Add topic&amp;quot; will give you an editing page that looks pretty much identical to a regular editing page.  The only differences are: there will be an extra field for the &amp;quot;Subject&amp;quot;, and the contents of the editing box will always be empty and automatically appended to the existing talk page when you click &amp;quot;Save&amp;quot; instead of replacing existing content.&lt;br /&gt;
&lt;br /&gt;
When you&#039;ve created a new topic on the talk page to discuss something with other editors, you might want to make sure that they&#039;re notified of this.  See the next section for instructions on how to directly contact an editor, so you can make sure that they see the topic you started in the talk page.&lt;br /&gt;
&lt;br /&gt;
See the [https://www.mediawiki.org/wiki/Help:Talk_pages MediaWiki help page on &amp;quot;talk pages&amp;quot;] for more details on the topic of talk pages.&lt;br /&gt;
&lt;br /&gt;
=== Directly contacting another editor ===&lt;br /&gt;
&lt;br /&gt;
While the FeministWiki infrastructure offers many ways for members to keep in touch (email, forum, chat), the wiki also has its own system for talking to another editor, which might be the best option when you want to talk about something on the wiki, especially since you can&#039;t know whether the other editor uses any of the additional communication methods offered by the FeministWiki.&lt;br /&gt;
&lt;br /&gt;
To talk to another editor through the wiki, click on the little &amp;quot;(talk)&amp;quot; link beside their username.  This will open the &amp;quot;user talk page&amp;quot; of that editor, which is a lot like the regular talk pages we&#039;ve covered in the previous section.  You will find the same &amp;quot;Add topic&amp;quot; button at the top of this user talk page, where you can write something that the editor will most certainly see when they log in to the wiki, because they will be automatically notified of additions to their personal talk page.&lt;br /&gt;
&lt;br /&gt;
[[File:help-wiki-07-1-user-talk-link.png|thumb|none|900px|One way to reach an editor&#039;s user talk page is by opening the &amp;quot;View history&amp;quot; section of an article where they&#039;ve made changes, then click on the &amp;quot;talk&amp;quot; link to the right of their name.]]&lt;br /&gt;
&lt;br /&gt;
When you want to discuss about a disagreement in a specific article of the FeministWiki, then it&#039;s best to use that article&#039;s talk page for this, instead of writing on another editor&#039;s user talk page.  A typical strategy is to add a topic to the regular talk page, and then just write a small notification on the user&#039;s talk page where you can link them to the original talk page.&lt;br /&gt;
&lt;br /&gt;
[[File:help-wiki-07-user-talk.png|thumb|none|900px|Example message to Admin by writing to their user talk page.  Don&#039;t forget to use the &amp;quot;Add topic&amp;quot; function so you can add a Subject line.  In this example, I forgot to sign off my comment with &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (see next section).]]&lt;br /&gt;
&lt;br /&gt;
=== Details on talk page usage ===&lt;br /&gt;
&lt;br /&gt;
When you click on &amp;quot;Add section&amp;quot; in a discussion page, it asks you for a header and the content, but what when you want to reply to someone, or add a further comment to the discussion section you created?&lt;br /&gt;
&lt;br /&gt;
To insert a comment in a discussion page, you write what you want to write somewhere (usually at the end of the section you want to comment on), then put four tilde symbols (~) at the end, which makes the wiki software sign off that text with your name.  (It&#039;s best practice to always sign off comments with the four tilde symbols, also when creating a new talk topic.)&lt;br /&gt;
&lt;br /&gt;
The following example shows how a new talk topic is created.&lt;br /&gt;
&lt;br /&gt;
[[File:help-wiki-08-signing-off.png|thumb|none|900px|Adding a talk topic and having the software sign it with my username.]]&lt;br /&gt;
&lt;br /&gt;
After saving that, it will look like this:&lt;br /&gt;
&lt;br /&gt;
[[File:help-wiki-09-signed.png|thumb|none|900px|Note how the signature and timestamp were added automatically.  It also contains a quick link to the user&#039;s talk page.]]&lt;br /&gt;
&lt;br /&gt;
When replying to someone&#039;s comment on a talk page, the response is customarily prepended with a colon (:) sign, which makes the wiki software represent the reply with some indentation.&lt;br /&gt;
&lt;br /&gt;
[[File:help-wiki-10-reply.png|thumb|none|900px|To reply to someone, simply edit the page, and add your comment below theirs, with one colon (:) more than their comment.  (A single colon if theirs had none.)]]&lt;br /&gt;
&lt;br /&gt;
After saving, that will look like this:&lt;br /&gt;
&lt;br /&gt;
[[File:help-wiki-11-replied.png|thumb|none|900px|The colon symbol is turned into one level of indentation.]]&lt;br /&gt;
&lt;br /&gt;
For reference, here&#039;s an archived discussion page from Wikipedia that you can look at to get a feeling for how a real discussion between multiple people might look:&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/wiki/Talk:Radical_feminism/Archive_6&lt;br /&gt;
&lt;br /&gt;
For more details on how to edit talk pages, see the [https://www.mediawiki.org/wiki/Help:Talk_pages MediaWiki help page about talk pages].&lt;br /&gt;
&lt;br /&gt;
== Other concerns ==&lt;br /&gt;
&lt;br /&gt;
=== I would like to contribute, but I worry about my grammar skills ===&lt;br /&gt;
&lt;br /&gt;
Don&#039;t worry, just add the content!  Since this is a wiki, someone with better language skills might come across and improve the grammar.  Just make sure that people can understand what you&#039;re writing.&lt;br /&gt;
&lt;br /&gt;
=== Do I have to pedantically cite everything? ===&lt;br /&gt;
&lt;br /&gt;
It&#039;s best for all factual claims to be cited with evidence, but it&#039;s not absolutely crucial.  If you&#039;ve read something which you&#039;re sure was from a reliable source, but you don&#039;t have a link to it anymore, feel free to mention it anyway, and hopefully someone who comes across it will fact-check it and add the necessary citations.&lt;br /&gt;
&lt;br /&gt;
=== I have more questions! ===&lt;br /&gt;
&lt;br /&gt;
Feel free to ask the technician any further questions you have:&lt;br /&gt;
&lt;br /&gt;
* Email: technician@feministwiki.org&lt;br /&gt;
* Spinster: https://spinster.xyz/@FeministWiki&lt;br /&gt;
* Twitter: https://twitter.com/@FeministWiki&lt;br /&gt;
* Facebook: https://www.facebook.com/FeministWiki&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Transwomen_in_women%27s_sports&amp;diff=905</id>
		<title>Transwomen in women&#039;s sports</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Transwomen_in_women%27s_sports&amp;diff=905"/>
		<updated>2020-05-08T00:17:50Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Insert link to page in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PageSeo&lt;br /&gt;
&amp;lt;!-- Supply the title manually to work around {{PAGENAME}} bug with apostrophes. --&amp;gt;&lt;br /&gt;
| title = Transwomen in women&#039;s sports | description = Transwomen competing in women&#039;s sports creates a problem for women, since male physiology brings many performance advantages.&lt;br /&gt;
| keywords = women&#039;s sports, transwomen, sports, transwomen in sports&lt;br /&gt;
}}&lt;br /&gt;
Since the [[Transgender ideology|trans activist]] notion of &amp;quot;trans women are women&amp;quot; is meant literally, it follows that transwomen would be allowed to partake in women&#039;s sports. When a sports organization adheres to this notion, it poses a problem to women&#039;s sports, since the various physiological differences between the sexes allow peak-performing male athletes to significantly outperform peak-performing female athletes in most disciplines. The extent to which [[hormone replacement therapy]] (HRT) decreases the advantages of being male is yet unstudied, however it is clear that many of the changes the male body undergoes during puberty are not reversed by HRT, such as overall body size, skeletal structure, or the size of the lungs and heart.&lt;br /&gt;
&lt;br /&gt;
== Physiological differences ==&lt;br /&gt;
&lt;br /&gt;
Significant physiological differences between the human sexes that might affect athletic performance include but are not limited to:&lt;br /&gt;
&lt;br /&gt;
* Males weigh about 15% more on average&amp;lt;ref name=&amp;quot;pmid15544194&amp;quot;&amp;gt;Ogden CL, Fryar CD, Carroll MD, Flegal KM (2004) [https://www.cdc.gov/nchs/data/ad/ad347.pdf Mean body weight, height, and body mass index, United States 1960-2002.] &#039;&#039;Adv Data&#039;&#039;  (347):1-17. PMID: [https://pubmed.gov/15544194 15544194]&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Males are about 15 cm (6 in) taller on average&amp;lt;ref name=&amp;quot;pmid15544194&amp;quot;/&amp;gt;&lt;br /&gt;
* Males have denser and therefore more durable bones on average&amp;lt;ref name=&amp;quot;pmid16637873&amp;quot;&amp;gt;Benjamin M, Toumi H, Ralphs JR, Bydder G, Best TM, Milz S (2006) [https://www.ncbi.nlm.nih.gov/entrez/eutils/elink.fcgi?dbfrom=pubmed&amp;amp;retmode=ref&amp;amp;cmd=prlinks&amp;amp;id=16637873 Where tendons and ligaments meet bone: attachment sites (&#039;entheses&#039;) in relation to exercise and/or mechanical load.] &#039;&#039;J Anat&#039;&#039; 208 (4):471-90. [http://dx.doi.org/10.1111/j.1469-7580.2006.00540.x DOI:10.1111/j.1469-7580.2006.00540.x] PMID: [https://pubmed.gov/16637873 16637873]&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Males have stronger tendons and ligaments on average&amp;lt;ref name=&amp;quot;pmid16637873&amp;quot; /&amp;gt;&lt;br /&gt;
* Males on average have greater total muscle mass&amp;lt;ref name=&amp;quot;Janssen&amp;quot;&amp;gt;Janssen, I., Heymsfield, S. B., Wang, Z., &amp;amp; Ross, R. (2000). [http://jap.physiology.org/content/89/1/81 Skeletal muscle mass and distribution in 468 men and women aged 18–88 yr.] Journal of Applied Physiology, 89(1), 81-88. doi:10.1152/jappl.2000.89.1.81 &amp;lt;/ref&amp;gt;&lt;br /&gt;
* Males on average have a greater ratio of muscle mass to total body mass&amp;lt;ref name=&amp;quot;Janssen&amp;quot;/&amp;gt;&lt;br /&gt;
* Males have about 56% greater lung volume relative to body mass&amp;lt;ref name=&amp;quot;Glucksmann&amp;quot;&amp;gt;Glucksmann, A. (1981). Sexual dimorphism in human and mammalian biology and pathology. London: Academic Press. pp. 66–75&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Males have larger airways and larger expiratory airflow, even when matched to women for height and lung volume&amp;lt;ref name=&amp;quot;Hackney&amp;quot;&amp;gt;Duke J.W. Sex Hormones and Their Impact on the Ventilatory Responses to Exercise and the Environment (Chapter 2). In: Hackney, A. (ed.) (2017). Sex hormones, exercise and women: Scientific and clinical aspects. Cham (Switz.): Springer, pp. 21-22&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Males have larger hearts, with 10% higher red blood cell count and higher haemoglobin, meaning greater oxygen carrying capacity, although the difference is less pronounced among athletes&amp;lt;ref name=&amp;quot;Glucksmann&amp;quot;/&amp;gt;&lt;br /&gt;
* Males have higher circulating &amp;quot;clotting factors&amp;quot; which allow for faster healing of wounds and higher peripheral pain tolerance&amp;lt;ref name=&amp;quot;Glucksmann&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The differences in strength can be very significant. For instance, gross measures of body strength suggest that women are approximately only 50% to 60% as strong as men in the upper body, and 60% to 70% as strong in the lower body.&amp;lt;ref name=&amp;quot;pmid8477683&amp;quot;&amp;gt;Miller AE, MacDougall JD, Tarnopolsky MA, Sale DG (1993) [https://www.ncbi.nlm.nih.gov/entrez/eutils/elink.fcgi?dbfrom=pubmed&amp;amp;retmode=ref&amp;amp;cmd=prlinks&amp;amp;id=8477683 Gender differences in strength and muscle fiber characteristics.] &#039;&#039;Eur J Appl Physiol Occup Physiol&#039;&#039; 66 (3):254-62. PMID: [https://pubmed.gov/8477683 8477683]&amp;lt;/ref&amp;gt; A study of hand-grip strength found that even elite female athletes can be surpassed by a man with no athletic training.&amp;lt;ref name=&amp;quot;pmid17186303&amp;quot;&amp;gt;Leyk D, Gorges W, Ridder D, Wunderlich M, Rüther T, Sievert A et al. (2007) [https://www.ncbi.nlm.nih.gov/entrez/eutils/elink.fcgi?dbfrom=pubmed&amp;amp;retmode=ref&amp;amp;cmd=prlinks&amp;amp;id=17186303 Hand-grip strength of young men, women and highly trained female athletes.] &#039;&#039;Eur J Appl Physiol&#039;&#039; 99 (4):415-21. [http://dx.doi.org/10.1007/s00421-006-0351-1 DOI:10.1007/s00421-006-0351-1] PMID: [https://pubmed.gov/17186303 17186303]&amp;lt;/ref&amp;gt; Another study of sports performance in various disciplines found that males tend to perform 5.5% to 36.8% better, depending on the discipline.&amp;lt;ref name=&amp;quot;pmid24149688&amp;quot;&amp;gt;Thibault V, Guillaume M, Berthelot G, Helou NE, Schaal K, Quinquis L et al. (2010) [https://www.ncbi.nlm.nih.gov/entrez/eutils/elink.fcgi?dbfrom=pubmed&amp;amp;retmode=ref&amp;amp;cmd=prlinks&amp;amp;id=24149688 Women and Men in Sport Performance: The Gender Gap has not Evolved since 1983.] &#039;&#039;J Sports Sci Med&#039;&#039; 9 (2):214-23. PMID: [https://pubmed.gov/24149688 24149688]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notable transwomen in women&#039;s sports ==&lt;br /&gt;
&lt;br /&gt;
=== Fallon Fox ===&lt;br /&gt;
&lt;br /&gt;
Male mixed martial arts (MMA) fighter [[Fallon Fox]] brutalized a female opponent, Tamikka Brents, causing her to suffer a concussion, an orbital bone fracture, and seven staples to the head, in the first round of a fight.  Brents took to social media to convey her thoughts on the experience of fighting Fox: &amp;quot;I&#039;ve fought a lot of women and have never felt the strength that I felt in a fight as I did that night.  I can&#039;t answer whether it&#039;s because she &#039;&#039;[sic]&#039;&#039; was born a man or not because I&#039;m not a doctor.  I can only say, I&#039;ve never felt so overpowered ever in my life and I am an abnormally strong female in my own right,&amp;quot; she stated.  &amp;quot;Her grip was different, I could usually move around in the clinch against other females but couldn&#039;t move at all in Fox&#039;s clinch...&amp;quot;&amp;lt;ref&amp;gt;Cage Potato. (n.d.). After Being TKO&#039;d by Fallon Fox, Tamikka Brents Says Transgender Fighters in MMA ‘Just Isn’t Fair’. [online] Available at: https://archive.is/yZfcs [Accessed 31 Jan. 2019].&amp;lt;/ref&amp;gt;  According to Wikipedia, Fox has won 5 out of 6 MMA fights in total as of May 2019, three of which were by knockout.&amp;lt;ref&amp;gt;https://en.wikipedia.org/wiki/Fallon_Fox&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Rachel McKinnon ===&lt;br /&gt;
&lt;br /&gt;
Male transgender cyclist [[Rachel McKinnon]] won the women’s 35-44 sprint during the UCI Masters Track Cycling World Championships in Los Angeles, in October 2018.&amp;lt;ref&amp;gt;Ballinger, A. (2019). Rachel McKinnon becomes first transgender woman to win track world title - Cycling Weekly. [online] Cycling Weekly. Available at: https://www.cyclingweekly.com/news/latest-news/rachel-mckinnon-becomes-first-transgender-woman-win-track-world-title-397473 [Accessed 31 Jan. 2019].&amp;lt;/ref&amp;gt; Third place finisher Jennifer Wagner commented that this was unfair, and later commented on Twitter that she would work on getting the rules changed, which Rachel McKinnon characterized as transphobic.&lt;br /&gt;
&lt;br /&gt;
=== Terry Miller and Andraya Yearwood ===&lt;br /&gt;
&lt;br /&gt;
Two male transgender high school athletes, [[Terry Miller]] and [[Andraya Yearwood]], won first and second place in the Connecticut state championship 100-meter dash in 2018. Miller also won first place in the 200-meter dash.&amp;lt;ref&amp;gt;Hudak, A. (2018, June 14). Transgender track stars win state championship, ignites debate over rules. Retrieved from https://www.wkbn.com/news/national-world/transgender-track-stars-win-state-championship-ignites-debate/1238813951 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Laurel Hubbard ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Also see: [[Wikipedia:Laurel Hubbard]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Male weightlifter [[Laurel Hubbard]] from New Zealand has been taking many women&#039;s gold and silver medals.  In the 2017 Australian International &amp;amp; Australian Open in Melbourne, he took the gold medal of the women&#039;s heaviest 90 kg+ category at a bodyweight of 131.83 kg.&amp;lt;ref name=hubbard-heraldsun/&amp;gt;  He thus became the first person to win an international women&#039;s weightlifting title for New Zealand.&amp;lt;ref name=hubbard-wapo/&amp;gt;&amp;lt;ref name=hubbard-nzherald/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hubbard met the official eligibility requirements to compete against women, but many female competitors pointed out the unfairness of the situation.  These include Iuniarra Sipaia, Toafitu Perive, Deborah Acason, and Tracey Lambrechs.&amp;lt;ref name=hubbard-samoaobserver/&amp;gt;&amp;lt;ref name=hubbard-wapo/&amp;gt;  Australian Weightlifting Federation&#039;s chief executive, Michael Keelan, said it was unfair to other competitors.&amp;lt;ref name=hubbard-heraldsun/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hubbard qualified for the 2018 Commonwealth Games,&amp;lt;ref name=hubbard-nzolympic/&amp;gt; but an elbow injury during the competition forced his withdrawal from the event,&amp;lt;ref name=hubbard-radionz/&amp;gt; while however leading the field.&amp;lt;ref name=hubbard-guardian/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hubbard took another two women&#039;s gold medals at the 2019 Pacific Games in Samoa.&amp;lt;ref name=hubbard-insidethegames/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Michelle Dumaresq ===&lt;br /&gt;
&lt;br /&gt;
Canadian professional downhill mountain-bike competitor [[Michelle Dumaresq]], who is a [[Sex reassignment surgery|post-operative]] male-born transsexual, won the 2002 Canada Cup series, which qualified Dumaresq for the Canadian National team. In September 2002, Dumaresq co-represented Canada at the World Mountain Bike Championships. However, due to technical issues with the bike, Dumaresq only managed a 24th-place finish in the event. In 2003, Dumaresq won the 2003 Canadian National Championships and again represented Canada in the 2003 World Championships. Dumaresq repeated a Nationals win in 2004 and finished 17th at the 2004 World Mountain Bike Championships held in Les Gets, France.&lt;br /&gt;
&lt;br /&gt;
At the 2006 Canadian Nationals, a protest from one of the competitors during the podium ceremonies brought attention to Dumaresq&#039;s participation in female sports. The boyfriend of second-place finisher Danika Schroeter jumped up onto the podium and helped Schroeter put on a T-shirt reading &#039;100% Pure Woman Champ&#039;. The Canadian Cycling Association suspended Schroeter for her actions. However, the CCA announced that Schroeter&#039;s time off the race course would be served during the off-season when it would have no impact on her.&lt;br /&gt;
&lt;br /&gt;
=== Hannah Mouncey ===&lt;br /&gt;
&lt;br /&gt;
On 27 May 2018, male transgender handball player [[Hannah Mouncey]] scored three goals for Melbourne Handball Club in their win over University of Queensland Handball Club for the 2018 Oceanian Open Club Championship.&amp;lt;ref&amp;gt;http://handballvic.org.au/event/5628/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Gabrielle Ludwig ===&lt;br /&gt;
&lt;br /&gt;
At 52, [[Gabrielle Ludwig]], a Navy veteran, enrolled in Santa Clara Community College&#039;s women basketball team. [https://culturallyboundgender.files.wordpress.com/2014/06/bilde.jpg Towering at 6’8”], and more than 30 years older than the female players, this post-operative transwoman was predicted by the team&#039;s coach to become &amp;quot;the most dangerous player in the state”,&amp;lt;ref&amp;gt;[https://www.lifesitenews.com/news/50-year-old-transsexual-8216woman8217-makes-college-basketball-debut-video 50-year-old transsexual ‘woman’ makes college basketball debut]. (n.d.). Retrieved 31 January 2019.&amp;lt;/ref&amp;gt; a prediction which proved to be accurate.&amp;lt;ref&amp;gt;[http://www.espn.com/espnw/athletes-life/article/10170842/espnw-gabrielle-ludwig-52-year-old-transgender-women-college-basketball-player-enjoying-best-year-life espnW -- Gabrielle Ludwig, a 52-year-old transgender women’s college basketball player, enjoying best year of her life.] (n.d.). Retrieved 31 January 2019&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Lana Lawless ===&lt;br /&gt;
&lt;br /&gt;
The Story Behind Transgender Trying to Play On LPGA Tour&amp;lt;ref&amp;gt;Lana Lawless: The Story Behind Transgender Trying to Play On LPGA Tour | Bleacher Report | Latest News, Videos and Highlights https://bleacherreport.com/articles/490657-lana-lawless-the-story-behind-transgender-trying-to-play-on-lpga-tour#slide4&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Chloe Anderson ===&lt;br /&gt;
&lt;br /&gt;
This transgender volleyball player’s path leads to an NCAA women’s team&amp;lt;ref&amp;gt;Transgender Volleyball Player | Identify | Olympic Channel https://www.olympicchannel.com/en/original-series/detail/identify/identify-season-season-1/episodes/this-transgender-volleyball-player-s-path-leads-to-an-ncaa-women-s-team/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Nattaphon Wangyot ===&lt;br /&gt;
&lt;br /&gt;
Transgender student&#039;s all-state honors in girls&#039; track and field ignites backlash&amp;lt;ref&amp;gt;Transgender student&#039;s all-state honors in girls&#039; track and field ignites backlash https://www.washingtontimes.com/news/2016/jun/6/nattaphon-wangyot-transgender-student-riles-critic/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Amelia Galpin ===&lt;br /&gt;
&lt;br /&gt;
Why This Trans Woman Is Running the Boston Marathon&amp;lt;ref&amp;gt;Boston Marathon and Transgender Runners | them. https://www.them.us/story/boston-marathon-trans-women&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Aron Taylor ===&lt;br /&gt;
&lt;br /&gt;
First transgender woman finishes Jacksonville Marathon&amp;lt;ref&amp;gt;First transgender woman finishes Jacksonville Marathon | firstcoastnews.com https://www.firstcoastnews.com/article/news/first-transgender-woman-finishes-jacksonville-marathon/372266597&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=hubbard-heraldsun&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=http://www.heraldsun.com.au/sport/more-sports/laurel-hubbard-wins-female-90kg-division-at-weightliftings-australian-international/news-story/cd4a5fa012eb9a5ceb0281faceea5c7a&lt;br /&gt;
|title=Laurel Hubbard wins female 90kg+ division at weightlifting’s Australian International&lt;br /&gt;
|date=March 20, 2017&lt;br /&gt;
|author=Matt Windley&lt;br /&gt;
|publisher=Herald Sun&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=hubbard-wapo&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.washingtonpost.com/news/early-lead/wp/2017/03/22/transgender-woman-wins-international-weightlifting-title-amid-controversy-over-fairness/?noredirect=on&lt;br /&gt;
|title= Transgender woman wins international weightlifting title amid controversy over fairness&lt;br /&gt;
|date=March 22, 2017&lt;br /&gt;
|author=Marissa Payne&lt;br /&gt;
|publisher=The Washington Post&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=hubbard-nzherald&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.nzherald.co.nz/sport/news/article.cfm?c_id=4&amp;amp;objectid=11821399&lt;br /&gt;
|title=Weightlifting: Transgender lifter Laurel Hubbard wins first international outing&lt;br /&gt;
|date=March 19, 2017&lt;br /&gt;
|publisher=NZ Herald&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=hubbard-nzolympic&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=http://www.olympic.org.nz/athletes/laurel-hubbard/&lt;br /&gt;
|title=Laurel Hubbard - New Zealand Olympic Team&lt;br /&gt;
|date=November 24, 2017&lt;br /&gt;
|publisher=New Zealand Olympic Team&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=hubbard-radionz&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.radionz.co.nz/news/cwg18/354570/hubbard-has-no-regrets-stays-true-to-sport&lt;br /&gt;
|title=Hubbard has no regrets, stays &#039;true to sport&#039;&lt;br /&gt;
|author=Bridget Tunnicliffe&lt;br /&gt;
|date=April 9, 2018&lt;br /&gt;
|publisher=Radio New Zealand&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=hubbard-guardian&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.theguardian.com/sport/2018/apr/09/transgender-weightlifter-laurel-hubbards-eligibility-under-scrutiny&lt;br /&gt;
|title=Transgender weightlifter Laurel Hubbard&#039;s eligibility under scrutiny&lt;br /&gt;
|date=April 9, 2018&lt;br /&gt;
|author=Helen Davidson&lt;br /&gt;
|publisher=The Guardian&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;hubbard-samoaobserver&amp;quot;&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=http://www.samoaobserver.ws/en/23_03_2017/local/18224/Woman-lifter-beaten-by-transgender-speaks-up.htm&lt;br /&gt;
|title=Woman lifter beaten by transgender speaks up&lt;br /&gt;
|date=March 23, 2017&lt;br /&gt;
|author=Sina Filifilia Seva’aetasi&lt;br /&gt;
|publisher=Samoa Observer&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=hubbard-insidethegames&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.insidethegames.biz/articles/1082023/transgender-hubbard-beats-samoan-stars&lt;br /&gt;
|title=Transgender weightlifter Hubbard beats home favourites at Samoa 2019 after driving incident revealed&lt;br /&gt;
|date=July 13, 2019&lt;br /&gt;
|author=Michael Pavitt&lt;br /&gt;
|publisher=Inside the Games&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:Mulheres trans em esportes femininos]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Gender_identity&amp;diff=904</id>
		<title>Gender identity</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Gender_identity&amp;diff=904"/>
		<updated>2020-05-07T23:49:59Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Insert link to page in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gender identity&#039;&#039;&#039; refers to a person&#039;s subjective feeling that they &amp;quot;are&amp;quot; a certain gender, such as a woman, a man, or non-binary.  The concept forms one of the core tenets of [[transgender ideology]], where the feeling of having a certain gender identity counts as proof that one literally &#039;&#039;is&#039;&#039; of that gender.  This notion is strongly criticized by feminists on grounds of its [[gender essentialism|gender essentialist]] implications, as well as on the grounds that it erodes women&#039;s rights by eliminating any useful definition of what a woman is in the first place.&lt;br /&gt;
&lt;br /&gt;
[[pt:Identidade de gênero]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Gender_essentialism&amp;diff=903</id>
		<title>Gender essentialism</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Gender_essentialism&amp;diff=903"/>
		<updated>2020-05-07T23:46:51Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Insert link to page in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gender essentialism&#039;&#039;&#039; refers to the belief that women and men have a certain essence to their personality in connection with their gender.  Concrete examples include the belief that women are gentler, more passive, more easily frightened, and so on, whereas men are stronger, more active, more courageous, and so on.  In other words, gender essentialism is the belief that traditional [[gender roles]] and [[gender stereotypes]] are inherent and natural to the sexes.&lt;br /&gt;
&lt;br /&gt;
Feminists are strongly opposed to gender essentialism, as it&#039;s used by conservatives to argue that sexist social hierarchies are natural and inevitable.&lt;br /&gt;
&lt;br /&gt;
The concept of [[gender identity]] which forms part of the basis of [[transgender ideology]] is arguably a reformulation of gender essentialism, which is why many feminists oppose it.&lt;br /&gt;
&lt;br /&gt;
Trans activists frequently use the misnomer &amp;quot;biological essentialism&amp;quot; when arguing against the reality of biological sex.  They say that it is &amp;quot;biological essentialism&amp;quot; (and therefore somehow bad) to argue that women, by definition, are anatomically female humans.  This might in fact be a form of [[Wikipedia:Psychological projection|projection]] resulting from the unwillingness to acknowledge the criticism of their own gender essentialism.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:Essencialismo de gênero]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Black_feminism&amp;diff=887</id>
		<title>Black feminism</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Black_feminism&amp;diff=887"/>
		<updated>2020-03-28T23:39:38Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Italicize quotes; add Gage&amp;#039;s first name; add link to page in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PageSeo | description = Black feminism refers to ideologies centered on the experiences of black women.&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Black feminism&#039;&#039;&#039; refers to ideologies centered on the experiences of Black women.  A central theme in Black feminism is &#039;&#039;intersectionality&#039;&#039;, which refers to the ways gender, race, and other social categories interact to influence an individual&#039;s life outcomes and experiences of oppression.  Prominent Black feminists from the 19th to 21th centuries include [[Anna Julia Cooper]], [[Ida B. Wells]], [[Sojourner Truth]], [[Audre Lorde]], [[Patricia Hill Collins]], Gloria Jean Watkins aka [[bell hooks]], [[Kimberlé Crenshaw]], [[Chimamanda Ngozi Adichie]], and Claire Heuchan aka [[Sister Outrider]].&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
Women such as Sojourner Truth, Anna Julia Cooper, and Ida B. Wells exemplified Black feminist activism in the nineteenth century.&lt;br /&gt;
&lt;br /&gt;
In 1851, women’s rights advocate and abolitionist [[Sojourner Truth]] gave a speech at a women’s rights convention in which she challenged both racism and sexism faced by Black women.  No actual transcription of the speech exists, although Marius Robinson, who was present during the speech and who worked with Truth, published the following written version some weeks after the original speech:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;&lt;br /&gt;
I want to say a few words about this matter. I am a woman&#039;s rights. [sic] I have as much muscle as any man, and can do as much work as any man. I have plowed and reaped and husked and chopped and mowed, and can any man do more than that? I have heard much about the sexes being equal. I can carry as much as any man, and can eat as much too, if I can get it. I am as strong as any man that is now. As for intellect, all I can say is, if a woman have a pint, and a man a quart – why can&#039;t she have her little pint full? You need not be afraid to give us our rights for fear we will take too much, – for we can&#039;t take more than our pint&#039;ll hold. The poor men seems to be all in confusion, and don&#039;t know what to do. Why children, if you have woman&#039;s rights, give it to her and you will feel better. You will have your own rights, and they won&#039;t be so much trouble. I can&#039;t read, but I can hear. I have heard the bible and have learned that Eve caused man to sin. Well, if woman upset the world, do give her a chance to set it right side up again. The Lady has spoken about Jesus, how he never spurned woman from him, and she was right. When Lazarus died, Mary and Martha came to him with faith and love and besought him to raise their brother. And Jesus wept and Lazarus came forth. And how came Jesus into the world? Through God who created him and the woman who bore him. Man, where was your part? But the women are coming up blessed be God and a few of the men are coming up with them. But man is in a tight place, the poor slave is on him, woman is coming on him, he is surely between a hawk and a buzzard.&lt;br /&gt;
&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
About a decade later, women&#039;s rights and abolition activist Frances Gage published a different version, featuring a heavy Southern dialect, recalled from her memory.  Following is her recalling of the speech, with the Southern dialect edited to more common English for easier reading:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;i&amp;gt;&lt;br /&gt;
The leaders of the movement trembled on seeing a tall, gaunt black woman in a gray dress and white turban, surmounted with an uncouth sunbonnet, march deliberately into the church, walk with the air of a queen up the aisle, and take her seat upon the pulpit steps. A buzz of disapprobation was heard all over the house, and there fell on the listening ear, &#039;An abolition affair!&amp;quot; &amp;quot;Woman&#039;s rights and niggers!&amp;quot; &amp;quot;I told you so!&amp;quot; &amp;quot;Go it, darkey!&amp;quot; . . Again and again, timorous and trembling ones came to me and said, with earnestness, &amp;quot;Don&#039;t let her speak, Mrs. Gage, it will ruin us. Every newspaper in the land will have our cause mixed up with abolition and niggers, and we shall be utterly denounced.&amp;quot; My only answer was, &amp;quot;We shall see when the time comes.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The second day the work waxed warm. Methodist, Baptist, Episcopal, Presbyterian, and Universalist minister came in to hear and discuss the resolutions presented. One claimed superior rights and privileges for man, on the ground of &amp;quot;superior intellect&amp;quot;; another, because of the &amp;quot;manhood of Christ; if God had desired the equality of woman, He would have given some token of His will through the birth, life, and death of the Saviour.&amp;quot; Another gave us a theological view of the &amp;quot;sin of our first mother.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
There were very few women in those days who dared to &amp;quot;speak in meeting&amp;quot;; and the august teachers of the people were seemingly getting the better of us, while the boys in the galleries, and the sneerers among the pews, were hugely enjoying the discomfiture as they supposed, of the &amp;quot;strong-minded.&amp;quot; Some of the tender-skinned friends were on the point of losing dignity, and the atmosphere betokened a storm. When, slowly from her seat in the corner rose Sojourner Truth, who, till now, had scarcely lifted her head. &amp;quot;Don&#039;t let her speak!&amp;quot; gasped half a dozen in my ear. She moved slowly and solemnly to the front, laid her old bonnet at her feet, and turned her great speaking eyes to me. There was a hissing sound of disapprobation above and below. I rose and announced, &amp;quot;Sojourner Truth,&amp;quot; and begged the audience to keep silence for a few moments.&lt;br /&gt;
&lt;br /&gt;
The tumult subsided at once, and every eye was fixed on this almost Amazon form, which stood nearly six feet high, head erect, and eyes piercing the upper air like one in a dream. At her first word there was a profound hush. She spoke in deep tones, which, though not loud, reached every ear in the house, and away through the throng at the doors and windows.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Well, children, where there is so much racket there must be somethin&#039; out o&#039; kilter.  I think that twixt the niggers of the South and the women of the North, all talkin&#039; about rights, the white man will be in a fix pretty soon.  But what&#039;s all this here talkin&#039; about?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;That man over there say that women need to be helped into carriages, and lifted over ditches, and to have the best place everywhere.  Nobody ever helps me into carriages, or over mud-puddles, or gives me any best place!&amp;quot;  And raising herself to her full height, and her voice to a pitch like rolling thunder, she asked.  &amp;quot;And ain&#039;t I a woman?  Look at me!  Look at my arm! (and she bared her right arm to the shoulder, showing her tremendous muscular power).  I have plowed, and planted, and gathered into barns, and no man could head me!  And ain&#039;t I a woman?  I could work as much and eat as much as a man--when I could get it--and bear the lash as well!  And ain&#039;t I a woman?  I have born thirteen children, and seen &#039;em most all sold off to slavery, and when I cried out with my mother&#039;s grief, none but Jesus heard me!  And ain&#039;t I a woman?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Then they talk &#039;bout this thing in the head; what this they call it?&amp;quot;  (&amp;quot;Intellect,&amp;quot; whispered some one near.)  &amp;quot;That&#039;s it, honey.  What&#039;s that got to do with women&#039;s rights or nigger&#039;s rights?  If my cup won&#039;t hold but a pint, and yours holds a quart, wouldn&#039;t you be mean not to let me have my little half-measure full?&amp;quot;  And she pointed her significant finger, and sent a keen glance at the minister who had made the argument. The cheering was long and loud.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Then that little man in black there, he says women can&#039;t have as much rights as men, &#039;cause Christ wasn&#039;t a woman!  Where did your Christ come from?&amp;quot;  Rolling thunder couldn&#039;t have stilled that crowd, as did those deep, wonderful tones, as she stood there with outstretched arms and eyes of fire.  Raising her voice still louder, she repeated, &amp;quot;Where did your Christ come from?  From God and a woman!  Man had nothin&#039; to do with Him.&amp;quot;  Oh, what a rebuke that was to that little man.&lt;br /&gt;
&lt;br /&gt;
Turning again to another objector, she took up the defense of Mother Eve.  I can not follow her through it all.  It was pointed, and witty, and solemn; eliciting at almost every sentence deafening applause; and she ended by asserting: &amp;quot;If the first woman God ever made was strong enough to turn the world upside down all alone, these women together (and she glanced her eye over the platform) ought to be able to turn it back, and get it right side up again!  And now they&#039;re asking to do it, the men better let &#039;em.&amp;quot;  Long-continued cheering greeted this.  &amp;quot;Obliged to you for hearin&#039; on me, and now ole Sojourner hasn&#039;t got nothin&#039; more to say.&amp;quot;&lt;br /&gt;
&amp;lt;/i&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In 1892 another Black woman, [[Anna Julia Cooper]] published &#039;&#039;A Voice from the South&#039;&#039;, a book in which she described the importance of the voices of Black women for social change.  Another exemplary Black feminist, [[Ida B. Wells]], an activist and journalist, led a crusade against lynching during the 1890s.  The work of these and other Black women shows how Black community politics laid the foundation for social justice toward sexism from Black men, marginalization from White feminists, and disenfranchisement under White male privilege.&lt;br /&gt;
&lt;br /&gt;
== Intersectionality ==&lt;br /&gt;
&lt;br /&gt;
A central theme in black feminism is &#039;&#039;intersectionality&#039;&#039;, which refers to the ways gender, race, and other social categories (such as class, sexual orientation, etc.) interact or &amp;quot;intersect&amp;quot; to influence an individual&#039;s life outcomes and experiences of oppression.  The term was first coined by legal scholar [[Kimberlé Crenshaw]] in 1989, though the concept predates her coining of the term.  &lt;br /&gt;
&lt;br /&gt;
In the 1970s, a group of Black women formed the Combahee River Collective.  They saw intersectionality (as it is called today) as integral to the distinction between their movement and that of White feminism, because “the major source of difficulty in our political work is that we are not just trying to fight oppression on one front or even two, but instead to address a whole range of oppressions”.&amp;lt;ref name=crcs/&amp;gt;  During the twentieth century, Black women remained active in social justice movements as Black feminism and intersectionality expanded into academic and professional discourse.  Women like sociologist Patricia Hill Collins, critical race scholar Kimberlé Crenshaw, and writer bell hooks are a few examples.&lt;br /&gt;
&lt;br /&gt;
In recent years, the term intersectionality has frequently been misappropriated by [[Transgender ideology|transgender activists]], who insist that intersectional feminism must center male people who identify as [[Transwoman|transwomen]] and frequently make comparisons between Black women and transwomen, which some Black women find to be incorrect and racist, since Black women, unlike transwomen, are unambiguously [[female]].&lt;br /&gt;
&lt;br /&gt;
== Recommended reading ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.blackfeminisms.com/black-feminism/ A Brief History of Black Feminism] on Blackfeminisms.com&lt;br /&gt;
* [https://www.blackfeminisms.com/black-feminism-defined/ Black Feminism Defined] on Blackfeminisms.com&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Ain&#039;t_I_a_Woman? &#039;&#039;&amp;quot;Ain&#039;t I a Woman&amp;quot;&#039;&#039;] on Wikipedia&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Intersectionality Intersectionality] on Wikipedia&lt;br /&gt;
* [https://sisteroutrider.wordpress.com/ Sister Outrider] - Blog of Claire Heuchan&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=crcs&amp;gt;&lt;br /&gt;
[https://americanstudies.yale.edu/sites/default/files/files/Keyword%20Coalition_Readings.pdf The Combahee River collective Statement (PDF)]&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:Feminismo negro]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Sex&amp;diff=866</id>
		<title>Sex</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Sex&amp;diff=866"/>
		<updated>2020-03-11T19:57:09Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Correct typo and add link to page in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
In biology, &#039;&#039;&#039;sex&#039;&#039;&#039; refers to the categorization of organisms (or their parts) with regard to the role they play in reproduction.  When a species reproduces sexually, it usually does so by producing one of two types of gamete that have to come together to form a new member of the species.  One type of gamete is large and non-mobile (ova), whereas the other type is small and motile (sperm).  When an organism or an organ produces large and non-mobile gametes, it is called &#039;&#039;&#039;female&#039;&#039;&#039;.  If it produces small and motile gametes, it is called &#039;&#039;&#039;male&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
In most mammals, in particular humans, female members of the species can be identified by having two X chromosomes, ovaries, a uterus and a vagina.  The ovaries produce ova (also called egg cells), which may be fertilized by a sperm to become a zygote. The zygote rapidly divides to form an blastocyst; this moves along the oviduct (fallopian tube) to the uterus where it becomes implanted in the uterine lining. In addition to the embryo proper, the fetal membranes and placenta are all formed from the cells of the blastocyst i.e. come from the zygote. The developing embryo  develops into a fetus, and ultimately a baby which is brought to the world through the vaginal canal.  Males can be identified by having an X and a Y chromosome, testes (testicles) and a penis.  The testes produce sperm, which are ejaculated into the vagina during sexual intercourse, from where they might travel towards the ova to fertilize them.&lt;br /&gt;
&lt;br /&gt;
Some disorders may cause a person not to develop typical sex organs.  The umbrella term [[intersex]] covers persons who show ambiguity in their sex due to such a disorder. Intersex is a disputed term, with some people preferring Diferences (or Disorders) of Sex Development (DSDs). Only 0.018% of all new-borns have genitalia which us truly ambiguous, such babies used to have their sex assigned at birth (this is where the phrase originates) based on the &amp;quot;best guess&amp;quot; of the attending medics. Often this assignment would include surgery - Intersex Genital Mutilation (IGM). The sex in these rare cases is now determined after careful diagnostics tests, and any reassignment surgery is usually not performed until the individual can make informed consent. &lt;br /&gt;
&lt;br /&gt;
Some legal systems also classify people according to sex.  Under such systems, a person&#039;s legal sex may not correspond to their biological sex, because of errors in documentation, or because of legal sex-change procedures that may be allowed for [[transgender]] or [[transsexual]] people.  Some systems allow a third sex category for those who don&#039;t want to be legally identified as female or male, either because they have an intersex condition, or because they claim to have a [[gender identity]] that is [[non-binary]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Images (click to enlarge)&amp;quot; perrow=2 widths=300px heights=400px&amp;gt;&lt;br /&gt;
File:Sex Explained by DrFondOfBeetles.jpg | A very long Twitter thread by @DrFondOfBeetles in which we see binary sex across a wide spectrum of species.&lt;br /&gt;
File:Sex Explained by NastySmurfette.jpg | A handy graphic by @NastySmurfette which might further clear up your confusion.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* https://twitter.com/FondOfBeetles/status/1133120326844506112&lt;br /&gt;
* https://twitter.com/NastySmurfette/status/1123635007615115264&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:Sexo]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Transgender_ideology&amp;diff=865</id>
		<title>Transgender ideology</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Transgender_ideology&amp;diff=865"/>
		<updated>2020-03-10T18:10:26Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Add link to page in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PageSeo | description = Transgender ideology refers to world views that are supposed to uphold transgender rights, but often end up supporting sexism and homophobia instead.&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Transgender ideology&#039;&#039;&#039; is a loose catch-all term referring to philosophies, world views, and dogmatic statements adhered to by political activists who see themselves as trying to uphold the human rights of [[transgender]] people.  The political movement of furthering these ideologies is called the &#039;&#039;&#039;transgender movement&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The practice of supporting transgender ideology is called &#039;&#039;&#039;transgender activism&#039;&#039;&#039; (often shortened &#039;&#039;&#039;trans activism&#039;&#039;&#039;) and a person who follows this practice is called a &#039;&#039;&#039;transgender activist&#039;&#039;&#039; (often shortened &#039;&#039;&#039;trans activist&#039;&#039;&#039;).  The word &amp;quot;transgender&amp;quot; in the phrase &amp;quot;transgender activist&amp;quot; is not to be understood as an adjective for the person in question (i.e. &amp;quot;an activist who happens to be transgender&amp;quot;) but as a reference to the activism they practice (i.e. &amp;quot;an activist supporting transgender ideology&amp;quot;).  Many trans activists are not transgender themselves.&lt;br /&gt;
&lt;br /&gt;
Feminists tend to use the term &#039;&#039;transgender ideology&#039;&#039; with a critical tone when pointing out sexist, homophobic, or otherwise problematic aspects of the transgender movement.  Those who support the movement tend to oppose the term, likening it to the phrase &#039;&#039;homosexual agenda&#039;&#039;, which is used to ascribe sinister intent to gay/lesbian/bisexual rights activists.  Indeed, right-wing and Christian organizations heavily use the term &#039;&#039;transgender ideology&#039;&#039; in their publications critical of the movement, however their reasons for opposing it tend to be radically different than those of feminists.&lt;br /&gt;
&lt;br /&gt;
The term &#039;&#039;&#039;trans rights activist&#039;&#039;&#039; (shortened &#039;&#039;&#039;TRA&#039;&#039;&#039;) is sometimes used for its similarity to &#039;&#039;men&#039;s rights activist&#039;&#039; (shortened &#039;&#039;MRA&#039;&#039;).  Just like so-called MRAs claim to support men&#039;s human rights but end up blaming everything on women and opposing feminism, TRAs claim to support transgender human rights but end up blaming everything on women and opposing feminism.&lt;br /&gt;
&lt;br /&gt;
== Aspects ==&lt;br /&gt;
&lt;br /&gt;
=== Trans women are women ===&lt;br /&gt;
&lt;br /&gt;
One of the core dogmata of the transgender movement is the statement that &#039;&#039;&#039;trans women are women&#039;&#039;&#039; (and the less often repeated &#039;&#039;trans men are men&#039;&#039;).&amp;lt;ref name=fc-hendley/&amp;gt;  Under this view it&#039;s important to write &#039;&#039;trans woman&#039;&#039; as two words (adjective and noun) and not &#039;&#039;transwoman&#039;&#039;, to stress the fact that so-called trans women are literally a subtype of women, just like white women, black women, short women, tall women, and so on.  The statement &amp;quot;trans women are women&amp;quot; is not meant as a vague slogan of moral support, but in a literal sense.&amp;lt;ref name=nytimes/&amp;gt;&amp;lt;ref name=stonewall/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since the statement contradicts the dictionary definition of the word &amp;quot;woman&amp;quot; (adult human [[sex|female]]), it implies that a different definition would be better.  When asked about this, transgender activists usually avoid providing an actual definition.  Most attempts tend to revolve around a circular definition, such as &amp;quot;anyone who identifies as a woman, is a woman.&amp;quot;  As such, the statement &amp;quot;trans women are women&amp;quot; is probably best described as a dogma.&lt;br /&gt;
&lt;br /&gt;
The idea that transwomen are literally women is taken as the basis for many problematic conclusions, such as: transwomen deserve to partake in women&#039;s sports,&amp;lt;ref name=businessinsider/&amp;gt; transwomen should be seen as part of the natural dating pool of lesbians (see also [[cotton ceiling]]),&amp;lt;ref name=yardley/&amp;gt; transwomen deserve to use all female facilities, enter female-only spaces and events, speak on women&#039;s rights as women, and so on.&amp;lt;ref name=stonewall/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Gender identity ===&lt;br /&gt;
&lt;br /&gt;
The idea that &amp;quot;trans women are women&amp;quot; is usually backed by a belief in an essential, inborn, and immutable &amp;quot;gender identity&amp;quot; that every person supposedly possesses.&amp;lt;ref name=genderspectrum/&amp;gt;  Transwomen are said to be real women on the grounds that they possess a &amp;quot;female gender identity&amp;quot; which they are said to share with women.  Likewise for transmen and a &amp;quot;male gender identity&amp;quot; that is supposedly shared by all men.&lt;br /&gt;
&lt;br /&gt;
Just like transgender activists refuse to provide an objective definition of womanhood, they tend to refuse defining gender identity on any objective terms.  Usually, when explaining how a person has discovered their gender identity, one hears references to sexist stereotypes ascribed to womanhood and manhood.  When confronted directly however, transgender activists refuse the notion that gender identity is based entirely on those stereotypes.  Since no objective measure exists at all, they are effectively forced to accept the claims of anyone and everyone regarding what their gender identity is.  Thus we see transwomen with full beards and intact male anatomy, who are said to be literally real women like any other.&amp;lt;ref name=hufpo-drummond/&amp;gt;&amp;lt;ref name=vice-mtftop/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Transgender children ===&lt;br /&gt;
&lt;br /&gt;
Since gender identity is said to be inborn, it follows that some children would be transgender, and only need to find this out.  Once it&#039;s found out, the only way forward is to support the child in its transgender identification.  This leads to the transgender activist &amp;quot;affirm-only&amp;quot; approach towards youth, where for instance a boy who says &amp;quot;I wish I was a girl&amp;quot; or &amp;quot;I&#039;m actually a girl&amp;quot; is from that point on treated as if the child is literally a girl.  (Given a female name, referred to by female pronouns, asked to be considered a girl by others, and so on.)  Likewise for girls who express that they wish they were a boy, or claim that they are internally a boy.  Trans activists are opposed to the alternative &amp;quot;watchful waiting&amp;quot; approach.&lt;br /&gt;
&lt;br /&gt;
The trans activist affirm-only approach has been supported by the American Academy of Pediatrics.&amp;lt;ref name=nytimes-aap/&amp;gt;  Parents concerned over this model of treatment published a long criticism and launched a petition reaching 1,200 signatures.&amp;lt;ref name=4thwave/&amp;gt;  Psychologist [https://en.wikipedia.org/wiki/James_Cantor James Cantor] also published a fact-check article criticizing the AAP&#039;s decision.&amp;lt;ref name=cantor/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Trans activists usually support giving [https://en.wikipedia.org/wiki/Puberty_blocker puberty blocking] medication such as Lupron to children who think they are transgender.&amp;lt;ref name=nytimes-aap/&amp;gt;  These children may be as young as 10 years old.&amp;lt;ref name=transtrend/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cisgender people oppress transgender people ===&lt;br /&gt;
&lt;br /&gt;
Another core tenet of transgender ideology is the notion that [[cisgender]] people oppress transgender people, just like how men oppress women, white Americans oppress black Americans, or how straight people oppress gay men and lesbian women.&amp;lt;ref name=cissexism/&amp;gt;&amp;lt;ref name=transmisogyny/&amp;gt;  As such, when a man identifies as a transwoman, his position relative to that of a woman turns from being her oppressor to someone who is oppressed by her.  His male privilege is denied as he is now considered a woman, and the fact that he is a &#039;&#039;transgender&#039;&#039; woman means that he is oppressed by so-called &#039;&#039;cisgender&#039;&#039; women.  Further, being both a woman and transgender means he is considered to suffer under two axes of oppression, akin to how black women suffer both from racism and sexism.  This way, a white man suddenly becomes comparable to a black woman with regards to oppressive power dynamics in society.&lt;br /&gt;
&lt;br /&gt;
As per the principle of &#039;&#039;intersectionality&#039;&#039; (appropriated from [[black feminism]]), transgender activists often say that the feminist movement should not only include transwomen&#039;s concerns, but outright center them in many discussions, as otherwise the feminist movement might fail to sufficiently address their concerns.&lt;br /&gt;
&lt;br /&gt;
=== Collusion with &amp;quot;sex work&amp;quot; activism ===&lt;br /&gt;
&lt;br /&gt;
For reasons not entirely clear, many if not most transgender activists also seem to support the &amp;quot;sex work&amp;quot; movement.&amp;lt;ref name=fc-bindel/&amp;gt;  Possible explanations for this collusion might be:&lt;br /&gt;
&lt;br /&gt;
* Both movements stem from &#039;&#039;queer ideology&#039;&#039;, which is based on &#039;&#039;transgression&#039;&#039; of social norms without regard to ethical concerns&lt;br /&gt;
* The transgender movement being dominated by [[Autogynephilia|autogynephilic]] men who are interested in upholding a society in which women exist for male sexual pleasure&lt;br /&gt;
* Anti-feminists supporting both the transgender movement and the &amp;quot;sex work&amp;quot; movement, simply because they see both of them as weapons against women&#039;s liberation&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Gender]]&lt;br /&gt;
* [[Cisgender]]&lt;br /&gt;
* [[TERF]]&lt;br /&gt;
* [[Autogynephilia]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=fc-hendley&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.feministcurrent.com/2019/04/10/i-supported-trans-ideology-until-i-couldnt-anymore/&lt;br /&gt;
|title=I supported trans ideology until I couldn’t anymore&lt;br /&gt;
|author=Alicia Hendley&lt;br /&gt;
|date=April 10, 2019&lt;br /&gt;
|website=Feminist Current&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=nytimes&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.nytimes.com/2019/04/01/opinion/trans-women-feminism.html&lt;br /&gt;
|title=Who Counts as a Woman?&lt;br /&gt;
|author=Carol Hay&lt;br /&gt;
|date=April 1, 2019&lt;br /&gt;
|website=The New York Times&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=stonewall&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.stonewall.org.uk/truth-about-trans&lt;br /&gt;
|title=The truth about trans&lt;br /&gt;
|website=Stonewall&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=businessinsider&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.businessinsider.de/what-critics-get-wrong-about-transgender-athletes-in-womens-sports-2019-4&lt;br /&gt;
|title=The biggest thing critics continually get wrong about transgender athletes competing in women&#039;s sports&lt;br /&gt;
|author=Alan Dawson&lt;br /&gt;
|date=April 17, 2019&lt;br /&gt;
|website=Business Insider&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=yardley&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://medium.com/@mirandayardley/girl-dick-the-cotton-ceiling-and-the-cultural-war-on-lesbians-and-women-c323b4789368&lt;br /&gt;
|title=Girl Dick, the Cotton Ceiling and the Cultural War on Lesbians and Women&lt;br /&gt;
|author=Miranda Yardley&lt;br /&gt;
|date=December 9, 2018&lt;br /&gt;
|website=Medium.com&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=genderspectrum&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.genderspectrum.org/quick-links/understanding-gender/&lt;br /&gt;
|title=Understanding Gender&lt;br /&gt;
|website=Gender Spectrum&lt;br /&gt;
|quote=According to the American Academy of Pediatrics, “By age four, most children have a stable sense of their gender identity.” This core aspect of one’s identity comes from within each of us. Gender identity is an inherent aspect of a person’s make-up. Individuals do not choose their gender, nor can they be made to change it.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=transtrend&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.transgendertrend.com/puberty-blockers/&lt;br /&gt;
|title=Puberty blockers&lt;br /&gt;
|website=Transgender Trend&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=hufpo-drummond&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.huffpost.com/entry/meet-the-trans-woman-queering-gender-with-her-full-beard_n_55affb34e4b0a9b948538d24&lt;br /&gt;
|title=This Incredible Trans Woman Is Challenging The Way We Think About Gender&lt;br /&gt;
|date=July 25, 2015&lt;br /&gt;
|author=James Michael Nichols&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=vice-mtftop&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.vice.com/en_us/article/kzd8yx/how-transgender-women-top-during-sex&lt;br /&gt;
|title=The Ins and Outs of Topping as a Trans Girl&lt;br /&gt;
|date=January 29, 2019&lt;br /&gt;
|author=Sessi Kuwabara Blanchard&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=nytimes-aap&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.nytimes.com/2018/10/15/well/family/helping-pediatricians-care-for-transgender-children.html&lt;br /&gt;
|title=Helping Pediatricians Care for Transgender Children&lt;br /&gt;
|author=Perri Klass&lt;br /&gt;
|date=October 15, 2018&lt;br /&gt;
|website=The New York Times&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=4thwave&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://4thwavenow.com/2018/10/29/parents-petition-american-academy-of-pediatrics-in-response-to-policy-statement-on-trans-identified-youth/&lt;br /&gt;
|title=Parents petition American Academy of Pediatrics in response to policy statement on trans-identified youth&lt;br /&gt;
|date=October 29, 2018&lt;br /&gt;
|website=4thWaveNow&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=cantor&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=http://www.sexologytoday.org/2018/10/american-academy-of-pediatrics-policy.html&lt;br /&gt;
|title=American Academy of Pediatrics policy and trans- kids: Fact-checking&lt;br /&gt;
|author=James Cantor&lt;br /&gt;
|date=October 17, 2018&lt;br /&gt;
|website=Sexology Today!&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=cissexism&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://everydayfeminism.com/2014/03/everyday-cissexism/&lt;br /&gt;
|title=3 Examples of Everyday Cissexism&lt;br /&gt;
|author=Sian Ferguson&lt;br /&gt;
|date=March 21, 2014&lt;br /&gt;
|website=Everyday Feminism&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=transmisogyny&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://everydayfeminism.com/2014/01/transmisogyny/&lt;br /&gt;
|title=Transmisogyny 101: What It Is and What Can We Do About It&lt;br /&gt;
|author=Laura Kacere&lt;br /&gt;
|date=January 27, 2014&lt;br /&gt;
|website=Everyday Feminism&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=fc-bindel&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.feministcurrent.com/2017/10/02/pact-trans-rights-advocates-sex-trade-lobby/&lt;br /&gt;
|title=The pact between trans rights advocates and the sex trade lobby&lt;br /&gt;
|author=Julie Bindel&lt;br /&gt;
|date=October 2, 2017&lt;br /&gt;
|website=Feminist Current&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:Ideologia transgênero]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Autogynephilia&amp;diff=862</id>
		<title>Autogynephilia</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Autogynephilia&amp;diff=862"/>
		<updated>2020-03-06T20:04:21Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Add link to page in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PageSeo | description = Autogynephilia is the fetishization of the idea of being female, usually based on sexist stereotypes.&lt;br /&gt;
}}&lt;br /&gt;
The term &#039;&#039;&#039;autogynephilia&#039;&#039;&#039; (&#039;&#039;auto&#039;&#039; for self, &#039;&#039;gyne&#039;&#039; for female, &#039;&#039;philia&#039;&#039; for desire, often shortened &#039;&#039;&#039;AGP&#039;&#039;&#039;) refers to a psychological condition in which a man (usually heterosexual) derives sexual or even &amp;quot;romantic&amp;quot; pleasure from the fantasy of being female.  The term was coined by psychologist [https://en.wikipedia.org/wiki/Ray_Blanchard Ray Blanchard] after working with and studying many transsexual patients.&lt;br /&gt;
&lt;br /&gt;
While not being the only reason for wanting to become a male-to-female (MtF) transsexual or claiming to &amp;quot;identify as a woman,&amp;quot; autogynephilia seems to be exhibited by a great deal of transwomen.  According to a 2015 survey of roughly 3000 American transwomen, at least 60% stated attraction to women, meaning they are heterosexual males.&amp;lt;ref name=ntdsreport/&amp;gt;  According to Ray Blanchard&#039;s studies, this would put them in the autogynephilic category, as homosexual transsexuals (HSTS) generally don&#039;t exhibit AGP.&lt;br /&gt;
&lt;br /&gt;
Feminists are often critical of men openly exhibiting AGP and find them offensive, especially if they claim to be women, since their fantasy of being female usually seems to be based on highly sexist, objectifying, and reductive notions of womanhood.&lt;br /&gt;
&lt;br /&gt;
Transgender activists claim that the concept is a transphobic myth, as it asserts that non-homosexual transsexuals are essentially under the effect of a [https://en.wikipedia.org/wiki/Paraphilia paraphilia], or more bluntly a sexual fetish.  They insist on the monolithic &amp;quot;female gender identity&amp;quot; theory to explain all MtF transsexualism and transgender identification, seeing woman-attracted transwomen as &amp;quot;trans lesbians&amp;quot; who should be accepted as being just like any other lesbian woman.&lt;br /&gt;
&lt;br /&gt;
The phenomenon of AGP can be observed easily on the internet by searching for web forums dedicated to the paraphilia.  Searching for terms like &amp;quot;sissy fetish forum&amp;quot; quickly turns up whole internet communities for AGP and similar fetishes, where some of these communities have an explicit focus on transgender topics, or sub-sections dedicated to members who desire to transition.&amp;lt;ref name=clubsissify/&amp;gt;&amp;lt;ref name=houseofsissify/&amp;gt;&amp;lt;ref name=novagirl/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
Miranda Yardley wrote in detail about the history of autogynephilia as a concept: [https://medium.com/@mirandayardley/a-history-of-autogynephilia-7fc31e385436 &#039;&#039;A History of Autogynephilia - Miranda Yardley&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
The following section is taken from Yardley&#039;s piece.&lt;br /&gt;
&lt;br /&gt;
=== The Two Type Model of Transsexualism ===&lt;br /&gt;
&lt;br /&gt;
The identification of an erotic component to transsexualism goes back to the early twentieth century where the existence of what was described as an ‘automonosexual streak’ amongst transvestites was discussed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;em&amp;gt;&lt;br /&gt;
…the experience shows that this automonosexual streak, just like the homosexual streak, isn’t the same for every transvestite. There are many for whom the simple changing of clothes isn’t enough to cause erotic feelings and just see it as a way of bringing their feminine inner side to the outer world. I knew those, who were already content if they were able to go for a walk as a woman from time to time. During the walk they never had erections nor ejaculations nor the desire to have any sexual intercourse, be it with male or female persons. One could say they are asexual.&amp;lt;ref name=hirshfeld18/&amp;gt;&amp;lt;ref&amp;gt;See also Hirshfeld, M 1923: ‘Die intersexuelle Konstitution’. Jahrbuch fuer sexuelle Zwischenstufen. 23: 3 – 27&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/em&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The existence of two discrete types of transsexual, differentiated by sexual orientation and age was hypothesised by Buhrich in 1978, which also conjectured why transsexualism was observed to be more common in males than females:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;em&amp;gt;&lt;br /&gt;
The results of this study indicate that they can be differentiated into two clinically discrete groups. In an investigation of 29 transsexuals who sought a change of sex operation it was found that those who had experienced fetishistic arousal were significantly more likely to be older, to have experienced heterosexual intercourse, to be married and to show penile responses to pictures of men and women indicative of a more heterosexual orientation. They had less experience of homosexual contact to orgasm as compared transsexuals who had not experienced fetishistic arousal , but this difference was not statistically significant. Frequency of cross-dressing, strength of feminine gender identity and intensity of desire for a sex change operation did not discriminate the two groups. The fact that desire for a sex change operation may be associated with experience of fetishistic arousal could be one reason for the higher incidence transsexualism in men than in women.&amp;lt;ref name=buhrich78/&amp;gt;&lt;br /&gt;
&amp;lt;/em&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In a later paper, Buhrich and McConaghy went as far as to suggest there were three distinct classes of fetishistic transvestite:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;em&amp;gt;&lt;br /&gt;
    “nuclear” transvestites who are limited to cross-dressing;&lt;br /&gt;
&lt;br /&gt;
    “marginal” transvestites who wish for hormonal feminisation or surgery; and&lt;br /&gt;
&lt;br /&gt;
    “fetishistic transsexuals” who demonstrate fetishistic arousal but as transsexuals seek sex reassignment surgery.&amp;lt;ref name=buhrich79/&amp;gt;&amp;lt;ref&amp;gt;Compare to the following tweet from sexologist Ray Blanchard @BlanchardPHD “Some autogynephiles have no gender dysphoria, some mild-moderate, and some severe. I support sex reassignment surgery for the last group.” 14 February 2017&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/em&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In 1985, sexologist Ray Blanchard used a larger sample size and confirmed the observation that there exists a fundamental difference between homosexual transsexuals (homosexual males romantically and sexually attracted to males) and non-homosexual transsexuals (which includes heterosexual, bisexual and asexual transsexuals):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;em&amp;gt;&lt;br /&gt;
    This study tested a prediction derived from the hypothesis that asexual and bisexual transsexualism are actually subtypes of heterosexual transsexualism… (a) cluster analysis of their scores divided the subjects into four groups: heterosexual, homosexual, bisexual, and asexual… there were no differences among the asexual, bisexual, and heterosexual transsexuals, and all three groups included a much higher proportion of fetishistic cases than the homosexual group… these findings support the view that male transsexuals may be divided into two basic types: heterosexual and homosexual.&amp;lt;ref name=blanchard85/&amp;gt;&lt;br /&gt;
&amp;lt;/em&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Together, these papers teach us that transsexuals may be grouped into homosexual and non-homosexual transsexuals, and that the latter group appears to contain a number of subtypes which could be taken to correspond to an ordinal degree of fetishistic transvestisism. These observations are supported by empirical evidence; the difference is manifest in “a much higher proportion of fetishistic cases than the homosexual group” and so Blanchard confirms the identification of two types of male transsexual, who are differentiated by sexual orientation, with one group displaying a fetishistic, or paraphilic history.&lt;br /&gt;
&lt;br /&gt;
Blanchard became a key figure in the history of investigation into transsexualism a few years later where he attempted to impart some meaning and rigor into the terminology surrounding the taxonomy of transsexuals, as part of systematic study into this phenomena, he coined the term “autogynephilia” as a clearer description of something that had hitherto been described as part of automonosexualism. This is what has become known as “Blanchard’s transsexual typology” or the “two-type transsexual typography”:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;em&amp;gt;&lt;br /&gt;
    Gender identity disturbance in males is always accompanied by one of two erotic anomalies. All gender dysphoric males who are not sexually oriented toward men are instead sexually oriented toward the thought or image of themselves as women. The latter erotic (or amatory) propensity is, of course, the phenomenon labeled by Hirschfeld as automonosexualism. Because of the inconsistent history of this term, however, and its nondescriptive derivation, the writer would prefer to replace it with the term autogynephilia (“love of oneself as a woman”).&amp;lt;ref name=blanchard89/&amp;gt;&lt;br /&gt;
&amp;lt;/em&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It should be noted that the use of the expression “erotic anomalies” is used in a morally neutral context, to describe sexual acts that are inherently non-procreative, rather than being a pejorative expression.&lt;br /&gt;
&lt;br /&gt;
Key to the concept of autogynephilia is that it’s not something that is always on the mind, nor is it something that is confined solely to cross-dressing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;em&amp;gt;&lt;br /&gt;
    It should be noted that the concept of autogynephilia does not imply that autogynephilic males are always sexually aroused by the thought of themselves as women, or by dressing in women’s clothes, or by contemplating themselves cross-dressed in the mirror – any more than a man in love always obtains an erection at the sight of his sweetheart, or pair-bonded geese copulate continuously. Autogynephilia, according to this hypothesis, may be manifested in a variety of ways, and fetishistic cross-dressing is only one of them. Those individuals labeled transvestites by contemporary clinicians would, on this view, be understood as autogynephiles whose only -or most prominent -symptom is sexual arousal in association with cross-dressing, and who have not (or not yet) become gender dysphoric.&amp;lt;ref name=blanchard89/&amp;gt;&lt;br /&gt;
&amp;lt;/em&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Classifying this behaviour in terms that lie outside of transvestic fetishism allowed Blanchard to apply his systematic study to a wider spectrum of behaviour observed within transsexuals, and he explained the etymology of this word based upon “a male’s propensity to be sexually aroused by the thought or image of himself as a female”.&amp;lt;ref name=blanchard91/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
He then identifies four different types of autogynephilic behaviour, which may exist in any combination: physiological, behavioural, anatomical and transvestic fetishist:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;em&amp;gt;&lt;br /&gt;
    Autogynephilic fantasies and behaviors may focus on the idea of exhibiting female physiologic functions, of engaging in stereotypically feminine behavior, of possessing female anatomic structures, or of dressing in women’s apparel. The last-mentioned class of fantasies and behaviors represents the familiar form of autogynephilia, transvestism. All four types of autogynephilia tend to occur in combination with other types rather than alone.&amp;lt;ref name=blanchard91/&amp;gt;&lt;br /&gt;
&amp;lt;/em&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Blanchard provides a typological framework for researchers to model or systematically analyse the behaviours of male transsexuals that separates these into homosexual and non-homosexual transsexuals, the latter who tend to be autogynephilic exhibiting one or more types of paraphilic behaviours. Blanchard has compared these paraphilic behaviours to a sexual orientation.&amp;lt;ref name=blanchard93/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The homosexual transsexuals are what one may consider the more ‘classic’ popular image of the transsexual, with the non-homosexual transsexuals making lives that encompass successful careers as men as well and marriages and children, before transitioning later in life.&amp;lt;ref name=lawrence04/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is important to understand that the homosexual transsexual and the non-homosexual transsexual have different lives and experiences, although there is commonality in they are both transsexual, and as Lawrence refers to above similar levels of experienced gender dysphoria. In his 2003 book ‘The Man Who Would Be Queen: The Science of Gender-Bending and Transsexualism’, psychologist J Michael Bailey explains:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;em&amp;gt;&lt;br /&gt;
    Two different types of men change their sex. To anyone who examines them closely, they are quite dissimilar, in their histories, their motivations, their degree of femininity, their demographics, and even the way they look. We know little about the causes of either type of transsexualism (though we have some good hunches about one type). But I am certain that when we finally do understand, the causes of the two types will be completely different.&lt;br /&gt;
&lt;br /&gt;
    To anyone who has seen members of both types and who has learned to ask the right kinds of questions, it is easy to tell them apart. Yet the difference has eluded virtually everyone who cares about transsexuals: talk show hosts, journalists, most people who evaluate and treat them, and even most academics who have studied them. One reason is that the superficial similarity of the two types is so striking – both are men, usually dressed and attempting to act like women, who want to replace their penises with vaginas – that it prevents us from noticing more subtle, though also more fundamental, differences. Another reason is that the two types of transsexuals rarely show up side by side, where they would be easily distinguishable… The most interesting reason why most people do not realize that there are two types of transsexuals is that members of one type sometimes misrepresent themselves as members of the other. I will get more specific later, but for now, it is enough to say that they are often silent about their true motivation and instead tell stories about themselves that are misleading and, in important respects, false.&lt;br /&gt;
&lt;br /&gt;
    From soon after birth, the homosexual male-to-female transsexual behaves and feels like a girl. Unlike most feminine boys… these transsexuals do not outgrow, or learn to hide, their femininity. Instead, they decide that the drastic step of changing their sex is preferable. They unambiguously desire and love men, especially heterosexual men, whom they can attract only as women… one type of transsexual man is a kind of homosexual man…&lt;br /&gt;
&lt;br /&gt;
    Honest and open autogynephilic transsexuals reveal a much different pattern. They were not especially feminine boys. The first overt manifestation of what led to their transsexualism was typically during early adolescence, when they secretly dressed in their mothers’ or sisters’ lingerie, looked at themselves in the mirror, and masturbated. This activity continued into adulthood, and sexual fantasies became increasingly transsexual – especially the fantasy of having a vulva, perhaps being penetrated by a penis. Autogynephilic transsexuals might declare attraction to women or men, to both, or to neither. But their primary attraction is to the women that they would become.&amp;lt;ref name=bailey03/&amp;gt;&lt;br /&gt;
&amp;lt;/em&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bailey’s interpretation of the motivation to change sex of homosexual transsexuals is to attract heterosexual men; we could consider given the choice in a homophobic society of living as a feminine gay man or as a woman, the homosexual transsexual may opt for the latter. While identifying the autogynephile’s motivation for many behavioural traits, he stops short of hypothesising why the autogynephile would transition; surely, the prospect of castration and removal of the penis would be an irrational course of action for someone whose sexual identity was so invested in this? This, however, would be based on the misconception that autogynephilia is exclusively erotic. Anne Lawrence suggested the autogynephile’s motivation may be compared to romantic love with elements of attachment:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;em&amp;gt;&lt;br /&gt;
…purely erotic aspects of autogynephilia have received the greatest emphasis, while the aspects related to “amatory propensity,” “sexual orientation,” and “love” have received comparatively little. Love has been conspicuously absent in most discussions of autogynephilia, whether by its advocates or by its critics… individuals are often especially inclined to seek out passionate love experiences, or to allow themselves the possibility of entering into them, in middle age and in times of crisis. This is consistent with the life histories of many, if not most, nonhomosexual MtF transsexuals, who tend to seek sex reassignment in their 40s or later, sometimes in association with a midlife crisis … (t)heir decision to undergo sex reassignment is not uncommonly preceded by some significant loss or reversal, such as unemployment, physical disability, or the end of an important relationship… (f)or individuals who experience autogynephilia, deciding to become what one loves can represent an attempt to cope with adverse life circumstances, just as deciding to pursue a love affair with another person can for individuals with more conventional sexual orientations… the process of changing one’s body and living as a woman offers an identity, a program of action, and a purpose in life&amp;lt;ref name=lawrence03/&amp;gt;&lt;br /&gt;
&amp;lt;/em&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Role in transgender activism ==&lt;br /&gt;
&lt;br /&gt;
The misogyny of transgender activism is sometimes hypothesized to be rooted in the movement being controlled to a large degree by autogynephilic transwomen.  Since they are originally (or arguably still) straight men and tend to transition in adulthood, often after having established powerful positions in life, it would follow that they have enough privilege and feelings of entitlement to dominate the discourse of the transgender movement.  Their reductive view on womanhood, and again their feelings of male entitlement, would in turn explain why they would steer the movement in such a sexist direction and lash out at feminists who don&#039;t follow suit.&lt;br /&gt;
&lt;br /&gt;
Transgender activists themselves vehemently oppose the idea that AGP is a real phenomenon at all, calling it a transphobic myth.  In her book [https://en.wikipedia.org/wiki/Galileo%27s_Middle_Finger Galileo&#039;s Middle Finger], Alice Dreger talks about the witch hunt J. Michael Bailey was subjected to by [https://en.wikipedia.org/wiki/Lynn_Conway Lynn Conway] and fellow transgender activists for having popularized the concept.&amp;lt;ref name=galileo/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;em&amp;gt;&lt;br /&gt;
Conway developed what became an enormous Web site hosted by the University of Michigan for the purpose of taking down Bailey and his ideas [and] that largely enabled me to figure out what [Conway] had really done and how Bailey had essentially been set up in an effort to shut him up about autogynephilia.&lt;br /&gt;
&amp;lt;/em&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dreger wrote that some activists had turned their horror at Bailey&#039;s findings into a very public vendetta against him and his family, including thinly veiled allegations that he sexually abused his children.&amp;lt;ref name=chronicle/&amp;gt;  After researching the allegations against Bailey, she concluded that they were false.  Moreover, Dreger observed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;em&amp;gt;&lt;br /&gt;
…the most interesting mail, from my perspective, came from trans women who wrote to tell me that, though they weren&#039;t thrilled with Bailey&#039;s oversimplifications of their lives, they also had been harassed and intimidated by [https://en.wikipedia.org/wiki/Andrea_James Andrea James] for daring to speak anything other than the politically popular &#039;I was always just a woman trapped in a man&#039;s body&#039; story.  They thanked me for standing up to a bully.&lt;br /&gt;
&amp;lt;/em&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=ntdsreport&amp;gt;[http://transequality.org/PDFs/NTDS_Report.pdf &amp;quot;Injustice at Every Turn: A Report of the National Transgender Discrimination Survey&amp;quot;] (PDF). National Center for Transgender Equality &amp;amp; National Gay and Lesbian Task Force. 2015-01-21. p. 29.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=clubsissify&amp;gt;&#039;&#039;&#039;(Adult content)&#039;&#039;&#039; [https://www.clubsissy.com/forum/board.php?num=12 &#039;&#039;Club Sissy - SRS/Hormones/TS&#039;&#039;]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=houseofsissify&amp;gt;&#039;&#039;&#039;(Adult content)&#039;&#039;&#039; [https://www.sissify.com/ &#039;&#039;House of Sissify - &amp;quot;Strict sissy training &amp;amp; forced feminization for transgender sl*ts. Like you.&amp;quot;&#039;&#039;]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=novagirl&amp;gt;&#039;&#039;&#039;(Adult content)&#039;&#039;&#039; [https://novagirl.net/the-psychology-of-sissy-porn &#039;&#039;Why am I a sissy?&#039;&#039;] &#039;&#039;&amp;quot;... I’m sure you are majority hetero with a minor kink NOW…and probably will be all your life, but a minority of sissies experience a fundamental shift in which the kink becomes something different and a transgender identity develops.&amp;quot;&#039;&#039;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=bailey03&amp;gt;&lt;br /&gt;
Bailey, J Michael. 2003. The Man Who Would Be Queen: The Science of Gender-Bending and Transsexualism. Joseph Henry Press.&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=blanchard85&amp;gt;&lt;br /&gt;
Blanchard, R. 1985. “Typology of male-to-female transsexualism.” Archives of Sexual Behaviour Jun;14(3): 247–61.&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=blanchard89&amp;gt;&lt;br /&gt;
Blanchard, R. 1989. “The classification and labeling of nonhomosexual gender dysphorias.” Archives of Sexual Behaviour 18, 315 – 334.&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=blanchard91&amp;gt;&lt;br /&gt;
Blanchard, R. 1991. “Clinical observations and systematic studies of autogynephilia.” Journal of Sex and Marital Therapy 17: 235–251&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=blanchard93&amp;gt;&lt;br /&gt;
Blanchard, R. 1993. “Partial versus complete autogynephilia and gender dysphoria.” Journal of Sex and Marital Therapy 19: 301–307.&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=buhrich78&amp;gt;&lt;br /&gt;
Buhrich, N &amp;amp; McConaghy, N. 1978. “Two clinically discrete syndromes of transsexualism.” British Journal of Psychiatry Jul;133 p73–6.&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=buhrich79&amp;gt;&lt;br /&gt;
Buhrich, N &amp;amp; McConaghy, N. 1979. “Three clinically discrete categories of fetishistic transvestism.” Archives of Sexual Behaviour Volume 8, Number 2.&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=hirshfeld18&amp;gt;&lt;br /&gt;
Hirshfeld, M. 1918. Sexualpathologie Teil II 1918. Bonn: Marcus &amp;amp; Weber.&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=lawrence03&amp;gt;&lt;br /&gt;
Lawrence, A A. 2003. “Becoming What We Love.” Perspectives in Biology and Medicine Vol50 No4; 506 – 20.&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=lawrence04&amp;gt;&lt;br /&gt;
Lawrence, A A. 2004. “Autogynephilia: A Paraphilic Model of Gender Identity Disorder.” Journal of Gay &amp;amp; Lesbian Psychotherapy 8(1/2), 69–87.&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=galileo&amp;gt;{{cite book |last=Dreger |first=Alice |date=2015 |title=Galileo&#039;s Middle Finger: Heretics, Activists, and the Search for Justice in Science |ISBN=9781594206085 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=chronicle&amp;gt;[http://chronicle.com/article/Reluctant-Crusader/228377/ Reluctant Crusader: Why Alice Dreger’s writing on sex and science makes liberals so angry]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:Autoginefilia]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Magdalen_Berns&amp;diff=861</id>
		<title>Magdalen Berns</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Magdalen_Berns&amp;diff=861"/>
		<updated>2020-03-06T20:03:48Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Add link to page in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Magdalen Berns&#039;&#039;&#039; (6 May 1983 – 13 September 2019)&amp;lt;ref&amp;gt;{{cite web|url=https://www.feministcurrent.com/2019/09/13/whats-current-lesbian-feminist-shero-magdalen-berns-passes-away-at-36/ |title=What&#039;s Current: Lesbian feminist shero Magdalen Berns passes away at 36 |publisher=Feministcurrent.com |date=September 13, 2019 }}&amp;lt;/ref&amp;gt; was a British software developer and YouTuber.  Berns, a [[lesbian]] and [[Radical feminism|radical feminist]], came to prominence as a result of a series of YouTube vlogs focusing on lesbian politics, free speech, women&#039;s sex-based rights and the [[gender identity]] debate.&amp;lt;ref&amp;gt;{{cite web |url=https://www.youtube.com/channel/UCvTTakI97sQ4SkMnsH8r0qQ |title=Magdalen Berns |publisher=YouTube |access-date=2019-09-14}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Biography ==&lt;br /&gt;
&lt;br /&gt;
=== Education ===&lt;br /&gt;
&lt;br /&gt;
Berns attended the University of Edinburgh, where she was a recipient of a Doris Gray Scholarship Award.&amp;lt;ref&amp;gt;{{cite web|url=https://www.wes.org.uk/content/current-recipients-doris-gray-scholarships |title=Current recipients of the Doris Gray Scholarships |publisher=[[Women&#039;s Engineering Society]] |access-date=2019-09-15}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Work and career ===&lt;br /&gt;
&lt;br /&gt;
In 2013–2014, she participated in the &#039;&#039;Google Summer of Code&#039;&#039; programme,&amp;lt;ref&amp;gt;{{cite web|url=https://github.com/SciRuby/sciruby/wiki/Google-Summer-of-Code-2018-Application |title=Google Summer of Code 2018 Application |publisher=Github |date=January 2018 |access-date=2019-09-15}}&amp;lt;/ref&amp;gt; working on implementing the &#039;&#039;FFTW3&#039;&#039; software library for the Ruby programming language.&amp;lt;ref&amp;gt;{{cite web|url=http://sciruby.com/blog/2014/06/04/introducing-the-fftw-sciruby-gsoc-project/ |title=Introducing the FFTW SciRuby GSoC Project |publisher=SciRuby.com |date=June 4, 2014 |access-date=2019-09-15}}&amp;lt;/ref&amp;gt; She went on to join the [https://en.wikipedia.org/wiki/GNOME_Foundation GNOME Foundation] as a software developer.&amp;lt;ref&amp;gt;{{cite web|url=https://www.dgsiegel.net/talks/gnome-outreach-yearbook-2013.pdf |title=GNOME Outreach Program Yearbook 2013 |publisher=GNOME Foundation |date=August 2013 |access-date=2019-09-15}}&amp;lt;/ref&amp;gt; She developed the Java ATK Wrapper, a module to translate Swing (Java) events for the Accessibility Toolkit.&amp;lt;ref&amp;gt;{{cite web|url=https://www.gnome.org/news/2015/08/pictures-from-guadec-2015/attachment/magdalen-berns-present-her-work-with-improving-the-java-atk-wrapper/ |title=Magdalen Berns present her work with improving the Java-ATK-Wrapper |publisher=GNOME Foundation |date=August 2015 |access-date=2019-09-15}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Radical feminism ===&lt;br /&gt;
&lt;br /&gt;
Berns&#039; statement that &amp;quot;there&#039;s no such thing as a lesbian with a penis&amp;quot; made her well-known, as well as her opposition to the &amp;quot;cotton ceiling”, a term coined by Canadian [[transwoman]] and activist Drew DeVeaux, which refers to the perceived injustice of lesbians not wanting to have sex with transwomen.&amp;lt;ref&amp;gt;{{cite web|url=https://www.afterellen.com/general-news/571815-celebrating-magdalen-berns-a-lesbian-feminist-warrior |title=Celebrating Magdalen Berns, a Lesbian Feminist Warrior |publisher=Afterellen.com |date=May 29, 2018 |access-date=2019-09-14}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web|url=https://medium.com/@mirandayardley/girl-dick-the-cotton-ceiling-and-the-cultural-war-on-lesbians-and-women-c323b4789368 |title=The Cotton Ceiling and the Cultural War on Lesbians and Women |publisher=medium.com |access-date=2019-09-15}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Berns was slurred by [[Transgender ideology|trans activists]] as a [[TERF|trans-exclusionary radical feminist]], and has stated that it was this accusation that first led her to research radical feminism.  She was also known for her arguments against the concepts of gender self-identification and [[gender]] itself.  Speaking on the subject of gender and sexuality, Berns stated: &amp;quot;You don’t get ‘assigned’ reproductive organs.....males are defined by their biological sex organs. Likewise, [[Homosexuality|homosexuals]] are people who are attracted to the same [[Sex|biological sex]].”&amp;lt;ref&amp;gt;{{cite web|url=https://feministlegal.org/scotlands-magdalen-berns-feminism-a-shero-among-women/#.XX5zTShKjIU |title=Scotland’s Magdalen Berns &amp;amp; Feminism — A ‘Shero’ Among Women |publisher=feministlegal.org |date=September 7, 2019 |access-date=2019-09-15}}&amp;lt;/ref&amp;gt; In June 2019, British author J.K. Rowling (of Harry Potter fame) followed Magdalen Berns on Twitter, bringing her more visibility and prompting criticism towards Rowling from trans activists.&amp;lt;ref&amp;gt;{{cite web|url=https://www.indy100.com/article/jk-rowling-twitter-transphobe-magdalen-berns-terf-lgbt-8974041 |title=JK Rowling criticised for following &#039;transphobe&#039; Magdalen Berns on Twitter |publisher=indy100 |date=June 25, 2019 |access-date=2019-09-14}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web|url=https://www.altpress.com/news/j-k-rowling-transphobic-behavior/ |title=J.K. Rowling Faces Backlash For Allegedly Displaying Transphobic Behaviour |publisher=altpress.com |date=June 28, 2019 |access-date=2019-09-15}}&amp;lt;/ref&amp;gt; Berns was labelled a [[transphobia|transphobe]] and a self-professed transphobe.&amp;lt;ref&amp;gt;{{cite web |author=Narjas Zatat |date=June 25, 2019 |title= JK Rowling criticised for following a &#039;famous transphobe&#039; on Twitter |url= https://www.indy100.com/article/jk-rowling-twitter-transphobe-magdalen-berns-terf-lgbt-8974041 |website= Indy100 (from The Independent) |access-date= 15 September 2019}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web |author=Emma Maurice |date=June 25, 2019 |title= JK Rowling under fire for following a ‘proud transphobe’ on Twitter |url= https://www.pinknews.co.uk/2019/06/25/jk-rowling-under-fire-following-transphobe-twitter/ |website= Pink News |access-date= 15 September 2019}}&amp;lt;/ref&amp;gt; In August 2019, Dr. [[Rachel McKinnon]] of the College of Charleston attracted criticism after describing the celebration of Berns&#039; impending death as &amp;quot;ethically justified&amp;quot; in light of Berns&#039; positions on gender.&amp;lt;ref&amp;gt;{{cite web|url=https://www.postandcourier.com/news/the-tweet-heard-round-the-world-charleston-professor-sparks-global/article_4a462cda-c9c7-11e9-8134-d32dc721835d.html |title=The tweet heard &#039;round the world: Charleston professor sparks global Twitter debate |publisher=Evening Post Industries |website=The Post and Courier |date=August 29, 2019 |access-date=2019-09-15 |author=Jenna Schiferl}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Health and death ===&lt;br /&gt;
&lt;br /&gt;
Berns was diagnosed with a glioblastoma (aggressive brain cancer) in 2018.&amp;lt;ref&amp;gt;{{cite web|url=https://www.youtube.com/watch?v=-brCJkXxzaM|title=My ladybrain update #2}}&amp;lt;/ref&amp;gt; Notably, Irish comedy writer [[Graham Linehan]] voiced vocal support for Berns on Twitter and other platforms,&amp;lt;ref&amp;gt;{{cite web|last1=Linehan|first1=Graham|title=Magdalen Berns 1983–2019|url=https://glinner.co.uk/stunning-and-brave-magdalen-berns-1983-2019/|website=Glinner|date=September 13, 2019}}&amp;lt;/ref&amp;gt; and visited her in palliative care. She was also visited by fellow radical feminist activists [[Julie_Bindel|Julie Bindel]]&amp;lt;ref&amp;gt;{{cite web |url=https://twitter.com/bindelj/status/1171341052109873152 |author=@bindelj ([[Julie Bindel]]) |date=September 10, 2019|title=I am visiting our Queen, Magdalen Berns tomorrow. I would be delighted to pass on any messages of love and appreciation to her if you would like to send me in a (short) DM? Thank you x |website=Twitter }}&amp;lt;/ref&amp;gt; and [[Rachel Moran]].&amp;lt;ref&amp;gt;{{Cite web|url=https://twitter.com/RachelRMoran/status/1172459990570938368 |author=@RachelRMoran ([[Rachel Moran]]) |date=September 13, 2019|title=I just feel so lucky to have been able to spend time with Magdalen the two weekends before she died. If people could see the carry-on in that hospice room there would be peals of laughter. She was absolutely her feisty determined self to the very end. Rest well little Sister, xxx |website=Twitter }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
She died on 13 September 2019, aged 36 in Edinburgh.&amp;lt;ref&amp;gt;{{cite web|url=https://www.feministcurrent.com/2019/09/13/whats-current-lesbian-feminist-shero-magdalen-berns-passes-away-at-36/ |title=What&#039;s Current: Lesbian feminist shero Magdalen Berns passes away at 36 |publisher=Feministcurrent.com |date=September 13, 2019 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/channel/UCvTTakI97sQ4SkMnsH8r0qQ Official YouTube Page]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:Magdalen Berns]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Gender&amp;diff=860</id>
		<title>Gender</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Gender&amp;diff=860"/>
		<updated>2020-03-05T19:36:40Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Add link to page in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PageSeo | description = Feminists see gender as a socially constructed system used to oppress women.&lt;br /&gt;
}}&lt;br /&gt;
The word &#039;&#039;gender&#039;&#039;, originating from the Latin &#039;&#039;genus&#039;&#039; (sort, kind) has gained several meanings over the centuries and especially during the past decades.  Significant debate exists between ideological groups that wish to highlight the importance of one particular definition of the word.&lt;br /&gt;
&lt;br /&gt;
The words &#039;&#039;feminine&#039;&#039; and &#039;&#039;masculine&#039;&#039; are usually associated with concepts of gender, as opposed to the words &#039;&#039;female&#039;&#039; and &#039;&#039;male&#039;&#039; which more commonly relate to [[sex]], though all of these words and concepts are frequently conflated by the general public.&lt;br /&gt;
&lt;br /&gt;
== Original definitions ==&lt;br /&gt;
&lt;br /&gt;
=== Grammatical gender ===&lt;br /&gt;
&lt;br /&gt;
Older and mostly non-political definitions of gender include &#039;&#039;grammatical gender&#039;&#039;, which is merely the division of certain words in some languages among two or more categories to highlight a (presumed) gender of the object, or lack thereof.  This gendering of words is sometimes applied rather nonsensically, such as in German and French, where all sorts of inanimate objects from furniture all the way to planets are accorded a gender, whereas some truly sex-specific words can surprisingly have a neutral gender, such as &#039;&#039;mädchen&#039;&#039;, the German word for &amp;quot;girl&amp;quot;, which is accorded a neutral gender despite the words &amp;quot;woman&amp;quot;, &amp;quot;boy&amp;quot; and &amp;quot;man&amp;quot; being gendered in accordance with the human sex they correspond to.  References to grammatical gender seem to date back to the 14th century.&lt;br /&gt;
&lt;br /&gt;
The words &#039;&#039;feminine&#039;&#039; and &#039;&#039;masculine&#039;&#039; are often used to refer to grammatical genders, although terms such as &#039;&#039;female pronouns&#039;&#039; and &#039;&#039;male pronouns&#039;&#039; are also commonly used to refer to grammatical constructs.&lt;br /&gt;
&lt;br /&gt;
=== Synonym to sex ===&lt;br /&gt;
&lt;br /&gt;
Another old and mostly non-political definition of gender is as a synonym to [[sex]], i.e. the categorization of an organism with respect to its role in binary reproduction.  This use of the word is popular presumably because of the vulgar connotations the word &amp;quot;sex&amp;quot; might be perceived to have.  The use of &amp;quot;gender&amp;quot; as a synonym for &amp;quot;sex&amp;quot; seems to date back all the way to the 15th century, and can be found even in academic texts which clearly deal with a strictly biology-based reproductive categorization of organisms.&lt;br /&gt;
&lt;br /&gt;
Similar to the use of gender to mean sex, the words &amp;quot;feminine&amp;quot; and &amp;quot;masculine&amp;quot; are also sometimes used as close approximations of &amp;quot;female&amp;quot; and &amp;quot;male&amp;quot;.  In biology, it is not uncommon to hear terms such as &amp;quot;feminization&amp;quot; or &amp;quot;masculinization&amp;quot; when referring to anatomic developments associated with the female and male sexes.  As another example, the euphemism &#039;&#039;feminine hygiene products&#039;&#039; is often used to refer to menstrual hygiene products, even though they clearly relate to the female sex.&lt;br /&gt;
&lt;br /&gt;
=== Recent changes ===&lt;br /&gt;
&lt;br /&gt;
In the 1950s, psychologist [https://en.wikipedia.org/wiki/John_Money John Money] began introducing alternative definitions of &#039;&#039;gender&#039;&#039; in his texts, in particular terms such as &#039;&#039;gender role&#039;&#039; and &#039;&#039;gender identity&#039;&#039;.  This might be the origin of the understanding of &#039;&#039;gender as a social construct&#039;&#039;, although Money&#039;s theories are not necessarily compatible with contemporary interpretations of this concept.&lt;br /&gt;
&lt;br /&gt;
What is meant with &#039;&#039;gender as a social construct&#039;&#039; is the realization that words such as &amp;quot;woman&amp;quot; and &amp;quot;man&amp;quot; (also &amp;quot;girl&amp;quot; and &amp;quot;boy&amp;quot;) do not merely induce thoughts of just any human that happens to be anatomically female or male.  Rather, upon hearing these words (or their translation to one&#039;s native language), one is likely to imagine a person who not only belongs to a certain anatomic sex category, but also fulfills certain expectations with regard to clothing, speech, behavior, and so on.  For instance, upon hearing &amp;quot;woman&amp;quot;, one is more likely to think of a person with long hair and perhaps a dress, even though both of these &amp;quot;gender markers&amp;quot; have no relation to female anatomy.  (Male humans can also grow long hair, and wear dresses.)  These gender markers/expectations differ from culture to culture and across history, and include many aspects with no relation to sexual anatomy.  As such, they are understood to constitute a &#039;&#039;social construct&#039;&#039; of gender, that is separate from the anatomical facts of being female or male.&lt;br /&gt;
&lt;br /&gt;
Onwards from the point of recognizing gender as a social construct, at least two competing theories regarding the deeper nature of gender have evolved: gender as a tool of sex-based oppression, and gender as an innate identity.&lt;br /&gt;
&lt;br /&gt;
In relation to these developments, the words &amp;quot;feminine&amp;quot; and &amp;quot;masculine&amp;quot; have likewise taken on meanings that more strongly emphasize the stereotyping aspect of the social construct of gender.  Femininity might refer to a personal style that includes long hair, dresses, the color pink, softer expressions, etc., whereas masculinity might refer to an opposite personal style.&lt;br /&gt;
&lt;br /&gt;
== Gender as a tool of oppression ==&lt;br /&gt;
&lt;br /&gt;
According to feminist theory, in particular second-wave radical feminism, the social construct of gender is more or less synonymous with sex-based roles and stereotypes imposed forcefully on women, which serve to keep intact their inferior position in a male-supremacist society.  The personality traits associated with women are believed to be outright myths, or self-fulfilling prophecies that are established through the years-long socialization of female children into the role of a &amp;quot;proper girl&amp;quot; and later a woman.  These personality traits ascribed to women and girls might include some positive aspects such as grace and kindness, but combined with the expectation of passivity and docileness they easily lead to a personality that makes it easy for men to exploit women&#039;s labor and bodies.&lt;br /&gt;
&lt;br /&gt;
The feminist realization of gender as a social construct actually dates back to before John Money&#039;s use of the word in his works.  In her 1949 book [https://files.feministwiki.org/index.php/s/gLErZgY99x6cRDx?path=%2FBooks%2FSimone%20de%20Beauvoir &#039;&#039;The Second Sex&#039;&#039;], [[Simone de Beauvoir]] famously spoke of how &#039;&#039;one is not born, but becomes a woman&#039;&#039;.  (Volume II, Part One, Chapter 1)  In the book, she elaborates on the ways in which societal forces lead persons born to the female sex to become &amp;quot;women&amp;quot; in the way society expects it.  Although de Beauvoir might not have explicitly mentioned a &amp;quot;separation between sex and gender&amp;quot; as is commonly heard in feminist circles nowadays, or otherwise used the word &amp;quot;gender&amp;quot; in the way described here, her analysis nevertheless seems to cover the same concept.&lt;br /&gt;
&lt;br /&gt;
[[File:Dworkin-root-cause-sexual-polarity.png|thumb|400px|&#039;&#039;Our Blood&#039;&#039;, chapter &#039;&#039;The Root Cause&#039;&#039;, page 110]]&lt;br /&gt;
&lt;br /&gt;
[[Andrea Dworkin]], in her book [https://files.feministwiki.org/index.php/s/gLErZgY99x6cRDx?path=%2FBooks%2FAndrea%20Dworkin &#039;&#039;Our Blood&#039;&#039;], writes the following about the &amp;quot;system of gender polarity&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;em&amp;gt;&lt;br /&gt;
“...  I have made this distinction between truth and reality in order to enable me to say something very simple: &#039;&#039;&#039;that while the system of gender polarity is real, it is not true.&#039;&#039;&#039;  It is not true that there are two sexes which are discrete and opposite, which are polar, which unite naturally and self-evidently into a har­monious whole.  It is not true that the male embodies both positive and neutral human qualities and potentialities in con­trast to the female who is female, according to Aristotle and all of male culture, “by virtue of a certain &#039;&#039;&#039;lack&#039;&#039;&#039; of qualities.”  And once we do not accept the notion that men are positive and women are negative, we are essentially rejecting the no­tion that there are men and women at all.  In other words, the system based on this polar model of existence is absolutely real; but the model itself is not true.  We are living imprisoned inside a pernicious delusion, a delusion on which all reality as we know it is predicated.&lt;br /&gt;
&lt;br /&gt;
In my view, those of us who are women inside this system of reality will never be free until the delusion of sexual polarity is destroyed and until the system of reality based on it is eradi­cated entirely from human society and from human memory.  This is the notion of cultural transformation at the heart of feminism.  This is the revolutionary possibility inherent in the feminist struggle.  ...”&lt;br /&gt;
&amp;lt;/em&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A naive reading of both de Beauvoir and Dworkin can lead to a confusion where one is led to believe that their writings are in line with contemporary &amp;quot;gender identity&amp;quot; theory.  Dworkin for instance writes that &#039;&#039;&amp;quot;it is not true that there are two sexes which are discrete and opposite&amp;quot;&#039;&#039;.  It&#039;s possible to give multiple interpretations to the clause &amp;quot;... which are discrete and opposite.&amp;quot;  Was she denying binary reproductive sex?  Or was she merely countering the notion women and men are completely different, discrete, opposite creatures, way beyond their reproductive features?  Both authors make extensive mention of female anatomy in relation to experiences of female oppression.  For instance, in the very same chapter from which the aforementioned quote is taken, Dworkin speaks of [https://en.wikipedia.org/wiki/Intrauterine_device IUDs] for female birth control, and of the clitoris as the source of female sexual pleasure.  As such, the compatibility of her theory with contemporary gender identity theory is rather questionable.  In none of Dworkin&#039;s or de Beauvoir&#039;s works is there a mention of a male-born person being or becoming a woman.&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
== Gender as innate identity ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(This section needs elaboration.)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Most transgender activists use &#039;&#039;gender&#039;&#039; to refer to a supposedly essential, inherent identity of human beings, which determines whether they are a &amp;quot;woman&amp;quot; or a &amp;quot;man&amp;quot; (or something else) without any relation to their reproductive capabilities.&lt;br /&gt;
&lt;br /&gt;
Theories around this notion are often associated with [https://en.wikipedia.org/wiki/Queer_theory queer theory] which in turn is based on [https://en.wikipedia.org/wiki/Post-structuralism post-structuralist philosophy].  Writings based on these ideologies tend to be rather difficult to understand (sometimes arguably in an attempt of the authors to sound more sophisticated than they are), and often have no completely clear conclusions.  This might be why even among transgender activists, there seems to be no consensus on some questions one might think are of central importance, such as: is gender identity inborn and immutable, or is it a personal choice?  If it&#039;s immutable, why do some people change their minds several times, and how can it be tested for objectively?  If there are any objective measures of gender identity, what are they, if not an identification with sexist stereotypes of femininity or masculinity?  For instance, is [https://en.wikipedia.org/wiki/Gender_dysphoria gender dysphoria] a necessary condition for being considered &amp;quot;truly&amp;quot; transgender?  If it&#039;s rather based on purely subjective notions, how can it have an effect on objective, material systems of oppression that affect people starting from birth?  If deciding that one has a &amp;quot;female gender identity&amp;quot; means that one has really always been a girl/woman, does that mean one never benefitted from male privilege, even after living 40+ years as a man?  If a &amp;quot;female gender identity&amp;quot; already makes a person female, does that mean bodily changes are truly unnecessary?  Does this mean that a tall, broad-shouldered person with a full beard, a deep voice, coarse body hair, and intact male genitals can nevertheless be considered a female person?  Does this person then have a right to access female-only facilities and services without restriction?&lt;br /&gt;
&lt;br /&gt;
The unwillingness or inability of transgender activists to answer such questions (or alternatively, the absurd answers they provide in attempts to be consistent with their own core ideology) has led many feminists to feel disillusioned with the transgender movement and begin to see it as being incompatible with feminism.  The observation that women who begin to raise critical voices are often met with overt hostility and shunning has further worsened the situation.  By now, many feminist groups and organizations have begun to see &amp;quot;gender identity&amp;quot; as a misogynist belief system, which should be openly challenged.&lt;br /&gt;
&lt;br /&gt;
== Recommended reading ==&lt;br /&gt;
&lt;br /&gt;
* [https://sexandgenderintro.com/ Sex and Gender - A Beginner&#039;s Guide] by Rebecca Reilly-Cooper&lt;br /&gt;
* [https://www.feministcurrent.com/2017/05/11/bill-c-16-misunderstands-gender-harms-women-patriarchy/ Bill C-16 misunderstands what gender is and how it harms women under patriarchy] by Meghan Murphy&lt;br /&gt;
* [https://www.feministcurrent.com/2014/07/16/defending-the-terf-gender-as-political/ Defending the ‘TERF’: Gender as political] by C. K. Egbert&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:Gênero]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Lesbian&amp;diff=854</id>
		<title>Lesbian</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Lesbian&amp;diff=854"/>
		<updated>2020-03-01T17:50:55Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Add link to page in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;lesbian&#039;&#039;&#039; is a homosexual woman,&amp;lt;ref&amp;gt;https://www.oxfordreference.com/view/10.1093/oi/authority.20110803100100998&amp;lt;/ref&amp;gt; defined by her exclusively same-sex sexual and romantic attraction. According to a 2016 report released by the United States CDC National Center for Health Statistics, 1.3% of women aged 18-44 stated they were &amp;quot;homosexual, gay, or lesbian.&amp;quot;&amp;lt;ref&amp;gt;https://www.cdc.gov/nchs/data/nhsr/nhsr088.pdf&amp;lt;/ref&amp;gt; In the United Kingdom, the Office for National Statistics in 2017 reported that 0.9% of women aged 16 or older identified as gay or lesbian.&amp;lt;ref&amp;gt;https://www.ons.gov.uk/peoplepopulationandcommunity/culturalidentity/sexuality/bulletins/sexualidentityuk/2017#a-higher-proportion-of-men-than-women-identify-as-gay-or-lesbian&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:Lésbica]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=TERF&amp;diff=846</id>
		<title>TERF</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=TERF&amp;diff=846"/>
		<updated>2020-02-29T15:42:02Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Add link to page in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PageSeo | description = TERF is a slur used by transgender activists to debase anyone who criticizes their movement on the basis of feminist concerns.&lt;br /&gt;
}}&lt;br /&gt;
[[File:Terf-slur-02.png|thumb|300px|A typical tweet containing &amp;quot;terf&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
The word &#039;&#039;TERF&#039;&#039; (or &#039;&#039;terf&#039;&#039;; pl &#039;&#039;terfs&#039;&#039; or &#039;&#039;terves&#039;&#039;) is a slur that is used predominantly by transgender activists and their allies against people who criticize the transgender movement on the basis of feminist concerns.  Since the slur is used for people with feminist concerns, the main target tend to be women.  As such, it&#039;s usually understood to be an anti-feminist, sexist and misogynist slur.&lt;br /&gt;
&lt;br /&gt;
The word was invented as an acronym for &#039;&#039;Trans-Exclusionary Radical Feminist&#039;&#039;, where the &amp;quot;trans-exclusionary&amp;quot; part referred to those holding roughly the position that transwomen should not be included under a feminist definition of womanhood, and the &amp;quot;radical feminist&amp;quot; part was meant neutrally, i.e. for people who would indeed describe themselves as [https://en.wikipedia.org/wiki/Radical_feminism radical feminists] in the true sense.  Over time, the acronym pretty much became a [https://en.wikipedia.org/wiki/Four-letter_word four-letter word].  Nowadays the capitalization is frequently omitted, and the already ambiguous original meaning ignored entirely.  Still, users of the term tend to claim that it&#039;s a neutral description.  The &amp;quot;trans-exclusionary&amp;quot; part may now refer to anyone who thinks transwomen should not have unfettered access to all female-only spaces (e.g. changing rooms), should not partake in women&#039;s sports where they have [[Transwomen in women&#039;s sports|unfair advantages]], should not be considered a natural part of the lesbian dating pool, etc.  Although most members of the public would see these as rather sensible positions, considering a &amp;quot;transwoman&amp;quot; may have intact male anatomy, transgender activists nevertheless see all of these types of &amp;quot;exclusion&amp;quot; as unacceptable.&lt;br /&gt;
&lt;br /&gt;
A closely associated term is &#039;&#039;SWERF&#039;&#039;, which is supposed to stand for &#039;&#039;Sex-Worker-Exclusionary Radical Feminist&#039;&#039; and is used for those who see the sex industry (prostitution, pornography, etc.) as highly exploitative and sexist.  Like &#039;&#039;TERF&#039;&#039;, the term is almost always applied as a slur, and to misrepresent the political position of the person it&#039;s used against.  Ironically, some of those who have to face the term most commonly are women who worked in prostitution and became anti-prostitution activists as a result of their own experiences as so-called sex workers.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
=== Origin ===&lt;br /&gt;
&lt;br /&gt;
The oldest known use of the term is by Viv Smythe aka &amp;quot;tigtog&amp;quot; in a blog post from 2008.&amp;lt;ref name=terf-origin/&amp;gt;  She defended the term as late as 2018, in an article for The Guardian.&amp;lt;ref name=guardian-smythe/&amp;gt;  Transgender activists frequently try to defend the term on the grounds that Viv Smythe is a woman who herself claims to be a radical feminist, and seems to have first used the term in a way that is not derogatory.  Of course, the benign origins of a term does not mean that it cannot evolve into a slur.&lt;br /&gt;
&lt;br /&gt;
=== Evolution towards hate speech ===&lt;br /&gt;
&lt;br /&gt;
[[File:Mya-byrne-punches-terfs.jpg|thumb|right|200px|Totally not a slur!]]&lt;br /&gt;
&lt;br /&gt;
The evolution of the term from 2008 into the early to mid 2010s is not well documented.  Mostly, feminists had to face the term on social media, where it began to be used regularly to debase their position.  In July 2014, [https://www.feministcurrent.com/ Feminist Current] published two articles referencing the term.  The first, written by C. K. Egbert and titled &#039;&#039;Defending the &#039;TERF&#039;: Gender as political&#039;&#039;, explains and defends in length the political theory underlining the ideas supported by feminists who are slurred as &amp;quot;terf.&amp;quot;&amp;lt;ref name=fc-egbert/&amp;gt;  The second, written by [[Sarah Ditum]] and titled &#039;&#039;How &#039;TERF&#039; works&#039;&#039;, shortly analyses a situation in which a woman is pressured to retract a statement opposing violence against women, on the grounds that the statement originally stems from a feminist who is considered a &amp;quot;terf&amp;quot;.&amp;lt;ref name=fc-ditum/&amp;gt;  Since Feminist Current is highly acclaimed among radical-leaning feminists, its decision to support the women slurred with &amp;quot;terf&amp;quot; could be seen as a turning point.&lt;br /&gt;
&lt;br /&gt;
In August 2014, Vice published an article titled &#039;&#039;I Am Now Officially a Transphobic Twitter Troll&#039;&#039; (subtitle: &#039;&#039;At least according to the &#039;Block Bot&#039; I am&#039;&#039;) by author Martin Robbins.&amp;lt;ref name=vice-robbins/&amp;gt;  In the article, Robbins talks about how the &amp;quot;Block Bot&amp;quot; project on Twitter, which is supposed to help people avoid abusive trolls, has included feminist authors and journalists such as [[Caroline Criado-Perez]] and [[Helen Lewis]] among the people who should be blocked.  Ironically, Lewis seems to have made it to the list for complaining about abusive trolls, as the &amp;quot;evidence&amp;quot; for the reason to ban her includes objections to tweets such as &amp;quot;kill TERFS&amp;quot;, &amp;quot;burn TERFS&amp;quot;, or hateful jokes such as &amp;quot;what&#039;s better than 1 dead terf? 2 dead terfs.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Another Feminist Current article defending those targeted with the slur was published in November 2015, written by [[Penny White]] and titled &#039;&#039;Why I no longer hate ‘TERFs’&#039;&#039;.&amp;lt;ref name=fc-white/&amp;gt;  In the article, White explains how she herself used to be convinced that so-called &amp;quot;TERFs&amp;quot; are worthy of contempt, but changed her mind after starting to look closer into the issue.  This experience seems to resonate with many women and some socially liberal men to this day, who start out being supportive of the transgender movement, only to start becoming skeptical after negative experiences and observations, ultimately leading them to be also labeled &amp;quot;terf&amp;quot; and shunned by transgender activists and their allies.  After that, Feminist Current started publishing articles critical of the transgender movement with some frequency, much to the enragement of transgender activists.&lt;br /&gt;
&lt;br /&gt;
In June 2017, transgender activist [https://en.wikipedia.org/wiki/Mya_Byrne Mya Byrne] came to the San Francisco Pride Parade with a t-shirt reading &amp;quot;I PUNCH TERFS&amp;quot;, decorated with a large fake blood-stain.  Byrne uploaded a selfie of him wearing the t-shirt at the parade, captioned &amp;quot;This is what gay liberation looks like #pride #yesallterfs&amp;quot; which sparked many negative reactions.&amp;lt;ref name=fc-tra-violence/&amp;gt;  The t-shirt would later be displayed at an &amp;quot;art exhibit&amp;quot; at the San Francisco Public Library, set up by the trans activist group &#039;&#039;The Degenderettes&#039;&#039;.  After complaints, the library removed the t-shirt from the exhibition, though similar items showcasing a violent mentality remained, such as baseball bats wrapped in barbed wire and painted in the colors of the transgender pride flag.&amp;lt;ref name=fc-tra-violence/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Sonicfox.png|thumb|right|300px|Dominique McLean&#039;s tweet glorifying violence against women.]]&lt;br /&gt;
&lt;br /&gt;
In April 2019, professional video gamer Dominique McLean aka [https://en.wikipedia.org/wiki/SonicFox SonicFox] uploaded a video on Twitter, captioned &amp;quot;what I do to terfs,&amp;quot; in which a male video game character strikes a female character&#039;s neck so hard that her skin comes off, while the camera shows her agony-filled face.  McLean can be heard yelling &amp;quot;terf!&amp;quot; into his microphone with each blow dealt to the female character, reminiscent of a lynching.&amp;lt;ref name=sonicfox/&amp;gt;  The tweet garnered hundreds of thousands of views, and many thousands of retweets and likes.&lt;br /&gt;
&lt;br /&gt;
McLean&#039;s tweet is made even worse by the fact that the hatred is not just directed at an imagined &amp;quot;terf&amp;quot; character, but at the voice actress behind the character, [https://en.wikipedia.org/wiki/Ronda_Rousey Ronda Rousey].  Rousey, who is an MMA (mixed martial arts) fighter, is deemed a &amp;quot;TERF&amp;quot; for having stated, with blunt wording, that it&#039;s unfair for male MMA fighter [[Transwomen in women&#039;s sports#Fallon_Fox|Fallon Fox]] to compete against women.&amp;lt;ref name=rousey-fox/&amp;gt;&amp;lt;ref name=rousey-marysue/&amp;gt;&amp;lt;ref name=rousey-reddit/&amp;gt;  A year after Rousey&#039;s remarks, female MMA fighter Tamikka Brents had suffered a concussion and an orbital bone fracture during a fight with Fallon Fox,&amp;lt;ref name=fallon-fox/&amp;gt; but this does not seem to have changed the opinion of trans activists.&lt;br /&gt;
&lt;br /&gt;
After McLean&#039;s tweet was reported for hate speech, Twitter initially decided that it [[:File:Sonicfox2.png|did not break their rules]].  Only after continued protest and many more reports did Twitter react, by removing the tweet and issuing SonicFox a mere 24-hour ban.&lt;br /&gt;
&lt;br /&gt;
In late 2019, a social media trend dubbed &amp;quot;POV you&#039;re a TERF in my mentions&amp;quot; started, in which trans activists would pose with a weapon (baseball bat, sword, machete, or the like), sometimes preparing to strike or showing them mid-strike, taken as a [https://en.wikipedia.org/wiki/Point-of-view_shot point-of-view (POV) shot] and captioned with the phrase &amp;quot;POV you&#039;re a TERF in my mentions&amp;quot; or variations thereof.&amp;lt;ref name=pov-terf/&amp;gt;  The pictures are supposed to represent the point-of-view (POV) of a &amp;quot;TERF&amp;quot; being assaulted by the depicted person.  In other words, women called &amp;quot;TERF&amp;quot; who look at the pictures are supposed to imagine themselves being violently assaulted.&lt;br /&gt;
&lt;br /&gt;
=== Real-life vandalism, harassment, and assaults ===&lt;br /&gt;
&lt;br /&gt;
In February 2017, the newly opened Vancouver Women&#039;s Library was met with a small group of vandals, including a very obviously male person who claimed to be a female sex worker.  They ripped off a poster, poured wine on a book, and harassed those trying to partake in the opening celebration.  Their stated reason was that the library included books which they deemed to support so-called &amp;quot;TERF&amp;quot; and &amp;quot;SWERF&amp;quot; ideology.&amp;lt;ref name=vwl/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube dimensions=500 alignment=right description=&amp;quot;The assault by Tara Wolf on Maria MacLachlan (September 13th, 2017)&amp;quot; container=frame&amp;gt;&lt;br /&gt;
https://www.youtube.com/watch?v=9_d3ozhSE-U&lt;br /&gt;
&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In September 2017, a group of feminists wanted to hold a meeting to discuss proposed changes to the [https://www.feministcurrent.com/2018/09/14/never-mind-reforming-gender-recognition-act-theres-no-need-gender-recognition-certificates/ Gender Recognition Act] (GRA) in the [https://newxlearning.org/ New Cross Learning] community Library in London.  The library had to cancel the event after harassment by transgender activists.  The organizers of the meeting decided to meet at Speakers&#039; Corner, before going to the newly chosen meeting place, which was not announced to protect it from harassment.  In Speakers&#039; Corner, they were met with a group of transgender activists shouting slogans, notably &amp;quot;when TERFs attack, we fight back.&amp;quot;  Maria MacLachlan, who was filming the protesters with her digital camera, was attacked by someone running out of the trans activist group, who then tried to grab her camera.  As the unsuccessful attacker ran back behind his friends, MacLachlan tried to get closer to the group to get his face on camera.  Several of the activists started assaulting her in that moment.  One of the attackers, later revealed to be Tara Wolf, was ultimately charged with assault by beating.  Prior to the event, he had posted that he wants to &amp;quot;f*ck up some terfs&amp;quot; on social media.  The event could be considered a cornerstone in the escalating hatred transgender activists show against feminists, as no such clearly documented assault in relation to the slur &amp;quot;TERF&amp;quot; existed before, and the event gained widespread attention in the news, being covered by The Guardian,&amp;lt;ref name=guardian/&amp;gt; The New Statesman,&amp;lt;ref name=statesman1/&amp;gt;&amp;lt;ref name=statesman2/&amp;gt; The Telegraph,&amp;lt;ref name=telegraph/&amp;gt; The Times,&amp;lt;ref name=times1/&amp;gt;&amp;lt;ref name=times2/&amp;gt; The Evening Standard,&amp;lt;ref name=standard/&amp;gt; and The Daily Mail.&amp;lt;ref name=dailymail/&amp;gt;  Of course, it was also covered by Feminist Current.&amp;lt;ref name=fc1/&amp;gt;&amp;lt;ref name=fc2/&amp;gt;  In the aftermath of the event, many transgender activists online defended or even celebrated the assault, leading Meghan Murphy to publish the piece [https://www.feministcurrent.com/2017/09/21/terf-isnt-slur-hate-speech/ &#039;&#039; &#039;TERF&#039; isn&#039;t just a slur, it&#039;s hate speech&#039;&#039;].  Some publications in support of transgender activists have tried to claim that the assailant was really acting in self-defense, and tried to prove this claim by uploading carefully edited cuts of the recording showing the assault,&amp;lt;ref name=planettrans/&amp;gt; or by framing the assault as &amp;quot;standing up to bullies&amp;quot; who &amp;quot;provoke&amp;quot; transgender activists (by having opinions they don&#039;t like, we have to presume).&amp;lt;ref name=queerness/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In December 2018, human rights lawyer Prof. [[Rosa Freedman]] found her office door covered in urine after attending debates surrounding proposed changes to the UK&#039;s Gender Recognition Act.  She also reported being called a &amp;quot;Nazi&amp;quot; (she is Jewish) who &amp;quot;should be raped&amp;quot; (she is a survivor of sexual violence) and receiving abusive anonymous phone calls.&amp;lt;ref name=freedman/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In 2018, transgender activist Dana Rivers was on trial for triple murder.&amp;lt;ref name=rivers/&amp;gt;  The victims were a lesbian couple and their adoptive son.  Rivers stabbed and shot the victims, before trying to set their house on fire, in November 2016.  It remains unclear whether Rivers was motivated by the hatred against feminists and lesbians promulgated by transgender activists.  Rivers was, however, a member of the group [https://en.wikipedia.org/wiki/Camp_Trans Camp Trans], which was created to protest the women-only rule of the Michigan Womyn&#039;s Music Festival (aka MichFest).&amp;lt;ref name=camptrans/&amp;gt;  Autostraddle described Rivers as a &amp;quot;very well-known transgender activist.&amp;quot;&amp;lt;ref name=autostraddle/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In June 2019, [[Julie Bindel]] was physically attacked by a trans-identifying male person after holding a keynote speech about male violence against women at the Edinburgh University, together with Prof. Rosa Freedman.&amp;lt;ref name=edinburgh/&amp;gt;  &amp;quot;He was shouting and ranting and raving, &#039;you&#039;re a f***** c***, you&#039;re a f****** bitch, a f****** Terf&amp;quot; and the rest of it.  We were trying to walk to the cab to take us to the airport, and then he just lunged at me and almost punched me in the face, but a security guard pulled him away.&amp;quot;  The male person, who calls himself &amp;quot;[[Cathy Brennan]]&amp;quot; (after famous lesbian and radical feminist lawyer, whom he despises) had previously stood out on social media for [[:File:Joe-brennan-twitter.jpg|encouraging physical violence]] against feminists at Gay Pride events.&lt;br /&gt;
&lt;br /&gt;
In August 16, 2019, the Facebook account of [[Vancouver Rape Relief and Women&#039;s Shelter]] reported that a dead rat had been nailed to their door frame.&amp;lt;ref name=vrr-fb/&amp;gt;  On August 26, their Twitter account followed up by reporting their door and windows were vandalized with phrases such as &amp;quot;FUCK TERFS&amp;quot; and &amp;quot;KILL TERFS&amp;quot; as well as &amp;quot;TRANS POWER&amp;quot;.&amp;lt;ref name=vrr-twitter/&amp;gt;  The repeated harassment and vandalism garnered attention in local and national news.&amp;lt;ref name=vrr-vancouverisawesome/&amp;gt;&amp;lt;ref name=vrr-nationalreview/&amp;gt;&amp;lt;ref name=vrr-citynews/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Discussion of McLean&#039;s hate tweet&amp;quot; perrow=3 widths=400px heights=200px&amp;gt;&lt;br /&gt;
File:Sonicfox3.jpg | McLean defending his tweet on the grounds that Ronda Rousey is a &amp;quot;TERF&amp;quot; and as such deserving of the violent contempt&lt;br /&gt;
File:Sonicfox-copycat1.png | A copycat tweet showing another video game character dying brutally, with the caption &amp;quot;FUCK TERFS&amp;quot;&lt;br /&gt;
File:Sonicfox-copycat2.png | Another copycat tweet.  The GIF is of [https://en.wikipedia.org/wiki/Mortal_Kombat_11 Mortal Kombat 11] character [https://en.wikipedia.org/wiki/Scorpion_(Mortal_Kombat) Scorpion] burning his opponent alive.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Harassment and vandalism of Vancouver Rape Relief&amp;quot; perrow=3 widths=400px heights=200px&amp;gt;&lt;br /&gt;
File:Vrr-vandalism1.jpg | A dead rat nailed to the door frame of VRR&lt;br /&gt;
File:Vrr-vandalism2.jpg | The text &amp;quot;KILL TERFS ... TRANS POWER&amp;quot; written on the window&lt;br /&gt;
File:Vrr-vandalism3.jpg | The phrases &amp;quot;FUCK TERFS&amp;quot; and &amp;quot;TRANS WOMEN ARE WOMEN&amp;quot; written on the door and window&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Some examples of tweets using &#039;terf&#039;&amp;quot; perrow=3 widths=400px heights=200px&amp;gt;&lt;br /&gt;
File:Terf-gallery-1.png | &amp;quot;terf isn&#039;t a slur ... terfs don&#039;t deserve rights&amp;quot;&lt;br /&gt;
File:Terf-gallery-2.jpg | &amp;quot;All terfs will be arrested on sight&amp;quot;&lt;br /&gt;
File:Terf-gallery-3.jpg | &amp;quot;It&#039;s [https://en.wikipedia.org/wiki/Gay_pride#LGBT_Pride_Month Pride] punch a terf&amp;quot;&lt;br /&gt;
File:Terf-gallery-4.png | Putting &amp;quot;terf&amp;quot; right aside &amp;quot;nazi&amp;quot;&lt;br /&gt;
File:Terf-gallery-5.png | [https://en.wikipedia.org/wiki/Arthur_Chu Arthur Chu] supporting SonicFox&#039;s hate speech&lt;br /&gt;
File:Terf-gallery-6.png | &amp;quot;Being a TERF is a choice.  Like being a Nazi.&amp;quot;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Analysis of the term ==&lt;br /&gt;
&lt;br /&gt;
The original acronym could be split in two halves: &amp;quot;trans-exclusionary&amp;quot; and &amp;quot;radical feminist.&amp;quot;  Though many people targeted with the word do not see themselves as radical feminists, their ideals most often tend to align with [https://en.wikipedia.org/wiki/Radical_feminism radical feminism] anyway, making that part somewhat accurate.  The &amp;quot;trans-exclusionary&amp;quot; part however is rather ambiguous, and its meaning seems to change at the whim of the person using the term.&lt;br /&gt;
&lt;br /&gt;
When those using the term want to justify it as an objective and accurate description, they will use rather mundane and basic definitions of &amp;quot;exclusion&amp;quot; that applies easily to most people the term is used against.  Examples of this might include:&lt;br /&gt;
&lt;br /&gt;
* Wanting transwomen with unfair anatomic advantages to be excluded from women&#039;s sports&lt;br /&gt;
* Wanting transwomen with an obvious male anatomy (such as intact male genitals) to be excluded from sex segregated spaces of privacy, such as changing rooms&lt;br /&gt;
* Not considering transwomen to be &#039;&#039;literally&#039;&#039; women, by pointing at the dictionary definition that is &amp;quot;adult human female&amp;quot;&lt;br /&gt;
* Wanting to exclude transwomen from some political groups that want to focus on struggles unique to people born with female anatomy&lt;br /&gt;
* Wanting to exclude crimes committed by transwomen from being recorded as female criminality, especially since the crime patterns of transwomen seem more in line with crime patterns of men,&amp;lt;ref name=dhejne/&amp;gt; who commit the vast majority of violent crimes, specifically sexual violence&amp;lt;ref name=wpcrime/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Theterfs-delusion.png|thumb|right|500px|Some of the hyperbolic lies transgender activists use to justify hatred against feminists]]&lt;br /&gt;
&lt;br /&gt;
However, once the term &amp;quot;TERF&amp;quot; is applied to someone on the basis of them holding these opinions (which many people including non-feminists would agree are sensible), the definition of &amp;quot;exclusion&amp;quot; is quickly sharpened to justify expressions of hatred.  Sometimes, the &amp;quot;trans-exclusionary&amp;quot; is even hyperbolically turned into &amp;quot;trans-exterminatory&amp;quot; to increase its panic-inducing effect.  The website (or should we say whacksite) [http://theterfs.com/ &#039;&#039;The TERFs&#039;&#039;] goes as far as claiming that the people labeled &amp;quot;TERF&amp;quot; want to:&lt;br /&gt;
&lt;br /&gt;
* Exclude trans people from housing (make them homeless)&lt;br /&gt;
* Exclude trans people from employment (make them unemployed)&lt;br /&gt;
* Exclude them from education&lt;br /&gt;
* Exclude them from accomodation equality&lt;br /&gt;
* Exclude them from local, state, national and United Nations protections(!)&lt;br /&gt;
&lt;br /&gt;
As such, the women labeled &amp;quot;TERF&amp;quot; are represented less as women who simply want to uphold women&#039;s sex-based rights, and more like fascist monsters, which is then used to incite hatred and violence against them.  It&#039;s also noteworthy how exclusion of transwomen (from female-only spaces etc.) turns here into supposed exclusion of all trans people (from whatever).  As a matter of fact, women targeted as &amp;quot;TERFs&amp;quot; will frequently say explicitly that they welcome transmen in their groups, since transmen also face the sex-based oppression all women face from birth.&lt;br /&gt;
&lt;br /&gt;
The strategy of transgender activists of using simple definitions of &amp;quot;TERF&amp;quot; to make the term look accurate, but then twist the definition to justify hatred, is quite similar to a &amp;quot;troll&amp;quot; strategy that has been noted by philosopher Nicholas Shackel, and dubbed the &#039;&#039;Motte and Bailey Doctrine&#039;&#039; in a paper titled [https://philpapers.org/archive/SHATVO-2.pdf &#039;&#039;The Vacuity of Postmodernist Methodology&#039;&#039;]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;em&amp;gt;&lt;br /&gt;
&amp;quot;Troll’s Truisms are used to insinuate an exciting falsehood, which is a desired doctrine, yet permit retreat to the trivial truth when pressed by an opponent.  In so doing they exhibit a property which makes them the simplest possible case of what I shall call a Motte and Bailey Doctrine (since a doctrine can be a single belief or an entire body of beliefs).&lt;br /&gt;
&lt;br /&gt;
A Motte and Bailey castle is a medieval system of defence in which a stone tower on a mound (the Motte) is surrounded by an area of land (the Bailey) which in turn is encompassed by some sort of a barrier such as a ditch.  Being dark and dank, the Motte is not a habitation of choice.  The only reason for its existence is the desirability of the Bailey, which the combination of the Motte and ditch makes relatively easy to retain despite attack by marauders.  When only lightly pressed, the ditch makes small numbers of attackers easy to defeat as they struggle across it: when heavily pressed the ditch is not defensible and so neither is the Bailey.  Rather one retreats to the insalubrious but defensible, perhaps impregnable, Motte.  Eventually the marauders give up, when one is well placed to reoccupy desirable land.&lt;br /&gt;
&lt;br /&gt;
For my purposes the desirable but only lightly defensible territory of the Motte and Bailey castle, that is to say, the Bailey, represents a philosophical doctrine or position with similar properties: desirable to its proponent but only lightly defensible.  The Motte is the defensible but undesired position to which one retreats when hard pressed.  I think it is evident that Troll’s Truisms have the Motte and Bailey property, since the exciting falsehoods constitute the desired but indefensible region within the ditch whilst the trivial truth constitutes the defensible but dank Motte to which one may retreat when pressed.&amp;quot;&lt;br /&gt;
&amp;lt;/em&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In our case, the &#039;&#039;Motte&#039;&#039; is an easily defensible statement like: &#039;&#039;&amp;quot;You don&#039;t consider transwomen literally women, therefore you are trans-exclusionary, which makes you a TERF.&amp;quot;&#039;&#039;  Whereas the &#039;&#039;Bailey&#039;&#039; is: &#039;&#039;&amp;quot;You want to exclude trans people from housing and employment, therefore I&#039;m justified in hating you with a passion!&amp;quot;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It could also be called a &amp;quot;bait-and-switch&amp;quot; argument, where one is &amp;quot;baited&amp;quot; into agreeing with the claim that someone is a &amp;quot;TERF&amp;quot; by using a mundane definition of &amp;quot;trans exclusion,&amp;quot; and then the definition is switched into something bad, to justify expressions of hatred.&lt;br /&gt;
&lt;br /&gt;
=== Inspection of the claims on &#039;&#039;The TERFs&#039;&#039; ===&lt;br /&gt;
&lt;br /&gt;
[[File:Theterfs-logo.png|thumb|right|300px|Actual logo of TheTERFs.com: Evil black scribbles]]&lt;br /&gt;
&lt;br /&gt;
It should be noted that &#039;&#039;The TERFs&#039;&#039; offers little more than out-of-context quotes from several decades ago as &amp;quot;evidence&amp;quot; for its hyperbolic claims regarding so-called &amp;quot;TERF&amp;quot; ideology.  It also showcases a small number of cherry-picked tweets, half of which are from right-wing sources that also happen to oppose the transgender movement, which trans activists claim proves that feminists are secretly allied with them in a big conspiracy.  (This line of thinking is often ridiculed as: &amp;quot;Hitler was a vegetarian, therefore vegetarians are Nazis.&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
Regarding supposed evidence of &amp;quot;real-life violence motivated by TERF ideology,&amp;quot; the website lists six examples, of which three don&#039;t actually present any violence.  Those which do, relate to incidences from several decades ago, in which women tried to evict transwomen from female-only groups or spaces, using physical force or face-to-face threats.  Since women are expected to be always nice and passive towards males, even when trying to form radical feminist groups and keep males out of them, this is of course seen as unacceptable.  Two examples are about verbal threats, which is a run-of-the-mill experience for feminists opposing transgender activists, and the last one is about the deaths of trans people that are &#039;&#039;assumed&#039;&#039; to be related to lack of access to health care, which to be very blunt has fuck-all to do with feminist ideologies.&lt;br /&gt;
&lt;br /&gt;
To summarize: there is not a single documented instance of a feminist group going up to a transgender group to assault or threaten them.  Any claims of &amp;quot;violence by TERFs&amp;quot; refer either to women trying to evict transwomen from female-only spaces, extremely rare verbal threats, and lots and lots of fabrication.  In comparison, transgender activists have gone to women&#039;s libraries to vandalize them,&amp;lt;ref name=vwl/&amp;gt; went to feminist meetings to assault women,&amp;lt;ref name=fc1/&amp;gt;&amp;lt;ref name=fc2/&amp;gt; appeared with face masks at feminist conferences to intimidate women,&amp;lt;ref name=jamjar/&amp;gt; and the ubiquitous verbal abuse they send in the direction of women fills up [https://terfisaslur.com/ a whole website] set up solely to archive it.&lt;br /&gt;
&lt;br /&gt;
=== The term &#039;SWERF&#039; ===&lt;br /&gt;
&lt;br /&gt;
The word &#039;&#039;SWERF&#039;&#039; is a close relative to &#039;&#039;TERF&#039;&#039; and is applied in a similarly dishonest, misrepresenting way.  Women (and men who care about women&#039;s rights) who are critical of the sex industry for its exploitative nature are accused of being &amp;quot;sex-worker exclusionary&amp;quot; in an attempt to make them seem hateful towards an oppressed group.&lt;br /&gt;
&lt;br /&gt;
In fact, the people slurred as &amp;quot;SWERF&amp;quot; tend to be supporters of the [[Nordic Model]] against prostitution, which sees a high-quality welfare system as a necessary component in tackling prostitution, and in alleviating problems faced by women who would otherwise choose to do prostitution out of economic desperation.  Further, many of those slurred &amp;quot;SWERF&amp;quot; tend to be women who worked in prostitution themselves.&lt;br /&gt;
&lt;br /&gt;
Notably, one of the biggest anti-prostitution and anti-pornography feminists [[Andrea Dworkin]] was an ex-prostitute herself, and not ashamed of admitting so.  Another notable example is [[Rachel Moran]], who was in prostitution between the ages of 15 and 22, only to become one of the most notable anti-prostitution, pro-Nordic Model activists in recent years.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Transgender ideology]]&lt;br /&gt;
&lt;br /&gt;
=== External links ===&lt;br /&gt;
&lt;br /&gt;
* [https://terfisaslur.com/ terfisaslur.com - Documenting the abuse, harassment and misogyny of transgender identity politics]&lt;br /&gt;
* [https://www.feministcurrent.com/tag/terf/ TERF Archives | Feminist Current]&lt;br /&gt;
* [https://speakupforwomen.nz/dont-call-women-terfs/ Don&#039;t Call Women &#039;Terfs&#039; | Speak Up for Women NZ]&lt;br /&gt;
* [https://medium.com/@amydyess83/terf-is-hate-speech-and-its-time-to-condemn-it-6efc897ce407 TERF Is Hate Speech and It’s Time to Condemn It]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=terf-origin&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://hoydenabouttown.com/2008/08/17/carnivalia-transgenderism-and-the-gender-binary/&lt;br /&gt;
|title=Carnivalia, transgenderism and the gender binary&lt;br /&gt;
|author=Viv Smythe (aka tigtog)&lt;br /&gt;
|date=August 17, 2008&lt;br /&gt;
|website=Hoyden About Town&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=guardian-smythe&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.theguardian.com/commentisfree/2018/nov/29/im-credited-with-having-coined-the-acronym-terf-heres-how-it-happened&lt;br /&gt;
|title=I&#039;m credited with having coined the word &#039;Terf&#039;. Here&#039;s how it happened&lt;br /&gt;
|author=Viv Smythe (aka tigtog)&lt;br /&gt;
|date=November 28, 2018&lt;br /&gt;
|website=The Guardian&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=fc-egbert&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.feministcurrent.com/2014/07/16/defending-the-terf-gender-as-political/&lt;br /&gt;
|title=Defending the ‘TERF’: Gender as political&lt;br /&gt;
|author=C.K. Egbert&lt;br /&gt;
|date=July 16, 2014&lt;br /&gt;
|website=Feminist Current&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=fc-ditum&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.feministcurrent.com/2014/07/29/how-terf-works/&lt;br /&gt;
|title=How ‘TERF’ works&lt;br /&gt;
|author=Sarah Ditum&lt;br /&gt;
|date=July 29, 2014&lt;br /&gt;
|website=Feminist Current&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=vice-robbins&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.vice.com/en_uk/article/7bap7y/whats-the-block-blot-martin-robbins-757&lt;br /&gt;
|title=I Am Now Officially a Transphobic Twitter Troll&lt;br /&gt;
|author=Martin Robbins&lt;br /&gt;
|date=August 8, 2014&lt;br /&gt;
|website=Vice&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=fc-white&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.feministcurrent.com/2015/11/10/why-i-no-longer-hate-terfs/&lt;br /&gt;
|title=Why I no longer hate ‘TERFs’&lt;br /&gt;
|author=Penny White&lt;br /&gt;
|date=November 10, 2015&lt;br /&gt;
|website=Feminist Current&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=fc-tra-violence&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.feministcurrent.com/2018/05/01/trans-activism-become-centered-justifying-violence-women-time-allies-speak/&lt;br /&gt;
|title=Trans activism is excusing &amp;amp; advocating violence against women, and it’s time to speak up&lt;br /&gt;
|author=Meghan Murphy&lt;br /&gt;
|date=May 1, 2018&lt;br /&gt;
|website=Feminist Current&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=sonicfox&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.newstatesman.com/politics/feminism/2019/05/welcome-age-ironic-bigotry-where-old-hatreds-are-cloaked-woke-new-language&lt;br /&gt;
|title=Welcome to the age of ironic bigotry, where old hatreds are cloaked in woke new language&lt;br /&gt;
|author=Helen Lewis&lt;br /&gt;
|date=May 1, 2019&lt;br /&gt;
|website=The New Statesman&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=rousey-fox&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://bleacherreport.com/articles/1651451-ronda-rousey-vs-fallon-fox-head-to-toe-breakdown&lt;br /&gt;
|title=Ronda Rousey vs. Fallon Fox Head-to-Toe Breakdown&lt;br /&gt;
|author=Jordy McElroy&lt;br /&gt;
|date=May 25, 2013&lt;br /&gt;
|website=Bleacher Report&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=rousey-marysue&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.themarysue.com/ronda-rousey-and-transmisogyny/&lt;br /&gt;
|title=When Role Models Become Problematic: Ronda Rousey and Transmisogyny&lt;br /&gt;
|author=Teresa Jusino&lt;br /&gt;
|date=August 3, 2015&lt;br /&gt;
|website=The Mary Sue&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=fallon-fox&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://archive.is/yZfcs&lt;br /&gt;
|title=After Being TKO’d by Fallon Fox, Tamikka Brents Says Transgender Fighters in MMA ‘Just Isn’t Fair’&lt;br /&gt;
|website=Cage Potato&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=rousey-reddit&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.reddit.com/r/GamerGhazi/comments/ah4120/celebrity_terf_ronda_rousey_to_play_sonya_blade/&lt;br /&gt;
|title=Celebrity TERF Ronda Rousey to play Sonya Blade in Mortal Kombat 11&lt;br /&gt;
|website=reddit&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=pov-terf&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://web.archive.org/web/20191019184351/https://radfemrebecca.wordpress.com/2019/10/06/terfinmymentions/amp/&lt;br /&gt;
|title=“This is what I want to do to you” – Dissecting the ‘POV ur a TERF in my mentions’ trend.&lt;br /&gt;
|author=Rebecca&lt;br /&gt;
|date=October 6, 2019&lt;br /&gt;
|website=radfemrebecca.wordpress.com&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=vwl&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.feministcurrent.com/2017/02/07/vancouver-womens-library-opens-amid-anti-feminist-backlash/&lt;br /&gt;
|title=Vancouver Women’s Library opens amid anti-feminist backlash&lt;br /&gt;
|author=Meghan Murphy&lt;br /&gt;
|date=February 7, 2017&lt;br /&gt;
|website=Feminist Current&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=guardian&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.theguardian.com/uk-news/2017/oct/26/woman-punched-in-brawl-between-transgender-activists-and-radical-feminists&lt;br /&gt;
|title=Suspects sought after brawl between transgender activists and radical feminists&lt;br /&gt;
|author=Press Association&lt;br /&gt;
|date=October 26, 2017&lt;br /&gt;
|website=The Guardian&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=statesman1&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.newstatesman.com/politics/feminism/2018/04/madness-our-gender-debate-where-feminists-defend-slapping-60-year-old&lt;br /&gt;
|title=The madness of our gender debate, where feminists defend slapping a 60-year-old woman&lt;br /&gt;
|author=Helen Lewis&lt;br /&gt;
|date=April 20, 2018&lt;br /&gt;
|website=NewStatesman&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=statesman2&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.newstatesman.com/politics/feminism/2017/09/trans-rights-terfs-and-bruised-60-year-old-what-happened-speakers-corner&lt;br /&gt;
|title=Trans rights, TERFs, and a bruised 60-year-old: what happened at Speakers’ Corner?&lt;br /&gt;
|author=Anoosh Chakelian&lt;br /&gt;
|date=September 14, 2017&lt;br /&gt;
|website=NewStatesman&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=telegraph&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.telegraph.co.uk/news/2018/04/12/radical-feminist-warned-refer-transgender-defendant-assault/&lt;br /&gt;
|title=Radical feminist warned to refer to transgender defendant as a &#039;she&#039; during assault case&lt;br /&gt;
|author=Victoria Ward&lt;br /&gt;
|date=April 12, 2018&lt;br /&gt;
|website=The Telegraph&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=times1&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.thetimes.co.uk/article/transgender-activist-denies-thumping-radical-feminist-wvzgq6fx7&lt;br /&gt;
|title=Transgender activist Tara Wolf denies thumping radical feminist&lt;br /&gt;
|author=Lucy Bannerman&lt;br /&gt;
|date=April 12, 2018&lt;br /&gt;
|website=The Times&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=times2&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.thetimes.co.uk/article/trans-attacker-tara-wolf-is-a-thug-says-feminist-maria-maclachlan-pq0bwvthv&lt;br /&gt;
|title=Trans attacker is a thug, says feminist&lt;br /&gt;
|author=Lucy Bannerman&lt;br /&gt;
|date=April 14, 2018&lt;br /&gt;
|website=The Times&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=standard&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.standard.co.uk/news/crime/transgender-activist-tara-wolf-fined-150-for-assaulting-exclusionary-radical-feminist-in-hyde-park-a3813856.html&lt;br /&gt;
|title=Transgender activist Tara Wolf fined £150 for assaulting &#039;exclusionary&#039; radical feminist in Hyde Park&lt;br /&gt;
|author=Martin Coulter&lt;br /&gt;
|date=April 13, 2018&lt;br /&gt;
|website=EveningStandard&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=dailymail&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.dailymail.co.uk/news/article-5613057/Model-punched-feminist-smashed-120-camera-violent-brawl-walks-free-court.html&lt;br /&gt;
|title=Transgender model who punched feminist and smashed her £120 camera in violent brawl at Hyde Park Speakers&#039; Corner protest walks free from court&lt;br /&gt;
|author=Bridie Pearson-jones&lt;br /&gt;
|date=April 13, 2018&lt;br /&gt;
|website=MailOnline&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=fc1&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.feministcurrent.com/2017/09/15/historic-speakers-corner-becomes-site-anti-feminist-silencing-violence/&lt;br /&gt;
|title=Historic Speaker’s Corner becomes site of anti-feminist silencing and violence&lt;br /&gt;
|author=Meghan Murphy&lt;br /&gt;
|date=September 15, 2017&lt;br /&gt;
|website=Feminist Current&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=fc2&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.feministcurrent.com/2018/04/27/trans-identified-male-tara-wolf-charged-assault-hyde-park-attack/&lt;br /&gt;
|title=Trans-identified male, Tara Wolf, convicted of assault after Hyde Park attack&lt;br /&gt;
|author=Jen Izaakson&lt;br /&gt;
|date=April 27, 2018&lt;br /&gt;
|website=Feminist Current&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=rivers&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://sanfrancisco.cbslocal.com/2018/03/07/transgender-activist-trial-oakland-triple-murder/&lt;br /&gt;
|title=Transgender Activist Ordered To Stand Trial For Oakland Triple Murder&lt;br /&gt;
|date=March 7, 2018&lt;br /&gt;
|website=CBS SF BayArea&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=camptrans&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=http://eminism.org/michigan/20000812-camptrans.txt&lt;br /&gt;
|title=&#039;MICHIGAN EIGHT&#039; EVICTED OVER FESTIVAL&#039;S NEW &#039;DON&#039;T ASK DON&#039;T TELL&#039; GENDER POLICY&lt;br /&gt;
|date=August 12, 2000&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=autostraddle&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.autostraddle.com/more-bad-news-oakland-lesbian-couple-and-their-son-brutally-murdered-by-former-lgbt-activist-359026/&lt;br /&gt;
|title=Oakland Lesbian Couple and Their Son Murdered By Former LGBT Activist&lt;br /&gt;
|author=Riese&lt;br /&gt;
|date=November 16, 2016&lt;br /&gt;
|website=Autostraddle&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=edinburgh&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.scotsman.com/news/crime/feminist-speaker-julie-bindel-attacked-by-transgender-person-at-edinburgh-university-after-talk-1-4942260&lt;br /&gt;
|title=Feminist speaker Julie Bindel &#039;attacked by transgender person&#039; at Edinburgh University after talk&lt;br /&gt;
|author=Gina Davidson&lt;br /&gt;
|date=June 6, 2019&lt;br /&gt;
|website=The Scotsman&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=planettrans&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://planettransgender.com/when-terf-attack-at-hyde-park/&lt;br /&gt;
|title=Trans Activists Vilified For Defense against TERF Attack at Hyde Park&lt;br /&gt;
|author=Kelli Busey&lt;br /&gt;
|date=September 18, 2017&lt;br /&gt;
|website=Planet Transgender&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=queerness&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://thequeerness.com/2017/09/29/trial-by-media-over-speakers-corner-fracas/&lt;br /&gt;
|title=Trial by media over Speakers’ Corner fracas&lt;br /&gt;
|author=Sam Hope&lt;br /&gt;
|date=September 29, 2017&lt;br /&gt;
|website=The Queerness&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=jamjar&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://twitter.com/magdalenberns/status/988003582250291201&lt;br /&gt;
|title=Masked transactivists surround woman on stairwell&lt;br /&gt;
|author=Magdalen Berns&lt;br /&gt;
|date=April 22, 2018&lt;br /&gt;
|website=Twitter&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=dhejne&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://fairplayforwomen.com/criminality/&lt;br /&gt;
|title=Study suggests that transwomen exhibit a male pattern of criminality&lt;br /&gt;
|date=September 8, 2018&lt;br /&gt;
|website=Fair Play For Women&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=wpcrime&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://en.wikipedia.org/wiki/Sex_differences_in_crime#Statistics&lt;br /&gt;
|title=Sex differences in crime&lt;br /&gt;
|website=Wikipedia&lt;br /&gt;
|access-date=May 31, 2019&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=freedman&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.bbc.com/news/uk-england-berkshire-46454454&lt;br /&gt;
|title=Rosa Freedman: Professor&#039;s door &#039;covered in urine&#039; after gender law debate&lt;br /&gt;
|date=December 5, 2018&lt;br /&gt;
|website=BBC News&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=vrr-fb&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.facebook.com/VancouverRapeRelief/posts/710603379412445&lt;br /&gt;
|title=Vancouver Rape Relief &amp;amp; Women&#039;s Shelter - Facebook&lt;br /&gt;
|date=August 16, 2019&lt;br /&gt;
|website=Facebook&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=vrr-twitter&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://twitter.com/VanRapeRelief/status/1166426534321647616&lt;br /&gt;
|title=VancouverRapeRelief on Twitter&lt;br /&gt;
|date=August 26, 2019&lt;br /&gt;
|website=Twitter&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=vrr-vancouverisawesome&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.vancouverisawesome.com/2019/08/28/vancouver-rape-relief-centre-targeted-vandalism-threats-transgender-controversy/&lt;br /&gt;
|title=Vancouver Rape Relief centre targeted with vandalism, threats over transgender controversy&lt;br /&gt;
|author=Jessica Kerr&lt;br /&gt;
|date=August 28, 2019&lt;br /&gt;
|website=Vancouver is Awesome&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=vrr-nationalreview&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.nationalreview.com/2019/08/women-only-rape-relief-shelter-defunded-then-vandalized/&lt;br /&gt;
|title=Women-Only Rape-Relief Shelter Defunded, Then Vandalized&lt;br /&gt;
|author=Madeleine Kearns&lt;br /&gt;
|date=August 28, 2019&lt;br /&gt;
|website=National Review&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=vrr-citynews&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
|url=https://www.citynews1130.com/2019/08/27/vancouver-rape-relief-centre-vandalized-likely-over-restrictions-for-transgender-people/&lt;br /&gt;
|title=Vancouver Rape Relief centre vandalized, likely over restrictions for transgender people&lt;br /&gt;
|author=Jonathan Szekeres and Lauren Boothby&lt;br /&gt;
|date=Aug 27, 2019&lt;br /&gt;
|website=City News&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:TERF]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Anti-prostitution_feminism&amp;diff=845</id>
		<title>Anti-prostitution feminism</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Anti-prostitution_feminism&amp;diff=845"/>
		<updated>2020-02-25T19:11:08Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Add link to page in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Anti-prostitution feminism&#039;&#039;&#039; refers to [[feminism|feminist]] activism focused on ending women&#039;s exploitation through the sex trade.  Anti-prostitution feminists support the [[Nordic Model]], which sees prostitution as being inherently exploitative and an affront to women&#039;s human rights.  Notable anti-prostitution feminists include [[Melissa Farley]], [[Rachel Moran]], [[Andrea Dworkin]], [[Julie Bindel]], [[Sheila Jeffreys]], and [[Gail Dines]].  Anti-prostitution overlaps with [[anti-pornography feminism]], which focuses on the harms of the [[pornography]] industry, including the effects of pornographic media on society.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:Feminismo anti-prostituição]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Abortion&amp;diff=844</id>
		<title>Abortion</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Abortion&amp;diff=844"/>
		<updated>2020-02-24T23:54:45Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Insert new lines and link to article in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PageSeo | description = Abortion generally refers to the deliberate act of ending a pregnancy. }}&lt;br /&gt;
&#039;&#039;(This section needs elaboration.)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Abortion is the ending of a pregnancy by removal or expulsion of an embryo or fetus. There are currently significant debates over the morality of abortion, and these debates are active even within the radical feminist community. The aim of this page is to critically examine some of the most popular pro-life arguments, and to provide one radical feminist response to that argument, as well as responses to popular pro-life counter critiques.&lt;br /&gt;
&lt;br /&gt;
== The Pro-life Position ==&lt;br /&gt;
&lt;br /&gt;
The pro-life (anti-abortion) position is typically framed as some variation of the following syllogism:&lt;br /&gt;
&lt;br /&gt;
An embryo or fetus is a person.&lt;br /&gt;
Taking the life of a person is morally wrong.&lt;br /&gt;
Therefore, abortion is morally wrong.&lt;br /&gt;
&lt;br /&gt;
== Pro-choice Responses ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(This section needs elaboration.)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Philosophical responses to the pro-life position generally take one of two forms. The first relies on the right of a woman to bodily autonomy, which feminists argue supersedes the right of a fetus to life. The second response directly critiques the pro-life argument itself, in particular the concept of fetal or embryonic personhood.&lt;br /&gt;
&lt;br /&gt;
=== Fetal personhood ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
[[pt:Aborto]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Detransitioner&amp;diff=843</id>
		<title>Detransitioner</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Detransitioner&amp;diff=843"/>
		<updated>2020-02-23T20:01:06Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Put link to article in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;detransitioner&#039;&#039;&#039; is a person who previously identified as transgender, possibly to the point of undergoing [[hormone replacement therapy]] and other medical procedures such as a [[double mastectomy]].  There seems to be a rise in the number of detransitioners, especially among women, probably in relation to the rise in cases of [[rapid-onset gender dysphoria]], transgender identification as a social trend, or transgender identification as a new type of coping mechanism against sex stereotypes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
[[pt:Destransicionado]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Pay_Gap&amp;diff=842</id>
		<title>Pay Gap</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Pay_Gap&amp;diff=842"/>
		<updated>2020-02-23T19:51:44Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Mark as stub, create &amp;quot;Further reading&amp;quot; section and link to article in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
There is a pay gap between many different groups including women and people of colour. The pay gap has been shrinking but is still a significant disparity. Often women find it much harder to get promotions and raises than their male counterparts. Aggression in the workplace and elsewhere is frowned upon in women which makes it harder to get higher level jobs. Women of colour have these troubles doubled.&lt;br /&gt;
&lt;br /&gt;
== Further reading ==&lt;br /&gt;
# https://www.payscale.com/data/gender-pay-gap&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:Diferença salarial]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Cotton_ceiling&amp;diff=841</id>
		<title>Cotton ceiling</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Cotton_ceiling&amp;diff=841"/>
		<updated>2020-02-19T14:53:22Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Add link to page in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;cotton ceiling&#039;&#039;&#039; refers to the alleged phenomenon in which lesbian and bisexual women are unwilling to have sexual relations with transgender-identified males. The term was coined by Canadian transgender activist and pornography actor Drew DeVeaux.&amp;lt;ref&amp;gt;https://genderidentitywatch.com/wp-content/uploads/2013/08/pop-theory_-is-the-_cotton-ceiling_-theory-all-fluff_-afterellen.pdf&amp;lt;/ref&amp;gt; The word &amp;quot;cotton&amp;quot; in this context refers to women&#039;s underwear. The term draws a semantic parallel to the glass ceiling, which describes the inability of women to reach high-level positions within the workplace.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== External Links ==&lt;br /&gt;
# https://terfisaslur.com/cotton-ceiling/&lt;br /&gt;
# https://genderidentitywatch.com/wp-content/uploads/2013/08/ad-hoc-coalition-against-the-cotton-ceiling-condemns-planned-parenthood-toronto-for-anti-female-sex-workshop-_-you-think-i-just-dont-understand-but-i-dont-believe-you.pdf&lt;br /&gt;
# https://www.feministcurrent.com/2017/01/13/todays-shameless-lesbians-wont-queered/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:Cotton ceiling]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Gendered_oppression&amp;diff=840</id>
		<title>Gendered oppression</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Gendered_oppression&amp;diff=840"/>
		<updated>2020-02-18T20:28:20Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Link to page in Portuguese and change reference to external link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Gendered oppression&#039;&#039;&#039; is the systemic manner in which certain groups are privileged or disadvantaged because of their gender. Because gender is such an integral part of society, we may unconsciously subscribe to harmful and inaccurate gender stereotypes. These socially constructed assumptions about gender do not describe essential characteristics of men, women, and people outside of the gender binary, yet they often claim to. This maintains the &#039;&#039;&#039;gendered power difference&#039;&#039;&#039; that allows certain groups to benefit (socially and economically) at the expense of others.&lt;br /&gt;
&lt;br /&gt;
The maintenance of gendered oppression is systemic and structural. In other words, it results from everyday practices and unquestioned assumptions within society, not necessarily from a few individuals in power. The dissemination of gendered oppression can often be subtle. Popular jokes or comments can be very effective means of spreading and maintaining harmful gendered attitudes.&lt;br /&gt;
&lt;br /&gt;
Gendered oppression does not act in isolation. It intersects with discrimination based on race, sexuality, ability, class, age, history of incarceration, religion, language, and citizenship status. Analysis of any one of these oppressions alone is insufficient; each reinforces the other. In addition, the intersection of oppression is not simply a linear combination of the individual oppression. For example, a Black lesbian’s experience is not just the composite of a Black man’s and a white lesbian’s oppression. For these reasons, tackling gendered oppression necessarily involves exploring all other forms of oppression.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
# https://web.mit.edu/feminists/DiscussionGroup/articles&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:Opressão de gênero]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Cisgender&amp;diff=839</id>
		<title>Cisgender</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Cisgender&amp;diff=839"/>
		<updated>2020-02-17T18:59:42Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Add link to page in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PageSeo | description = Feminists oppose the notion of &amp;quot;cisgender&amp;quot; as it implies an inherent feminine identity in women.&lt;br /&gt;
}}&lt;br /&gt;
In [[transgender ideology]], the term &#039;&#039;&#039;cisgender&#039;&#039;&#039; (often shortened &#039;&#039;cis&#039;&#039; as in &#039;&#039;cis man&#039;&#039; or &#039;&#039;cis woman&#039;&#039;) stands for a person whose supposed [[gender identity]] aligns with their [[sex]], as opposed to [[transgender]] people who claim to have a &amp;quot;gender identity&amp;quot; that contradicts their sex.&amp;lt;ref name=kristen_schilt/&amp;gt;  Since feminists oppose the [[gender essentialism|gender essentialist]] notion of an inborn, inherent and essential feminine identity, and define [[gender]] as a [[patriarchy|patriarchal]] tool of sex-based oppression rather than a personally felt identity, they consequently disagree with the concept of a &amp;quot;cisgender person&amp;quot; as defined on the basis of gender identity.&amp;lt;ref name=rrc/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A simplistic definition of &#039;&#039;cis&#039;&#039;, often used to defend the term from its critics, is &amp;quot;anyone who isn&#039;t trans.&amp;quot;  This defense of the term fails to take into account the precise definition of &#039;&#039;trans&#039;&#039; under transgender ideology, which is based on the questionable notion of [[gender identity]].&lt;br /&gt;
&lt;br /&gt;
== Etymology and history ==&lt;br /&gt;
&lt;br /&gt;
The words &amp;quot;cis&amp;quot; and &amp;quot;trans&amp;quot; originate from Latin, where they could be translated as &amp;quot;this side of&amp;quot; and &amp;quot;the other side of.&amp;quot;  Their usage as antonyms can be seen in a number of fields, such as in the [https://en.wikipedia.org/wiki/Cis%E2%80%93trans_isomerism cis-trans isomerism] in organic chemistry, the so-called [https://en.wikipedia.org/wiki/Complementation_(genetics) cis-trans test] in genetics, or geographic terms such as [https://en.wikipedia.org/wiki/Transjordan_(region) Transjordan] and [https://en.wikipedia.org/wiki/West_Bank#Cisjordan Cisjordan] (the eastern/western side of River Jordan).  The word &amp;quot;cis&amp;quot; is presumably less well known than &amp;quot;trans&amp;quot; since many if not most terms using the word &amp;quot;trans&amp;quot; do not have a logical counterpart using &amp;quot;cis&amp;quot;, for instance: &#039;&#039;translate&#039;&#039;, &#039;&#039;transform&#039;&#039;, &#039;&#039;transatlantic&#039;&#039;, &#039;&#039;transpacific&#039;&#039;, etc.&lt;br /&gt;
&lt;br /&gt;
In a 1998 essay, sexologist [https://en.wikipedia.org/wiki/Volkmar_Sigusch Volkmar Sigusch] cites his own 1991 article &amp;quot;Die Transsexuellen und unser nosomorpher Blick&amp;quot; (&amp;quot;Transsexuals and our nosomorphic view&amp;quot;) as the origin of the term &amp;quot;cissexual,&amp;quot;&amp;lt;ref name=volkmar/&amp;gt; which might be a precursor to &amp;quot;cisgender.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The terms cisgender and cissexual were used in a 2006 article in the &#039;&#039;Journal of Lesbian Studies&#039;&#039; entitled &#039;&#039;Debating Trans Inclusion in the Feminist Movement: A Trans-Positive Analysis&#039;&#039;&amp;lt;ref name=green/&amp;gt; and in Julia Serano&#039;s 2007 book &#039;&#039;Whipping Girl: A Transsexual Woman on Sexism and the Scapegoating of Femininity&#039;&#039;.&amp;lt;ref name=serano/&amp;gt;  These works are attributed with the popularization of the term among English-speaking activists and academics.&amp;lt;ref name=popularity/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Google Trends analysis shows that interest in the term &#039;&#039;cisgender&#039;&#039; was virtually nonexistent in the years prior to 2010.  After a gradual increase towards 2014, a sudden spike in interest can be seen in February 2014, and further occasional spikes along with a general increase in the years after.&amp;lt;ref name=gtrends/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Feminist criticism ==&lt;br /&gt;
&lt;br /&gt;
While a simplistic definition of &#039;&#039;cisgender&#039;&#039; such as &amp;quot;everyone who isn&#039;t transgender&amp;quot; seems innocuous, the precise definition rests on the concept of [[gender identity]].  A &amp;quot;cis woman,&amp;quot; for instance, is said to be a person who is both physically [[female]], and who possesses a &amp;quot;female gender identity.&amp;quot;  While proponents of transgender ideology tend to refuse explainig what a female gender identity means, it seems similar to the oppressive notion that women have a feminine psyche or an inherent identification with feminine stereotypes.  Although a person with female anatomy is allowed to identify out of the feminine gender under this world view, it draws a false dichotomy between female people who supposedly belong into the feminine gender, and female people who don&#039;t.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;em&amp;gt;&lt;br /&gt;
Feminism does not believe that asking whether an individual identifies with the particular social characteristics and expectations assigned to them at birth is a politically useful way of analyzing or understanding gender.  Eliminating gender assignments, by allowing individuals to choose one of two pre-existing gender molds, while continuing to celebrate the existence and naturalism of “gender” itself, is not a progressive social goal that will advance women’s liberation.  Feminism claims that gender is a much more complicated (and sinister) social phenomenon than this popular cis/trans binary has any hope of capturing. -- Elizabeth Hungerford, A feminist critique of &amp;quot;cisgender&amp;quot;&lt;br /&gt;
&amp;lt;/em&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The concept leaves little room for a woman who is comfortable with her female anatomy, sees herself as nothing other than a &amp;quot;woman&amp;quot; in accordance with a straightforward biological definition, and yet rejects [[sexism|sexist]] notions of an inherent feminine nature of her personality.  She could be a strongly gender non-conforming radical feminist, and yet the mere act of calling herself a &amp;quot;woman&amp;quot; would mean that she has a female gender identity.  As such, she would belong in the same category as a conservative woman who strictly adheres to traditional notions of femininity.  Furthermore, even if we defined the former woman as &amp;quot;transgender&amp;quot; on the basis of her gender non-conformity, the femininity-conforming woman would have to be seen as being the way she is out of her inherent nature, since being transgender/cisgender is said not to be a choice.  Opposite to that, the feminist perspective would posit that the woman who conforms to traditional femininity has internalized sexist oppression, is limiting her freedom, and could mentally break free and embrace gender non-conformity if she were to raise to a feminist political consciousness.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;em&amp;gt;&lt;br /&gt;
... despite possessing female biology and calling myself a woman, I do not consider myself a two-dimensional gender stereotype. I am not an ideal manifestation of the essence of womanhood, and so I am non-binary. Just like everybody else. However, those who describe themselves as non-binary are unlikely to be satisfied with this conclusion, as their identity as ‘non-binary person’ depends upon the existence of a much larger group of so-called binary ‘cisgender’ people, people who are incapable of being outside the arbitrary masculine/feminine genders dictated by society.&lt;br /&gt;
&lt;br /&gt;
And here we have an irony about some people insisting that they and a handful of their fellow gender revolutionaries are non-binary: in doing so, they create a false binary between those who conform to the gender norms associated with their sex, and those who do not.  In reality, everybody is non-binary.  We all actively participate in some gender norms, passively acquiesce with others, and positively rail against others still.  So to call oneself non-binary is in fact to create a new false binary.  It also often seems to involve, at least implicitly, placing oneself on the more complex and interesting side of that binary, enabling the non-binary person to claim to be both misunderstood and politically oppressed by the binary cisgender people. -- Rebecca Reilly-Cooper, The idea that gender is a spectrum is a new gender prison&lt;br /&gt;
&amp;lt;/em&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Another problem with the concept of cisgender arises when considering lesbian women, especially butch lesbians, for whom gender non-conformity feels natural.  While every woman can choose to disregard rules of femininity after coming to a political consciousness, some women, especially lesbians, might feel naturally repelled from feminine stereotypes, beginning in early childhood.  The concept of gender identity would have it that they are possibly transgender and as such not women, even though they might feel perfectly content with the word &amp;quot;woman&amp;quot; when stripped off of feminine stereotypes and limited to a non-sexist, scientific definition.  Yet the concept of &amp;quot;cisgender&amp;quot; groups them together with women who find it easier to perform femininity, effectively erasing their unique experiences with regard to gender.&lt;br /&gt;
&lt;br /&gt;
== Recommended reading ==&lt;br /&gt;
&lt;br /&gt;
* [https://liberationcollective.wordpress.com/2012/06/08/a-feminist-critique-of-cisgender/ A feminist critique of &amp;quot;cisgender&amp;quot;] by Elizabeth Hungerford&lt;br /&gt;
* [https://aeon.co/essays/the-idea-that-gender-is-a-spectrum-is-a-new-gender-prison The idea that gender is a spectrum is a new gender prison] by Rebecca Reilly-Cooper&lt;br /&gt;
* [https://rebeccarc.com/2014/08/04/am-i-cisgender/ Am I cisgender?] by Rebecca Reilly-Cooper&lt;br /&gt;
* [https://www.feministcurrent.com/2018/05/16/neither-cis-terf/ Neither cis nor TERF] by Robert Jensen&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=kristen_schilt&amp;gt;{{cite journal | last1 = Schilt | last2 = Westbrook | first1 = Kristen | first2 = Laurel | title = Doing Gender, Doing Heteronormativity: &#039;Gender Normals,&#039; Transgender People, and the Social Maintenance of Heterosexuality | journal = [https://en.wikipedia.org/wiki/Gender_%26_Society Gender &amp;amp; Society] | volume = 23 | issue = 4 | pages = 440–464 [461] | doi =10.1177/0891243209340034 | date = August 2009 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=rrc&amp;gt;{{cite web|url=https://aeon.co/essays/the-idea-that-gender-is-a-spectrum-is-a-new-gender-prison |title=Gender is not a spectrum |last=Reilly-Cooper |first=Rebecca |date=28 June, 2016 |website=Aeon.co |publisher=Aeon }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=volkmar&amp;gt;{{cite journal | last = Sigusch | first = Volkmar | authorlink = Volkmar Sigusch | title = The Neosexual Revolution | journal = Archives of Sexual Behavior | volume = 27 | pages = 331–359 | date = February 1998 | issue = 4 | doi = 10.1023/A:1018715525493 | pmid = 9681118 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=green&amp;gt;{{cite journal | last1 = Green | first1 = Eli R. | title = Debating Trans Inclusion in the Feminist Movement: A Trans-Positive Analysis | journal = Journal of Lesbian Studies | volume = 10 | issue = 1/2 | pages = 231–248 [247] | year = 2006 | doi=10.1300/j155v10n01_12 | pmid = 16873223 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=serano&amp;gt;{{cite book |last=Serano |first=Julia |date=2007 |title=Whipping Girl: A Transsexual Woman on Sexism and the Scapegoating of Femininity |publisher=Seal Press |page=12 |isbn=978-1-58005-154-5 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=popularity&amp;gt;&lt;br /&gt;
{{Cite journal| authorlink = Carla A. Pfeffer| last = Pfeffer| first = Carla| title = Trans (Formative) Relationships: What We Learn About Identities, Bodies, Work and Families from Women Partners of Trans Men| journal = Ph.D Dissertation, Department of Sociology, University of Michigan| year = 2009}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Cite journal| authorlink = Rhaisa K. Williams| last = Williams| first = Rhaisa| title = Contradictory Realities, Infinite Possibilities: Language Mobilization and Self-Articulation Amongst Black Trans Women | journal = Penn McNair Research Journal | volume = 2| issue = 1| date = November 2010}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Cite journal| last = Drescher| first = Jack| authorlink = Jack Drescher| title = Queer Diagnoses: Parallels and Contrasts in the History of Homosexuality, Gender Variance, and the &#039;&#039;Diagnostic and Statistical Manual&#039;&#039;| journal = Archives of Sexual Behavior| doi = 10.1007/s10508-009-9531-5 | date = September 2009| volume = 39| issue = 2| pages = 427–460| pmid = 19838785}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=gtrends&amp;gt;{{cite web |url=https://trends.google.com/trends/explore?date=all&amp;amp;q=cisgender |title=cisgender - Explore - Google Trends |website=trends.google.com }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:Cisgênero]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=GirlsDoPorn&amp;diff=838</id>
		<title>GirlsDoPorn</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=GirlsDoPorn&amp;diff=838"/>
		<updated>2020-02-17T13:10:44Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Link to page in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GirlsDoPorn is a US American website dealing in filmed rape, presented as &amp;quot;amateur pornography.&amp;quot;  The website has an annual revenue of $25 million.&amp;lt;ref name=4w&amp;gt;{{cite web |url=https://4w.pub/the-girlsdoporn-verdict-is-a-win-for-women-but-its-not-enough/ |title=The GirlsDoPorn Verdict is a Win for Victims - But it&#039;s Not Enough |website=4W |author=M. K. Fain |date=January 5, 2020 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Three men involved in the organization, &#039;&#039;&#039;Michael Pratt&#039;&#039;&#039;, &#039;&#039;&#039;Andre Garcia&#039;&#039;&#039;, and &#039;&#039;&#039;Matthew Wolf&#039;&#039;&#039;, are facing charges for sex trafficking and child pornography.&amp;lt;ref&amp;gt;{{cite web |url=https://www.courthousenews.com/porn-company-charged-by-feds-for-sex-trafficking/ |title=Porn Company Charged by Feds for Sex Trafficking |website=Courthouse News Service |author=Bianco Bruno |date=October 10, 2019 }}&amp;lt;/ref&amp;gt;  In January 2020, judge Kevin Enright ruled that 22 adult victims of the company would be receiving $12.7 million in damages because of the severe trauma they faced.&amp;lt;ref&amp;gt;{{cite web |url=https://www.theguardian.com/us-news/2020/jan/03/girlsdoporn-site-pay-127m-women-didnt-know-videos-posted |title=Porn site to pay $12.7m to women who didn&#039;t know videos would be posted |website=The Guardian |author=Harriet Grant |date=January 3, 2020 }}&amp;lt;/ref&amp;gt;  Garcia and Wolf are in US federal custody as of January 2020, whereas Pratt has fled to his homeland, New Zealand, although the child pornography charges he is facing are subject to an extradition treaty between New Zealand and the US.&lt;br /&gt;
&lt;br /&gt;
Of the 22 victims who successfully sued the company, many were left dealing with suicidal ideation, post-traumatic stress disorder, eating disorders, blackmailing from men who find videos of their rape online, job discrimination, and various forms of sexual harassment.&amp;lt;ref name=4w/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Recommended reading ==&lt;br /&gt;
&lt;br /&gt;
* [https://4w.pub/the-girlsdoporn-verdict-is-a-win-for-women-but-its-not-enough/ The GirlsDoPorn Verdict is a Win for Victims - But it&#039;s Not Enough] - by Mary Kate Fain on [https://4w.pub 4W.pub]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:GirlsDoPorn]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Andrea_Dworkin&amp;diff=837</id>
		<title>Andrea Dworkin</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Andrea_Dworkin&amp;diff=837"/>
		<updated>2020-02-15T19:56:22Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Fix references section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Andrea Dworkin was a [[radical feminist]] and author. She was born in 1946 and died in 2005. She was anti-pornography and many of her views have been misrepresented.&lt;br /&gt;
&lt;br /&gt;
=== Biography ===&lt;br /&gt;
Dworkin was born September 26 1946, in New Jersey. She was often cared for by relatives because of her mothers heart issues. Her father was a socialist. Dworkin went to Bennington College. She protested the Vietnam war and was arrested and given a traumatic body cavity search at a prison. She told newspapers about the abuse and the prison was closed, but her parents disowned her. &lt;br /&gt;
&lt;br /&gt;
After this she moved to Greece and became a prostitute. After a year in Greece she went back to college and got her bachelors degree in 1968. She moved overseas and married a Dutch man who began abusing her. She tried to get help but no one would assist her. She ran away from her husband until a friend helped her come back to the United States. Once back, she divorced her husband. Dworkin released her first book, [[&#039;&#039;Woman Hating&#039;&#039;]], at the age of 27. Many claimed she was anti-men but she denied this.&lt;br /&gt;
&lt;br /&gt;
Dworkin kept writing until she couldn&#039;t anymore due to illness. She died in her sleep in 2005 at the age of 58.&amp;lt;ref&amp;gt;https://www.notablebiographies.com/newsmakers2/2006-A-Ec/Dworkin-Andrea.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Activism === &lt;br /&gt;
Dworkin wrote many books with radical feminist theory that&#039;s still talked about today. Many of her books were published by U.K. publishing houses because American companies found her to be too radical. &lt;br /&gt;
&lt;br /&gt;
Linda Marchiano(Lovelace) tried to sue the people in charge of her films because she suffered from being coerced into pornography. Dworkin asked [[Catharine MacKinnon]] to help Marchiano but there were no standing laws to support her case. An ordinance was drafted to allow people to sue the producers of pornography, which was supported by radical feminists and conservatives but other feminist groups argued it blocked women&#039;s right to explore their sexuality. A couple cities adopted it but the U.S. Supreme court deemed it unconstitutional.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:Andrea Dworkin]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Andrea_Dworkin&amp;diff=836</id>
		<title>Andrea Dworkin</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Andrea_Dworkin&amp;diff=836"/>
		<updated>2020-02-15T19:31:27Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Add link to page in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Andrea Dworkin was a [[radical feminist]] and author. She was born in 1946 and died in 2005. She was anti-pornography and many of her views have been misrepresented.&lt;br /&gt;
&lt;br /&gt;
=== Biography ===&lt;br /&gt;
Dworkin was born September 26 1946, in New Jersey. She was often cared for by relatives because of her mothers heart issues. Her father was a socialist. Dworkin went to Bennington College. She protested the Vietnam war and was arrested and given a traumatic body cavity search at a prison. She told newspapers about the abuse and the prison was closed, but her parents disowned her. &lt;br /&gt;
&lt;br /&gt;
After this she moved to Greece and became a prostitute. After a year in Greece she went back to college and got her bachelors degree in 1968. She moved overseas and married a Dutch man who began abusing her. She tried to get help but no one would assist her. She ran away from her husband until a friend helped her come back to the United States. Once back, she divorced her husband. Dworkin released her first book, [[&#039;&#039;Woman Hating&#039;&#039;]], at the age of 27. Many claimed she was anti-men but she denied this.&lt;br /&gt;
&lt;br /&gt;
Dworkin kept writing until she couldn&#039;t anymore due to illness. She died in her sleep in 2005 at the age of 58.&amp;lt;ref&amp;gt;https://www.notablebiographies.com/newsmakers2/2006-A-Ec/Dworkin-Andrea.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Activism === &lt;br /&gt;
Dworkin wrote many books with radical feminist theory that&#039;s still talked about today. Many of her books were published by U.K. publishing houses because American companies found her to be too radical. &lt;br /&gt;
&lt;br /&gt;
Linda Marchiano(Lovelace) tried to sue the people in charge of her films because she suffered from being coerced into pornography. Dworkin asked [[Catharine MacKinnon]] to help Marchiano but there were no standing laws to support her case. An ordinance was drafted to allow people to sue the producers of pornography, which was supported by radical feminists and conservatives but other feminist groups argued it blocked women&#039;s right to explore their sexuality. A couple cities adopted it but the U.S. Supreme court deemed it unconstitutional.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:Andrea Dworkin]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Rachel_McKinnon&amp;diff=835</id>
		<title>Rachel McKinnon</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Rachel_McKinnon&amp;diff=835"/>
		<updated>2020-02-14T14:30:06Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Insert link to page in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Biology is Transphobic.png|frame|right|McKinnon on Twitter]]&#039;&#039;&#039;Rachel McKinnon&#039;&#039;&#039; (b. 1982), previously known as Rhys McKinnon,&amp;lt;ref&amp;gt;https://www.ontario.ca/document/ontario-gazette-volume-146-issue-33-august-17-2013/government-notices-respecting-corporations&amp;lt;/ref&amp;gt; is a transgender-identified man, a transgender activist and an associate professor in the Philosophy department at the College of Charleston,&amp;lt;ref&amp;gt;http://philosophy.cofc.edu/faculty-staff-listing/mckinnon-rachel.php#RachelMcKinnon&amp;lt;/ref&amp;gt; located in Charleston, South Carolina. He has attracted media and public attention for competing in women&#039;s cycling&amp;lt;ref&amp;gt;https://www.washingtontimes.com/news/2018/oct/15/rachel-mckinnon-transgender-cyclist-calls-out-bigo/&amp;lt;/ref&amp;gt; and for his controversial statements regarding [[Radical feminism|radical feminist]] activist [[Magdalen Berns]].&amp;lt;ref&amp;gt;https://genderdesk.wordpress.com/2019/09/14/rip-magdalen-berns/&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://www.postandcourier.com/news/the-tweet-heard-round-the-world-charleston-professor-sparks-global/article_4a462cda-c9c7-11e9-8134-d32dc721835d.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:Rachel McKinnon]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Rapid-onset_gender_dysphoria&amp;diff=834</id>
		<title>Rapid-onset gender dysphoria</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Rapid-onset_gender_dysphoria&amp;diff=834"/>
		<updated>2020-02-14T14:10:00Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Add link to Portuguese page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rapid-onset gender dysphoria&#039;&#039;&#039; refers to the phenomenon in which a young person (child to young adult) seems to develop [[gender dysphoria]] rather rapidly, without any prior history hinting to the condition.  It&#039;s been suggested that an element of [[social contagion]] is at play, similar to how [[Eating disorder|eating disorders]] sometimes seem to spread among young female populations in a viral manner.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[pt:Disforia de gênero de surgimento repentino]]&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
	<entry>
		<id>https://feministwiki.org/w/index.php?title=Main_Page&amp;diff=789</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://feministwiki.org/w/index.php?title=Main_Page&amp;diff=789"/>
		<updated>2020-02-10T18:18:54Z</updated>

		<summary type="html">&lt;p&gt;Bcf: Add link to FeministWiki in Portuguese&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PageSeo | description = Welcome to the FeministWiki, a digital platform for feminism consisting of a wiki, forum, chat, blog hosting, and more. | keywords = radical feminism, radfem&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;Services: [https://blogs.feministwiki.org FeministBlog] - [https://files.feministwiki.org/ FeministFiles] - [https://mail.feministwiki.org/ FeministMail] - [https://forum.feministwiki.org/ FeministForum] - [https://chat.feministwiki.org/ FeministChat] - [[Help:IRC|FeministIRC]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Other languages: [https://feministwiki.org/de/ German] - [https://feministwiki.org/pt/ Portuguese]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Welcome to &#039;&#039;&#039;FeministWiki&#039;&#039;&#039;, a wiki and integrated digital platform for feminism.&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;wiki&#039;&#039; is a knowledge-base like an encyclopedia, but managed by the public.  The FeministWiki specializes on feminism, and is managed by feminists and their supporters.  It aims to archive and present information relevant to feminism, and explain feminist perspectives to the reader.&lt;br /&gt;
&lt;br /&gt;
Further, the FeministWiki aims to offer a complete integrated digital platform for feminists, with components such as a blogging platform, a discussion forum, a messaging/chat system, private and shared online storage for large files, and more.  You don&#039;t need to provide any personally identifying information to become a member, nor do you need to pay; the modest number of users makes the platform cheap to run.&lt;br /&gt;
&lt;br /&gt;
There are a few ways to become a member:&lt;br /&gt;
* Use the [https://account.feministwiki.org/register.html Registration Request] form to ask for an account.&lt;br /&gt;
* Contact an existing member and have them create an account for you by using the [https://account.feministwiki.org/add-member.html Add Member] form.&lt;br /&gt;
* Ask for an account by manually contacting admin@feministwiki.org or by messaging an official social media account of the FeministWiki.&lt;br /&gt;
&lt;br /&gt;
Spinster: [https://spinster.xyz/@FeministWiki @FeministWiki] &amp;lt;br/&amp;gt;&lt;br /&gt;
Facebook: [https://www.facebook.com/FeministWiki/ FeministWiki]&lt;br /&gt;
&lt;br /&gt;
Twitter has censored the FeministWiki.  Please join [https://spinster.xyz Spinster] instead!&lt;br /&gt;
&lt;br /&gt;
Once you are a member, you will be given a username and password with which you can log in to all FeministWiki services.  For example, to log in to the wiki itself (which you are reading right now), use the small &amp;quot;Log in&amp;quot; link at the top right of the page.&lt;br /&gt;
&lt;br /&gt;
See the &#039;&#039;&#039;[[FW:Welcome|Welcome page]]&#039;&#039;&#039; for further information on the FeministWiki, written with new members in mind.&lt;br /&gt;
&lt;br /&gt;
Heads up: &#039;&#039;&#039;the FeministWiki needs you&#039;&#039;&#039;.  All of the technical infrastructure of the FeministWiki is only useful if there&#039;s a community making use of it, and content on the wiki doesn&#039;t write itself!  Be bold, don&#039;t shy off of asking for membership, and let the community and the world benefit from your added knowledge.  You can become a member even if you have no intention to contribute to the actual wiki; feel free to chat away with other members, discuss matters important to you on the forum, or use the file storage to have a central place to store your favorite information-material on feminism.&lt;br /&gt;
&lt;br /&gt;
== Check out some articles ==&lt;br /&gt;
&lt;br /&gt;
=== Notable feminists ===&lt;br /&gt;
&lt;br /&gt;
* [[Magdalen Berns]]&lt;br /&gt;
&lt;br /&gt;
=== Sex, gender, and trans activism ===&lt;br /&gt;
&lt;br /&gt;
* [[Gender]]&lt;br /&gt;
* [[Transgender ideology]]&lt;br /&gt;
* [[Cisgender]]&lt;br /&gt;
* [[Autogynephilia]]&lt;br /&gt;
* [[TERF]]&lt;br /&gt;
* [[Transwomen in women&#039;s sports]]&lt;br /&gt;
&lt;br /&gt;
=== Sex industry ===&lt;br /&gt;
&lt;br /&gt;
* [[Nordic Model]]&lt;br /&gt;
&lt;br /&gt;
=== Black feminism ===&lt;br /&gt;
&lt;br /&gt;
* [[Black feminism]]&lt;br /&gt;
&lt;br /&gt;
== What is feminism? ==&lt;br /&gt;
&lt;br /&gt;
There are a variety of ideological groupings which call themselves feminism, and some of them are in contradiction with each other.  As such, one cannot support all types of feminism at the same time.  The FeministWiki is for people who adhere to a relatively straightforward and classical interpretation of feminism: the liberation of female people from male supremacism.  This is sometimes called &#039;&#039;radical feminism&#039;&#039; because male supremacism is a radical notion for many people, and its elimination requires radical changes to society.&lt;br /&gt;
&lt;br /&gt;
Male supremacism refers to social and political systems that use stereotypes, myths, discrimination, belittlement, violence, and other means to keep men in power and women oppressed.  Women are then exploited for reproductive and domestic labor, men&#039;s sexual gratification, and more.  Male supremacism also causes collateral damage to some men and boys.  For instance, effeminate boys and gay men are often targeted with punishment for failing to uphold the myth that men are inherently masculine.&lt;br /&gt;
&lt;br /&gt;
The FeministWiki promotes second-wave feminist literature:&lt;br /&gt;
&lt;br /&gt;
* [https://radfem.org/ Radical Feminist Archives]&lt;br /&gt;
&lt;br /&gt;
The FeministWiki is in full support of the [[Declaration on Women&#039;s Sex-Based Rights]]:&lt;br /&gt;
&lt;br /&gt;
* [https://www.womensdeclaration.com/ Declaration on Women&#039;s Sex-Based Rights]&lt;br /&gt;
&lt;br /&gt;
The FeministWiki recommends Spinster as a feminism-friendly social media platform:&lt;br /&gt;
&lt;br /&gt;
* [https://spinster.xyz Spinster.xyz]&lt;br /&gt;
&lt;br /&gt;
Further, the FeministWiki promotes and stands in solidarity with the following groups and organizations:&lt;br /&gt;
&lt;br /&gt;
* [http://lgballiance.org.uk LGB Alliance]: The LGB Alliance&lt;br /&gt;
* [http://womensliberationfront.org/ WoLF]: The Women&#039;s Liberation Front&lt;br /&gt;
* [https://feministcurrent.com/ Feminist Current]: Canadian feminist news, commentary, and podcasts&lt;br /&gt;
* [https://www.rapereliefshelter.bc.ca/ Vancouver Rape Relief]: Female-only rape-relief and women&#039;s shelter&lt;br /&gt;
* [https://nordicmodelnow.org/ Nordic Model Now]: Educational movement for the abolition of prostitution&lt;br /&gt;
* [http://www.spaceintl.org/ SPACE International]: Survivors of Prostitution Abuse Calling for Enlightenment&lt;br /&gt;
* [https://womansplaceuk.org/ Woman&#039;s Place UK]: Women&#039;s campaigning group scrutinizing gender self-identification&lt;br /&gt;
* [https://speakupforwomen.nz/ Speak Up for Women]: New Zealand group opposing gender self-identification&lt;br /&gt;
* [https://feministstruggle.org/ Feminists in Struggle - FIST]: US-based female-only radical feminist network&lt;br /&gt;
* [https://pussychurchofmodernwitchcraft.com/ The Pussy Church of Modern Witchcraft]: Lesbian-led Church for Women and Girls&lt;br /&gt;
&lt;br /&gt;
== Who&#039;s behind the project? ==&lt;br /&gt;
&lt;br /&gt;
The technical infrastructure is managed by [[FW:Technician|the technician]].  The first technician, who set up the site, is a male computer programmer who sees the project as volunteer work and claims absolutely no authority; he is well aware of the repeated scandals surrounding male feminists.  Content-wise, the site is meant to be under the control of the whole community using it.&lt;br /&gt;
&lt;br /&gt;
To reach the technician, mail to admin@feministwiki.org.&lt;/div&gt;</summary>
		<author><name>Bcf</name></author>
	</entry>
</feed>