Update URLs to use netnewswire.com where appropriate.

This commit is contained in:
Brent Simmons 2021-02-21 18:00:40 -08:00 committed by Maurice Parker
parent 828ca7ed2a
commit b0a1183e11
14 changed files with 25 additions and 25 deletions

View File

@ -608,7 +608,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
@IBAction func openWebsite(_ sender: Any?) { @IBAction func openWebsite(_ sender: Any?) {
Browser.open("https://ranchero.com/netnewswire/", inBackground: false) Browser.open("https://netnewswire.com/", inBackground: false)
} }
@IBAction func openReleaseNotes(_ sender: Any?) { @IBAction func openReleaseNotes(_ sender: Any?) {
@ -632,7 +632,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
} }
@IBAction func openSlackGroup(_ sender: Any?) { @IBAction func openSlackGroup(_ sender: Any?) {
Browser.open("https://ranchero.com/netnewswire/slack", inBackground: false) Browser.open("https://netnewswire.com/slack", inBackground: false)
} }
@IBAction func openTechnotes(_ sender: Any?) { @IBAction func openTechnotes(_ sender: Any?) {
@ -642,7 +642,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
@IBAction func showHelp(_ sender: Any?) { @IBAction func showHelp(_ sender: Any?) {
Browser.open("https://ranchero.com/netnewswire/help/mac/5.1/en/", inBackground: false) Browser.open("https://netnewswire.com/help/mac/5.1/en/", inBackground: false)
} }
@IBAction func donateToAppCampForGirls(_ sender: Any?) { @IBAction func donateToAppCampForGirls(_ sender: Any?) {
@ -650,7 +650,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
} }
@IBAction func showPrivacyPolicy(_ sender: Any?) { @IBAction func showPrivacyPolicy(_ sender: Any?) {
Browser.open("https://ranchero.com/netnewswire/privacypolicy", inBackground: false) Browser.open("https://netnewswire.com/privacypolicy", inBackground: false)
} }
@IBAction func gotoToday(_ sender: Any?) { @IBAction func gotoToday(_ sender: Any?) {

View File

@ -42,7 +42,7 @@ struct CrashReporter {
} }
static func sendCrashLogText(_ crashLogText: String) { static func sendCrashLogText(_ crashLogText: String) {
var request = URLRequest(url: URL(string: "https://ranchero.com/netnewswire/crashreportcatcher.php")!) var request = URLRequest(url: URL(string: "https://netnewswire.com/crashreportcatcher.php")!)
request.httpMethod = HTTPMethod.post request.httpMethod = HTTPMethod.post
let boundary = "0xKhTmLbOuNdArY" let boundary = "0xKhTmLbOuNdArY"

View File

@ -72,6 +72,6 @@
<key>SUFeedURL</key> <key>SUFeedURL</key>
<string>https://ranchero.com/downloads/netnewswire-release.xml</string> <string>https://ranchero.com/downloads/netnewswire-release.xml</string>
<key>UserAgent</key> <key>UserAgent</key>
<string>NetNewsWire (RSS Reader; https://ranchero.com/netnewswire/)</string> <string>NetNewsWire (RSS Reader; https://netnewswire.com/)</string>
</dict> </dict>
</plist> </plist>

View File

@ -72,7 +72,7 @@
<string>remote-notification</string> <string>remote-notification</string>
</array> </array>
<key>UserAgent</key> <key>UserAgent</key>
<string>NetNewsWire (RSS Reader; https://ranchero.com/netnewswire/)</string> <string>NetNewsWire (RSS Reader; https://netnewswire.com/)</string>
<key>OrganizationIdentifier</key> <key>OrganizationIdentifier</key>
<string>$(ORGANIZATION_IDENTIFIER)</string> <string>$(ORGANIZATION_IDENTIFIER)</string>
<key>DeveloperEntitlements</key> <key>DeveloperEntitlements</key>

View File

@ -58,6 +58,6 @@ struct SafariView: View {
struct SafariView_Previews: PreviewProvider { struct SafariView_Previews: PreviewProvider {
static var previews: some View { static var previews: some View {
SafariView(url: URL(string: "https://ranchero.com/netnewswire/")!) SafariView(url: URL(string: "https://netnewswire.com/")!)
} }
} }

View File

@ -1,4 +1,4 @@
{\rtf1\ansi\ansicpg1252\cocoartf2511 {\rtf1\ansi\ansicpg1252\cocoartf2513
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fnil\fcharset0 LucidaGrande-Bold;} \cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fnil\fcharset0 LucidaGrande-Bold;}
{\colortbl;\red255\green255\blue255;\red0\green0\blue0;\red10\green96\blue255;} {\colortbl;\red255\green255\blue255;\red0\green0\blue0;\red10\green96\blue255;}
{\*\expandedcolortbl;;\cssrgb\c0\c0\c0;\cssrgb\c0\c47843\c100000\cname systemBlueColor;} {\*\expandedcolortbl;;\cssrgb\c0\c0\c0;\cssrgb\c0\c47843\c100000\cname systemBlueColor;}
@ -9,4 +9,4 @@
\fs22 \ \fs22 \
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0
{\field{\*\fldinst{HYPERLINK "https://ranchero.com/netnewswire/"}}{\fldrslt {\field{\*\fldinst{HYPERLINK "https://ranchero.com/netnewswire/"}}{\fldrslt
\fs28 \cf3 ranchero.com/netnewswire/}}} \fs28 \cf3 netnewswire.com}}}

View File

@ -17,9 +17,9 @@ class SettingsModel: ObservableObject {
var url: URL? { var url: URL? {
switch self { switch self {
case .netNewsWireHelp: case .netNewsWireHelp:
return URL(string: "https://ranchero.com/netnewswire/help/ios/5.0/en/")! return URL(string: "https://netnewswire.com/help/ios/5.0/en/")!
case .netNewsWire: case .netNewsWire:
return URL(string: "https://ranchero.com/netnewswire/")! return URL(string: "https://netnewswire.com/")!
case .supportNetNewsWire: case .supportNetNewsWire:
return URL(string: "https://github.com/brentsimmons/NetNewsWire/blob/main/Technotes/HowToSupportNetNewsWire.markdown")! return URL(string: "https://github.com/brentsimmons/NetNewsWire/blob/main/Technotes/HowToSupportNetNewsWire.markdown")!
case .github: case .github:
@ -29,7 +29,7 @@ class SettingsModel: ObservableObject {
case .technotes: case .technotes:
return URL(string: "https://github.com/brentsimmons/NetNewsWire/tree/main/Technotes")! return URL(string: "https://github.com/brentsimmons/NetNewsWire/tree/main/Technotes")!
case .netNewsWireSlack: case .netNewsWireSlack:
return URL(string: "https://ranchero.com/netnewswire/slack")! return URL(string: "https://netnewswire.com/slack")!
case .releaseNotes: case .releaseNotes:
return URL.releaseNotes return URL.releaseNotes
case .none: case .none:

View File

@ -30,7 +30,7 @@
<true/> <true/>
</dict> </dict>
<key>UserAgent</key> <key>UserAgent</key>
<string>NetNewsWire (RSS Reader; https://ranchero.com/netnewswire/)</string> <string>NetNewsWire (RSS Reader; https://netnewswire.com/)</string>
<key>OrganizationIdentifier</key> <key>OrganizationIdentifier</key>
<string>$(ORGANIZATION_IDENTIFIER)</string> <string>$(ORGANIZATION_IDENTIFIER)</string>
<key>DeveloperEntitlements</key> <key>DeveloperEntitlements</key>

View File

@ -30,7 +30,7 @@ struct AdvancedPreferencesView: View {
HStack { HStack {
Spacer() Spacer()
Button("Privacy Policy", action: { Button("Privacy Policy", action: {
NSWorkspace.shared.open(URL(string: "https://ranchero.com/netnewswire/privacypolicy")!) NSWorkspace.shared.open(URL(string: "https://netnewswire.com/privacypolicy")!)
}) })
Spacer() Spacer()
} }

View File

@ -4,7 +4,7 @@ Its a free and open source feed reader for macOS and iOS.
It supports [RSS](http://cyber.harvard.edu/rss/rss.html), [Atom](https://tools.ietf.org/html/rfc4287), [JSON Feed](https://jsonfeed.org/), and [RSS-in-JSON](https://github.com/scripting/Scripting-News/blob/master/rss-in-json/README.md) formats. It supports [RSS](http://cyber.harvard.edu/rss/rss.html), [Atom](https://tools.ietf.org/html/rfc4287), [JSON Feed](https://jsonfeed.org/), and [RSS-in-JSON](https://github.com/scripting/Scripting-News/blob/master/rss-in-json/README.md) formats.
More info: [https://ranchero.com/netnewswire/](https://ranchero.com/netnewswire/) More info: [https://netnewswire.com/](https://netnewswire.com/)
Also see the [Technotes](Technotes/) and the [Roadmap](Technotes/Roadmap.md). Also see the [Technotes](Technotes/) and the [Roadmap](Technotes/Roadmap.md).
@ -14,7 +14,7 @@ Heres [How to Support NetNewsWire](Technotes/HowToSupportNetNewsWire.markdown
#### Community #### Community
[Join the Slack group](https://ranchero.com/netnewswire/slack) to talk with other NetNewsWire users — and to help out, if youd like to, by testing, coding, writing, providing feedback, or just helping us think things through. Everybody is welcome and encouraged to join. [Join the Slack group](https://netnewswire.com/slack) to talk with other NetNewsWire users — and to help out, if youd like to, by testing, coding, writing, providing feedback, or just helping us think things through. Everybody is welcome and encouraged to join.
Every community member is expected to abide by the code of conduct which is included in the [Contributing](CONTRIBUTING.md) page. Every community member is expected to abide by the code of conduct which is included in the [Contributing](CONTRIBUTING.md) page.

View File

@ -24,7 +24,7 @@ struct ArticleStyle: Equatable {
self.path = nil; self.path = nil;
self.emptyCSS = nil self.emptyCSS = nil
self.info = ["CreatorHomePage": "https://ranchero.com/", "CreatorName": "Ranchero Software, LLC", "Version": "1.0"] self.info = ["CreatorHomePage": "https://netnewswire.com/", "CreatorName": "Ranchero Software", "Version": "1.0"]
let sharedCSSPath = Bundle.main.path(forResource: "shared", ofType: "css")! let sharedCSSPath = Bundle.main.path(forResource: "shared", ofType: "css")!
let platformCSSPath = Bundle.main.path(forResource: "styleSheet", ofType: "css")! let platformCSSPath = Bundle.main.path(forResource: "styleSheet", ofType: "css")!

View File

@ -1,4 +1,4 @@
{\rtf1\ansi\ansicpg1252\cocoartf2511 {\rtf1\ansi\ansicpg1252\cocoartf2513
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fnil\fcharset0 LucidaGrande-Bold;} \cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fnil\fcharset0 LucidaGrande-Bold;}
{\colortbl;\red255\green255\blue255;\red0\green0\blue0;\red10\green96\blue255;} {\colortbl;\red255\green255\blue255;\red0\green0\blue0;\red10\green96\blue255;}
{\*\expandedcolortbl;;\cssrgb\c0\c0\c0;\cssrgb\c0\c47843\c100000\cname systemBlueColor;} {\*\expandedcolortbl;;\cssrgb\c0\c0\c0;\cssrgb\c0\c47843\c100000\cname systemBlueColor;}
@ -8,5 +8,5 @@
\f0\b\fs28 \cf2 By Brent Simmons and the Ranchero Software team \f0\b\fs28 \cf2 By Brent Simmons and the Ranchero Software team
\fs22 \ \fs22 \
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0
{\field{\*\fldinst{HYPERLINK "https://ranchero.com/netnewswire/"}}{\fldrslt {\field{\*\fldinst{HYPERLINK "https://netnewswire.com/"}}{\fldrslt
\fs28 \cf3 ranchero.com/netnewswire/}}} \fs28 \cf3 netnewswire.com}}}

View File

@ -176,6 +176,6 @@
</dict> </dict>
</array> </array>
<key>UserAgent</key> <key>UserAgent</key>
<string>NetNewsWire (RSS Reader; https://ranchero.com/netnewswire/)</string> <string>NetNewsWire (RSS Reader; https://netnewswire.com/)</string>
</dict> </dict>
</plist> </plist>

View File

@ -226,10 +226,10 @@ class SettingsViewController: UITableViewController {
case 7: case 7:
switch indexPath.row { switch indexPath.row {
case 0: case 0:
openURL("https://ranchero.com/netnewswire/help/ios/5.0/en/") openURL("https://netnewswire.com/help/ios/5.0/en/")
tableView.selectRow(at: nil, animated: true, scrollPosition: .none) tableView.selectRow(at: nil, animated: true, scrollPosition: .none)
case 1: case 1:
openURL("https://ranchero.com/netnewswire/") openURL("https://netnewswire.com/")
tableView.selectRow(at: nil, animated: true, scrollPosition: .none) tableView.selectRow(at: nil, animated: true, scrollPosition: .none)
case 2: case 2:
openURL(URL.releaseNotes.absoluteString) openURL(URL.releaseNotes.absoluteString)
@ -247,7 +247,7 @@ class SettingsViewController: UITableViewController {
openURL("https://github.com/brentsimmons/NetNewsWire/tree/main/Technotes") openURL("https://github.com/brentsimmons/NetNewsWire/tree/main/Technotes")
tableView.selectRow(at: nil, animated: true, scrollPosition: .none) tableView.selectRow(at: nil, animated: true, scrollPosition: .none)
case 7: case 7:
openURL("https://ranchero.com/netnewswire/slack") openURL("https://netnewswire.com/slack")
tableView.selectRow(at: nil, animated: true, scrollPosition: .none) tableView.selectRow(at: nil, animated: true, scrollPosition: .none)
case 8: case 8:
let timeline = UIStoryboard.settings.instantiateController(ofType: AboutViewController.self) let timeline = UIStoryboard.settings.instantiateController(ofType: AboutViewController.self)