http://static.comicvine.com/uploads/original/11111/111118433/4703396-url.jpg
    <p>{% verbatim %}</p>
    
    <p><strong>What is NameStorage?</strong><br />
    The NameStorage is basically a decentralized data storage that is tied to names that can be registered or bought through name exchange. The NameStorage allows the owner of the corresponding name to store arbitrary data (e.g. pictures, files) in the NameStorage. Only the owner of a name can change the corresponding NameStorage, but everyone can access the uploaded data in an easy way. The data is stored with the help of special arbitrary transactions that have the service number 10. The NameStorage itself is key/value based which means you store the data under a key which will be in most cases the name of the file.</p>
    
    <p><br />
    <strong>How to create a website?</strong><br />
    First of all it is possible to store a website under any key, which means you can have as much websites as you want in one namestorage there is also no size restriction. Suppose you registered the name &quot;qora&quot; and want to store two html files index.html and about.html. In this case you just browse to http://127.0.0.1:9090/index/namestorage.html : Choose the name &quot;qora&quot; (only necessary if you have more than one name registered)! The key will be the &quot;name&quot; of the file so we just enter here for the first file e.g. index.html (of course you can choose whatever you want). In the data section you just put your whole html code, if you already have a html file on your harddrive you can also select the &quot;browse&quot;-button choose the html file press &quot;upload&quot; and will have the content in the data section. Before submitting the data to the blockchain (and that way into NameStorage) it is recommended to press the preview button to see how the file will look like when you or anyone else will access it later. If you are happy with the result just press &quot;submit&quot;. There will be an error if your wallet is locked or if you do not have enough balance but if everything is Ok there will be a security question that allows you to confirm (or cancel) the upload, it will also show the amount of qora that needs to be paid to upload it into blockchain. If you are fine with the amount just press &quot;ok&quot; and then the data will be uploaded to blockchain. For the &quot;about.html&quot; you do the same steps again, but choose as key e.g. &quot;about.html&quot;. The websites can now be accessed by anyone using the Url http://127.0.0.1:9090/qora/index.html and http://127.0.0.1:9090/qora/about.html! You are also able to embed the content of any key to your website by adding the code<em> {{namestoragemap.getOpt(&quot;qora&quot;, &quot;index.html&quot;)}}</em> for the index html, so the general syntax is <em>{{namestoragemap.getOpt(&quot;&lt;NAME&gt;&quot;, &quot;&lt;KEY&gt;&quot;)}}</em>.<br />
    Important: If you want your website to be shown in the Webdirectory and also be searchable through the qora search engine your main website needs to have the magic key &quot;website&quot;. So if you upload your index.html content under the key website it will be found through the qora search engine and also be part of the webdirectory. To get a better result it is recommended for that mainpage to use the following tags:<br />
    &nbsp;<em>&lt;title&gt;Your Title&lt;/title&gt;<br />
    &nbsp;&lt;meta name=&quot;description&quot; content=&quot;Your descrition&quot;&gt;</em><br />
    &nbsp;these parts will be shown to the user if his search matches your mainwebsite.<br />
    &nbsp;<br />
    &nbsp;<br />
    <strong>&nbsp;How to create an own blog?</strong><br />
    &nbsp;In order to create your own blog you need to register a unique name. If you don&#39;t have a name yet, just browse to http://127.0.0.1:9090/registername, enter the name you would like to have (must be all lowercase) and press submit. There should appear a security question you need to confirm in order to register the name. If no error happened the name will be yours after the next block. In order to have an own blog you first need to activate a profile for the name you registered. Browse to the page http://127.0.0.1:9090/index/settings.html and select your name in the dropdown menu. Activate the checkbox for &quot;enable profile&quot; and &quot;enable blog&quot;. You can also add an optional profile picture and a profile banner here, you just need to enter the Url to the pictures. Moreover there is a possibility to add a Blog title and a Blog description that will appear after creating the blog in the &quot;Blogdirectory&quot; (http://127.0.0.1:9090/index/blogdirectory.html). The Black/Whitelist is optional too and only needed if you want to allow others to post in your blog. If you chose whitelist, every address or name you add to the list will be able to post on your blog (additional to your own profile). If you choose blacklist everyone except the people in the list will be able to post in your blog. For most users an empty whitelist should be fine (allowing only you to post in your blog). After clicking submit and approving the security call your blog and profile will be enabled. In the upper right corner of the screen is a button connect where you can choose your active profile, this should also open your new blog. You can also browse to your blog by opening &quot;http://127.0.0.1:9090/index/blog.html?blogname=YOURNAME&quot;. In the upper left corner is the post button that allows you to create a blogpost. Just enter an optional title and the textbody, press submit and approve the security call. Congratulations, you made your first post.</p>
    
    <p>{% endverbatim %}</p>
    
    <p>&nbsp;</p>