È un lettore di feed gratuito e open-source per macOS e iOS. Supporta i formati RSS, Atom, JSON Feed e RSS-in-JSON. https://mastodon.uno/@devol/111879986134652899
Go to file
Brent Simmons 29fe1869aa Build contextual menus in MainWindowController extension. 2018-01-28 13:28:33 -08:00
Appcasts Update version and appcast. 2018-01-23 22:08:13 -08:00
AppleEvents basic readonly scripting support for account, feed, folder 2018-01-11 00:51:25 -08:00
Commands Use SendToBlogEditorApp when sending an article to MarsEdit. 2018-01-15 12:22:12 -08:00
Evergreen Build contextual menus in MainWindowController extension. 2018-01-28 13:28:33 -08:00
Evergreen.xcodeproj Build contextual menus in MainWindowController extension. 2018-01-28 13:28:33 -08:00
Evergreen.xcworkspace Turn off Xcode’s new build system, since it stopped letting me debug. It had worked fine all this time, till today. 2018-01-06 12:11:50 -08:00
EvergreenTests Add tests for simple article property script, fix error in previous 2018-01-24 00:27:56 -08:00
Exporters Add OPMLExporter. Fix an invalid OPML bug. 2017-12-22 10:28:26 -08:00
Frameworks Add NSOutlineView extension methods: canSelectItem and selectItemAndScrollToVisible. 2018-01-27 12:34:53 -08:00
Importers Add Om Malik’s feed to the default feeds list. Remove Katie Floyd — reluctantly! sadly! — since she plans not to be blogging so often. 2018-01-03 13:25:30 -08:00
Technotes Move sentence about bindings to the right section. 2018-01-23 21:07:29 -08:00
website Add shortcut icon and og/twitter tags to site metadata. 2017-12-24 11:00:25 -08:00
xcconfig Scripting support for articles and basic article properties 2018-01-24 00:06:34 -08:00
.editorconfig Add .editorconfig. 2017-05-21 11:02:12 -07:00
.gitignore Ignore wildcat_settings. 2017-05-29 21:04:00 -07:00
LICENSE Initial commit 2017-05-21 10:59:24 -07:00
README.md Continue note about pull requests. 2017-12-23 16:40:04 -08:00
ToDo.opml Create WebViewWindow, which holds a WKWebView. To be used for keyboard shortcuts and whatever else needs a plain web view in a window. 2017-11-13 13:23:22 -08:00
buildEvergreen Create Evergreen-latest.zip as part of build script. 2017-12-02 20:35:57 -08:00
cleanPrefsAndData Add script to start over — delete prefs and subscriptions etc. 2017-12-19 17:30:32 -08:00

README.md

Evergreen

Its a feed reader for MacOS.

It supports RSS, Atom, JSON Feed, and RSS-in-JSON formats.

Its barely usable at this point. Barely. Probably not even. A whole bunch of things havent been done yet. (See the bug tracker).

More info: https://ranchero.com/evergreen/

Also see the Technotes and the Roadmap.

On accepting pull requests

Its pretty early still, and we have strong opinions about how we want to do things, so were not seeking help just yet.

That said, we will seriously consider any pull requests we do get. Just note that we may not accept them, or we may accept them and do a bunch of revision.

Its probably a good idea to let us know first what youd like to do. (Ask on Twitter, or email brent@ranchero.com, or post something to the bug tracker.)

In the future — some time after 1.0 ships — we expect to want contributions. The plan is not to make this a one-person show forever.