Changeset 6589 for branches/stable_5.0/HELP_SOURCE/oldhelp/props_www.hlp
- Timestamp:
- 12/04/10 14:12:06 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/stable_5.0/HELP_SOURCE/oldhelp/props_www.hlp
r2986 r6589 24 24 EXAMPLES Here are some search examples (URL-Entries): 25 25 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) 28 28 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) 31 31 32 32 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(": =+")" 34 34 35 35 … … 38 38 preferred internet browser. 39 39 40 Netscape user enter:40 Generic methods: 41 41 42 (netscape -remote 'openURL($(URL))' || netscape '$(URL)') &42 xdg-open "$(URL)" 43 43 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) 51 45 52 46 WARNINGS 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. 54 48 55 49 BUGS No bugs known
