Skip to content
#

rss-aggregator

Here are 138 public repositories matching this topic...

christopher-wilson
christopher-wilson commented Jan 26, 2020

I've just installed this through docker on a Synology NAS, so it may be more apparent when hosted on another platform, so apologies in advance if that is the case.

Going through everything, and getting it working, I've found warts and some general usability issues. There is no documentation on how to create a theme, where they are uploaded, or what can be themed, as far as I can tell.

It wo

rainchen
rainchen commented Feb 21, 2020

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 the passed in example:

date = Date.today   ## test run on 2020-02-09

p date.format( 'January 02, 2006' )         #=> "February 09, 2020"

but the 'format' method is a built in stdlib privat

faramir
faramir commented Jul 26, 2017

Make "reset unread counter" only affect number on badge but not icon color itself. If there is any unread item, icon should be still green, if there is new unread item, badge should show the count of new unread items, if there is really no unread items, the icon should be set to gray (inactive).

_Sent from my Motorola MotoG3 using [FastHub](https://play.google.com/store/apps/details?id=com.fastac

bug

Improve this page

Add a description, image, and links to the rss-aggregator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rss-aggregator topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.