diff --git a/website/pages/index.markdown b/website/pages/index.markdown index a893039e3..719a5b2e5 100644 --- a/website/pages/index.markdown +++ b/website/pages/index.markdown @@ -1,18 +1,17 @@ @title Evergreen -Evergreen is an open source, productivity-style feed reader for Macs. +Evergreen is a free and open source feed reader for macOS. It’s at a very early stage — we use it, but we don’t expect other people to use it yet. Nevertheless, you can: -Download the latest build - -Report bugs and make feature requests - -Checkout the code - -Also note: [Evergreen has its own blog](https://ranchero.com/evergreen/blog/). (The blog is one of the default feeds in Evergreen.) +
#### To Do @@ -25,4 +24,23 @@ However, a few notes about the future: * We don’t plan on doing an iOS version ever. We might change our minds, but we doubt it. (Update Dec. 5, 2017: Well, maaaaaybe…) * We don’t plan on making a for-pay version ever, either. We might change our minds, but it’s massively unlikely. [This app is written for love](http://inessential.com/2015/06/30/love), not money. * Future versions will add syncing via existing services (such as [FeedBin](https://feedbin.com/), [Feedly](https://feedly.com/), [Feed Wrangler](https://feedwrangler.net/), and others), though we make no promises about which ones and when. (This means that, some time in the future, you could use Evergreen on your Mac and [Unread](http://supertop.co/unread/), [Reeder](http://reederapp.com/ios/), or other feed reader on your iPhone and iPad.) -* You’re free to use the code and make your own feed reader, even on iOS. It’s MIT-licensed. Just give us credit and call it something besides Evergreen. + +#### Technical Notes + +Evergreen supports RSS, Atom, JSON Feed, and RSS-in-JSON. + +Evergreen requires macOS 10.13. + +#### About Using the Code + +You’re free to use the code and make your own app, even on iOS. It’s MIT-licensed. Just give us credit and call it something besides Evergreen. + +In fact, please do use any or all of this code. If you can learn from it — things to do or things *not* to do — then great! Creating a full-featured example Mac app of use to other developers is one of our goals. + +Most of the code is written in Swift. Some older parts, particularly in the frameworks, are written in Objective-C. We think this is one of the largest open source Mac apps written mostly in Swift. + +#### About the name + +Evergreen is made in Seattle and is named for Washington, the Evergreen State. The author, who attended The Evergreen State College, has two evergreen trees in his yard. + +But the name is a prayer for the open web — may it remain evergreen. diff --git a/website/posts/2017/05/29/testing.markdown b/website/posts/2017/05/29/testing.markdown deleted file mode 100644 index c8aed6b04..000000000 --- a/website/posts/2017/05/29/testing.markdown +++ /dev/null @@ -1,4 +0,0 @@ -@title Testing -@pubDate Mon May 29 10:36:02 -0700 2017 -@modDate Mon May 29 10:36:02 -0700 2017 -This thing on? \ No newline at end of file diff --git a/website/posts/2017/12/23/roadmap.markdown b/website/posts/2017/12/23/roadmap.markdown new file mode 100644 index 000000000..3f8a6c4dc --- /dev/null +++ b/website/posts/2017/12/23/roadmap.markdown @@ -0,0 +1,8 @@ +@title Roadmap +@pubDate 2017-12-23 15:38:00 -0800 +@modDate 2017-12-23 15:38:00 -0800 +We published the Evergreen roadmap today — it covers 1.0 and 2.0. + +(What’s beyond 2.0? We haven’t even thought about it much yet.) + +If there’s anything missing, or if you have questions, post to the bug tracker or ask on Twitter. diff --git a/website/snippets/footer.html b/website/snippets/footer.html index 75b2573a6..716c38dfe 100644 --- a/website/snippets/footer.html +++ b/website/snippets/footer.html @@ -1,9 +1,24 @@