pluto icon indicating copy to clipboard operation
pluto copied to clipboard

pluto gems - planet feed reader and (static) website generator - auto-build web pages from published web feeds

Results 15 pluto issues
Sort by recently updated
recently updated
newest added

this is a fun one This feed http://dustycloud.org/blog/index.xml produces this error `*** error: comparison of NilClass with Time failed` but only fails when I run it together with all of...

Hello, Thanks for pluto, we moved the neuroscience planets over from venus a few days ago: https://github.com/neurofedora/planet-neuroscience https://github.com/neurofedora/planet-neuroscientists For the neuroscience planet, which collects feeds from research journals, we're seeing...

bug
enhancement

The core issue seems to be this `to_h` method: > *** error: undefined method `to_h' for # Did you mean? to_s We've been getting depreciation warnings for this method, and...

bug

``` [info] Merging template pack 'companies' [info] Loading template manifest companies/companies.txt... [info] Merging to index.html... [info] Loading template (from file) >companies/index.html.erb

bug
enhancement

Sometimes I want to print one or two feeds onto a single page so I can review them\for research. I made a "try.ini" to re-use for these cases, but realizing...

enhancement
idea

This feed is updating and showing up on the planet... but I regularly get this error \ fail to build: ``` [info] found cache entry for >https://blog.bmannconsulting.com/feed.xml< [info] adding header...

bug

doesn't happen every time... but this is the second time it happened today. so I figured it was worth reporting here. ``` [info] found cache entry for >https://glia.net/the-blog?format=rss< [info] adding...

bug

I see that at https://github.com/feedparser/feedparser/issues/3 this feature was implemented but when running `pluto update planet.ini` I get an empty author field in the database for each item. I'm sure that...

enhancement

Hi, I got an "XML Parsing Error: not well-formed" using the pluto-generated feeds available on http://blogs.openstreetmap.org/ because of a wrong re-encoding (or missing encoding) of the ampersand symbol within links/guids....

wontfix

the original demo code in README is: ``` The Date#format Method class Date def format( spec ) self.strftime( spec.to_strftime ); end end The new Date#format method formats the date like...

idea