<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: List your StatusNet Bookmarks</title>
	<atom:link href="http://chimo.chromic.org/2012/07/07/list-your-statusnet-bookmarks/feed/" rel="self" type="application/rss+xml" />
	<link>http://chimo.chromic.org/2012/07/07/list-your-statusnet-bookmarks/</link>
	<description>A Maniac Met Twerp Frogs</description>
	<lastBuildDate>Wed, 17 Apr 2013 01:51:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<item>
		<title>By: chimo</title>
		<link>http://chimo.chromic.org/2012/07/07/list-your-statusnet-bookmarks/comment-page-1/#comment-19704</link>
		<dc:creator>chimo</dc:creator>
		<pubDate>Sat, 04 Aug 2012 15:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://chimo.chromic.org/?p=20905#comment-19704</guid>
		<description><![CDATA[Oh, sorry I misunderstood your previous comment.

Yes, you are absolutely correct. I&#039;ve implemented your fix in the latest version.

Thanks :)]]></description>
		<content:encoded><![CDATA[<p>Oh, sorry I misunderstood your previous comment.</p>
<p>Yes, you are absolutely correct. I've implemented your fix in the latest version.</p>
<p>Thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabevl</title>
		<link>http://chimo.chromic.org/2012/07/07/list-your-statusnet-bookmarks/comment-page-1/#comment-19693</link>
		<dc:creator>gabevl</dc:creator>
		<pubDate>Sat, 04 Aug 2012 05:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://chimo.chromic.org/?p=20905#comment-19693</guid>
		<description><![CDATA[I did modofied the file for Reverse Favs module and yes , its working.

The other issue was with the mapping of the URL on the left side menu.If you hover the mouse over the Reverse Favs link the mapped url  is yourdomain//reversefavs  (remark the double // forward slash). It should be  yourdomain/username/reversefavs , or as you said, in the case of a single user StatusNet instance , it should be yourdomain/reversefavs.

So, to correct this, I did that:

-in the ReverseFavsPlugin.php under function onEndPersonalGroupNav 
I replaced  
$action-&gt;menuItem(common_local_url(&#039;reversefavs&#039;, array(&#039;nickname&#039; =&gt; $nickname)),
with
$action-&gt;menuItem(common_local_url(&#039;reversefavs&#039;, array(&#039;nickname&#039; =&gt; $this-&gt;user-&gt;nickname)),

which solved my issue.

Maybe is because i use php 5.3 ...
I did install all your plugins and they do work.Kudos also for the stat plugin.

Gabriel]]></description>
		<content:encoded><![CDATA[<p>I did modofied the file for Reverse Favs module and yes , its working.</p>
<p>The other issue was with the mapping of the URL on the left side menu.If you hover the mouse over the Reverse Favs link the mapped url  is yourdomain//reversefavs  (remark the double // forward slash). It should be  yourdomain/username/reversefavs , or as you said, in the case of a single user StatusNet instance , it should be yourdomain/reversefavs.</p>
<p>So, to correct this, I did that:</p>
<p>-in the ReverseFavsPlugin.php under function onEndPersonalGroupNav<br />
I replaced<br />
$action-&gt;menuItem(common_local_url('reversefavs', array('nickname' =&gt; $nickname)),<br />
with<br />
$action-&gt;menuItem(common_local_url('reversefavs', array('nickname' =&gt; $this-&gt;user-&gt;nickname)),</p>
<p>which solved my issue.</p>
<p>Maybe is because i use php 5.3 ...<br />
I did install all your plugins and they do work.Kudos also for the stat plugin.</p>
<p>Gabriel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chimo</title>
		<link>http://chimo.chromic.org/2012/07/07/list-your-statusnet-bookmarks/comment-page-1/#comment-19686</link>
		<dc:creator>chimo</dc:creator>
		<pubDate>Sat, 04 Aug 2012 01:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://chimo.chromic.org/?p=20905#comment-19686</guid>
		<description><![CDATA[Yep, the code for the &quot;BookmarkList&quot; and &quot;ReverseFavs&quot; plugins is almost identical so they both had the same problem.

I&#039;m running PHP 5.4 and was using a syntax that caused problems with v5.3. I didn&#039;t get a chance to test the fix in a v5.3 environment so I wanted to make sure the problem was fixed before making the changes in &quot;ReverseFavs&quot;. Thank you for your update.

The &quot;ReverseFavs&quot; plugin should be fixed as well now.

As for the URLs, if you&#039;ve configured your SN instance as single-user, the URL will be &quot;/reversefavs&quot;. If the instance is multi-user, it&#039;ll be &quot;/username/reversefavs&quot;.

I realized the &quot;BookmarkList&quot; README was unclear about this, so I&#039;ve updated it.

Let me know if  you find other problems/inaccuracies]]></description>
		<content:encoded><![CDATA[<p>Yep, the code for the "BookmarkList" and "ReverseFavs" plugins is almost identical so they both had the same problem.</p>
<p>I'm running PHP 5.4 and was using a syntax that caused problems with v5.3. I didn't get a chance to test the fix in a v5.3 environment so I wanted to make sure the problem was fixed before making the changes in "ReverseFavs". Thank you for your update.</p>
<p>The "ReverseFavs" plugin should be fixed as well now.</p>
<p>As for the URLs, if you've configured your SN instance as single-user, the URL will be "/reversefavs". If the instance is multi-user, it'll be "/username/reversefavs".</p>
<p>I realized the "BookmarkList" README was unclear about this, so I've updated it.</p>
<p>Let me know if  you find other problems/inaccuracies</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabevl</title>
		<link>http://chimo.chromic.org/2012/07/07/list-your-statusnet-bookmarks/comment-page-1/#comment-19682</link>
		<dc:creator>gabevl</dc:creator>
		<pubDate>Sat, 04 Aug 2012 00:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://chimo.chromic.org/?p=20905#comment-19682</guid>
		<description><![CDATA[Hi chimo,

Yes, it&#039;s working... 
but the same error pops  up in the ReverseFavs.
I also found that the url in the left menu is constructed as :
http://yourdomain.com//reversefavs  
instead of 
http://yourdomain.com/username/reversefavs

Gabriel]]></description>
		<content:encoded><![CDATA[<p>Hi chimo,</p>
<p>Yes, it's working...<br />
but the same error pops  up in the ReverseFavs.<br />
I also found that the url in the left menu is constructed as :<br />
<a href="http://yourdomain.com//reversefavs" rel="nofollow">http://yourdomain.com//reversefavs</a><br />
instead of<br />
<a href="http://yourdomain.com/username/reversefavs" rel="nofollow">http://yourdomain.com/username/reversefavs</a></p>
<p>Gabriel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chimo</title>
		<link>http://chimo.chromic.org/2012/07/07/list-your-statusnet-bookmarks/comment-page-1/#comment-19664</link>
		<dc:creator>chimo</dc:creator>
		<pubDate>Fri, 03 Aug 2012 13:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://chimo.chromic.org/?p=20905#comment-19664</guid>
		<description><![CDATA[Hey,
Thanks for reporting this.

I believe the issue&#039;s fixed. Can you try getting the latest version?
Let me know!]]></description>
		<content:encoded><![CDATA[<p>Hey,<br />
Thanks for reporting this.</p>
<p>I believe the issue's fixed. Can you try getting the latest version?<br />
Let me know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabevl</title>
		<link>http://chimo.chromic.org/2012/07/07/list-your-statusnet-bookmarks/comment-page-1/#comment-19659</link>
		<dc:creator>gabevl</dc:creator>
		<pubDate>Fri, 03 Aug 2012 05:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://chimo.chromic.org/?p=20905#comment-19659</guid>
		<description><![CDATA[Hi chimo,

I think i found an error :

FastCGI sent in stderr: &quot;PHP Parse error:  syntax error, unexpected &#039;[&#039; in /var/www/plugins/BookmarkList/bookmarks.php on line 72&quot; 

and it displays a white pages ...
I use statusnet 1.1.0  and php 5.3.5]]></description>
		<content:encoded><![CDATA[<p>Hi chimo,</p>
<p>I think i found an error :</p>
<p>FastCGI sent in stderr: "PHP Parse error:  syntax error, unexpected '[' in /var/www/plugins/BookmarkList/bookmarks.php on line 72" </p>
<p>and it displays a white pages ...<br />
I use statusnet 1.1.0  and php 5.3.5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chimo</title>
		<link>http://chimo.chromic.org/2012/07/07/list-your-statusnet-bookmarks/comment-page-1/#comment-19149</link>
		<dc:creator>chimo</dc:creator>
		<pubDate>Sun, 15 Jul 2012 15:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://chimo.chromic.org/?p=20905#comment-19149</guid>
		<description><![CDATA[Hey,
I just updated the plugin so that it uses real streams: https://github.com/chimo/BookmarkList

I&#039;m fairly new to the SN class structure, so thanks for the pointers!]]></description>
		<content:encoded><![CDATA[<p>Hey,<br />
I just updated the plugin so that it uses real streams: <a href="https://github.com/chimo/BookmarkList" rel="nofollow">https://github.com/chimo/BookmarkList</a></p>
<p>I'm fairly new to the SN class structure, so thanks for the pointers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chimo</title>
		<link>http://chimo.chromic.org/2012/07/07/list-your-statusnet-bookmarks/comment-page-1/#comment-19148</link>
		<dc:creator>chimo</dc:creator>
		<pubDate>Sun, 15 Jul 2012 15:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://chimo.chromic.org/?p=20905#comment-19148</guid>
		<description><![CDATA[Ahh, getting sidetracked... story of my life!

Thanks for the flattr and the comment! :)]]></description>
		<content:encoded><![CDATA[<p>Ahh, getting sidetracked... story of my life!</p>
<p>Thanks for the flattr and the comment! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael "MMN-o" Nordfeldth</title>
		<link>http://chimo.chromic.org/2012/07/07/list-your-statusnet-bookmarks/comment-page-1/#comment-19136</link>
		<dc:creator>Mikael "MMN-o" Nordfeldth</dc:creator>
		<pubDate>Sun, 15 Jul 2012 04:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://chimo.chromic.org/?p=20905#comment-19136</guid>
		<description><![CDATA[That&#039;s great! A very sought for functionality so keep it up :)

You could probably extend ShowstreamAction or a grandparent to get the pagination functionality.]]></description>
		<content:encoded><![CDATA[<p>That's great! A very sought for functionality so keep it up :)</p>
<p>You could probably extend ShowstreamAction or a grandparent to get the pagination functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpope</title>
		<link>http://chimo.chromic.org/2012/07/07/list-your-statusnet-bookmarks/comment-page-1/#comment-19127</link>
		<dc:creator>jpope</dc:creator>
		<pubDate>Sun, 15 Jul 2012 02:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://chimo.chromic.org/?p=20905#comment-19127</guid>
		<description><![CDATA[Man, I forgot that I had started to write this very plugin a while back. Didn&#039;t get very far actually and got sidetracked with life I guess. Works great, this should be in the default SN install. :)]]></description>
		<content:encoded><![CDATA[<p>Man, I forgot that I had started to write this very plugin a while back. Didn't get very far actually and got sidetracked with life I guess. Works great, this should be in the default SN install. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
