home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 1999 February / CT_SW9902.ISO / pc / software / finanzen / boerse / stock100.exe / setup.fil / sources / comdiindex.src < prev    next >
Text File  |  1999-02-05  |  1KB  |  71 lines

  1. [Symbol]=comdiindex
  2. [Country]=1
  3.  
  4. [Name.German]=Indizes (dt. und internat., zeitnah) - Comdirect Bank 
  5. [Name.English]=Indexes (U.S. and internat. short delay) via Comdirect Bank (Germany)
  6.  
  7. [InfoShort.German]=Indizes aus Deutschland, Europa und U.S.A.  Suche Åber den Indexnamen (siehe 'Show Page Knopf').  Daten von TeleDATA AG.  Bietet 6/12/24 Monats-Charts fÅr alle Indizes.
  8.  
  9. [InfoShort.English]=German, European and U.S. indexes.  Search based on index name (see 'Show Page' button).  Quotes provided by TeleDATA AG.  Offers 6/12/24 month charts for all indexes
  10.  
  11. [InfoLong]=...
  12.  
  13. [SearchFor]=Index Name
  14. [SearchTransform]=uppercase
  15.  
  16. [BasedOn]=http://informer.comdirect.de:9004/cd/indices.html
  17.  
  18. [Host]=informer.comdirect.de:9004
  19. [Doc]=cd/indices.html
  20. [Cacheable]=1
  21. [CacheTimeout]=60
  22.  
  23. [ParserScript]=...
  24. set "decimal", "."
  25. set "thousand", ","
  26. set "currency", "XXX"
  27.  
  28. outputto "last"
  29. onerror "<$(SYMBOL) not found>"
  30. findline ">$(SYMBOL)"
  31. onerror "<FAIL>"
  32.  
  33.  
  34. outputto "last"
  35. moveline 1
  36. findinline ">", 2
  37. saynextnumber
  38.  
  39. outputto "date"
  40. moveline 1
  41. findinline ">", 2
  42. sayuntil "<"
  43. say "|D.M."
  44.  
  45. outputto "time"
  46. findinline ">"
  47. sayuntil "<"
  48. say "|h:m"
  49.  
  50. outputto "high"
  51. moveline 2
  52. findinline ">", 2
  53. saynextnumber
  54.  
  55. outputto "low"
  56. findinline ">", 2
  57. saynextnumber
  58.  
  59. outputto "yesterday"
  60. moveline 1
  61. findinline ">", 2
  62. saynextnumber
  63.  
  64. outputto "change"
  65. moveline 2
  66. findinline ">", 2
  67. saynextnumber
  68.  
  69.  
  70.  
  71.