<rss
      xmlns:atom="http://www.w3.org/2005/Atom"
      xmlns:media="http://search.yahoo.com/mrss/"
      xmlns:content="http://purl.org/rss/1.0/modules/content/"
      xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      version="2.0"
    >
      <channel>
        <title><![CDATA[tests]]></title>
        <description><![CDATA[Testing nostr sites]]></description>
        <link>https://www.nostrapps.org/tag/development-bounty/</link>
        <atom:link href="https://www.nostrapps.org/tag/development-bounty/rss/" rel="self" type="application/rss+xml"/>
        <itunes:new-feed-url>https://www.nostrapps.org/tag/development-bounty/rss/</itunes:new-feed-url>
        <itunes:author><![CDATA[brugeman]]></itunes:author>
        <itunes:subtitle><![CDATA[Testing nostr sites]]></itunes:subtitle>
        <itunes:type>episodic</itunes:type>
        <itunes:owner>
          <itunes:name><![CDATA[brugeman]]></itunes:name>
          <itunes:email><![CDATA[brugeman]]></itunes:email>
        </itunes:owner>
            
      <pubDate>Mon, 01 May 2023 13:58:13 GMT</pubDate>
      <lastBuildDate>Mon, 01 May 2023 13:58:13 GMT</lastBuildDate>
      
      <itunes:image href="https://nostr.build/i/p/nostr.build_4fb6accf6b24cdb58be127d9a509c3acd3e859bbe24b5c194b82bf30bc1e511a.jpg" />
      <image>
        <title><![CDATA[tests]]></title>
        <link>https://www.nostrapps.org/tag/development-bounty/</link>
        <url>https://nostr.build/i/p/nostr.build_4fb6accf6b24cdb58be127d9a509c3acd3e859bbe24b5c194b82bf30bc1e511a.jpg</url>
      </image>
      <item>
      <title><![CDATA[Add follower count using NIP-45 to Damus ]]></title>
      <description><![CDATA[]]></description>
             <itunes:subtitle><![CDATA[]]></itunes:subtitle>
      <pubDate>Mon, 01 May 2023 13:58:13 GMT</pubDate>
      <link>https://www.nostrapps.org/post/1682949493/</link>
      <comments>https://www.nostrapps.org/post/1682949493/</comments>
      <guid isPermaLink="false">naddr1qq9rzd3cxgungwf58yesygpn2m0xrvukg7f3e69jzs9jh2ur0cypps8029dmayk7qfyqgzutm5psgqqqw4rsquugx2</guid>
      <category>bounty</category>
      
      <noteId>naddr1qq9rzd3cxgungwf58yesygpn2m0xrvukg7f3e69jzs9jh2ur0cypps8029dmayk7qfyqgzutm5psgqqqw4rsquugx2</noteId>
      <npub>npub1xdtducdnjerex88gkg2qk2atsdlqsyxqaag4h05jmcpyspqt30wscmntxy</npub>
      <dc:creator><![CDATA[brugeman]]></dc:creator>
      <content:encoded><![CDATA[<p>Create a PR to use NIP-45 COUNT verb to get follower count on the profile screen, using a filter like {"kinds":[3],"#p":["pubkey"]}.</p>
<p>Not many relays implement NIP-45, wss://relay.nostr.band is a good option. There should probably be a way for users to choose the counting relay, maybe on the Settings screen.</p>
<p>Questions about implementation details should be discussed with jb55, the bounty will be paid after PR is accepted.</p>
]]></content:encoded>
      <itunes:author><![CDATA[brugeman]]></itunes:author>
      <itunes:summary><![CDATA[<p>Create a PR to use NIP-45 COUNT verb to get follower count on the profile screen, using a filter like {"kinds":[3],"#p":["pubkey"]}.</p>
<p>Not many relays implement NIP-45, wss://relay.nostr.band is a good option. There should probably be a way for users to choose the counting relay, maybe on the Settings screen.</p>
<p>Questions about implementation details should be discussed with jb55, the bounty will be paid after PR is accepted.</p>
]]></itunes:summary>
      
      </item>
      
      <item>
      <title><![CDATA[Add NIP-50 search to Damus]]></title>
      <description><![CDATA[]]></description>
             <itunes:subtitle><![CDATA[]]></itunes:subtitle>
      <pubDate>Mon, 01 May 2023 13:54:26 GMT</pubDate>
      <link>https://www.nostrapps.org/post/1682949266/</link>
      <comments>https://www.nostrapps.org/post/1682949266/</comments>
      <guid isPermaLink="false">naddr1qq9rzd3cxgungwfjxcmqygpn2m0xrvukg7f3e69jzs9jh2ur0cypps8029dmayk7qfyqgzutm5psgqqqw4rssvx9yw</guid>
      <category>bounty</category>
      
      <noteId>naddr1qq9rzd3cxgungwfjxcmqygpn2m0xrvukg7f3e69jzs9jh2ur0cypps8029dmayk7qfyqgzutm5psgqqqw4rssvx9yw</noteId>
      <npub>npub1xdtducdnjerex88gkg2qk2atsdlqsyxqaag4h05jmcpyspqt30wscmntxy</npub>
      <dc:creator><![CDATA[brugeman]]></dc:creator>
      <content:encoded><![CDATA[<p>Create a PR to add search over kind:1 events into Damus, there is already a tab and a search box, need to forward typed string using NIP-50 to the relay and render results.</p>
<p>Not many relays implement NIP-50, wss://relay.nostr.band is a good option. There should probably be a way for users to choose the search relay, maybe on the Settings screen.</p>
<p>Questions about implementation details should be discussed with jb55, the bounty will be paid after PR is accepted.  </p>
]]></content:encoded>
      <itunes:author><![CDATA[brugeman]]></itunes:author>
      <itunes:summary><![CDATA[<p>Create a PR to add search over kind:1 events into Damus, there is already a tab and a search box, need to forward typed string using NIP-50 to the relay and render results.</p>
<p>Not many relays implement NIP-50, wss://relay.nostr.band is a good option. There should probably be a way for users to choose the search relay, maybe on the Settings screen.</p>
<p>Questions about implementation details should be discussed with jb55, the bounty will be paid after PR is accepted.  </p>
]]></itunes:summary>
      
      </item>
      
      </channel>
      </rss>
    