source: tags/arb_5.1/HELP_SOURCE/oldhelp/props_www.hlp

Last change on this file was 2986, checked in by westram, 20 years ago

fixed link note

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4
5#Please insert subtopic references  (line starts with keyword SUB)
6SUB     parser.hlp
7SUB     commands.hlp
8#SUB    acisrt.hlp
9
10
11# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
12
13#************* Title of helpfile !! and start of real helpfile ********
14TITLE           ARB WWW Queries
15
16OCCURRENCE      ARB_NT/Properties/WWW
17
18DESCRIPTION     The WWW-Interface can be used to search the Web for information
19                taken from the ARB-Database.
20
21                Select a species and press the WWW button in the ARB_NTREE top area
22                or choose the WWW mode and click on a species.
23
24EXAMPLES        Here are some search examples (URL-Entries):
25
26                Retrieve from EMBL-Database:
27                        "http://www.ebi.ac.uk/cgi-bin/emblfetch?";readdb(acc)
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"
31
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(": =+")
34
35
36NOTES           Look at the bottom line of the WWW configuration window
37                and check out whether the command line there calls your
38                preferred internet browser.
39
40                Netscape user enter:
41
42                    (netscape -remote 'openURL($(URL))' || netscape '$(URL)') &
43
44                Opera users enter one of:
45
46                    opera -remote 'openURL($(URL))' &
47
48                    opera -remote 'openURL($(URL),new-window)' &
49
50
51
52WARNINGS        We are not responsible for any content you retrieve by using
53                this function. Only use this at your own responsibility.
54
55BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.