Write Evergreen home page.

This commit is contained in:
Brent Simmons 2017-05-29 22:07:59 -07:00
parent 5a1eb102ef
commit b82de531e8
4 changed files with 36 additions and 9 deletions

View File

@ -0,0 +1,28 @@
@title Evergreen
Evergreen is an open source, productivity-style feed reader for Macs.
Its at a very early stage — we use it, but we dont expect other people to use it yet.
Nevertheless, you can:
<a href="http://ranchero.com/downloads/Evergreen1.0d11.zip">Download the latest build</a>
<a href="https://github.com/brentsimmons/Evergreen/issues">Report bugs and make feature requests</a>
<a href="https://github.com/brentsimmons/Evergreen">Checkout the code</a>
Also note: [Evergreen has its own blog](https://ranchero.com/evergreen/blog/). (The blog is one of the default feeds in Evergreen.)
#### To Do
Again — its barely usable at this point. Not even that. Its not beta — its not even *alpha*. Its at 1.0d11 — the “d” stands for “development“ version.
What remains to be done is pretty much obvious. Tons of stuff. It doesnt even have an app icon yet.
However, a few notes about the future:
* We dont plan on doing an iOS version ever. We might change our minds, but we doubt it.
* We dont plan on making a for-pay version ever, either. We might change our minds, but its 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.)
* Youre free to use the code and make your own feed reader, even on iOS. Its MIT-licensed. Just call it something besides Evergreen.

View File

@ -10,6 +10,6 @@
<script type="text/javascript"> </script> <!-- FOUC hack: http://www.bluerobot.com/web/css/fouc.asp -->
</head>
<body>
<div id="banner"><div id="innerbanner"><h1><a href="http://inessential.com/">Ranchero Software</a></span></h1></div></div>
<div id="banner"><div id="innerbanner"><h1><a href="https://ranchero.com/">Ranchero Software</a></span></h1></div></div>
<div id="content">

View File

@ -3,9 +3,9 @@ body {
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
line-height: 1.55em;
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-size: 18px;
line-height: 1.6em;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
font-size: 1.2em;
color: #333;
background-color: white;
}
@ -15,7 +15,7 @@ a {
}
#banner {
line-height: 2em;
padding-top: 34px;
padding-top: 17px;
padding-bottom: 1px;
background-color: #445088;
text-align: center;
@ -64,12 +64,10 @@ a:visited {
backgrxound-color: #6A7DD4;
}
code, pre {
font-family: Menlo, monospace;
font-family: "SF Mono", Menlo, "Courier", monospace;
font-size: 14px;
color: maroon;
color: #666;
}
@media (max-width: 700px) {
#innerbanner {
text-align: center;

View File

@ -1,4 +1,5 @@
[[=header.html]]
<h1>[[@title]]</h1>
[[@bodytext]]
[[=footer.html]]
</body>