<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.csclub.uwaterloo.ca/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Arpepper</id>
	<title>CSCWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.csclub.uwaterloo.ca/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Arpepper"/>
	<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/Special:Contributions/Arpepper"/>
	<updated>2026-06-03T22:41:52Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.5</generator>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=User_talk:Arpepper&amp;diff=4131</id>
		<title>User talk:Arpepper</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=User_talk:Arpepper&amp;diff=4131"/>
		<updated>2017-10-13T20:19:25Z</updated>

		<summary type="html">&lt;p&gt;Arpepper: /* Some neat pages on this wiki */ -- add Special:Export&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==&amp;lt;center&amp;gt;Arpepper&#039;s personal mini-tutorial/reference&amp;lt;/center&amp;gt;==&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 5px; background: #B0D360; border: 1px solid #C35817;&amp;quot;&amp;gt;&lt;br /&gt;
=== My  personal reference page for (missing) formatting info ===&lt;br /&gt;
&lt;br /&gt;
I find it too difficult to track down some of these things, so, for now at least (ie. until someone directs me to an easily accessible quick-reference guide) I have copied portions of the [[Wikipedia:Tutorial|Wikipedia Tutorial]] here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;[[User:Arpepper|Arpepper]] ([[User talk:Arpepper|talk]]) 15:39, 11 October 2017 (EDT)&#039;&#039;&lt;br /&gt;
===Headings and subheadings===&lt;br /&gt;
Headings can be created like this:&lt;br /&gt;
*&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;==Top level heading==&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; (2 equals signs)&lt;br /&gt;
*&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;===Subheading===&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; (3 equals signs)&lt;br /&gt;
*&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;====Another level down====&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; (4 equals signs)&lt;br /&gt;
===Indenting===&lt;br /&gt;
&lt;br /&gt;
There are several ways of indenting in Wikipedia:&lt;br /&gt;
&lt;br /&gt;
====Plain indentations====&lt;br /&gt;
A [[newline]] (pressing &#039;&#039;&#039;Enter&#039;&#039;&#039; or &#039;&#039;&#039;Return&#039;&#039;&#039;) marks the end of the indented paragraph.&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
:&amp;lt;tt&amp;gt;This is aligned all the way to the left.&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;This is indented slightly.&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;::&amp;lt;/nowiki&amp;gt;This is indented more.&amp;lt;/tt&amp;gt;&lt;br /&gt;
is shown as:&lt;br /&gt;
:This is aligned all the way to the left.&lt;br /&gt;
::This is indented slightly.&lt;br /&gt;
:::This is indented more.&lt;br /&gt;
&lt;br /&gt;
====Bullet points====&lt;br /&gt;
A brief example:&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;First list item&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;Second list item&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt;Sub-list item under second&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;Third list item&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Which is shown as:&lt;br /&gt;
:*First list item&lt;br /&gt;
:*Second list item&lt;br /&gt;
:**Sub-list item under second&lt;br /&gt;
:*Third list item&lt;br /&gt;
&lt;br /&gt;
====Numbered items====&lt;br /&gt;
Example:&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;First item&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Second item&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;##&amp;lt;/nowiki&amp;gt;Sub-item under second item&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Third item&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Shows up as:&lt;br /&gt;
:#First item&lt;br /&gt;
:#Second item&lt;br /&gt;
:##Sub-item under second item&lt;br /&gt;
:#Third item&lt;br /&gt;
&lt;br /&gt;
===Example discussion===&lt;br /&gt;
Here is an example of a well-formatted discussion:&lt;br /&gt;
&lt;br /&gt;
Hi. I have a question about this article. I&#039;m pretty sure purple elephants only live in New York! [[Wikipedia:User page|JayRandumWikiUser]] 02:49, 10 Dec 2003 (UTC)&lt;br /&gt;
:Well, last time I was in New York, the elephants I saw were green. &amp;amp;mdash; [[Wikipedia:User page|try2BEEhelpful]] 17:28, 11 Dec 2003 (UTC)&lt;br /&gt;
::I think you should find a source for your claims. [[Wikipedia:User page|Living&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;Skepticism]] 20:53, 11 Dec 2003 (UTC)&lt;br /&gt;
:::Okay, these elephant journals agree with me:&lt;br /&gt;
:::* &#039;&#039;Elephants Monthly&#039;&#039;&lt;br /&gt;
:::* &#039;&#039;Elephants World&#039;&#039;&lt;br /&gt;
:::&amp;amp;mdash; [[Wikipedia:User page|try2BEEhelpful]] 19:09, 12 Dec 2003 (UTC)&lt;br /&gt;
:I live in Australia, where the elephants look like kangaroos! The people below agree with my statement: [[Wikipedia:User page|-DontGdayMateMe]] 17:28, 14 Dec 2003 (UTC)&lt;br /&gt;
:# [[Zoophilia|ElefantLuvr]] 01:22, 15 Dec 2003 (UTC)&lt;br /&gt;
:# [[Wikipedia:User page|AisleVoteOnAnything]] 05:41, 15 Dec 2003 (UTC)&lt;br /&gt;
:# [[Wikipedia:User page|alittlebehindthetimes]] 18:39, 27 Jan 2004 (UTC)&lt;br /&gt;
&lt;br /&gt;
Note that if you want to include a list in your comments, add colons before each item, for example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;:::Okay, these elephant journals agree with me:&lt;br /&gt;
:::* &#039;&#039;Elephants Monthly&#039;&#039;&lt;br /&gt;
:::* &#039;&#039;Elephants World&#039;&#039;&lt;br /&gt;
:::&amp;amp;mdash; [[Wikipedia:User page|try2BEEhelpful]] 19:09, 12 Dec 2003 (UTC)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, signing your message off is done by:&lt;br /&gt;
* Writing &amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt; for the name ([[Wikipedia:User page|try2BEEhelpful]]), or &lt;br /&gt;
* Writing &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; for the name and date ([[Wikipedia:User page|try2BEEhelpful]] 19:09, 12 Dec 2003 (UTC)), or&lt;br /&gt;
* Writing &amp;lt;nowiki&amp;gt;~~~~~&amp;lt;/nowiki&amp;gt; for the date only (19:09, 12 Dec 2003 (UTC)).&lt;br /&gt;
&lt;br /&gt;
You should usually sign with both name and date but votes are often signed with names only.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Example link to a redirect page===&lt;br /&gt;
&lt;br /&gt;
Using the following will allow you to &amp;quot;stop&amp;quot; at the redirect page, allowing you to view its history and probably, in the extreme, change it from a redirect to a non-redirect page.  The sample page I have chosen to view is &amp;quot;safety belt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
http://en.wikipedia.org/w/index.php?title=safety_belt&amp;amp;redirect=no [http://en.wikipedia.org/w/index.php?title=safety_belt&amp;amp;redirect=no]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This isn&#039;t really a formatting tip, however, so would properly belong in a &amp;quot;different tutorial&amp;quot;.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
--&#039;&#039;[[User:Arpepper|Arpepper]] ([[User talk:Arpepper|talk]]) 15:39, 11 October 2017 (EDT)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Popups===&lt;br /&gt;
&lt;br /&gt;
See [[Wikipedia:Tools/Navigation_popups|popups]] for some helpful hints, especially for doing rv correctly.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;[[User:Arpepper|Arpepper]] ([[User talk:Arpepper|talk]]) 15:39, 11 October 2017 (EDT)&#039;&#039;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Some neat pages on this wiki ==&lt;br /&gt;
&lt;br /&gt;
This mediawiki isn&#039;t too out-of-date compared to wikipedia.  1.27.3  versus 1.31.0&lt;br /&gt;
&lt;br /&gt;
Here are some fun links&lt;br /&gt;
* [[Special:Version]]&lt;br /&gt;
* [[Special:SpecialPages]]&lt;br /&gt;
* [[Special:ExpandTemplates]]&lt;br /&gt;
* [[Special:Export]]&lt;br /&gt;
&lt;br /&gt;
--&#039;&#039;[[User:Arpepper|Arpepper]] ([[User talk:Arpepper|talk]]) 16:14, 13 October 2017 (EDT)&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Arpepper</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=User_talk:Arpepper&amp;diff=4130</id>
		<title>User talk:Arpepper</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=User_talk:Arpepper&amp;diff=4130"/>
		<updated>2017-10-13T20:14:01Z</updated>

		<summary type="html">&lt;p&gt;Arpepper: /* Some neat pages on this wiki */ add sig, duh&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==&amp;lt;center&amp;gt;Arpepper&#039;s personal mini-tutorial/reference&amp;lt;/center&amp;gt;==&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 5px; background: #B0D360; border: 1px solid #C35817;&amp;quot;&amp;gt;&lt;br /&gt;
=== My  personal reference page for (missing) formatting info ===&lt;br /&gt;
&lt;br /&gt;
I find it too difficult to track down some of these things, so, for now at least (ie. until someone directs me to an easily accessible quick-reference guide) I have copied portions of the [[Wikipedia:Tutorial|Wikipedia Tutorial]] here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;[[User:Arpepper|Arpepper]] ([[User talk:Arpepper|talk]]) 15:39, 11 October 2017 (EDT)&#039;&#039;&lt;br /&gt;
===Headings and subheadings===&lt;br /&gt;
Headings can be created like this:&lt;br /&gt;
*&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;==Top level heading==&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; (2 equals signs)&lt;br /&gt;
*&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;===Subheading===&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; (3 equals signs)&lt;br /&gt;
*&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;====Another level down====&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; (4 equals signs)&lt;br /&gt;
===Indenting===&lt;br /&gt;
&lt;br /&gt;
There are several ways of indenting in Wikipedia:&lt;br /&gt;
&lt;br /&gt;
====Plain indentations====&lt;br /&gt;
A [[newline]] (pressing &#039;&#039;&#039;Enter&#039;&#039;&#039; or &#039;&#039;&#039;Return&#039;&#039;&#039;) marks the end of the indented paragraph.&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
:&amp;lt;tt&amp;gt;This is aligned all the way to the left.&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;This is indented slightly.&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;::&amp;lt;/nowiki&amp;gt;This is indented more.&amp;lt;/tt&amp;gt;&lt;br /&gt;
is shown as:&lt;br /&gt;
:This is aligned all the way to the left.&lt;br /&gt;
::This is indented slightly.&lt;br /&gt;
:::This is indented more.&lt;br /&gt;
&lt;br /&gt;
====Bullet points====&lt;br /&gt;
A brief example:&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;First list item&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;Second list item&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt;Sub-list item under second&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;Third list item&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Which is shown as:&lt;br /&gt;
:*First list item&lt;br /&gt;
:*Second list item&lt;br /&gt;
:**Sub-list item under second&lt;br /&gt;
:*Third list item&lt;br /&gt;
&lt;br /&gt;
====Numbered items====&lt;br /&gt;
Example:&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;First item&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Second item&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;##&amp;lt;/nowiki&amp;gt;Sub-item under second item&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Third item&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Shows up as:&lt;br /&gt;
:#First item&lt;br /&gt;
:#Second item&lt;br /&gt;
:##Sub-item under second item&lt;br /&gt;
:#Third item&lt;br /&gt;
&lt;br /&gt;
===Example discussion===&lt;br /&gt;
Here is an example of a well-formatted discussion:&lt;br /&gt;
&lt;br /&gt;
Hi. I have a question about this article. I&#039;m pretty sure purple elephants only live in New York! [[Wikipedia:User page|JayRandumWikiUser]] 02:49, 10 Dec 2003 (UTC)&lt;br /&gt;
:Well, last time I was in New York, the elephants I saw were green. &amp;amp;mdash; [[Wikipedia:User page|try2BEEhelpful]] 17:28, 11 Dec 2003 (UTC)&lt;br /&gt;
::I think you should find a source for your claims. [[Wikipedia:User page|Living&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;Skepticism]] 20:53, 11 Dec 2003 (UTC)&lt;br /&gt;
:::Okay, these elephant journals agree with me:&lt;br /&gt;
:::* &#039;&#039;Elephants Monthly&#039;&#039;&lt;br /&gt;
:::* &#039;&#039;Elephants World&#039;&#039;&lt;br /&gt;
:::&amp;amp;mdash; [[Wikipedia:User page|try2BEEhelpful]] 19:09, 12 Dec 2003 (UTC)&lt;br /&gt;
:I live in Australia, where the elephants look like kangaroos! The people below agree with my statement: [[Wikipedia:User page|-DontGdayMateMe]] 17:28, 14 Dec 2003 (UTC)&lt;br /&gt;
:# [[Zoophilia|ElefantLuvr]] 01:22, 15 Dec 2003 (UTC)&lt;br /&gt;
:# [[Wikipedia:User page|AisleVoteOnAnything]] 05:41, 15 Dec 2003 (UTC)&lt;br /&gt;
:# [[Wikipedia:User page|alittlebehindthetimes]] 18:39, 27 Jan 2004 (UTC)&lt;br /&gt;
&lt;br /&gt;
Note that if you want to include a list in your comments, add colons before each item, for example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;:::Okay, these elephant journals agree with me:&lt;br /&gt;
:::* &#039;&#039;Elephants Monthly&#039;&#039;&lt;br /&gt;
:::* &#039;&#039;Elephants World&#039;&#039;&lt;br /&gt;
:::&amp;amp;mdash; [[Wikipedia:User page|try2BEEhelpful]] 19:09, 12 Dec 2003 (UTC)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, signing your message off is done by:&lt;br /&gt;
* Writing &amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt; for the name ([[Wikipedia:User page|try2BEEhelpful]]), or &lt;br /&gt;
* Writing &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; for the name and date ([[Wikipedia:User page|try2BEEhelpful]] 19:09, 12 Dec 2003 (UTC)), or&lt;br /&gt;
* Writing &amp;lt;nowiki&amp;gt;~~~~~&amp;lt;/nowiki&amp;gt; for the date only (19:09, 12 Dec 2003 (UTC)).&lt;br /&gt;
&lt;br /&gt;
You should usually sign with both name and date but votes are often signed with names only.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Example link to a redirect page===&lt;br /&gt;
&lt;br /&gt;
Using the following will allow you to &amp;quot;stop&amp;quot; at the redirect page, allowing you to view its history and probably, in the extreme, change it from a redirect to a non-redirect page.  The sample page I have chosen to view is &amp;quot;safety belt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
http://en.wikipedia.org/w/index.php?title=safety_belt&amp;amp;redirect=no [http://en.wikipedia.org/w/index.php?title=safety_belt&amp;amp;redirect=no]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This isn&#039;t really a formatting tip, however, so would properly belong in a &amp;quot;different tutorial&amp;quot;.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
--&#039;&#039;[[User:Arpepper|Arpepper]] ([[User talk:Arpepper|talk]]) 15:39, 11 October 2017 (EDT)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Popups===&lt;br /&gt;
&lt;br /&gt;
See [[Wikipedia:Tools/Navigation_popups|popups]] for some helpful hints, especially for doing rv correctly.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;[[User:Arpepper|Arpepper]] ([[User talk:Arpepper|talk]]) 15:39, 11 October 2017 (EDT)&#039;&#039;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Some neat pages on this wiki ==&lt;br /&gt;
&lt;br /&gt;
This mediawiki isn&#039;t too out-of-date compared to wikipedia.  1.27.3  versus 1.31.0&lt;br /&gt;
&lt;br /&gt;
Here are some fun links&lt;br /&gt;
* [[Special:Version]]&lt;br /&gt;
* [[Special:SpecialPages]]&lt;br /&gt;
* [[Special:ExpandTemplates]]&lt;br /&gt;
&lt;br /&gt;
--&#039;&#039;[[User:Arpepper|Arpepper]] ([[User talk:Arpepper|talk]]) 16:14, 13 October 2017 (EDT)&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Arpepper</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=User_talk:Arpepper&amp;diff=4129</id>
		<title>User talk:Arpepper</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=User_talk:Arpepper&amp;diff=4129"/>
		<updated>2017-10-13T20:13:38Z</updated>

		<summary type="html">&lt;p&gt;Arpepper: /* Some neat pages on this wiki */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==&amp;lt;center&amp;gt;Arpepper&#039;s personal mini-tutorial/reference&amp;lt;/center&amp;gt;==&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 5px; background: #B0D360; border: 1px solid #C35817;&amp;quot;&amp;gt;&lt;br /&gt;
=== My  personal reference page for (missing) formatting info ===&lt;br /&gt;
&lt;br /&gt;
I find it too difficult to track down some of these things, so, for now at least (ie. until someone directs me to an easily accessible quick-reference guide) I have copied portions of the [[Wikipedia:Tutorial|Wikipedia Tutorial]] here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;[[User:Arpepper|Arpepper]] ([[User talk:Arpepper|talk]]) 15:39, 11 October 2017 (EDT)&#039;&#039;&lt;br /&gt;
===Headings and subheadings===&lt;br /&gt;
Headings can be created like this:&lt;br /&gt;
*&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;==Top level heading==&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; (2 equals signs)&lt;br /&gt;
*&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;===Subheading===&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; (3 equals signs)&lt;br /&gt;
*&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;====Another level down====&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; (4 equals signs)&lt;br /&gt;
===Indenting===&lt;br /&gt;
&lt;br /&gt;
There are several ways of indenting in Wikipedia:&lt;br /&gt;
&lt;br /&gt;
====Plain indentations====&lt;br /&gt;
A [[newline]] (pressing &#039;&#039;&#039;Enter&#039;&#039;&#039; or &#039;&#039;&#039;Return&#039;&#039;&#039;) marks the end of the indented paragraph.&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
:&amp;lt;tt&amp;gt;This is aligned all the way to the left.&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;This is indented slightly.&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;::&amp;lt;/nowiki&amp;gt;This is indented more.&amp;lt;/tt&amp;gt;&lt;br /&gt;
is shown as:&lt;br /&gt;
:This is aligned all the way to the left.&lt;br /&gt;
::This is indented slightly.&lt;br /&gt;
:::This is indented more.&lt;br /&gt;
&lt;br /&gt;
====Bullet points====&lt;br /&gt;
A brief example:&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;First list item&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;Second list item&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt;Sub-list item under second&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;Third list item&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Which is shown as:&lt;br /&gt;
:*First list item&lt;br /&gt;
:*Second list item&lt;br /&gt;
:**Sub-list item under second&lt;br /&gt;
:*Third list item&lt;br /&gt;
&lt;br /&gt;
====Numbered items====&lt;br /&gt;
Example:&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;First item&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Second item&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;##&amp;lt;/nowiki&amp;gt;Sub-item under second item&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Third item&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Shows up as:&lt;br /&gt;
:#First item&lt;br /&gt;
:#Second item&lt;br /&gt;
:##Sub-item under second item&lt;br /&gt;
:#Third item&lt;br /&gt;
&lt;br /&gt;
===Example discussion===&lt;br /&gt;
Here is an example of a well-formatted discussion:&lt;br /&gt;
&lt;br /&gt;
Hi. I have a question about this article. I&#039;m pretty sure purple elephants only live in New York! [[Wikipedia:User page|JayRandumWikiUser]] 02:49, 10 Dec 2003 (UTC)&lt;br /&gt;
:Well, last time I was in New York, the elephants I saw were green. &amp;amp;mdash; [[Wikipedia:User page|try2BEEhelpful]] 17:28, 11 Dec 2003 (UTC)&lt;br /&gt;
::I think you should find a source for your claims. [[Wikipedia:User page|Living&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;Skepticism]] 20:53, 11 Dec 2003 (UTC)&lt;br /&gt;
:::Okay, these elephant journals agree with me:&lt;br /&gt;
:::* &#039;&#039;Elephants Monthly&#039;&#039;&lt;br /&gt;
:::* &#039;&#039;Elephants World&#039;&#039;&lt;br /&gt;
:::&amp;amp;mdash; [[Wikipedia:User page|try2BEEhelpful]] 19:09, 12 Dec 2003 (UTC)&lt;br /&gt;
:I live in Australia, where the elephants look like kangaroos! The people below agree with my statement: [[Wikipedia:User page|-DontGdayMateMe]] 17:28, 14 Dec 2003 (UTC)&lt;br /&gt;
:# [[Zoophilia|ElefantLuvr]] 01:22, 15 Dec 2003 (UTC)&lt;br /&gt;
:# [[Wikipedia:User page|AisleVoteOnAnything]] 05:41, 15 Dec 2003 (UTC)&lt;br /&gt;
:# [[Wikipedia:User page|alittlebehindthetimes]] 18:39, 27 Jan 2004 (UTC)&lt;br /&gt;
&lt;br /&gt;
Note that if you want to include a list in your comments, add colons before each item, for example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;:::Okay, these elephant journals agree with me:&lt;br /&gt;
:::* &#039;&#039;Elephants Monthly&#039;&#039;&lt;br /&gt;
:::* &#039;&#039;Elephants World&#039;&#039;&lt;br /&gt;
:::&amp;amp;mdash; [[Wikipedia:User page|try2BEEhelpful]] 19:09, 12 Dec 2003 (UTC)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, signing your message off is done by:&lt;br /&gt;
* Writing &amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt; for the name ([[Wikipedia:User page|try2BEEhelpful]]), or &lt;br /&gt;
* Writing &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; for the name and date ([[Wikipedia:User page|try2BEEhelpful]] 19:09, 12 Dec 2003 (UTC)), or&lt;br /&gt;
* Writing &amp;lt;nowiki&amp;gt;~~~~~&amp;lt;/nowiki&amp;gt; for the date only (19:09, 12 Dec 2003 (UTC)).&lt;br /&gt;
&lt;br /&gt;
You should usually sign with both name and date but votes are often signed with names only.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Example link to a redirect page===&lt;br /&gt;
&lt;br /&gt;
Using the following will allow you to &amp;quot;stop&amp;quot; at the redirect page, allowing you to view its history and probably, in the extreme, change it from a redirect to a non-redirect page.  The sample page I have chosen to view is &amp;quot;safety belt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
http://en.wikipedia.org/w/index.php?title=safety_belt&amp;amp;redirect=no [http://en.wikipedia.org/w/index.php?title=safety_belt&amp;amp;redirect=no]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This isn&#039;t really a formatting tip, however, so would properly belong in a &amp;quot;different tutorial&amp;quot;.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
--&#039;&#039;[[User:Arpepper|Arpepper]] ([[User talk:Arpepper|talk]]) 15:39, 11 October 2017 (EDT)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Popups===&lt;br /&gt;
&lt;br /&gt;
See [[Wikipedia:Tools/Navigation_popups|popups]] for some helpful hints, especially for doing rv correctly.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;[[User:Arpepper|Arpepper]] ([[User talk:Arpepper|talk]]) 15:39, 11 October 2017 (EDT)&#039;&#039;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Some neat pages on this wiki ==&lt;br /&gt;
&lt;br /&gt;
This mediawiki isn&#039;t too out-of-date compared to wikipedia.  1.27.3  versus 1.31.0&lt;br /&gt;
&lt;br /&gt;
Here are some fun links&lt;br /&gt;
* [[Special:Version]]&lt;br /&gt;
* [[Special:SpecialPages]]&lt;br /&gt;
* [[Special:ExpandTemplates]]&lt;/div&gt;</summary>
		<author><name>Arpepper</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=User_talk:Ztseguin&amp;diff=4128</id>
		<title>User talk:Ztseguin</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=User_talk:Ztseguin&amp;diff=4128"/>
		<updated>2017-10-11T19:48:49Z</updated>

		<summary type="html">&lt;p&gt;Arpepper: /* Hello Zach */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Hello Zach ==&lt;br /&gt;
&lt;br /&gt;
--&#039;&#039;[[User:Arpepper|Arpepper]] ([[User talk:Arpepper|talk]]) 15:48, 11 October 2017 (EDT)&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Arpepper</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=User:Arpepper&amp;diff=4127</id>
		<title>User:Arpepper</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=User:Arpepper&amp;diff=4127"/>
		<updated>2017-10-11T19:43:37Z</updated>

		<summary type="html">&lt;p&gt;Arpepper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{userpage}}&lt;br /&gt;
&lt;br /&gt;
I have been a [[Computer Science Club|CSC]] member since 1975.&lt;/div&gt;</summary>
		<author><name>Arpepper</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=User:Arpepper&amp;diff=4126</id>
		<title>User:Arpepper</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=User:Arpepper&amp;diff=4126"/>
		<updated>2017-10-11T19:42:53Z</updated>

		<summary type="html">&lt;p&gt;Arpepper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{userpage}}&lt;br /&gt;
&lt;br /&gt;
I have been a [[CSC][Computer Science Club]] member since 1975.&lt;/div&gt;</summary>
		<author><name>Arpepper</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=User:Arpepper&amp;diff=4125</id>
		<title>User:Arpepper</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=User:Arpepper&amp;diff=4125"/>
		<updated>2017-10-11T19:41:27Z</updated>

		<summary type="html">&lt;p&gt;Arpepper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{userpage}}&lt;br /&gt;
&lt;br /&gt;
I have been a CSC member since 1975.&lt;/div&gt;</summary>
		<author><name>Arpepper</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=User_talk:Arpepper&amp;diff=4124</id>
		<title>User talk:Arpepper</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=User_talk:Arpepper&amp;diff=4124"/>
		<updated>2017-10-11T19:39:40Z</updated>

		<summary type="html">&lt;p&gt;Arpepper: Created page with tutorial nabbed from somewhere else.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==&amp;lt;center&amp;gt;Arpepper&#039;s personal mini-tutorial/reference&amp;lt;/center&amp;gt;==&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 5px; background: #B0D360; border: 1px solid #C35817;&amp;quot;&amp;gt;&lt;br /&gt;
=== My  personal reference page for (missing) formatting info ===&lt;br /&gt;
&lt;br /&gt;
I find it too difficult to track down some of these things, so, for now at least (ie. until someone directs me to an easily accessible quick-reference guide) I have copied portions of the [[Wikipedia:Tutorial|Wikipedia Tutorial]] here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;[[User:Arpepper|Arpepper]] ([[User talk:Arpepper|talk]]) 15:39, 11 October 2017 (EDT)&#039;&#039;&lt;br /&gt;
===Headings and subheadings===&lt;br /&gt;
Headings can be created like this:&lt;br /&gt;
*&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;==Top level heading==&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; (2 equals signs)&lt;br /&gt;
*&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;===Subheading===&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; (3 equals signs)&lt;br /&gt;
*&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;====Another level down====&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; (4 equals signs)&lt;br /&gt;
===Indenting===&lt;br /&gt;
&lt;br /&gt;
There are several ways of indenting in Wikipedia:&lt;br /&gt;
&lt;br /&gt;
====Plain indentations====&lt;br /&gt;
A [[newline]] (pressing &#039;&#039;&#039;Enter&#039;&#039;&#039; or &#039;&#039;&#039;Return&#039;&#039;&#039;) marks the end of the indented paragraph.&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
:&amp;lt;tt&amp;gt;This is aligned all the way to the left.&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;This is indented slightly.&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;::&amp;lt;/nowiki&amp;gt;This is indented more.&amp;lt;/tt&amp;gt;&lt;br /&gt;
is shown as:&lt;br /&gt;
:This is aligned all the way to the left.&lt;br /&gt;
::This is indented slightly.&lt;br /&gt;
:::This is indented more.&lt;br /&gt;
&lt;br /&gt;
====Bullet points====&lt;br /&gt;
A brief example:&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;First list item&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;Second list item&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt;Sub-list item under second&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;Third list item&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Which is shown as:&lt;br /&gt;
:*First list item&lt;br /&gt;
:*Second list item&lt;br /&gt;
:**Sub-list item under second&lt;br /&gt;
:*Third list item&lt;br /&gt;
&lt;br /&gt;
====Numbered items====&lt;br /&gt;
Example:&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;First item&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Second item&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;##&amp;lt;/nowiki&amp;gt;Sub-item under second item&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Third item&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Shows up as:&lt;br /&gt;
:#First item&lt;br /&gt;
:#Second item&lt;br /&gt;
:##Sub-item under second item&lt;br /&gt;
:#Third item&lt;br /&gt;
&lt;br /&gt;
===Example discussion===&lt;br /&gt;
Here is an example of a well-formatted discussion:&lt;br /&gt;
&lt;br /&gt;
Hi. I have a question about this article. I&#039;m pretty sure purple elephants only live in New York! [[Wikipedia:User page|JayRandumWikiUser]] 02:49, 10 Dec 2003 (UTC)&lt;br /&gt;
:Well, last time I was in New York, the elephants I saw were green. &amp;amp;mdash; [[Wikipedia:User page|try2BEEhelpful]] 17:28, 11 Dec 2003 (UTC)&lt;br /&gt;
::I think you should find a source for your claims. [[Wikipedia:User page|Living&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;Skepticism]] 20:53, 11 Dec 2003 (UTC)&lt;br /&gt;
:::Okay, these elephant journals agree with me:&lt;br /&gt;
:::* &#039;&#039;Elephants Monthly&#039;&#039;&lt;br /&gt;
:::* &#039;&#039;Elephants World&#039;&#039;&lt;br /&gt;
:::&amp;amp;mdash; [[Wikipedia:User page|try2BEEhelpful]] 19:09, 12 Dec 2003 (UTC)&lt;br /&gt;
:I live in Australia, where the elephants look like kangaroos! The people below agree with my statement: [[Wikipedia:User page|-DontGdayMateMe]] 17:28, 14 Dec 2003 (UTC)&lt;br /&gt;
:# [[Zoophilia|ElefantLuvr]] 01:22, 15 Dec 2003 (UTC)&lt;br /&gt;
:# [[Wikipedia:User page|AisleVoteOnAnything]] 05:41, 15 Dec 2003 (UTC)&lt;br /&gt;
:# [[Wikipedia:User page|alittlebehindthetimes]] 18:39, 27 Jan 2004 (UTC)&lt;br /&gt;
&lt;br /&gt;
Note that if you want to include a list in your comments, add colons before each item, for example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;:::Okay, these elephant journals agree with me:&lt;br /&gt;
:::* &#039;&#039;Elephants Monthly&#039;&#039;&lt;br /&gt;
:::* &#039;&#039;Elephants World&#039;&#039;&lt;br /&gt;
:::&amp;amp;mdash; [[Wikipedia:User page|try2BEEhelpful]] 19:09, 12 Dec 2003 (UTC)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, signing your message off is done by:&lt;br /&gt;
* Writing &amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt; for the name ([[Wikipedia:User page|try2BEEhelpful]]), or &lt;br /&gt;
* Writing &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; for the name and date ([[Wikipedia:User page|try2BEEhelpful]] 19:09, 12 Dec 2003 (UTC)), or&lt;br /&gt;
* Writing &amp;lt;nowiki&amp;gt;~~~~~&amp;lt;/nowiki&amp;gt; for the date only (19:09, 12 Dec 2003 (UTC)).&lt;br /&gt;
&lt;br /&gt;
You should usually sign with both name and date but votes are often signed with names only.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Example link to a redirect page===&lt;br /&gt;
&lt;br /&gt;
Using the following will allow you to &amp;quot;stop&amp;quot; at the redirect page, allowing you to view its history and probably, in the extreme, change it from a redirect to a non-redirect page.  The sample page I have chosen to view is &amp;quot;safety belt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
http://en.wikipedia.org/w/index.php?title=safety_belt&amp;amp;redirect=no [http://en.wikipedia.org/w/index.php?title=safety_belt&amp;amp;redirect=no]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This isn&#039;t really a formatting tip, however, so would properly belong in a &amp;quot;different tutorial&amp;quot;.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
--&#039;&#039;[[User:Arpepper|Arpepper]] ([[User talk:Arpepper|talk]]) 15:39, 11 October 2017 (EDT)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Popups===&lt;br /&gt;
&lt;br /&gt;
See [[Wikipedia:Tools/Navigation_popups|popups]] for some helpful hints, especially for doing rv correctly.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;[[User:Arpepper|Arpepper]] ([[User talk:Arpepper|talk]]) 15:39, 11 October 2017 (EDT)&#039;&#039;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Arpepper</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=User:Arpepper&amp;diff=4123</id>
		<title>User:Arpepper</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=User:Arpepper&amp;diff=4123"/>
		<updated>2017-10-11T19:35:44Z</updated>

		<summary type="html">&lt;p&gt;Arpepper: Created page with &amp;quot;{{userpage}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{userpage}}&lt;/div&gt;</summary>
		<author><name>Arpepper</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Mail&amp;diff=3331</id>
		<title>Mail</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Mail&amp;diff=3331"/>
		<updated>2012-10-31T20:38:02Z</updated>

		<summary type="html">&lt;p&gt;Arpepper: /* Spamfiltering */ - I before E except after C&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mail services are currently handled by [[Machine_List#mail|the mail container]] on [[Machine_List#glomag|glomag]].&lt;br /&gt;
&lt;br /&gt;
== Reading your mail ==&lt;br /&gt;
&lt;br /&gt;
You can use any user agent that supports maildir locally (mutt, alpine, etc), and any client that supports IMAP either locally or remotely. We also have webmail.&lt;br /&gt;
&lt;br /&gt;
Here are the details:&lt;br /&gt;
&lt;br /&gt;
* maildir&lt;br /&gt;
** Location: $HOME/.maildir/&lt;br /&gt;
&lt;br /&gt;
* [[Webmail]]&lt;br /&gt;
** URL: https://mail.csclub.uwaterloo.ca/&lt;br /&gt;
&lt;br /&gt;
* POP3&lt;br /&gt;
** No longer supported.&lt;br /&gt;
&lt;br /&gt;
* IMAP&lt;br /&gt;
** Hostname: mail.csclub.uwaterloo.ca&lt;br /&gt;
** Port: 143 (IMAP), 993 (IMAPS)&lt;br /&gt;
&lt;br /&gt;
* SMTP&lt;br /&gt;
** Hostname: mail.csclub.uwaterloo.ca&lt;br /&gt;
** SSL encryption and authentication required&lt;br /&gt;
** Port: 25, 465, or 587&lt;br /&gt;
&lt;br /&gt;
== Spamfiltering ==&lt;br /&gt;
&lt;br /&gt;
By default, we do not run any Bayesian Spamfilters on user email, as they stand a chance of false-positives leading to users not receiving legitimate mails. However, you can configure procmail (the application that postfix calls to deliver any mail that it received to the user that it was sent to) to pipe your message through spamassassin, and then optionally place it in special folders and/or delete it based on its spam score and/or whether it got flagged as spam or not. In order to do this, you need to configure procmail via .procmailrc in your home directory. An example such .procmailrc is below:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
#Begin spamfilter-enabled procmailrc&lt;br /&gt;
 SHELL=/bin/sh&lt;br /&gt;
 PATH=/bin:/usr/bin&lt;br /&gt;
 LOGABSTRACT=all&lt;br /&gt;
 MAILDIR=$HOME/.maildir&lt;br /&gt;
 LOGFILE=$MAILDIR/procmail.log&lt;br /&gt;
 VERBOSE=off&lt;br /&gt;
&lt;br /&gt;
 #Spamassassin start&lt;br /&gt;
 :0fw: spamassassin.lock&lt;br /&gt;
 | /usr/bin/spamc&lt;br /&gt;
 #Spamassassin end&lt;br /&gt;
&lt;br /&gt;
 :0:&lt;br /&gt;
 * ^X-Spam-Status: Yes&lt;br /&gt;
 spam&lt;br /&gt;
 #End spamfilter-enabled procmailrc&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Technical Details ==&lt;br /&gt;
&lt;br /&gt;
=== Mail Transfer (Incoming) ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.postfix.org/ Postfix] is our MTA and runs on mail. Incoming mail is received inbound on smtp/25 or ssmtp/465 and goes through a sequence of filters before being delivered to users.&lt;br /&gt;
&lt;br /&gt;
We are using the following filters for incoming mail, to combat spam and malware:&lt;br /&gt;
&lt;br /&gt;
* zen.spamhaus.org RBL&lt;br /&gt;
* Greylisting with postgrey&lt;br /&gt;
&lt;br /&gt;
These filters reject truckloads of spam, preventing them from reaching your inbox. Greylisting adds a delay to mail delivery from unknown servers, but after a small number of successes they will be auto-whitelisted. If that isn&#039;t good enough, ask systems-committee@csclub.uwaterloo.ca to whitelist all mail to your address.&lt;br /&gt;
&lt;br /&gt;
=== Mail Delivery ===&lt;br /&gt;
&lt;br /&gt;
User mail is delivered, by default, to procmail. This is configurable by adding a comma-separated list of destinations in $HOME/.forward. See aliases(5) for more details.&lt;br /&gt;
&lt;br /&gt;
Procmail, in turn, writes mail to $HOME/.maildir unless instructed otherwise. You can customize procmail by editing $HOME/.procmailrc. See procmailrc(5) for more details.&lt;br /&gt;
&lt;br /&gt;
==== Failures ====&lt;br /&gt;
&lt;br /&gt;
If you are out of quota or another error occurs writing to your home directory, procmail will deliver your message to /var/mail/$USER on the mail server. If that too fails, the server is probably on fire. The message will be returned to the queue where it will eventually bounce.&lt;br /&gt;
&lt;br /&gt;
==== Forwarding ====&lt;br /&gt;
&lt;br /&gt;
Place the following in $HOME/.forward to keep a local copy of your mail as well as forward it to some other email account. Replace ctdalek with your CSC username, but make sure the backslash stays.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
\ctdalek&lt;br /&gt;
calumt@dalek.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Mail Retrieval ===&lt;br /&gt;
&lt;br /&gt;
We run [http://www.dovecot.org Dovecot], an IMAP server. It reads messages from $HOME/.maildir, so if you have procmail deliver your mail elsewhere you will be unable to retrieve your mail using IMAP.&lt;br /&gt;
&lt;br /&gt;
=== Mail Submission (Outgoing) ===&lt;br /&gt;
&lt;br /&gt;
On the mail container, outgoing mail is submitted directly to Postfix via the sendmail(1) wrapper or on submission/587. Submitted mail is then queued for delivery to its destination. The other systems have no MTA and instead run sSMTP, which relays mail through the mail container immediately without any queue or daemon.&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Arpepper</name></author>
	</entry>
</feed>