1 | #Please insert up references in the next lines (line starts with keyword UP) |
---|
2 | UP arb.hlp |
---|
3 | UP glossary.hlp |
---|
4 | |
---|
5 | #Please insert subtopic references (line starts with keyword SUB) |
---|
6 | SUB srt.hlp |
---|
7 | SUB 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 ******** |
---|
14 | TITLE ARB WWW Queries |
---|
15 | |
---|
16 | OCCURRENCE ARB_NT/Properties/WWW |
---|
17 | |
---|
18 | DESCRIPTION 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 | |
---|
24 | EXAMPLES 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 | |
---|
44 | NOTES 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 | |
---|
54 | WARNINGS We are not responsible for any content you retrieve by using |
---|
55 | this function. Use this at your own responsibility. |
---|
56 | |
---|
57 | BUGS No bugs known |
---|