Changeset 657e52c in sasview for sansview/local_config.py


Ignore:
Timestamp:
Dec 14, 2012 12:50:24 PM (11 years ago)
Author:
Jae Cho <jhjcho@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
0203ade
Parents:
aa01d07b
Message:

merging from the release 2.2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/local_config.py

    r9cd75d7 r657e52c  
    1212__version__ = sans.sansview.__version__ 
    1313__build__ = sans.sansview.__build__ 
    14 __download_page__ = 'https://sourceforge.net/projects/sansviewproject/files/' 
    15 __update_URL__ = 'http://sansviewproject.svn.sourceforge.net/viewvc/sansviewproject/trunk/sansview.latestversion' 
     14__download_page__ = 'http://sourceforge.net/projects/sasview/files/' 
     15__update_URL__ = ['svn.code.sf.net',  
     16                  '/p/sasview/code/trunk/sansview.latestversion'] 
    1617 
    1718 
     
    3536 
    3637''' 
    37 _homepage = "http://danse.chem.utk.edu" 
    38 _download = "https://sourceforge.net/projects/sansviewproject/" 
     38_homepage = "http://www.sasview.org" 
     39_download = __download_page__ 
    3940_authors = [] 
    40 _paper = "http://sourceforge.net/apps/trac/sansviewproject/report" 
    41 _license = "mailto:sansviewproject-developers@lists.sourceforge.net" 
     41_paper = "http://sourceforge.net/p/sasview/tickets/" 
     42_license = "mailto:help@sasview.org" 
    4243 
    4344 
     
    4748test_path =  os.path.abspath(os.path.join(os.path.dirname(__file__), "test")) 
    4849 
    49 _nist_logo = "images/nist_logo.png" 
    50 _umd_logo = "images/umd_logo.png" 
    51 _sns_logo = "images/sns_logo.png" 
     50_nist_logo = os.path.join(icon_path, "nist_logo.png") 
     51_umd_logo = os.path.join(icon_path, "umd_logo.png") 
     52_sns_logo = os.path.join(icon_path, "sns_logo.png") 
     53_isis_logo = os.path.join(icon_path, "isis_logo.png") 
     54_ess_logo = os.path.join(icon_path, "ess_logo.png") 
     55_ill_logo = os.path.join(icon_path, "ill_logo.png") 
    5256_nsf_logo = os.path.join(icon_path, "nsf_logo.png") 
    5357_danse_logo = os.path.join(icon_path, "danse_logo.png") 
     
    5761_sns_url = "http://neutrons.ornl.gov/" 
    5862_nsf_url = "http://www.nsf.gov" 
     63_isis_url = "http://www.isis.stfc.ac.uk/" 
     64_ess_url = "http://ess-scandinavia.eu/" 
     65_ill_url = "http://www.ill.eu/" 
    5966_danse_url = "http://www.cacr.caltech.edu/projects/danse/release/index.html" 
    6067_inst_url = "http://www.utk.edu" 
Note: See TracChangeset for help on using the changeset viewer.