sync russian and english (urlhandler examples)
This commit is contained in:
parent
7fa8a56223
commit
67194e2060
@ -751,7 +751,19 @@ INTERNETLOOKUP Yes
|
||||
PeekURLOptions FromTop, Sort
|
||||
|
||||
// URLHANDLER <externutil_options> <command> <template token>
|
||||
URLHandler -NoPause -NoKeepCtrl -Wipe -NoCls start "" @url
|
||||
if W32
|
||||
// Use default system browser in Windows
|
||||
URLHandler -NoPause -NoKeepCtrl -Wipe -NoCls start "" @url
|
||||
elsif unix
|
||||
// Use Mozilla firefox in linux (Should be installed!)
|
||||
URLHandler -NoPause -NoKeepCtrl -Wipe -NoCls firefox @url
|
||||
// To use text browser Lynx comment out previous line
|
||||
// and uncomments next line
|
||||
;URLHandler -Pause -NoKeepCtrl -Wipe -NoCls lynx @url
|
||||
else
|
||||
// € ¢ í⮬ á«ãç ¥ (DOS, OS/2) ©¤¥ë¥ URL ¬®¦® ᮡ¨p âì ¢ ⥪áâ®¢ë© ä ©«:
|
||||
URLHANDLER echo @url >> C:\FIDO\Urls_Ged.txt
|
||||
endif
|
||||
|
||||
// Process RFC Headerlines at top of the message.
|
||||
INTERNETRFCBODY No
|
||||
|
@ -887,16 +887,24 @@ InternetLookUp Yes
|
||||
// <20>® 㬮«ç ¨î: FromTop, ¨ ¡¥§ Sort.
|
||||
PeekURLOptions FromTop, Sort
|
||||
|
||||
// ‡¤¥áì § ¤ ¥âáï ª®¬ ¤ ¢ë¯®«ïîé ï ¢ë¡p ë© URL.
|
||||
// ‡¤¥áì § ¤ ¥âáï ª®¬ ¤ , ¢ë¯®«ïîé ïáï ¯p¨ ¦ ⨨ Enter ¢ë¡p ë© URL.
|
||||
// ’®ª¥, ¯®¤áâ ¢«ïî騩 ¢ë¡p ë© URL, íâ® @url
|
||||
// ”®p¬ â: URLHANDLER <externutil_options> <ª®¬ ¤ ï_áâp®ª > <⮪¥>
|
||||
// ƒ¤¥: <externutil_options> - ¯ p ¬¥âpë «®£¨çë¥ § ¤ ¢ ¥¬ë¬
|
||||
// ¤«ï ‚¥è¨å “⨫¨â (ªp®¬¥ ®¬¥p ¢¥è¥© ã⨫¨âë).
|
||||
// ‚ ¯p¨¬¥p¥ ¨¦¥, ¯p¨ ¦ ⨨ Enter ©¤¥®¬ URL, § ¯ã᪠¥âáï
|
||||
// ¯à®£à ¬¬ ¯® 㬮«ç ¨î á ¤à¥á®¬ ¢ë¡à ®£® URL:
|
||||
; URLHandler -NoPause -NoKeepCtrl -Wipe -NoCls start "" @url
|
||||
// € ¢ í⮬ á«ãç ¥ ©¤¥ë¥ URL ¬®¦® ᮡ¨p âì ¢ ⥪áâ®¢ë© ä ©«:
|
||||
; URLHANDLER echo @url >> C:\FIDO\Urls_Ged.txt
|
||||
IF W32
|
||||
// ‚ Windows § ¯ã᪠¥âáï ¯à®£à ¬¬ , 㪠§ ï ¯® 㬮«ç ¨î ¢ Ž‘:
|
||||
URLHandler -NoPause -NoKeepCtrl -Wipe -NoCls start "" @url
|
||||
ELIF unix
|
||||
// ‚ unix ¬®¦® ¯®á¬®âà¥âì áá뫪㠢 Mozilla Firefox (¤®«¦¥ ¡ëâì ãáâ ®¢«¥!)
|
||||
URLHandler -NoPause -NoKeepCtrl -Wipe -NoCls firefox @url
|
||||
// € çâ®¡ë ¨á¯®«ì§®¢ âì ⥪áâ®¢ë© ¡à 㧥à Lynx - § ª®¬¬¥â¨àã©â¥ ¯à¥¤ë¤ãéãî
|
||||
// áâப㠨 à ᪮¬¬¥â¨àã©â¥ á«¥¤ãîéãî
|
||||
;URLHandler -Pause -NoKeepCtrl -Wipe -NoCls lynx @url
|
||||
ELSE
|
||||
// € ¢ í⮬ á«ãç ¥ (DOS, OS/2) ©¤¥ë¥ URL ¬®¦® ᮡ¨p âì ¢ ⥪áâ®¢ë© ä ©«:
|
||||
URLHANDLER echo @url >> C:\FIDO\Urls_Ged.txt
|
||||
ENDIF
|
||||
|
||||
|
||||
// <20> §à¥è ¥âáï ¨á¯®«ì§®¢ âì ¨§ SoupGate ᮢ¬¥áâ® á AreaIsEmail.
|
||||
|
Reference in New Issue
Block a user