Change the URL of the NetNewsWire feed to its new location at https://nnw.ranchero.com/feed.json.

This commit is contained in:
Brent Simmons 2018-09-06 20:16:12 -07:00
parent f52f54aa28
commit 5af831dc4c
3 changed files with 5 additions and 5 deletions

View File

@ -96,11 +96,11 @@
</dict>
<dict>
<key>homePageURL</key>
<string>https://ranchero.com/netnewswire/</string>
<string>https://nnw.ranchero.com/</string>
<key>editedName</key>
<string>NetNewsWire News</string>
<string>NetNewsWire Blog</string>
<key>url</key>
<string>https://ranchero.com/netnewswire/feed.json</string>
<string>https://nnw.ranchero.com/feed.json</string>
</dict>
<dict>
<key>homePageURL</key>

View File

@ -56,7 +56,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
private let log = Log()
private let themeLoader = VSThemeLoader()
private let appNewsURLString = "https://ranchero.com/netnewswire/feed.json"
private let appNewsURLString = "https://nnw.ranchero.com/feed.json"
private let dockBadge = DockBadge()
override init() {

View File

@ -24,7 +24,7 @@ final class FeedListTreeControllerDelegate: TreeControllerDelegate {
init() {
// let netnewswireNewsFeed = FeedListFeed(name: "NetNewsWire News", url: "https://ranchero.com/netnewswire/feed.json", homePageURL: "https://ranchero.com/netnewswire/blog/")
// let netnewswireNewsFeed = FeedListFeed(name: "NetNewsWire News", url: "https://nnw.ranchero.com/feed.json", homePageURL: "https://nnw.ranchero.com/")
self.topLevelFeeds = Set<FeedListFeed>() //Set([netnewswireNewsFeedNewsFeed])
let defaultFeeds = FeedListReader.defaultFeeds()