source: branches/lib/HELP_SOURCE/source/props_www.hlp

Last change on this file was 19532, checked in by westram, 4 months ago
  • reintegrates 'help' into 'trunk'
    • tweak arb documentation:
      • automatically link
        • ticket references to arb bug tracker (only affects html version).
        • found URLs.
      • page titles
        • warn about long titles.
        • introduce SUBTITLEs (automatically triggered by multi-line titles in source files).
        • increase allowed length (limited by subwindow width).
      • cleanup header sections in all helpfiles.
      • fix and/or update several help files.
      • document syntax of help sources.
      • build issues:
        • when xml validation fails, next build no longer uses invalid xml ⇒ keeps failing.
        • remove output files on error (including files below ARBHOME/lib).
        • pipe output through logs to ensure proper wrapping in Entering/Leaving lines.
    • moves Tree admin + NDS menu entries to top of menu
  • adds: log:branches/help@18783:19531
  • 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:
2UP      arb.hlp
3UP      glossary.hlp
4
5#       sub topics:
6SUB     srt.hlp
7SUB     aci.hlp
8
9# format described in ../help.readme
10
11
12TITLE           ARB WWW Queries
13
14OCCURRENCE      ARB_NT/Properties/WWW
15
16DESCRIPTION     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 ARB_NTREE top area
20                or choose the WWW mode and click on a species.
21
22EXAMPLES        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
42NOTES           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
52WARNINGS        We are not responsible for any content you retrieve by using
53                this function. Use this at your own responsibility.
54
55BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.