Show
Ignore:
Timestamp:
10/04/10 19:24:24 (22 months ago)
Author:
westram
Message:
  • changed default browse-url-command to 'xdg-open' ('open' on DARWIN). [thx elmar]
    • renamed AWAR_WWW_BROWSER to force update in userland
  • added 2 additional example URLs (SILVA + google) [thx elmar]
  • parse existing URLs and force insertion of missing examples if there are unused WWW patterns
  • fixed mismatched delete
  • updated WWW help
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/HELP_SOURCE/oldhelp/props_www.hlp

    r2986 r6588  
    2424EXAMPLES        Here are some search examples (URL-Entries): 
    2525 
    26                 Retrieve from EMBL-Database: 
    27                         "http://www.ebi.ac.uk/cgi-bin/emblfetch?";readdb(acc) 
     26                Search in ARB-SILVA: 
     27                       "http://www.arb-silva.de/browser/ssu/";readdb(acc) 
    2828 
    29                 Search Medline for related information: 
    30                         "http://www.ncbi.nlm.nih.gov/htbin-post/Entrez/query?uid=";readdb(medline_id);"&form=6&db=m&Dopt=b" 
     29                Search in EMBL: 
     30                       "http://www.ebi.ac.uk/ena/data/view/";readdb(acc) 
    3131 
    3232                Search the Web for full-name using google: 
    33                        "http://www.google.com/search?q=";readdb(full_name);"&ie=ISO-8859-1&hl=de&btnG=Google-Suche&meta="|srt(": =+") 
     33                       "http://www.google.com/search?q=";readdb(full_name);|srt(": =+")" 
    3434 
    3535 
     
    3838                preferred internet browser. 
    3939 
    40                 Netscape user enter: 
     40                Generic methods: 
    4141 
    42                     (netscape -remote 'openURL($(URL))' || netscape '$(URL)') & 
     42                    xdg-open "$(URL)" 
    4343 
    44                 Opera users enter one of: 
    45  
    46                     opera -remote 'openURL($(URL))' & 
    47  
    48                     opera -remote 'openURL($(URL),new-window)' & 
    49  
    50  
     44                    open "$(URL)"               (OSX) 
    5145 
    5246WARNINGS        We are not responsible for any content you retrieve by using 
    53                 this function. Only use this at your own responsibility. 
     47                this function. Use this at your own responsibility. 
    5448 
    5549BUGS            No bugs known