<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://notiz.blog/wp-content/plugins/pretty-feeds/pretty-feed-v4.xsl" type="text/xsl" media="screen" ?>


<!--

	Feeds whisper secrets,
	In the RSS Club's embrace,
	Knowledge blooms in grace.

-->

<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/"
	xmlns:source="http://source.scripting.com/"
xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>SingleUser &#8211; notizBlog</title>
	<atom:link href="https://notiz.blog/tag/singleuser/feed/" rel="self" type="application/rss+xml" />
	<link>https://notiz.blog</link>
	<description>a weblog mainly about the open, portable, interoperable, small, social, synaptic, semantic, structured, distributed, (re-)decentralized, independent, microformatted and federated social web</description>
	<lastBuildDate>Sun, 07 Jun 2020 18:40:57 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://notiz.blog/wp-content/uploads/2019/10/cropped-notizblog-icon-1-32x32.png</url>
	<title>SingleUser &#8211; notizBlog</title>
	<link>https://notiz.blog</link>
	<width>32</width>
	<height>32</height>
</image> 
<source:blogroll>https://reader.pfefferle.org/i/?a=opml&amp;get=c_2</source:blogroll>
<creativeCommons:license>https://creativecommons.org/licenses/by-sa/4.0/</creativeCommons:license>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://switchboard.p3k.io/"/>
<atom:link rel="self" href="https://notiz.blog/tag/singleuser/feed/"/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search notizBlog" href="https://notiz.blog/wp-api/opensearch/1.1/document" />	<item>
		<title>SingleUser NoseRub</title>
		<link>https://notiz.blog/2008/04/14/singleuser-noserub/</link>
					<comments>https://notiz.blog/2008/04/14/singleuser-noserub/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Mon, 14 Apr 2008 17:22:10 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[DataPortability]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[Lifestream]]></category>
		<category><![CDATA[noserub]]></category>
		<category><![CDATA[SingleUser]]></category>
		<category><![CDATA[Social Network Portability]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=812</guid>

					<description><![CDATA[Eigentlich wollte ich NoseRub schon vor ner ganze Weile mal testen, jetzt habe ich die seit vorgestern erhältliche Version 0.6 zum Anlass genommen, NoseRub mal auf meinem Server zu installieren: pfefferle.org Wer NoseRub, wie ich als SingleUser-System auf seinem Server/Webspace hosten will (anstatt als Service wie Identoo.com) muss nur zwei Dinge beachten: NoseRub Registration Type [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Eigentlich wollte ich <a href="https://web.archive.org/web/20091026135343/http://noserub.com/">NoseRub</a> schon vor ner ganze Weile mal testen, jetzt habe ich die seit vorgestern erhältliche <a href="https://web.archive.org/web/20080924163937/http://noserub.com:80/blog/archives/52-NoseRub-0.6-released.html">Version 0.6</a> zum Anlass genommen, NoseRub mal auf meinem Server zu installieren: <a href="https://pfefferle.org">pfefferle.org</a></p>



<p>Wer NoseRub, wie ich als SingleUser-System auf seinem Server/Webspace hosten will (anstatt als Service wie <a href="https://web.archive.org/web/20100507140906/http://identoo.com:80/">Identoo.com</a>) muss nur zwei Dinge beachten:</p>



<h4 class="wp-block-heading">NoseRub Registration Type</h4>



<p>Zuerst sollte man sicherstellen dass sich keiner bei NoseRub registrieren kann, dazu einfach die Datei &#8222;<code>app/config/noserub.php</code>&#8220; öffnen und den <code>NOSERUB_REGISTRATION_TYPE</code> auf <code>none</code> setzen.</p>


<pre class="wp-block-code"><span><code class="hljs language-javascript">define(<span class="hljs-string">'NOSERUB_REGISTRATION_TYPE'</span>, <span class="hljs-string">'none'</span>);</code></span></pre>


<h4 class="wp-block-heading">SocialStream durch &#8222;My Profile&#8220; ersetzen</h4>



<p>Im zweiten Schritt kann man die Startseite (SocialStream) durch sein eigenes Profil ersetzen. Hierzu muss man in der &#8222;<code>app/config/routes.php</code>&#8220; einfach nur die Zeile</p>


<pre class="wp-block-code"><span><code class="hljs language-php">Router::connect(<span class="hljs-string">'/'</span>, <span class="hljs-keyword">array</span>(<span class="hljs-string">'controller'</span> =&gt; <span class="hljs-string">'identities'</span>, <span class="hljs-string">'action'</span> =&gt; <span class="hljs-string">'social_stream'</span>));</code></span></pre>


<p>&#8230;mit&#8230;</p>


<pre class="wp-block-code"><span><code class="hljs language-php">Router::connect(<span class="hljs-string">'/'</span>, <span class="hljs-keyword">array</span>(<span class="hljs-string">'controller'</span> =&gt; <span class="hljs-string">'identities'</span>, <span class="hljs-string">'action'</span> =&gt; <span class="hljs-string">'index'</span>, <span class="hljs-string">'username'</span> =&gt; <span class="hljs-string">'USERNAME'</span>));</code></span></pre>


<p>&#8230;ersetzen und statt <strong>USERNAME</strong> den eigenen Benutzernamen eintragen. Das wars eigentlich schon.</p>



<p>Viel Spaß beim ausprobieren 🙂</p>
<p>You are a true RSS aficionado! While others are drowning in social media noise, you enjoy the simplicity and control of RSS. Congrats!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/04/14/singleuser-noserub/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
