<?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>Arch Linux Blogs</title>
	<atom:link href="http://archlinux.me/feed/" rel="self" type="application/rss+xml" />
	<link>http://archlinux.me</link>
	<description>Arch Linux Users Personal Blogs</description>
	<lastBuildDate>Thu, 27 Jan 2011 01:42:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Import blogs into Archlinux.me</title>
		<link>http://archlinux.me/blog/2011/01/26/import-blogs-into-archlinux-me/</link>
		<comments>http://archlinux.me/blog/2011/01/26/import-blogs-into-archlinux-me/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 01:42:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://archlinux.me/?p=62</guid>
		<description><![CDATA[If you have posts or comments in another system, ArchLinux.me can import those into this site. Blogger Import posts, comments, and users from a Blogger blog. Blogroll Import links in OPML format. Categories and Tags Converter Convert existing categories to tags or tags to categories, selectively. LiveJournal Import posts from LiveJournal using their API. Movable [...]]]></description>
			<content:encoded><![CDATA[<p>    If you have posts or comments in another system, ArchLinux.me can import those into this site.</p>
<pre>
        Blogger     Import posts, comments, and users from a Blogger blog.
        Blogroll     Import links in OPML format.
        Categories and Tags Converter     Convert existing categories to tags or tags to categories, selectively.
        LiveJournal     Import posts from LiveJournal using their API.
        Movable Type and TypePad     Import posts and comments from a Movable Type or TypePad blog.
        RSS     Import posts from an RSS feed.
        WordPress     Import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.
</pre>
<p>Admin Console > Tools > Import<br />
Happy Blogging :)</p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/blog/2011/01/26/import-blogs-into-archlinux-me/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Server Move Completed !</title>
		<link>http://archlinux.me/blog/2011/01/25/server-move-completed/</link>
		<comments>http://archlinux.me/blog/2011/01/25/server-move-completed/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 01:47:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://archlinux.me/?p=5</guid>
		<description><![CDATA[After several hours of work, the server move is complete. All the blogs were moved successfully, at least the ones that had content ;) I haven&#8217;t added everyone back into the new system yet, only those that had actually used their blog. Everyone probably received an email with a new login password, you will need [...]]]></description>
			<content:encoded><![CDATA[<p>After several hours of work, the server move is complete. </p>
<p>All the blogs were moved successfully, at least the ones that had content ;)  I haven&#8217;t added everyone back into the new system yet, only those that had actually used their blog.</p>
<p>Everyone probably received an email with a new login password, you will need to use that to login to your blog, the old password will not work now.</p>
<p>If you wanted a blog, and yours didn&#8217;t get moved, let me know.<br />
Post in this thread on the archlinux forums:<br />
<div class="pageview">
		  <table class="pageviewhead" cellpadding="0" cellspacing="0" border="0" style="margin-bottom: 0px">

							<tr>
		      <td width="80"><strong>Title:</strong></td>
		      <td><a title="View fullscreen" target="_blank" href="https://bbs.archlinux.org/viewtopic.php?id=73622&#038;p=1">ArchLinux Blogs</a></td>
				</tr>
						
						
	  </table>
	
  <iframe src="https://bbs.archlinux.org/viewtopic.php?id=73622&#038;p=1" frameborder="0" style="" scrolling="no" height="600px" width="100%">Get a better browser!</iframe>
</div>
</p>
<p>Happy Blogging</p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/blog/2011/01/25/server-move-completed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Currently working on new Archlinux.me site</title>
		<link>http://archlinux.me/blog/2011/01/24/currently-working-on-new-archlinux-me-site/</link>
		<comments>http://archlinux.me/blog/2011/01/24/currently-working-on-new-archlinux-me-site/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 00:56:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://archlinux.me/?p=3</guid>
		<description><![CDATA[Work is in progress, please be patient :) #!/bin/bash echo "This is a code tag test # Check if requirements are installed. clear if [[ -z $( type -p sqlite3 ) ]]; then echo -e "REQUIRED: sqlite3 -- NOT INSTALLED !";exit ;fi Created with #!/bin/bash echo "This is a code tag test # Check if [...]]]></description>
			<content:encoded><![CDATA[<p>Work is in progress, please be patient :)</p>
<pre class="brush:shell">#!/bin/bash
echo "This is a code tag test

# Check if requirements are installed.
clear
if [[ -z $( type -p sqlite3 ) ]]; then echo -e "REQUIRED: sqlite3 -- NOT INSTALLED !";exit ;fi</pre>
<p>Created with</p>
<pre>
<pre class="brush:shell">#!/bin/bash
echo "This is a code tag test

# Check if requirements are installed.
clear
if [[ -z $( type -p sqlite3 ) ]]; then echo -e "REQUIRED: sqlite3 -- NOT INSTALLED !";exit ;fi</pre>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/blog/2011/01/24/currently-working-on-new-archlinux-me-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

