As per Chiliblue's request......ICQ Buttons:
I took mr23's procedure for adding "ICQ" button to the Options menu.
(1) Get new button files
The button graphics are at:
http://www.duke.edu/~hep/pictures/icq_button.gif
http://www.duke.edu/~hep/pictures/icq_button_activated.gif
I will ask "weber" to move the files to his public FTP server. I will post an update when the FTP server is ready.
For now, you'll have to download the files to a local box and run your own FTP server to transfer the files to Audrey. I used WAR-FTPD 1.65 (Released as copyrighted FREEWARE by Jarle Aase - You don't need to register or pay in order to use this program. Get the latest version at http://www.jgaa.com )
(2) Start a shell
Fire up the browser and go to "http://localhost/shell.shtml?pterm"
(3) In the shell, type "cd /kojak/img/eng/config" (without quotes)
(4) From there FTP to your box and download the two files:
icq_button.gif
icq_button_activated.gif
(5) Then, type "vi /kojak/SystemPanel.init" to edit the System Panel config.
Go to the line that reads:
#end of list
And type the following:
<O> # That capital letter 'O' - enter Open Mode in a new line above current line
,icq_button.gif,launch,/nto/photon/bin/phicq
<snap shot> # Exit open mode
<:> # Preface to command
<w> # will tell vi to write the buffer
<q> # will tell vi to quit
<enter> # will have vi actually execute the two previous commands
Now, if you hit the "Action" button and select "Audrey Options", you should have two new buttons.