From f3d46e5ffdd1681cfc2e6814d2cfe9c77ab72645 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 1 Sep 2018 10:57:54 -0700 Subject: [PATCH] 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]]