<?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>Web Traffic Service</title>
	<atom:link href="http://www.webtrafficservice.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webtrafficservice.com</link>
	<description></description>
	<lastBuildDate>Thu, 05 May 2011 04:01:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Tweetable Issues</title>
		<link>http://www.webtrafficservice.com/2011/05/tweetable-issues/</link>
		<comments>http://www.webtrafficservice.com/2011/05/tweetable-issues/#comments</comments>
		<pubDate>Thu, 05 May 2011 04:01:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Web Traffic Service]]></category>
		<category><![CDATA[tweetable]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.webtrafficservice.com/?p=102</guid>
		<description><![CDATA[At Web Traffic Service we often use WordPress as an easy to use and simple yet flexible CMS for clients. One of our favorite plugins for WP is Tweetable by redwall_hp. Some updates need to be noted to get it to work however, mainly that sometimes authorizing a Twitter application for Read &#038; Write access [...]]]></description>
			<content:encoded><![CDATA[<p>At Web Traffic Service we often use <a href="http://www.wordpress.org">WordPress</a> as an easy to use and simple yet flexible CMS for clients.  One of our favorite plugins for WP is <a href="http://wordpress.org/extend/plugins/tweetable/">Tweetable by redwall_hp</a>.  Some updates need to be noted to get it to work however, mainly that sometimes authorizing a Twitter application for Read &#038; Write access by default needs to be done from the following site: <a href="https://dev.twitter.com/apps">https://dev.twitter.com/apps</a> instead of the site referenced in the installation wizard.  If you&#8217;ve been having problems with Tweetable try that and see if it helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtrafficservice.com/2011/05/tweetable-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick and Easy Manual Submission</title>
		<link>http://www.webtrafficservice.com/2010/07/quick-and-easy-manual-submission/</link>
		<comments>http://www.webtrafficservice.com/2010/07/quick-and-easy-manual-submission/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 20:44:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engines]]></category>

		<guid isPermaLink="false">http://www.webtrafficservice.com/?p=97</guid>
		<description><![CDATA[Need to submit your website to the major search engines quickly? Try our Manual Submission page, with links to the submission pages of all the major search engines. One secret of Search Engine submission however is that getting linked on an existing and relatively well ranked site is often the quickest way to get spidered [...]]]></description>
			<content:encoded><![CDATA[<p>Need to submit your website to the major search engines quickly?  Try our <a href="http://www.webtrafficservice.com/market/submission/">Manual Submission</a> page, with links to the submission pages of all the major search engines.</p>
<p>One secret of Search Engine submission however is that getting linked on an existing and relatively well ranked site is often the quickest way to get spidered by search engines.  Web Traffic Service clients are linked on a variety of websites and pages to ensure that every new site is quickly ranked.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtrafficservice.com/2010/07/quick-and-easy-manual-submission/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing MoinMoin with Apache2 and WSGI</title>
		<link>http://www.webtrafficservice.com/2010/07/installing-moinmoin-with-apache2-and-wsgi/</link>
		<comments>http://www.webtrafficservice.com/2010/07/installing-moinmoin-with-apache2-and-wsgi/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 06:06:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Web Traffic Service]]></category>

		<guid isPermaLink="false">http://www.webtrafficservice.com/?p=71</guid>
		<description><![CDATA[MoinMoin is one of the best Python driven Wikis around. Here is a very basic and quick overview of installing it with Apache2 and mod_wsgi. We did it on a Ubuntu system. MoinMoin 1.9 official install docs 1. Install Apache2 and mod-wsgi. sudo apt-get install apache2 libapache2-mod-wsgi 2. Download and install Moinmoin tar xvfz moin-1.9.x.tar.gz [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ww.moinmo.in/">MoinMoin</a> is one of the best <a href="http://www.python.org/">Python</a> driven <a href="http://en.wikipedia.org/wiki/Wiki">Wikis</a> around.  Here is a very basic and quick overview of installing it with <a href="http://www.apache.org/">Apache2</a> and <a href="http://code.google.com/p/modwsgi/">mod_wsgi</a>.  We did it on a Ubuntu system.</p>
<p><a href="http://master19.moinmo.in/InstallDocs">MoinMoin 1.9 official install docs</a></p>
<p>1. Install Apache2 and mod-wsgi.<br />
<code>sudo apt-get install apache2 libapache2-mod-wsgi<code></p>
<p>2. <a href="http://moinmo.in/MoinMoinDownload">Download and install Moinmoin</a><br />
<code>tar xvfz moin-1.9.x.tar.gz<br />
cd moin-1.9.x<br />
python setup.py install</code></p>
<p>This installs the codebase to <code>/usr/local/lib/python-2.6/dist-packages/</code> for the Ubuntu system we used.</p>
<p>3. Copy the base files and directories <code>/usr/local/share/moin</code> to the directory of your choice, such as a directory under <code>/var/www/</code></p>
<p>4. Edit the <code>server/moin.wsgi</code> file and make sure your paths are correct.  Pay particular attention to sections <b>a1</b> and <b>a2</b>.</p>
<p>5. Copy the example <code>config/wikiconfig.py</code> into your main wiki directory.  Edit it to reflect your preferences (sitename, page_front_page, superuser, etc).</p>
<p>6. Create your VirtualHost file in <code>/etc/apache2/sites-available</code>.  The default user for Apache2 in Ubuntu is www-user so we'll stick with that.  Add this code to the standard VirtualHost code:</p>
<pre>
WSGIScriptAlias / /var/www/yourmoindirectory/server/moin.wsgi

WSGIDaemonProcess moin user=www-data group=www-data
  home=/var/www/dnd processes=5 threads=10
  maximum-requests=1000 umask=0007

WSGIProcessGroup moin
</pre>
<p>You might also want to add Aliases for static and admin files at this point.</p>
<p>7. Symlink it in <code>sites-enabled</code> and restart the server.  If all went well, you should see the wiki start page.  If things did not go so well, be sure to check the permissions on the wiki folders.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtrafficservice.com/2010/07/installing-moinmoin-with-apache2-and-wsgi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to Web Traffic Service</title>
		<link>http://www.webtrafficservice.com/2010/06/hello-world/</link>
		<comments>http://www.webtrafficservice.com/2010/06/hello-world/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 17:41:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Traffic Service]]></category>

		<guid isPermaLink="false">http:/?p=1</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.webtrafficservice.com/2010/06/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

