|
Last change
on this file was
19708,
checked in by westram, 3 months ago
|
- update doc+gui:
- avoid terms "ARB_NT" (=former name of main arb window), "ARB_NTREE" and similar
- instead talk about "ARB main window"
- correct refs to 'ARB/Probes/PT_SERVER Admin'.
- update 'What are marked species?'.
- update protection level documentation (parts already done with previous commit).
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
1.8 KB
|
| Line | |
|---|
| 1 | # main topics: |
|---|
| 2 | UP arb.hlp |
|---|
| 3 | UP glossary.hlp |
|---|
| 4 | |
|---|
| 5 | # sub topics: |
|---|
| 6 | SUB srt.hlp |
|---|
| 7 | SUB aci.hlp |
|---|
| 8 | |
|---|
| 9 | # format described in ../help.readme |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | TITLE ARB WWW Queries |
|---|
| 13 | |
|---|
| 14 | OCCURRENCE ARB/Properties/WWW |
|---|
| 15 | |
|---|
| 16 | DESCRIPTION The WWW-Interface can be used to search the Web for information |
|---|
| 17 | taken from the ARB-Database. |
|---|
| 18 | |
|---|
| 19 | Select a species and press the WWW button in the top area of the ARB main window |
|---|
| 20 | or choose the LINK{mode_www.hlp} and click on a species. |
|---|
| 21 | |
|---|
| 22 | EXAMPLES Here are some search examples (URL-Entries): |
|---|
| 23 | |
|---|
| 24 | Search in ARB-SILVA: |
|---|
| 25 | "http://www.arb-silva.de/browser/ssu/";readdb(acc) |
|---|
| 26 | |
|---|
| 27 | Search in EMBL: |
|---|
| 28 | "http://www.ebi.ac.uk/ena/data/view/";readdb(acc) |
|---|
| 29 | |
|---|
| 30 | Search the Web for full-name using google: |
|---|
| 31 | "http://www.google.com/search?q=";readdb(full_name);|srt(": =+")" |
|---|
| 32 | |
|---|
| 33 | Search wikipedia for group- or species-name: |
|---|
| 34 | "http://en.wikipedia.org/wiki/Special:Search?search=";dd |
|---|
| 35 | |
|---|
| 36 | The URL in fact is an LINK{aci.hlp} expression. |
|---|
| 37 | The name of the item (e.g. species or group) is used as input and |
|---|
| 38 | can be accessed using the 'dd' command (as shown in the last example). |
|---|
| 39 | That name contains the content of the first found field out |
|---|
| 40 | of "group_name", "full_name" and "name". |
|---|
| 41 | |
|---|
| 42 | NOTES Look at the bottom line of the WWW configuration window |
|---|
| 43 | and check out whether the command line there calls your |
|---|
| 44 | preferred internet browser. |
|---|
| 45 | |
|---|
| 46 | Generic methods: |
|---|
| 47 | |
|---|
| 48 | xdg-open "$(URL)" |
|---|
| 49 | |
|---|
| 50 | open "$(URL)" (OSX) |
|---|
| 51 | |
|---|
| 52 | WARNINGS We are not responsible for any content you retrieve by using |
|---|
| 53 | this function. Use this at your own responsibility. |
|---|
| 54 | |
|---|
| 55 | BUGS No bugs known |
|---|
Note: See
TracBrowser
for help on using the repository browser.