# Resource file for quotes script # (w)1998 D. Emilio Grimaldo Tunon # $Id: sample.quotesrc,v 1.5 2000/09/30 17:38:12 grimaldo Rel $ setProxy setProxyPort 8000 setBrowser /usr/bin/netscape # This translates to http://www.iaehv.nl/users/grimaldo/OpenSoft/spif.txt setSpifHost www.iaehv.nl setSpifFile users/grimaldo/OpenSoft/spif.txt setAnonPass nobody@iae.nl # For the 'market' (NASDAQ) # Visit www.nasdaq.com for the stock ticker name. # May use clearStock to clear all previously registered stocks addStock CPWR "Compuware Corp." addStock CSCO "Cisco" addStock PHG "Philips Electronics NV" addStock SUNW "Sun Microsystems" # For the 'quote' (YAHOO) # Visit quote.yahoo.com for currency identifiers # USD US Dollar # NLG Dutch Guilder # ATS Austrian Schilling # May use clearCurrency to clear all previously registered currencies addCurrency 1 USD NLG addCurrency 1 NLG ATS addCurrency 1 USD EUR # ********************************************* # For Dynamicaly Loaded Content Handlers/DLCH # ********************************************* addLibPath /home/grimaldo/PerlLibs addHandler test QuExample # Begin Formerly Intrinsic Modules # Do not remove these, they are no longer intrinsic functionality! addHandler slashdot QuSlashdot addHandler currency QuCurrency addHandler spif QuSpif addHandler stocks QuStocks # End of Formerly Intrinsic Modules (pre 1.7)