Gizra / planet-elm

Planet Elm
http://planet.elm-lang.org/
MIT License
5 stars 1 forks source link

Publication date is broken #24

Closed doppioslash closed 8 years ago

doppioslash commented 8 years ago
<item>
    <title>Elm Script?</title>
    <link>http://crossingtheruby.com/2015/11/09/elm-script.html</link>

  <pubDate>&lt;a href=&quot;/node/11&quot;&gt;crossingtheruby.com&lt;/a&gt;</pubDate> <----

  <guid isPermaLink="false">http://crossingtheruby.com/2015/11/09/elm-script</guid>
  </item>
amitaibu commented 8 years ago

Thanks, I definitely need to add tests for that :/

Let's first quickly fix it...

amitaibu commented 8 years ago

Deployed to live. Thanks again for the bug report :)

https___live-planet-elm_pantheon_io_feeds_xml
doppioslash commented 8 years ago

That was quick :) But I have another request, unfortunately the library I'm using cannot parse that date format: https://tonicdev.com/doppioslash/invaliddate

Could you use this kind of format: "Thu, 12 Nov 2015 21:55:50 +0000" ?

amitaibu commented 8 years ago

Drupal makes it so easy to change it ;)

feed_items__content____planetelm

Results with <pubDate>Thu, 05 Nov 2015 00:00:00 +0200</pubDate>

Deplyed to LIVE