stalist is a utility program for creating a text list of channel information 
for use on the web.  It queries a list of waveservers to make a list of available 
channels, accumulates additional information about each channel from a database 
(in this case, a flat file), and produces an alphabetically sorted tabulated 
list as a text file.  e.g.

SITE  COMP NET  LATITUDE   LONGITUDE  ELEV    DESCRIPTION 
                                       (M) 
 
1768   HNZ  NP     38.23     -122.64    5    CA: Petaluma, Fire Station 1 
1768   HNE  NP     38.23     -122.64    5    CA: Petaluma, Fire Station 1 
1768   HNN  NP     38.23     -122.64    5    CA: Petaluma, Fire Station 1 
AAR    VHZ  NC     39.28     -121.03  911    Airport Road Site 
AAS    VHZ  NC     38.43     -121.11   31    Arroyo Seco 
ABJ    VHZ  NC     39.17     -121.19  434    Bob Jauregui Site 
ABL    VHZ  CI     34.85     -119.22 1975    Mount Abel 
ADW    VHZ  NC     38.44     -120.85  228    Drytown Water Dist. 
AFD    VHZ  NC     38.95     -120.97  505    Forest Hills Divide 
AFH    VHZ  NC     39.04     -120.80 1039    Forest Hills Site 

This program was created in an attempt to more easily 
keep up-tp-date with the rapidly changing Northern California Seismic Network.
I run it once a day as a cron job and distribute its output file to the multiple 
NCSN webservers using sfilercp or sfilescp.

Jim Luetgert  6/19/01