Etuldan / spaRSS

Based on Flym and Sparse RSS, this checks RSS/Atom news feeds, polling for updates from the device on a regular basis. Fetched items are available for offline reading.
Other
146 stars 31 forks source link

Problem with quote #249

Open DamienCassou opened 7 years ago

DamienCassou commented 7 years ago

When using the feed http://planet.emacsen.org/atom.xml, there is a post titled "I'm now using the right dictionary" from January 14, 2017. If a user clicks on the post title within spaRSS, he is redirected to

http://mbork.pl/2017-01-14_I

instead of

http://mbork.pl/2017-01-14_I'm_now_using_the_right_dictionary

The feed entry is:

    <entry>
        <title type="html">Marcin Borkowski: I'm now using the right dictionary</title>
        <link href="http://mbork.pl/2017-01-14_I'm_now_using_the_right_dictionary"/>
        <id>http://mbork.pl/2017-01-14_I'm_now_using_the_right_dictionary</id>
        <updated>2017-01-14T19:55:23+00:00</updated>
        <content type="html">Almost one and half years ago I read an interesting post on Irreal, and – as a great fan of the English language – I immediately went to the original post it mentioned. I did not regret it; I return to that post from time to time, since it is so beautiful, even poetic.</content>
        <author>
            <name>Marcin Borkowski</name>
            <uri>http://mbork.pl/Homepage</uri>
        </author>
        <source>
            <title type="html">Marcin Borkowski:  Content AND Presentation</title>
            <subtitle type="html">Strona domowa Marcina Borkowskiego</subtitle>
            <link rel="self" href="http://mbork.pl?action=rss;all=0;showedit=0;rcfilteronly=CategoryEmacs"/>
            <id>http://mbork.pl/Homepage</id>
        </source>
    </entry>