<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Loki: my attempt at creating an online judge</title>
	<atom:link href="http://anomit.com/2009/07/05/loki/feed/" rel="self" type="application/rss+xml" />
	<link>http://anomit.com/2009/07/05/loki/</link>
	<description></description>
	<lastBuildDate>Sun, 07 Aug 2011 08:30:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: anomit</title>
		<link>http://anomit.com/2009/07/05/loki/comment-page-1/#comment-1464</link>
		<dc:creator>anomit</dc:creator>
		<pubDate>Tue, 01 Sep 2009 21:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://anomit.com/2009/07/05/loki/#comment-1464</guid>
		<description>Aditya, fixed and updated :P</description>
		<content:encoded><![CDATA[<p>Aditya, fixed and updated <img src='http://anomit.com/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aditya Mukherjee</title>
		<link>http://anomit.com/2009/07/05/loki/comment-page-1/#comment-1379</link>
		<dc:creator>Aditya Mukherjee</dc:creator>
		<pubDate>Mon, 27 Jul 2009 09:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://anomit.com/2009/07/05/loki/#comment-1379</guid>
		<description>OT: Your blogroll is very outdated. One blog doesn&#039;t even exist anymore :&#124;</description>
		<content:encoded><![CDATA[<p>OT: Your blogroll is very outdated. One blog doesn&#8217;t even exist anymore <img src='http://anomit.com/wordpress/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anomit</title>
		<link>http://anomit.com/2009/07/05/loki/comment-page-1/#comment-1353</link>
		<dc:creator>anomit</dc:creator>
		<pubDate>Mon, 06 Jul 2009 11:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://anomit.com/2009/07/05/loki/#comment-1353</guid>
		<description>Maybe you are accessing the wrong document from localhost? For eg if the document root is /var/www and the source is at /var/www/judge, then you have to access http://localhost/judge</description>
		<content:encoded><![CDATA[<p>Maybe you are accessing the wrong document from localhost? For eg if the document root is /var/www and the source is at /var/www/judge, then you have to access <a href="http://localhost/judge" rel="nofollow">http://localhost/judge</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kartik</title>
		<link>http://anomit.com/2009/07/05/loki/comment-page-1/#comment-1352</link>
		<dc:creator>Kartik</dc:creator>
		<pubDate>Sun, 05 Jul 2009 19:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://anomit.com/2009/07/05/loki/#comment-1352</guid>
		<description>I have already done all this ... 
I copied the template file to my smart directory , edited  the paths and changed the mysql parameters too.. 
I will recheck the installation of smarty then..</description>
		<content:encoded><![CDATA[<p>I have already done all this &#8230;<br />
I copied the template file to my smart directory , edited  the paths and changed the mysql parameters too..<br />
I will recheck the installation of smarty then..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anomit</title>
		<link>http://anomit.com/2009/07/05/loki/comment-page-1/#comment-1351</link>
		<dc:creator>anomit</dc:creator>
		<pubDate>Sun, 05 Jul 2009 17:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://anomit.com/2009/07/05/loki/#comment-1351</guid>
		<description>You missed something from the README. 

&lt;blockquote&gt;I&#039;ve included the only template file used so far now, index.tpl with the code.
.....
To change the path where you have installed Smarty look in the config.php file. &lt;/blockquote&gt;

You are following just what they said in the installation guide on the Smarty website. Obviously it&#039;ll produce what they wanted to show you, a hello world message :)

So change the Smarty paths in config.php and put index.tpl from the source in your Smarty templates directory.</description>
		<content:encoded><![CDATA[<p>You missed something from the README. </p>
<blockquote><p>I&#8217;ve included the only template file used so far now, index.tpl with the code.<br />
&#8230;..<br />
To change the path where you have installed Smarty look in the config.php file. </p></blockquote>
<p>You are following just what they said in the installation guide on the Smarty website. Obviously it&#8217;ll produce what they wanted to show you, a hello world message <img src='http://anomit.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So change the Smarty paths in config.php and put index.tpl from the source in your Smarty templates directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kartik</title>
		<link>http://anomit.com/2009/07/05/loki/comment-page-1/#comment-1350</link>
		<dc:creator>Kartik</dc:creator>
		<pubDate>Sun, 05 Jul 2009 12:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://anomit.com/2009/07/05/loki/#comment-1350</guid>
		<description>I installed Smarty ... then I tried to run index.php in the judge directory but only &quot;Hello, ! &quot;  came up . 
What did I miss ??</description>
		<content:encoded><![CDATA[<p>I installed Smarty &#8230; then I tried to run index.php in the judge directory but only &#8220;Hello, ! &#8221;  came up .<br />
What did I miss ??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

