mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-31 11:14:54 +01:00
Write Evergreen home page.
This commit is contained in:
parent
5a1eb102ef
commit
b82de531e8
28
website/pages/index.markdown
Normal file
28
website/pages/index.markdown
Normal file
@ -0,0 +1,28 @@
|
||||
@title Evergreen
|
||||
|
||||
Evergreen is an open source, productivity-style feed reader for Macs.
|
||||
|
||||
It’s at a very early stage — we use it, but we don’t 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 — it’s barely usable at this point. Not even that. It’s not beta — it’s not even *alpha*. It’s at 1.0d11 — the “d” stands for “development“ version.
|
||||
|
||||
What remains to be done is pretty much obvious. Tons of stuff. It doesn’t even have an app icon yet.
|
||||
|
||||
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.
|
||||
* 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 call it something besides Evergreen.
|
@ -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">
|
||||
|
@ -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;
|
||||
|
@ -1,4 +1,5 @@
|
||||
[[=header.html]]
|
||||
<h1>[[@title]]</h1>
|
||||
[[@bodytext]]
|
||||
[[=footer.html]]
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user