<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>#!SUITS &#187; website</title>
	<atom:link href="http://suits.it.usyd.edu.au/wordpress/tag/website/feed/" rel="self" type="application/rss+xml" />
	<link>http://suits.it.usyd.edu.au/wordpress</link>
	<description>Sydney University IT Society</description>
	<lastBuildDate>Sun, 18 Oct 2009 14:50:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New Website!</title>
		<link>http://suits.it.usyd.edu.au/wordpress/2008/08/10/new-website/</link>
		<comments>http://suits.it.usyd.edu.au/wordpress/2008/08/10/new-website/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 02:57:06 +0000</pubDate>
		<dc:creator>James Bunton</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://suits.it.usyd.edu.au/wordpress/?p=191</guid>
		<description><![CDATA[SUITS now has a new website. Powered by Wordpress with a hopefully much easier to navigate site layout.
If you found yourself here by clicking a link, then that link is probably outdated. Sorry! You should be able to find what you were looking for on this new site.
Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>SUITS now has a new website. Powered by Wordpress with a hopefully much easier to navigate site layout.</p>
<p>If you found yourself here by clicking a link, then that link is probably outdated. Sorry! You should be able to find what you were looking for on this new site.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://suits.it.usyd.edu.au/wordpress/2008/08/10/new-website/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tutorial: SIT Personal Webspace</title>
		<link>http://suits.it.usyd.edu.au/wordpress/2008/03/05/tutorial-sit-personal-webspace/</link>
		<comments>http://suits.it.usyd.edu.au/wordpress/2008/03/05/tutorial-sit-personal-webspace/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 07:38:06 +0000</pubDate>
		<dc:creator>tim.dawborn</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[SIT]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://suits.it.usyd.edu.au/wordpress/?p=25</guid>
		<description><![CDATA[Did you know that the Usyd School of IT servers provide personal webspace for any students studying IT?
You can have your own website at a URL like http://www.ug.it.usyd.edu.au/~userXYXY

To set up your personal webspace allowed on your School of IT (SIT) account, log into a congo machine either at uni or via SSH and type the [...]]]></description>
			<content:encoded><![CDATA[<p>Did you know that the Usyd School of IT servers provide personal webspace for any students studying IT?<br />
You can have your own website at a URL like http://www.ug.it.usyd.edu.au/~userXYXY</p>
<p><span id="more-25"></span></p>
<p>To set up your personal webspace allowed on your School of IT (SIT) account, log into a congo machine either at uni or via SSH and type the following commands:</p>
<pre>$ mkdir -p ~/lib/html
$ chmod 711 ~
$ chmod -R 711 ~/lib
$ cd ~/lib/html</pre>
<p>Create your webpage in this directory (~/lib/html), say it is called <em>index.html</em>. Now to make it publicly visible on the internet, type the following:</p>
<pre>$ chmod a+r index.html</pre>
<p>Then assuming your Usyd username is <em>abcd1234</em>, open your Internet browser and go to <em>http://www.ug.it.usyd.edu.au/~abcd1234/</em></p>
]]></content:encoded>
			<wfw:commentRss>http://suits.it.usyd.edu.au/wordpress/2008/03/05/tutorial-sit-personal-webspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
