source: trunk/HELP_SOURCE/source/props_www.hlp

Last change on this file was 18769, checked in by westram, 3 years ago
  • move all helpfiles to new source location
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 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     srt.hlp
7SUB     aci.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                Search in ARB-SILVA:
27                       "http://www.arb-silva.de/browser/ssu/";readdb(acc)
28
29                Search in EMBL:
30                       "http://www.ebi.ac.uk/ena/data/view/";readdb(acc)
31
32                Search the Web for full-name using google:
33                       "http://www.google.com/search?q=";readdb(full_name);|srt(": =+")"
34
35                Search wikipedia for group- or species-name:
36                       "http://en.wikipedia.org/wiki/Special:Search?search=";dd
37
38                The URL in fact is an LINK{aci.hlp} expression.
39                The name of the item (e.g. species or group) is used as input and
40                can be accessed using the 'dd' command (as shown in the last example).
41                That name contains the content of the first found field out
42                of "group_name", "full_name" and "name".
43
44NOTES           Look at the bottom line of the WWW configuration window
45                and check out whether the command line there calls your
46                preferred internet browser.
47
48                Generic methods:
49
50                    xdg-open "$(URL)"
51
52                    open "$(URL)"               (OSX)
53
54WARNINGS        We are not responsible for any content you retrieve by using
55                this function. Use this at your own responsibility.
56
57BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.