source: tags/ms_r16q4/HELP_SOURCE/oldhelp/props_www.hlp

Last change on this file was 8696, checked in by westram, 12 years ago
  • merge from saiali log:branches/saiali@8635-8695
    • unalign center (blockop)
    • modify SAI range (using ACI/SRT)
    • align ranges defined by SAI
    • refactorings
      • block ops
      • selection lists
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 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
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                Generic methods:
41
42                    xdg-open "$(URL)"
43
44                    open "$(URL)"               (OSX)
45
46WARNINGS        We are not responsible for any content you retrieve by using
47                this function. Use this at your own responsibility.
48
49BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.