InternetConfiguration

Michael Rueger m.rueger at acm.org
Fri Mar 1 20:49:37 UTC 2002


Hi all,

is anybody working on implementing the InternetConfiguration primitives
on Unix?
There is the interesting question of where to get these values from as
they would be configured in one or more browsers but not stored in a
central repository like the registry on Windoze or the InternetConfig
panel on the Mac.

Below is a simple script to list all entries and some of the results (I
didn't fill in all fields) I got back on the Mac.

Michael

------------------

listAll
        "InternetConfiguration listAll"

        #(getArchiePreferred getDownloadPath getEmail
getFTPHost getFTPProxyAccount getFTPProxyHost
getFTPProxyPassword getFTPProxyUser getFingerHost
getGopherHost getGopherProxy getHTTPProxyHost
getIRCHost getLDAPSearchbase getLDAPServer 
getMailAccount getMailPassword getNNTPHost getNTPHost
getNewsAuthPassword getNewsAuthUsername
getNoProxyDomains getOrganization getPhHost
getRealName getSMTPHost getSocksHost getTelnetHost
getWAISGateway getWWWHomePage getWhoisHost)
   do: [:each | 
     Transcript show: each; tab; show: (self perform: each asSymbol);
cr]



getArchiePreferred      USA, InterNIC:archie.internic.net:
getDownloadPath Macintosh HD:Desktop Folder:
getEmail        email at add.ress
getFTPHost      
getFTPProxyAccount      
getFTPProxyHost ftpProxy:4
getFTPProxyPassword     
getFTPProxyUser 
getFingerHost   
getGopherHost   
getGopherProxy  GopherProxy:3
getHTTPProxyHost        WebProxy:2
getIRCHost      
getLDAPSearchbase       
getLDAPServer   ldap.four11.com
getMailAccount  EMailUserId at EmailInServer
getMailPassword EmailPasswd
getNNTPHost     NEWServer
getNTPHost      
getNewsAuthPassword     
getNewsAuthUsername     
getNoProxyDomains       BypassProxy.Host
getOrganization PersonalOrg
getPhHost       
getRealName     PersonalName
getSMTPHost     EmailSMTPServer
getSocksHost    SocksFireWall:1
getTelnetHost   
getWAISGateway  
getWWWHomePage  
getWhoisHost



More information about the Squeak-dev mailing list