Revision: 26786
          http://sourceforge.net/p/bibdesk/svn/26786
Author:   hofman
Date:     2021-08-31 17:09:24 +0000 (Tue, 31 Aug 2021)
Log Message:
-----------
Move to https addresses for web parsers

Modified Paths:
--------------
    trunk/bibdesk/BDSKCOinSParser.m
    trunk/bibdesk/BDSKHCiteParser.m
    trunk/bibdesk/BDSKMASParser.m
    trunk/bibdesk/BDSKWebView.m

Modified: trunk/bibdesk/BDSKCOinSParser.m
===================================================================
--- trunk/bibdesk/BDSKCOinSParser.m     2021-08-31 06:30:19 UTC (rev 26785)
+++ trunk/bibdesk/BDSKCOinSParser.m     2021-08-31 17:09:24 UTC (rev 26786)
@@ -339,7 +339,7 @@
     return items;
 }
 
-+ (NSString *)address { return 
@"http://www.univie.ac.at/elib/index.php?title=COinS_Microfromat_Bibliographic_Metadata_for_Embedding_in_HTML";;
 }
++ (NSString *)address { return 
@"https://www.univie.ac.at/elib/index.php?title=COinS_Microfromat_Bibliographic_Metadata_for_Embedding_in_HTML";;
 }
 
 + (NSString *)info { return NSLocalizedString(@"The COinS microformat can be 
used to embed bibliographic information in web pages.", @"Description for COinS 
mircoformat"); }
 

Modified: trunk/bibdesk/BDSKHCiteParser.m
===================================================================
--- trunk/bibdesk/BDSKHCiteParser.m     2021-08-31 06:30:19 UTC (rev 26785)
+++ trunk/bibdesk/BDSKHCiteParser.m     2021-08-31 17:09:24 UTC (rev 26786)
@@ -322,7 +322,7 @@
     return d;
 }
 
-+ (NSString *)address { return @"http://microformats.org/wiki/citation";; }
++ (NSString *)address { return @"https://microformats.org/wiki/citation";; }
 
 + (NSString *)info { return NSLocalizedString(@"HCite is meant to become a 
microformat for adding bibliographic information to web pages. It is unlikely 
to be relevant or useful at the moment.", @"Description for the HCite 
microformat"); }
 

Modified: trunk/bibdesk/BDSKMASParser.m
===================================================================
--- trunk/bibdesk/BDSKMASParser.m       2021-08-31 06:30:19 UTC (rev 26785)
+++ trunk/bibdesk/BDSKMASParser.m       2021-08-31 17:09:24 UTC (rev 26786)
@@ -65,7 +65,7 @@
     return [[download string] stringWithPhoneyCiteKeys:[BibItem 
defaultCiteKey]];
 }
 
-+ (NSString *)address { return @"http://academic.research.microsoft.com/";; }
++ (NSString *)address { return @"https://academic.microsoft.com/";; }
 
 + (NSString *)info { return NSLocalizedString(@"Microsoft Academic Search 
(MAS) is a free academic search engine developed by Microsoft Research.", 
@"Description for the MAS microformat"); }
 

Modified: trunk/bibdesk/BDSKWebView.m
===================================================================
--- trunk/bibdesk/BDSKWebView.m 2021-08-31 06:30:19 UTC (rev 26785)
+++ trunk/bibdesk/BDSKWebView.m 2021-08-31 17:09:24 UTC (rev 26786)
@@ -55,7 +55,6 @@
     id <BDSKWebViewDelegate> delegate;
     id <BDSKWebViewNavigationDelegate> navigationDelegate;
     NSUndoManager *undoManager;
-    BDSKDownload *faviconDownload;
 }
 
 @property (nonatomic, assign) id<BDSKWebViewDelegate> delegate;
@@ -295,8 +294,6 @@
 @synthesize delegate, navigationDelegate;
 
 - (void)dealloc {
-    [faviconDownload cancel];
-    BDSKDESTROY(faviconDownload);
     delegate = nil;
     navigationDelegate = nil;
     BDSKDESTROY(undoManager);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to