<?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>FSLog &#187; Sites</title>
	<atom:link href="http://www.fslog.com/category/sites/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fslog.com</link>
	<description>Free Software Blog</description>
	<lastBuildDate>Wed, 23 Mar 2011 05:47:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Skribit: Suggest topics to write about</title>
		<link>http://www.fslog.com/2008/06/23/skribit-suggest-topics-to-write-about/</link>
		<comments>http://www.fslog.com/2008/06/23/skribit-suggest-topics-to-write-about/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 08:01:22 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[FSlog]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[Startups]]></category>

		<guid isPermaLink="false">http://www.fslog.com/?p=335</guid>
		<description><![CDATA[Skribit is a product I found out today in news.YC. I think this is one tool which is essential for bloggers like me who can&#8217;t find interesting topics to blog about. This product will help solve the problem of writer&#8217;s block by engaging the community into the blog&#8217;s content. People can suggest new topics which [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://skribit.com/"><img class="alignleft" style="float: left;" src="http://skribit.com/images/logo_small.png?1214052348" alt="" width="216" height="54" /></a><a href="http://skribit.com/">Skribit</a> is a product I found out today in <a href="http://news.ycombinator.com/item?id=224718">news.YC</a>. I think this is one tool which is essential for bloggers like me who can&#8217;t find interesting topics to blog about. This product will help solve the problem of writer&#8217;s block by engaging the community into the blog&#8217;s content.</p>
<p>People can suggest new topics which they would like to be covered or they can vote on topics already added by other members in the community. It is non-intrusive and takes just a simple sign-on (they have openid too) and adding a widget to your blog. A very simple idea.</p>
<p>So, if you want me to write about any particular topic, just use the widget in the side bar and suggest new topics.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2008/06/23/skribit-suggest-topics-to-write-about/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Setup WordPress on Nearly Free Speech</title>
		<link>http://www.fslog.com/2008/05/11/setup-wordpress-on-nearly-free-speech/</link>
		<comments>http://www.fslog.com/2008/05/11/setup-wordpress-on-nearly-free-speech/#comments</comments>
		<pubDate>Sun, 11 May 2008 06:22:03 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[FSlog]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.fslog.com/?p=333</guid>
		<description><![CDATA[Yesterday I moved this blog over to NearlyFreeSpeech.net hosting, which I think has a great hosting plan for almost everyone. You only pay for what you use. The disk space is a bit costly than others ($0.01 per MB), but that cost is due to the numerous backups they take. The bandwidth cost is great, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="https://members.nearlyfreespeech.net/images/logo.gif" alt="Nearly Free Speech.net logo" />Yesterday I moved this blog over to <a href="http://www.nearlyfreespeech.net">NearlyFreeSpeech.net</a> hosting, which I think has a great hosting plan for almost everyone. You only pay for what you use. The disk space is a bit costly than others ($0.01 per MB), but that cost is due to the numerous backups they take. The bandwidth cost is great, just $1 per GB. And there is no fixed cost for each month. I wanted to move FSLog to NFS, and finally did it. This is a small tutorial on getting <a href="http://www.wordpress.org/">wordpress</a> installed and the various plugins I have used.</p>
<p>After you have setup an account with NFS and setup a site, you will be given the site details &#8211; like FTP, SSH, etc. I prefer using SSH if available, as it is faster to download and install directly than to get it on my machine and uploading it again.</p>
<p>Just ssh to the site and download the latest wordpress tarball and untar it</p>
<p><code><br />
$ wget http://wordpress.org/latest.tar.gz<br />
$ tar -xvzf latest.tar.gz</code></p>
<p>If you want to setup the blog at a subdirectory, just rename the &#8216;wordpress&#8217; folder to something like &#8216;blog&#8217;. If you want it to be at the root of the site, just move all the contents of the wordpress folder to the parent directory.</p>
<p>Then visit your site http://your-site.nfshost.com or the domain if you have registered one.</p>
<p>It will guide you through the install process which is very easy. You just have to give the MySQL database details. You may need to temporarily give write permissions to the public folder, so that the installer can write a config file.</p>
<p>After this, login to your admin page and remember to change the password from Users menu.</p>
<p><a href="http://wordpress.org/extend/plugins/"><strong>Plugins</strong></a></p>
<p>After you have your blog setup, its time to get some basic plugins installed. You can get more functionality by installing these plugins.</p>
<p>All you have to do is just download the zip files to the wp-content/plugins/ directory and unzip them. The plugins I have installed are:</p>
<dl>
<dt><a href="http://wordpress.org/extend/plugins/wp-super-cache/">WP-SuperCache</a></dt>
<dd>This caches your blog&#8217;s contents as plain old HTML, so that your server doesn&#8217;t have to process and fetch all the data from the database. Previously the install process was a bit difficult, but now it has become very easy. Just unzip and activate. </dd>
<dt><a href="http://recaptcha.net/">reCAPTCHA</a></dt>
<dd>Prevent comment spam by using CAPTCHA for your comments form, also help in converting books to electronic format. </dd>
<dt><a href="http://wordpress.org/extend/plugins/stats/">WordPress.com Stats</a></dt>
<dd>Track your popular posts and other statistics by using the wordpress.com&#8217;s stats.</dd>
<dt><a href="http://wordpress.org/extend/plugins/google-analyticator/">Google Analyticator</a> </dt>
<dd>Google Analytics is an excellent user metrics analysis tool with bright colorful charts and best of all, it is free. This plugin asks just for your Google Analytics&#8217; UID. </dd>
<dt><a href="http://www.google.com/support/feedburner/bin/topic.py?topic=13252">Feedburner Feedsmith</a></dt>
<dd>Feedburner is a great service for your RSS feeds and I have been using that for this blog for a long time. This plugin is now the official plugin and it automatically redirectly your feeds to the FeedBurner link. </dd>
</dl>
<p>These are my list of plugins. So, what are the plugins that your have?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2008/05/11/setup-wordpress-on-nearly-free-speech/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>twit.el &#8211; Tweet from emacs</title>
		<link>http://www.fslog.com/2007/11/27/twitel-tweet-from-emacs/</link>
		<comments>http://www.fslog.com/2007/11/27/twitel-tweet-from-emacs/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 18:25:17 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[FSlog]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Sites]]></category>

		<guid isPermaLink="false">http://fslog.com/2007/11/27/twitel-tweet-from-emacs/</guid>
		<description><![CDATA[Now I can post to my twitter account from emacs (my favorite editor). Just install twit.el and you are ready to post to twitter, check recent tweets, etc. Download the twit.el file to some directory in your home dir (I have it in my .emacs.d directory) and then add the following line to your .emacs [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.com"><img src="http://www.fslog.com/wp-content/uploads/2007/11/twitter.png" alt="Twitter logo" align="left" /></a>Now I can post to <a href="http://twitter.com/cnu">my</a> <a href="http://twitter.com/fslog">twitter</a> account from emacs (my favorite editor). Just install <a href="http://www.emacswiki.org/cgi-bin/emacs/twit.el">twit.el</a> and you are ready to post to twitter, check recent tweets, etc. Download the twit.el file to some directory in your home dir (I have it in my .emacs.d directory) and then add the following line to your .emacs file present in your home directory.</p>
<pre>(load-file "/path/to/twit.el")</pre>
<p>After doing it and restart your emacs, just press <strong>M-x</strong> and <strong>twit-post</strong> and type in whatever you want to and press enter. It will then ask your twitter id and password &#8211; which gets saved for the entire emacs session. It is a very basic authentication and is not secure.</p>
<p>By the way, FSLog too has a <a href="http://twitter.com/fslog">twitter feed</a>. You can follow this feed to get updates when I post here. Thanks to <a href="http://twitter.com/srid">Srid</a> for this tip.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2007/11/27/twitel-tweet-from-emacs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Arichuvadi &#8211; Tamil Tutorial</title>
		<link>http://www.fslog.com/2007/09/18/arichuvadi-tamil-tutorial/</link>
		<comments>http://www.fslog.com/2007/09/18/arichuvadi-tamil-tutorial/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 20:00:42 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[Sites]]></category>

		<guid isPermaLink="false">http://fslog.com/2007/09/18/arichuvadi-tamil-tutorial/</guid>
		<description><![CDATA[NRCFOSS has released a online tamil language learning tutorial called Arichuvadi. It is nicely thought out which has the english version of a sentence with its equivalent in written tamil and spoken tamil. All the voices are in ogg format. They now have partial alphabets in 3 languages. People can also come forward and add [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://nrcfosshelpline.in/web/">NRCFOSS</a> has released a online tamil language learning tutorial called <a href="http://arichuvadi.nrcfosshelpline.in/web/">Arichuvadi</a>. It is nicely thought out which has the english version of a sentence with its equivalent in written tamil and spoken tamil. All the voices are in ogg format. They now have partial alphabets in 3 languages. People can also come forward and add lessons.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2007/09/18/arichuvadi-tamil-tutorial/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Blogrush &#8211; New traffic exchange program</title>
		<link>http://www.fslog.com/2007/09/16/blogrush-new-traffic-exchange-program/</link>
		<comments>http://www.fslog.com/2007/09/16/blogrush-new-traffic-exchange-program/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 16:28:49 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[Sites]]></category>

		<guid isPermaLink="false">http://fslog.com/2007/09/16/blogrush-new-traffic-exchange-program/</guid>
		<description><![CDATA[Blogrush is a new traffic exchange program which promises to bring in targetted reader to your blogs. All you have to do is register for the program and you get a widget that can be pasted on your blog. Everytime a visitor visits your blog a credit is added to your account &#8211; which means [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.blogrush.com/r11055604" title="Blogrush Logo"><img src="http://www.fslog.com/wp-content/uploads/2007/09/blogrush.png" alt="Blogrush Logo" align="left" /></a><a href="http://www.blogrush.com/r11055604">Blogrush</a> is a new traffic exchange program which promises to bring in targetted reader to your blogs. All you have to do is <a href="http://www.blogrush.com/r11055604">register</a> for the program and you get a widget that can be pasted on your blog. Everytime a visitor visits your blog a credit is added to your account &#8211; which means that your blog will be showed on other blogs. The interesting thing about this is there is a great affiliate program which goes down to 10 tiers deep. Early adopters of this program are sure of benefiting from the exponential growth.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2007/09/16/blogrush-new-traffic-exchange-program/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Jottit &#8211; Aaron&#8217;s new startup</title>
		<link>http://www.fslog.com/2007/09/16/jottit-aarons-new-startup/</link>
		<comments>http://www.fslog.com/2007/09/16/jottit-aarons-new-startup/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 15:05:43 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[Sites]]></category>
		<category><![CDATA[Startups]]></category>

		<guid isPermaLink="false">http://fslog.com/2007/09/16/jottit-aarons-new-startup/</guid>
		<description><![CDATA[After Infogami and Reddit, Aaron Swartz has a new startup called Jottit along with Simon Carstensen under bitbots.net. It is similar to Infogami and is a plain vanilla wiki. You can easily create a page for yourself by visiting the site and typing out some content. You will be given a random page which you [...]]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://www.infogami.com">Infogami</a> and <a href="http://www.reddit.com">Reddit</a>, <a href="http://www.aaronsw.com/">Aaron Swartz</a> has a new startup called Jottit along with <a href="http://simonbc.com/">Simon Carstensen</a> under <a href="http://bitbots.net/">bitbots.net</a>. It is similar to Infogami and is a plain vanilla wiki. You can easily create a page for yourself by visiting the site and typing out some content. You will be given a random page which you can claim later and also change to a sub-domain. It is written using <a href="http://www.webpy.org">web.py</a> &#8211; and excellent python web framework. I wonder what will be business model for this and whether it will be able to stand up against spammers who brought down Infogami.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2007/09/16/jottit-aarons-new-startup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu usability analysis</title>
		<link>http://www.fslog.com/2007/01/19/ubuntu-usability-analysis/</link>
		<comments>http://www.fslog.com/2007/01/19/ubuntu-usability-analysis/#comments</comments>
		<pubDate>Fri, 19 Jan 2007 03:59:30 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[Distribution]]></category>
		<category><![CDATA[Sites]]></category>

		<guid isPermaLink="false">http://www.fslog.com/?p=331</guid>
		<description><![CDATA[The Open Source Advocate has a thorough usability analysis of Ubuntu and tells us what makes it &#8220;ready to use&#8221; for us. He takes each step for completing an operation and categorizes them into Very Easy, Easy, Medium, Hard and Very Hard. He also explains what can be made to improve the user experience.]]></description>
			<content:encoded><![CDATA[<p><a href="http://useopensource.blogspot.com/index.html">The Open Source Advocate</a> has a thorough <a href="http://useopensource.blogspot.com/2007/01/what-it-takes-to-make-ubuntu-ready-for.html">usability analysis of Ubuntu</a> and tells us what makes it &#8220;ready to use&#8221; for us. He takes each step for completing an operation and categorizes them into Very Easy, Easy, Medium, Hard and Very Hard. He also explains what can be made to improve the user experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2007/01/19/ubuntu-usability-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>in pictures: Image based tutorial</title>
		<link>http://www.fslog.com/2007/01/12/in-pictures-image-based-tutorial/</link>
		<comments>http://www.fslog.com/2007/01/12/in-pictures-image-based-tutorial/#comments</comments>
		<pubDate>Fri, 12 Jan 2007 05:56:37 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[Sites]]></category>

		<guid isPermaLink="false">http://www.fslog.com/?p=326</guid>
		<description><![CDATA[I got mail about a nice website called in pictures from Chris Charuhas. It is a nice site having tutorials about using Office, OpenOffice.org, Dreamweaver, etc. The interesting part of this is that it is fully based on pictures. All the tutorials have nice explanations with screenshots explaining how to do every step. They are [...]]]></description>
			<content:encoded><![CDATA[<p>I got mail about a nice website called <strong><a href="http://inpics.net/">in pictures</a></strong> from Chris Charuhas. It is a nice site having tutorials about using Office, OpenOffice.org, Dreamweaver, etc.</p>
<p>The interesting part of this is that it is fully based on pictures. All the tutorials have nice explanations with screenshots explaining how to do every step. They are easy to understand and I would like to see more such tutorials for other open source softwares. Their press release says that they would bring in more tutorials for programming languages like PHP, Perl, etc. I would also like to see tutorials for other applications like Gimp, Evolution, etc., for the normal user.</p>
<p>Maybe this mode of teaching will help bring in more people to FOSS world.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2007/01/12/in-pictures-image-based-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elephants Dream &#8211; Movie in Blender</title>
		<link>http://www.fslog.com/2006/05/20/elephants-dream-movie-in-blender/</link>
		<comments>http://www.fslog.com/2006/05/20/elephants-dream-movie-in-blender/#comments</comments>
		<pubDate>Sat, 20 May 2006 04:49:52 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Sites]]></category>

		<guid isPermaLink="false">http://www.fslog.com/?p=249</guid>
		<description><![CDATA[Elephants Dream is a movie made using open source tools for production. It is done primarily using Blender which is a great open source tool for making 3D modelling and animation. You can download the movie in various qualities and it can be viewed in VLC Media Player or MPlayer. The project files are also [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://orange.blender.org/">Elephants Dream</a> is a movie made using open source tools for production. It is done primarily using <a href="http://www.blender.org">Blender</a> which is a great open source tool for making 3D modelling and animation. You can download the movie in various qualities and it can be viewed in VLC Media Player or MPlayer. The project files are also released under the Creative Commons License.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2006/05/20/elephants-dream-movie-in-blender/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial Python Tutorial</title>
		<link>http://www.fslog.com/2006/05/17/unofficial-python-tutorial/</link>
		<comments>http://www.fslog.com/2006/05/17/unofficial-python-tutorial/#comments</comments>
		<pubDate>Wed, 17 May 2006 04:38:30 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Sites]]></category>

		<guid isPermaLink="false">http://www.fslog.com/?p=246</guid>
		<description><![CDATA[Here&#8217;s an Unofficial Python Tutorial which is wiki containing the documentation of the Python language. Changes and comments made here will be used to improve the official tutorial over at python.org.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an <a href="http://pytut.infogami.com/">Unofficial Python Tutorial</a> which is wiki containing the documentation of the Python language. Changes and comments made here will be used to improve <a href="http://docs.python.org/tut/tut.html">the official tutorial</a> over at python.org.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2006/05/17/unofficial-python-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

