Changeset 4596

Show
Ignore:
Timestamp:
09/08/06 21:02:59 (2 years ago)
Author:
erijo
Message:

Add viewurl-seamonkey.sh and viewurl-firefox.sh as suggest by Dmitry A. Koptev in #1390.

Location:
trunk/licq/bin
Files:
1 modified
2 copied

Legend:

Unmodified
Added
Removed
  • trunk/licq/bin/viewurl-firefox.sh

    r4526 r4596  
    1313#    Your mozilla binary. Defaults to 'mozilla' 
    1414#  - VURL_HOME 
    15 #    Your homepage. Defaults to 'www.linux.org'. This page is 
     15#    Your homepage. Defaults to 'www.licq.org'. This page is 
    1616#    opened if this script is called without parameters 
    1717#  - VURL_OPENMODE 
     
    2323 
    2424if [ -z "${VURL_MOZILLA}" ]; then 
    25   MOZILLA=mozilla 
     25  MOZILLA=firefox 
    2626else 
    2727  MOZILLA=${VURL_MOZILLA} 
     
    5555# otherwise launch a fresh copy of mozilla. 
    5656((${MOZILLA} -remote openurl\("${OPENSTRING}"\) ) ||  (${MOZILLA} "${URL}") & ) > /dev/null 2>&1 
    57  
    58  
  • trunk/licq/bin/viewurl-mozilla.sh

    r4526 r4596  
    1313#    Your mozilla binary. Defaults to 'mozilla' 
    1414#  - VURL_HOME 
    15 #    Your homepage. Defaults to 'www.linux.org'. This page is 
     15#    Your homepage. Defaults to 'www.licq.org'. This page is 
    1616#    opened if this script is called without parameters 
    1717#  - VURL_OPENMODE 
     
    5555# otherwise launch a fresh copy of mozilla. 
    5656((${MOZILLA} -remote openurl\("${OPENSTRING}"\) ) ||  (${MOZILLA} "${URL}") & ) > /dev/null 2>&1 
    57  
    58  
  • trunk/licq/bin/viewurl-seamonkey.sh

    r4526 r4596  
    1313#    Your mozilla binary. Defaults to 'mozilla' 
    1414#  - VURL_HOME 
    15 #    Your homepage. Defaults to 'www.linux.org'. This page is 
     15#    Your homepage. Defaults to 'www.licq.org'. This page is 
    1616#    opened if this script is called without parameters 
    1717#  - VURL_OPENMODE 
     
    2323 
    2424if [ -z "${VURL_MOZILLA}" ]; then 
    25   MOZILLA=mozilla 
     25  MOZILLA=seamonkey 
    2626else 
    2727  MOZILLA=${VURL_MOZILLA} 
     
    5555# otherwise launch a fresh copy of mozilla. 
    5656((${MOZILLA} -remote openurl\("${OPENSTRING}"\) ) ||  (${MOZILLA} "${URL}") & ) > /dev/null 2>&1 
    57  
    58