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 @@ + diff --git a/website/snippets/header.html b/website/snippets/header.html index 2451120b1..6e8c71570 100644 --- a/website/snippets/header.html +++ b/website/snippets/header.html @@ -12,6 +12,6 @@ - +
diff --git a/website/styles/styleSheet.css b/website/styles/styleSheet.css index 88838b039..a7ecf4396 100644 --- a/website/styles/styleSheet.css +++ b/website/styles/styleSheet.css @@ -15,16 +15,17 @@ a { } #banner { line-height: 2em; - padding-top: 17px; - padding-bottom: 1px; - background-color: #445088; + padding-top: 1px; + padding-bottom: 7px; + background-color: #333333; text-align: center; } #innerbanner { max-width: 30em; margin-left: auto; margin-right: auto; - text-align: left; + text-align: center; + color: white; } #content { padding-bottom: 2em; @@ -33,9 +34,11 @@ a { margin-right: auto; margin-top: 3.5em; } -h1 a:link, h1 a:visited { +#innerbanner a:link, #innerbanner a:visited { color: white; text-decoration: none; +} +#innerbanner h1 { font-size: 48px; font-weight: normal; } @@ -45,7 +48,6 @@ h1 { h2 { color: #666; margin-top: 2em; - font-weight: normal; } a:link { color: #437C95; @@ -60,13 +62,13 @@ a:visited { color: #999; font-size: 0.9em; text-align: center; - border-toxp: 1px solid #ddd; - backgrxound-color: #6A7DD4; + border-top: 1px solid #ddd; } code, pre { font-family: "SF Mono", Menlo, "Courier", monospace; - font-size: 14px; + font-size: 16px; color: #666; + white-space: pre-wrap; } @media (max-width: 700px) { #innerbanner { diff --git a/website/templates/page.html b/website/templates/page.html index 68333c7fa..d89f9c7ca 100644 --- a/website/templates/page.html +++ b/website/templates/page.html @@ -1,5 +1,4 @@ [[=header.html]] -

[[@title]]

[[@bodytext]] [[=footer.html]]