Update website style and home page text. Add blog post.
This commit is contained in:
parent
24fb1f0356
commit
5b37db809f
|
@ -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:
|
||||
|
||||
<a href="https://ranchero.com/downloads/Evergreen-latest.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.)
|
||||
<ul><li><a href="https://ranchero.com/downloads/Evergreen-latest.zip">Download the latest build</a></li>
|
||||
<li><a href="https://github.com/brentsimmons/Evergreen/issues">Report bugs and make feature requests</a></li>
|
||||
<li><a href="https://github.com/brentsimmons/Evergreen">Checkout the code</a></li>
|
||||
<li><a href="https://ranchero.com/evergreen/blog/">Read the blog</a></li>
|
||||
<li><a href="https://github.com/brentsimmons/Evergreen/blob/master/Technotes/Roadmap.md">Read the roadmap</a>
|
||||
<li><a href="https://twitter.com/evergreen_mac">Follow Evergreen on Twitter</a></li></ul>
|
||||
|
||||
#### 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 <a href="http://cyber.harvard.edu/rss/rss.html">RSS</a>, <a href="https://tools.ietf.org/html/rfc4287">Atom</a>, <a href="https://jsonfeed.org/">JSON Feed</a>, and <a href="https://github.com/scripting/Scripting-News/blob/master/rss-in-json/README.md">RSS-in-JSON</a>.
|
||||
|
||||
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, <i>please do</i> 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.
|
||||
|
|
|
@ -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?
|
|
@ -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 <a href="https://github.com/brentsimmons/Evergreen/blob/master/Technotes/Roadmap.md">Evergreen roadmap</a> 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 <a href="https://github.com/brentsimmons/Evergreen/issues">bug tracker</a> or <a href="https://twitter.com/evergreen_mac">ask on Twitter</a>.
|
|
@ -1,9 +1,24 @@
|
|||
</div> <!-- content -->
|
||||
|
||||
<div id="footer">
|
||||
<p>© 1995-2017 Ranchero Software, LLC</p>
|
||||
<p>Made in Seattle.</p>
|
||||
|
||||
<div id="sidebar">
|
||||
<p class="sidebarText"><a href="https://ranchero.com/evergreen/"><img src="https://ranchero.com/evergreen/images/evergreenAvatar.png" width="100" height="100" alt="Evergreen avatar" /></a></p>
|
||||
<p class="sidebarText"><a href="https://ranchero.com/downloads/Evergreen-latest.zip">Latest Build</a><br />
|
||||
<a href="https://github.com/brentsimmons/Evergreen/tree/master/Technotes">Technotes</a> • <a href="https://twitter.com/evergreen_mac">Twitter</a> • <a href="https://ranchero.com/evergreen/blog/">Blog</a><br />
|
||||
<a href="https://github.com/brentsimmons/Evergreen">Repository</a> • <a href="https://github.com/brentsimmons/Evergreen/issues">Bug Tracker</a> • <a href="https://github.com/brentsimmons/Evergreen/blob/master/Technotes/Roadmap.md">Roadmap</a><br />
|
||||
<a href="https://ranchero.com/evergreen/xml/rss.xml">RSS</a> • <a href="https://ranchero.com/evergreen/feed.json">JSON Feed</a></p>
|
||||
<p class="sidebarText">Open Web Friends<br />
|
||||
<a href="https://www.red-sweater.com/marsedit/">MarsEdit</a> • <a href="https://micro.blog/">Micro.blog</a> • <a href="https://overcast.fm/">Overcast</a></p>
|
||||
|
||||
|
||||
</div> <!-- sidebar -->
|
||||
|
||||
|
||||
<p>© 1995-2017 <a href="https://ranchero.com/">Ranchero Software, LLC</a><br />
|
||||
Made in Seattle.</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -12,6 +12,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="https://ranchero.com/">Ranchero Software</a></span></h1></div></div>
|
||||
<div id="banner"><div id="innerbanner"><h1><a href="https://ranchero.com/evergreen/">Evergreen</a></span></h1>by <a href="https://ranchero.com/">Ranchero Software</a></div></div>
|
||||
|
||||
<div id="content">
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[[=header.html]]
|
||||
<h1>[[@title]]</h1>
|
||||
[[@bodytext]]
|
||||
[[=footer.html]]
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue