<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[IPFS Blog]]></title><description><![CDATA[IPFS Blog]]></description><link>http://ipfs.io/blog/</link><generator>metalsmith-feed</generator><lastBuildDate>Sat, 09 May 2015 14:20:05 GMT</lastBuildDate><atom:link href="http://ipfs.io/blog/rss.xml" rel="self" type="application/rss+xml"/><author><![CDATA[The IPFS Team]]></author><item><title><![CDATA[Hello Worlds]]></title><description><![CDATA[<!DOCTYPE html>
<html>

<head>
<title>ipfs blog</title>

<link rel="stylesheet" href="../static/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="../static/blog-style.css">

</head>
<body>

<div class="container" id="content">
<div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">

<nav class="navbar">
  <div class="navbar-header">
    <p class="navbar-text">
    / <a href="http://ipfs.io">ipfs</a>
    / <a href="..">blog</a>
    
     / <a href="./">0-hello-worlds</a>
    
    </p>
  </div>

  <div class="nav navbar-nav navbar-right">
    <p class="navbar-text">
      <a href="https://github.com/ipfs/blog/">source</a>
    </p>
  </div>
</nav>


<div class="post">
    <h1 id="hello-worlds"><a class="heading-anchor" href="#hello-worlds"><span></span></a>Hello Worlds</h1>
    <p>by Juan Benet on 2015-05-04</p>
    <br>

    <pre><code class="lang-sh">&gt; echo &quot;hello worlds&quot; | ipfs add
added QmZ4tDuvesekSs4qM5ZBKpXiZGun7S2CYtEZRB3DYXkjGx
&gt; ipfs cat QmZ4tDuvesekSs4qM5ZBKpXiZGun7S2CYtEZRB3DYXkjGx
hello worlds
</code></pre>
<p>Greetings Internet!</p>
<p>This post kicks off the official IPFS (InterPlanetary File System) Blog. This is long overdue-- the project is many months old. We will be making a series of posts explaining various aspects of IPFS, its development, our growing community, and so on. This blog will also be used to make all important announcements henceforth.</p>
<!--more-->
<p>You can&apos;t <em>yet</em> &quot;follow&quot; the blog with ipfs, but we&apos;re working on it and expect to have it working soon. For now, you can follow one of these ways:</p>
<ul>
<li>HTTP: <a href="http://ipfs.io/blog">http://ipfs.io/blog</a></li>
<li>Git: <code>git clone https://github.com/ipfs/blog</code></li>
<li>GitHub: click watch at <a href="https://github.com/ipfs/blog">https://github.com/ipfs/blog</a></li>
<li>RSS: <a href="../rss.xml">follow RSS Feed</a></li>
<li>IPFS: <a href="https://github.com/ipfs/blog/issues/2">coming soon</a></li>
</ul>
<p>Don&apos;t miss any InterPlanetary updates!</p>
<p><img src="earthrise.png" alt=""></p>

</div>


</div>
</div> <!-- container / content -->
</body>
</html>
]]></description><link>http://ipfs.io/blog/0-hello-worlds</link><guid isPermaLink="true">http://ipfs.io/blog/0-hello-worlds</guid><dc:creator><![CDATA[Juan Benet]]></dc:creator><pubDate>Tue, 05 May 2015 00:00:00 GMT</pubDate></item></channel></rss>