Revision: 28303
          http://sourceforge.net/p/bibdesk/svn/28303
Author:   hofman
Date:     2023-06-20 09:07:22 +0000 (Tue, 20 Jun 2023)
Log Message:
-----------
refer mathscinet parser to legacy interface

Modified Paths:
--------------
    trunk/bibdesk/BDSKMathSciNetParser.m

Modified: trunk/bibdesk/BDSKMathSciNetParser.m
===================================================================
--- trunk/bibdesk/BDSKMathSciNetParser.m        2023-06-19 23:04:31 UTC (rev 
28302)
+++ trunk/bibdesk/BDSKMathSciNetParser.m        2023-06-20 09:07:22 UTC (rev 
28303)
@@ -105,7 +105,7 @@
 + (NSArray *)bibTeXRequestsForMRIDs:(NSArray *)IDs serverName:(NSString 
*)serverName error:(NSError **)outError {
     
     if (serverName == nil)
-           serverName = @"www.ams.org";
+           serverName = @"mathscinet.ams.org";
     
     // Loop through IDs in batches of MSNBATCHSIZE. */
     NSUInteger count = [IDs count];
@@ -187,7 +187,7 @@
 
 + (NSString *)name { return @"MathSciNet"; }
 
-+ (NSString *)address { return @"https://www.ams.org/mathscinet/";; }
++ (NSString *)address { return 
@"https://mathscinet.ams.org/mathscinet/2006/mathscinet/";; }
 
 + (NSString *)info { return NSLocalizedString(@"Database of Mathematical 
Reviews by the American Mathematical Society.", @"Description for MathSciNet 
site"); }
 

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to