From f3d46e5ffdd1681cfc2e6814d2cfe9c77ab72645 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 1 Sep 2018 10:57:54 -0700 Subject: [PATCH 1/6] Removed some stuff that doesn't belong here. --- test.html | 117 ------------------ website/pages/index.markdown | 46 ------- .../12/22/inching_toward_usability.markdown | 12 -- website/posts/2017/12/23/roadmap.markdown | 8 -- website/snippets/footer.html | 24 ---- website/snippets/header.html | 36 ------ website/styles/styleSheet.css | 90 -------------- website/templates/page.html | 5 - website/templates/page_weblog.html | 3 - .../templates/page_weblogOnePostArchive.html | 3 - website/templates/post_weblog.html | 5 - .../templates/post_weblogOnePostArchive.html | 5 - website/templates/weblogDayGroup.html | 1 - 13 files changed, 355 deletions(-) delete mode 100644 test.html delete mode 100644 website/pages/index.markdown delete mode 100644 website/posts/2017/12/22/inching_toward_usability.markdown delete mode 100644 website/posts/2017/12/23/roadmap.markdown delete mode 100644 website/snippets/footer.html delete mode 100644 website/snippets/header.html delete mode 100644 website/styles/styleSheet.css delete mode 100644 website/templates/page.html delete mode 100644 website/templates/page_weblog.html delete mode 100644 website/templates/page_weblogOnePostArchive.html delete mode 100644 website/templates/post_weblog.html delete mode 100644 website/templates/post_weblogOnePostArchive.html delete mode 100644 website/templates/weblogDayGroup.html diff --git a/test.html b/test.html deleted file mode 100644 index d7df51ef0..000000000 --- a/test.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - -
Print page 1 of 1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Click on the Column Headings to sort accordingly.
- Click on the Parcel ID to view the parcel detail.
  -
-
Parcel IDLocationOwnerBuilt
- Type -
Total Value - Beds
- Baths
Lot size
- Fin area
LUC
- Description
NHoodSale date
- Sale price
Book Page
006.0-0005-0003.030  - FREEMAN STPITCHEL STUART -
GOODMAN JULIA
1914
- Old Style -  
$615,4005
- 3
5,502 -
2,472
101
- One Family
18/19/1998
- $299,000
28988-522
- - - - - - - - -
Print page 1 of 1
- - - - - - - - - diff --git a/website/pages/index.markdown b/website/pages/index.markdown deleted file mode 100644 index e50994f57..000000000 --- a/website/pages/index.markdown +++ /dev/null @@ -1,46 +0,0 @@ -@title Evergreen - -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: - - - -#### To Do - -Again — it’s barely usable at this point. Not even that. It’s not beta — it’s not even *alpha*. - -What remains to be done is pretty much obvious. Tons of stuff. - -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 [NewsBlur](https://newsblur.com), [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.) - -#### 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/12/22/inching_toward_usability.markdown b/website/posts/2017/12/22/inching_toward_usability.markdown deleted file mode 100644 index 0b21d667d..000000000 --- a/website/posts/2017/12/22/inching_toward_usability.markdown +++ /dev/null @@ -1,12 +0,0 @@ -@title Inching Toward Usability -@pubDate 2017-12-22 15:17:07 -0800 -@modDate 2017-12-22 15:17:07 -0800 -While there is still so much to do — GitHub says we’re just 36% of the way (at this writing) toward completing the 1.0 alpha milestone — Evergreen is getting closer and closer to actually usable. - -The latest build (1.0d25) adds keyboard shortcuts, so you can (for instance) go through all your news via the space bar. (You can read about how we got this to work.) You can hit `k` to mark all as read, and so on. - -(For a complete list, open the Window menu and choose Keyboard Shortcuts.) - -If you want to try it out, you can [download the latest build](https://ranchero.com/downloads/Evergreen-latest.zip). - -Note: in the Help menu is a Bug Tracker item — use that to report bugs and make feature requests. (It goes to Evergreen’s bug tracker on GitHub.) diff --git a/website/posts/2017/12/23/roadmap.markdown b/website/posts/2017/12/23/roadmap.markdown deleted file mode 100644 index 3f8a6c4dc..000000000 --- a/website/posts/2017/12/23/roadmap.markdown +++ /dev/null @@ -1,8 +0,0 @@ -@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 deleted file mode 100644 index 716c38dfe..000000000 --- a/website/snippets/footer.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - diff --git a/website/snippets/header.html b/website/snippets/header.html deleted file mode 100644 index 6366bd8bd..000000000 --- a/website/snippets/header.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - Evergreen: [[@title]] - - - - [[styleSheetLink()]] - - - - - - - - - - - - - - - - - - - - - - - - - - -
diff --git a/website/styles/styleSheet.css b/website/styles/styleSheet.css deleted file mode 100644 index a7ecf4396..000000000 --- a/website/styles/styleSheet.css +++ /dev/null @@ -1,90 +0,0 @@ -body { - margin-top: 0px; - margin-bottom: 0px; - margin-left: 0px; - margin-right: 0px; - line-height: 1.6em; - font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif; - font-size: 1.2em; - color: #333; - background-color: white; -} - -a { - text-decoration: none; - } -#banner { - line-height: 2em; - padding-top: 1px; - padding-bottom: 7px; - background-color: #333333; - text-align: center; - } -#innerbanner { - max-width: 30em; - margin-left: auto; - margin-right: auto; - text-align: center; - color: white; -} -#content { - padding-bottom: 2em; - max-width: 30em; - margin-left: auto; - margin-right: auto; - margin-top: 3.5em; -} -#innerbanner a:link, #innerbanner a:visited { - color: white; - text-decoration: none; -} -#innerbanner h1 { - font-size: 48px; - font-weight: normal; -} -h1 { - margin-bottom: 15px; -} -h2 { - color: #666; - margin-top: 2em; -} -a:link { - color: #437C95; - } -a:visited { - color: #614395; - } -#footer { - margin-top: 3em; - padding-top: 32px; - padding-bottom: 29px; - color: #999; - font-size: 0.9em; - text-align: center; - border-top: 1px solid #ddd; - } -code, pre { - font-family: "SF Mono", Menlo, "Courier", monospace; - font-size: 16px; - color: #666; - white-space: pre-wrap; - } -@media (max-width: 700px) { - #innerbanner { - text-align: center; - } - #content { - max-width 600px; - } -} - -@media (max-width: 590px) { - #banner { - line-height: 2.25em; - } - #content { - padding-left: 15px; - padding-right: 15px; - } -} diff --git a/website/templates/page.html b/website/templates/page.html deleted file mode 100644 index d89f9c7ca..000000000 --- a/website/templates/page.html +++ /dev/null @@ -1,5 +0,0 @@ -[[=header.html]] -[[@bodytext]] -[[=footer.html]] - - diff --git a/website/templates/page_weblog.html b/website/templates/page_weblog.html deleted file mode 100644 index 5a3377d42..000000000 --- a/website/templates/page_weblog.html +++ /dev/null @@ -1,3 +0,0 @@ -[[=header.html]] -[[@bodytext]] -[[=footer.html]] \ No newline at end of file diff --git a/website/templates/page_weblogOnePostArchive.html b/website/templates/page_weblogOnePostArchive.html deleted file mode 100644 index 5a3377d42..000000000 --- a/website/templates/page_weblogOnePostArchive.html +++ /dev/null @@ -1,3 +0,0 @@ -[[=header.html]] -[[@bodytext]] -[[=footer.html]] \ No newline at end of file diff --git a/website/templates/post_weblog.html b/website/templates/post_weblog.html deleted file mode 100644 index feb5f755a..000000000 --- a/website/templates/post_weblog.html +++ /dev/null @@ -1,5 +0,0 @@ -
-

[[@title]]

-
[[@bodytext]]
- -
\ No newline at end of file diff --git a/website/templates/post_weblogOnePostArchive.html b/website/templates/post_weblogOnePostArchive.html deleted file mode 100644 index 38b2202a7..000000000 --- a/website/templates/post_weblogOnePostArchive.html +++ /dev/null @@ -1,5 +0,0 @@ -
-

[[onePostArchiveExternalLink(@title)]]

-
[[@bodytext]]
-
[[displayDate()]]
-
\ No newline at end of file diff --git a/website/templates/weblogDayGroup.html b/website/templates/weblogDayGroup.html deleted file mode 100644 index 331652d7d..000000000 --- a/website/templates/weblogDayGroup.html +++ /dev/null @@ -1 +0,0 @@ -[[@bodytext]] From 3e8e98a7f342960383c9192dad7ba1fdc9f680ea Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 1 Sep 2018 10:58:29 -0700 Subject: [PATCH 2/6] =?UTF-8?q?Rename=20buildNetNewsWire=20script=20to=20b?= =?UTF-8?q?uildnnw,=20since=20that=E2=80=99s=20what=20I=20always=20used=20?= =?UTF-8?q?to=20use.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildNetNewsWire => buildnnw | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename buildNetNewsWire => buildnnw (100%) diff --git a/buildNetNewsWire b/buildnnw similarity index 100% rename from buildNetNewsWire rename to buildnnw From 68aaa1a36d273d5958ec24bec008895ac779d83e Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 1 Sep 2018 10:59:31 -0700 Subject: [PATCH 3/6] Update cleanPrefsAndData to work with renamed app. --- cleanPrefsAndData | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cleanPrefsAndData b/cleanPrefsAndData index c56f6ad61..4ddd1018a 100755 --- a/cleanPrefsAndData +++ b/cleanPrefsAndData @@ -1,7 +1,7 @@ #!/bin/sh -defaults delete com.ranchero.evergreen +defaults delete com.ranchero.NetNewsWire-Evergreen killall cfprefsd -rm -rf ~/Library/Application\ Support/Evergreen/ +rm -rf ~/Library/Application\ Support/NetNewsWire/ From 660629389e54ec1a6664a6e59e7c20a3faf71852 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 1 Sep 2018 11:22:15 -0700 Subject: [PATCH 4/6] Change version to 5.0d1. --- NetNewsWire/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetNewsWire/Info.plist b/NetNewsWire/Info.plist index 56f439685..8f8331223 100644 --- a/NetNewsWire/Info.plist +++ b/NetNewsWire/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 5.0d42 + 5.0d1 CFBundleURLTypes From 84843d41fd2dbca51294701740379f257218dc93 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 1 Sep 2018 11:34:10 -0700 Subject: [PATCH 5/6] Use controlBackgroundColor for no-selection view. --- NetNewsWire/Base.lproj/MainWindow.storyboard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetNewsWire/Base.lproj/MainWindow.storyboard b/NetNewsWire/Base.lproj/MainWindow.storyboard index 31f5f022d..e9c0809ec 100644 --- a/NetNewsWire/Base.lproj/MainWindow.storyboard +++ b/NetNewsWire/Base.lproj/MainWindow.storyboard @@ -660,7 +660,7 @@ - + From 0706b829cf5afe195edd0a570224b1f25b9cf929 Mon Sep 17 00:00:00 2001 From: Charles Parnot Date: Sat, 1 Sep 2018 21:56:09 +0200 Subject: [PATCH 6/6] Use the correct version number 'NetNewsWire 5.0' in the Roadmap. Probably still left over from the Evergreen 1.0 roadmap. --- Technotes/Roadmap.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Technotes/Roadmap.md b/Technotes/Roadmap.md index 37e135a01..b78b86894 100644 --- a/Technotes/Roadmap.md +++ b/Technotes/Roadmap.md @@ -4,7 +4,7 @@ This roadmap reflects thinking at the time of the last update. Anything can change at any time. -## NetNewsWire 1.0 for macOS +## NetNewsWire 5.0 for macOS Features: @@ -25,9 +25,9 @@ Features: Milestones: -[NetNewsWire 1.0 alpha](https://github.com/brentsimmons/NetNewsWire/milestone/1)
-[NetNewsWire 1.0 beta](https://github.com/brentsimmons/NetNewsWire/milestone/2)
-[NetNewsWire 1.0](https://github.com/brentsimmons/NetNewsWire/milestone/3) +[NetNewsWire 5.0 alpha](https://github.com/brentsimmons/NetNewsWire/milestone/1)
+[NetNewsWire 5.0 beta](https://github.com/brentsimmons/NetNewsWire/milestone/2)
+[NetNewsWire 5.0](https://github.com/brentsimmons/NetNewsWire/milestone/3) (See [What Development, Alpha, Beta, and Final Mean for NetNewsWire](DevelopmentAlphaBeta.md) for definitions.)