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 / dbkindex.src < prev    next >
Text File  |  1999-02-05  |  1KB  |  65 lines

  1. [Symbol]=dbkindex
  2. [Country]=0
  3.  
  4. [Name.German]=Indizes - Deutsche Bank
  5. [Name.English]=Indexes via Deutsche Bank (Germany)
  6.  
  7. [InfoShort.German]=Diverse dt. und internationale Indizes.  Suche nach Bezeichnung (siehe "More Info" oder "Show Page").
  8.  
  9. [InfoShort.English]=Some international stock indexes.  Search for an index name (see "More Info" or "Show Page").
  10.  
  11. [InfoLong]=...
  12. Bel20, DAX, DAX 100, DAX Composite,
  13. DAX Mid Cap, DAX XETRA, CAC40, FT100,
  14. Hang-Seng, MIBTEL Nikkei 225, TSE300, 
  15. AEX, Oslo SE Total, SMI, Straits Times, 
  16. IBEX35, Dow Jones Ind., S&P500 ATX, REX, 
  17. BBK, BOBL-FUTURE, BUND-FUTURE, DAX-FUTURE, 
  18. LIBOR 3M-FUTURE, MDAX-FUTURE, SCHATZ-FUTURE
  19.  
  20. [SearchFor]=Index Name
  21.  
  22. [BasedOn]=http://www.deutsche-bank.de/mis-docs/deutsch/kurse/Indizes.html
  23.  
  24. [Host]=www.deutsche-bank.de
  25. [Doc]=mis-docs/deutsch/kurse/Indizes.html 
  26. [Cacheable]=1
  27. [CacheTimeout]=360
  28.  
  29. [ParserScript]=...
  30. set "decimal", ","
  31. set "thousand", "."
  32. set "currency", "XXX"
  33.  
  34.  
  35. outputto "last"
  36. onerror "<$(SYMBOL) not found>"
  37. findline "$(SYMBOL)"
  38. onerror "<FAIL>"
  39.  
  40. outputto "last"
  41. moveline 1
  42. killtag "*", ""
  43. saynextnumber 
  44.  
  45. outputto "change"
  46. moveline 1
  47. killtag "*", "|"
  48. replace "||", "|"
  49. findinline "|", 2
  50. saynextnumber 
  51.  
  52. outputto "date"
  53. moveline 2
  54. killtag "*", "|"
  55. replace "||", "|"
  56. skipchars "|"
  57. sayuntil "|"
  58. say "|D.M.Y" 
  59.  
  60. outputto "time"
  61. skipchars "|"
  62. sayuntil "|"
  63. say "|h:m"
  64.  
  65.