<?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: Some Things To Consider Before Launching A Digg Type Social News Site</title>
	<atom:link href="http://socialcmsbuzz.com/some-things-to-consider-before-launching-a-digg-type-social-news-site-01122008/feed/" rel="self" type="application/rss+xml" />
	<link>http://socialcmsbuzz.com/some-things-to-consider-before-launching-a-digg-type-social-news-site-01122008/</link>
	<description>Latest News and Information for social CMS systems</description>
	<lastBuildDate>Wed, 16 Mar 2011 13:27:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: james</title>
		<link>http://socialcmsbuzz.com/some-things-to-consider-before-launching-a-digg-type-social-news-site-01122008/comment-page-1/#comment-4466</link>
		<dc:creator>james</dc:creator>
		<pubDate>Wed, 15 Apr 2009 21:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://socialcmsbuzz.com/?p=1573#comment-4466</guid>
		<description>We use Pligg, and I can tell you everything you have said is true. The project is a mess half the time with not much support.  I do appreciate the work that goes into, I just wish it were as advanced as Press.




http://thenationalchampion.com</description>
		<content:encoded><![CDATA[<p>We use Pligg, and I can tell you everything you have said is true. The project is a mess half the time with not much support.  I do appreciate the work that goes into, I just wish it were as advanced as Press.</p>
<p><a href="http://thenationalchampion.com" rel="nofollow">http://thenationalchampion.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lincoln</title>
		<link>http://socialcmsbuzz.com/some-things-to-consider-before-launching-a-digg-type-social-news-site-01122008/comment-page-1/#comment-3852</link>
		<dc:creator>Lincoln</dc:creator>
		<pubDate>Mon, 01 Dec 2008 18:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://socialcmsbuzz.com/?p=1573#comment-3852</guid>
		<description>Hi Babychen,

Some good points you made there.

There are many modules available for Drupal which allow you to have features like a friend-system, these include &lt;a href=&quot;http://drupal.org/project/user_relationships&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;User Relationships&lt;/a&gt;, Buddylist, Buddylist2 and &lt;a href=&quot;http://drupal.org/project/friendlist&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Friendlist&lt;/a&gt; all of which we can confirm work with a drigg based site. It&#039;s also worth noting that &lt;a href=&quot;http://drupal.org/project/friendlist&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Friendlist&lt;/a&gt; in particular is written and maintained by Tony Mobily the lead developer of Drigg.

As for resource consumption Drigg isn&#039;t as bad as you may think especially if you are experienced with &lt;a href=&quot;http://drupal.org/project/memcache&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Memcache&lt;/a&gt; and SQL Cache, Drupal also has a few other features like Javascript Compression, CSS compression and block caching along with page caching. All of these combined will have a drigg site loading pretty fast and faster than any traffic pligg based site would run under similar load conditions. Drupal also supports multi-server setups something which Pligg doesn&#039;t, when writing the article we took into account expandability and scalability which is something Drupal does very, very well.

&lt;a href=&quot;http://code.reddit.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;OpenReddit&lt;/a&gt; is a great system but a very advanced system to setup, more advanced than most new website owners are comfortable with. When setting up or customizing openreddit you need knowledge of the technologies below.

Debian, lighttpd, HAProxy, PostgreSQL, Slony-I, various python libraries, Psychopg, pylons, Solr, Tomcat, Ganglia, Mercurial, Git, gettext (translation), daemontools, and memcached.

Other systems like Pligg, SWCMS and Drigg really only need Apache, PHP and MySQL to get started with and this configuration is available and present on most standard web hosting packages. We tried to write this article so that anyone who desired to setup their own social news site could, i agree reddit is great but a little too in depth for non geeks as you put it :)</description>
		<content:encoded><![CDATA[<p>Hi Babychen,</p>
<p>Some good points you made there.</p>
<p>There are many modules available for Drupal which allow you to have features like a friend-system, these include <a href="http://drupal.org/project/user_relationships" target="_blank" rel="nofollow">User Relationships</a>, Buddylist, Buddylist2 and <a href="http://drupal.org/project/friendlist" target="_blank" rel="nofollow">Friendlist</a> all of which we can confirm work with a drigg based site. It&#8217;s also worth noting that <a href="http://drupal.org/project/friendlist" target="_blank" rel="nofollow">Friendlist</a> in particular is written and maintained by Tony Mobily the lead developer of Drigg.</p>
<p>As for resource consumption Drigg isn&#8217;t as bad as you may think especially if you are experienced with <a href="http://drupal.org/project/memcache" target="_blank" rel="nofollow">Memcache</a> and SQL Cache, Drupal also has a few other features like Javascript Compression, CSS compression and block caching along with page caching. All of these combined will have a drigg site loading pretty fast and faster than any traffic pligg based site would run under similar load conditions. Drupal also supports multi-server setups something which Pligg doesn&#8217;t, when writing the article we took into account expandability and scalability which is something Drupal does very, very well.</p>
<p><a href="http://code.reddit.com/" target="_blank" rel="nofollow">OpenReddit</a> is a great system but a very advanced system to setup, more advanced than most new website owners are comfortable with. When setting up or customizing openreddit you need knowledge of the technologies below.</p>
<p>Debian, lighttpd, HAProxy, PostgreSQL, Slony-I, various python libraries, Psychopg, pylons, Solr, Tomcat, Ganglia, Mercurial, Git, gettext (translation), daemontools, and memcached.</p>
<p>Other systems like Pligg, SWCMS and Drigg really only need Apache, PHP and MySQL to get started with and this configuration is available and present on most standard web hosting packages. We tried to write this article so that anyone who desired to setup their own social news site could, i agree reddit is great but a little too in depth for non geeks as you put it <img src='http://socialcmsbuzz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Babychen Mathew</title>
		<link>http://socialcmsbuzz.com/some-things-to-consider-before-launching-a-digg-type-social-news-site-01122008/comment-page-1/#comment-3850</link>
		<dc:creator>Babychen Mathew</dc:creator>
		<pubDate>Mon, 01 Dec 2008 12:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://socialcmsbuzz.com/?p=1573#comment-3850</guid>
		<description>Very good article. I have been fooling around with Pligg for a long time, and now am considering moving to SWCMS.

With Drigg, I have heard some mentions of how the friends-system doesn&#039;t work. Also, there is that integration with Elgg that is coming up in SWCMS, which is quite tempting. Despite my Pligg and WP experience (strictly on-geek experience), I found Drigg tough to figure out. Plus resource-consumption might be a serious issue with it.

You haven&#039;t mentioned open-source Reddit as an option. Agreed that the instructions and setup would make non-geeks curl up and die - but if you look at reddit.com, it is extremely fast and user-friendly, not to mention their ranking algo is super.</description>
		<content:encoded><![CDATA[<p>Very good article. I have been fooling around with Pligg for a long time, and now am considering moving to SWCMS.</p>
<p>With Drigg, I have heard some mentions of how the friends-system doesn&#8217;t work. Also, there is that integration with Elgg that is coming up in SWCMS, which is quite tempting. Despite my Pligg and WP experience (strictly on-geek experience), I found Drigg tough to figure out. Plus resource-consumption might be a serious issue with it.</p>
<p>You haven&#8217;t mentioned open-source Reddit as an option. Agreed that the instructions and setup would make non-geeks curl up and die &#8211; but if you look at reddit.com, it is extremely fast and user-friendly, not to mention their ranking algo is super.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dgtlx.com</title>
		<link>http://socialcmsbuzz.com/some-things-to-consider-before-launching-a-digg-type-social-news-site-01122008/comment-page-1/#comment-3849</link>
		<dc:creator>Dgtlx.com</dc:creator>
		<pubDate>Mon, 01 Dec 2008 10:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://socialcmsbuzz.com/?p=1573#comment-3849</guid>
		<description>Hello

I have started a site called Dgtlx.com driven by Pligg. I use Pligg but if this article is true then I may need to change to Drigg further on. Well, otherwise I have done a lot of the steps mentioned in this article. I have replaced the Pligg template with a new one. I don&#039;t use rss feeds because of the reason you mentioned and I use one account to submit stories. I also have chosen to only include links to computer related information. Right now I don&#039;t accept registration. I must get control of the spam block feature before I open the site to everyone. If you are interested, please take a look at my site Dgtlx.com. I opened the site a couple of days ago so don&#039;t be too hard judging my new site.</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>I have started a site called Dgtlx.com driven by Pligg. I use Pligg but if this article is true then I may need to change to Drigg further on. Well, otherwise I have done a lot of the steps mentioned in this article. I have replaced the Pligg template with a new one. I don&#8217;t use rss feeds because of the reason you mentioned and I use one account to submit stories. I also have chosen to only include links to computer related information. Right now I don&#8217;t accept registration. I must get control of the spam block feature before I open the site to everyone. If you are interested, please take a look at my site Dgtlx.com. I opened the site a couple of days ago so don&#8217;t be too hard judging my new site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anil</title>
		<link>http://socialcmsbuzz.com/some-things-to-consider-before-launching-a-digg-type-social-news-site-01122008/comment-page-1/#comment-3848</link>
		<dc:creator>anil</dc:creator>
		<pubDate>Mon, 01 Dec 2008 05:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://socialcmsbuzz.com/?p=1573#comment-3848</guid>
		<description>Gr8 article...I hate pligg worst cms ever used using drigg i have started sports bookmarking...
http://www.strod.com</description>
		<content:encoded><![CDATA[<p>Gr8 article&#8230;I hate pligg worst cms ever used using drigg i have started sports bookmarking&#8230;<br />
<a href="http://www.strod.com" rel="nofollow">http://www.strod.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: socialcmsbuzz.com @ 2012-02-09 10:39:39 -->
