bookieio / Bookie

Python based delicious.com replacement
GNU Affero General Public License v3.0
633 stars 138 forks source link

rss feed for searches doesn't show up #455

Open anarcat opened 10 years ago

anarcat commented 10 years ago

https://example.net/bookie/anarcat/recent has a proper <link> tag for pointing at the RSS feed:

    <link id="rss_url" href="https://example.net/bookie/anarcat/rss" rel="alternate" title="
    Latest bookmarks from anarcat
" type="application/rss+xml" />

but https://example.net/bookieanarcat/recent/toread doesn't, for an obvious reason: that URL is wrong! this URL gets generated from https://example.net/bookie/anarcat/recent after typing "toread" then enter in the search box.

adding a slash to that URL fixes the problem.

i'm using Chromium Version 34.0.1847.132 Built on Debian 7.5, running on Debian jessie/sid (265804). i do not know which version of bookie my friend has installed for me.

mitechie commented 10 years ago

Sorry, I've read this a few times but I'm a little bit confused. Can you duplicate this on the live site on bmark.us in some way I can easily link/see? I'm trying to determine if you're reporting an example of #148 where the url generated doesn't work in the sub directory path or if you're saying that the rss url requires a / at the end of it? I can't seem to duplicate the requirement for a / in the rss url to work.

anarcat commented 10 years ago

i believe this is related to @jcharaoui's bug report and i can reproduce on his instance. so it's not that it needs a trailing slash, it's the subdirectory thing.

mitechie commented 10 years ago

Ok, awesome. Well, not awesome, but known issue with work in progress. I'll leave this bug open, but since it's linked to #148, when we get that closed up we'll try to QA and verify that this is corrected.