home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / tema / 602propc / disk3 / data.3 / MAIL / SPEC.32 / WWW602.INI < prev   
INI File  |  1997-01-09  |  12KB  |  474 lines

  1.  
  2. ; ************************************************************************
  3. ; This file contains settings which affect the operation of Mosaic.
  4. ; Do not edit this file unless you are sure you know what you are doing.
  5. ; If you do edit this file, keep a backup copy.
  6. ;
  7. ; Not all of the items mentioned here are officially supported options.
  8. ; Edit this file at your own risk.
  9. ;
  10. ; Copyright 1994-1995 Spyglass, Inc.
  11. ; All Rights Reserved
  12. ;
  13. ; ************************************************************************
  14.  
  15. ; NOTICE: This INI file is INSTALLED in the same directory as the Mosaic EXE.
  16. ; NOTICE: However, Mosaic looks for the INI file in the Windows directory.
  17. ; NOTICE: If Mosaic does not find an INI file in the Windows directory,
  18. ; NOTICE: it copies the one in the EXE directory there.
  19. ; NOTICE: If you are editing this file in the EXE directory, your changes
  20. ; NOTICE: will probably not take effect.  Edit the copy in the Windows
  21. ; NOTICE: directory instead.
  22.  
  23. ; --------------------------------
  24. ;
  25. ; This section contains general settings for the operation of Mosaic
  26. ;
  27. [Main]
  28. Max_Connections=5
  29. Display_Text_Size=2
  30. Print_Text_Size=2
  31. Display_Images_Progressively=yes
  32. Reformat_Handling=1
  33. Show Server Errors=yes
  34. Accept_Language_Header=en
  35. Display Inline Images=yes
  36. Anchor Underline=yes
  37.  
  38. ; ShowURLBar shows or hides the URL bar upon creation
  39. ; ShowTitle shows or hides the title bar upon creation
  40. ; ShowMenuBar shows or hides the menu bar upon creation
  41. ; ShowStatusBar shows or hides the status bar upon creation
  42. ; Show Toolbar shows or hides the tool bar upon creation
  43. ; AllowShiftClick allows or disallows Shift-Click (open new window)
  44. ; AllowCtrlClick allows or disallows Ctrl-Click (download to disk)
  45. ; ShowMasterWindow shows or hides the main iconized window
  46.  
  47. ShowURLBar=yes
  48. ShowTitle=yes
  49. ShowMenuBar=yes
  50. ShowStatusBar=yes
  51. Show Toolbar=yes
  52. AllowShiftClick=yes
  53. AllowCtrlClick=yes
  54. ShowMasterWindow=yes
  55.  
  56. ; The Grey Background is for compatibility with NCSA Mosaic.  When set
  57. ; to yes, Mosaic forces the windows to have a grey background, instead
  58. ; of obeying the default Windows background color setting.
  59. Grey Background=no
  60.  
  61. ; Anchor_Visitation_Horizon controls how Mosaic colors links as being
  62. ; visited.  The unit is in days, so if you set it to 3, Mosaic will
  63. ; color all links visited in the last 3 days as visited.
  64. Anchor_Visitation_Horizon=1
  65.  
  66. ; History_Expire_Days tells Mosaic how many days of history to keep.
  67. ; For example, if you set it to 30, Mosaic will only keep item in
  68. ; your history file for 30 days.  A setting of -1 means never throw
  69. ; away history entries.  The history file is called globhist.htm
  70. History_Expire_Days=2
  71.  
  72. ; Mosaic sometimes creates temporary files for use with external viewer
  73. ; programs.  If you set Delete_Temp_Files_On_Exit to yes, then Mosaic
  74. ; will delete those files when you exit from Mosaic
  75. Delete_Temp_Files_On_Exit=yes
  76.  
  77. ; The specification of the help file is relative to the EXE directory.
  78. Help_File=help/help.htm
  79.  
  80. ; The specification of the hotlist file is relative to the Windows directory,
  81. ; where the hotlist file is stored.
  82. Hotlist_File=C:\WINDOWS\hotlist.htm
  83.  
  84. ; The specification of the globhist file is relative to the Windows directory,
  85. ; where the globhist file is stored.
  86. Globhist_File=C:\WINDOWS\globhist.htm
  87.  
  88. Enable_Disk_Cache=yes
  89.  
  90. Temp_Directory=c:\mytemp\
  91. Home Page=file:///HELP/Help.htm
  92.  
  93. ; --------------------------------
  94. ;
  95. ; This section is used to configure network servers and parameters
  96. ;
  97. ; On certain TCP/IP stacks, it is necessary to set Use_Async_DNS=no
  98. ;
  99. Use_System_Colors=no
  100. Ignore_Document_Attributes=no
  101. Dither_Colors=no
  102. Save_Session_History_On_Exit=no
  103. Download_Directory=temp
  104. Temp_Directory=temp
  105. [Services]
  106. HTTP_Proxy_Server=
  107. Gopher_Proxy_Server=
  108. FTP_Proxy_Server=
  109. No_Proxy=
  110. NNTP_Server=
  111. Use_Async_DNS=yes
  112.  
  113. ; --------------------------------
  114. Socks_Proxy_Server=
  115. [Settings]
  116. Anchor Color=0,0,255
  117. Anchor Color Visited=0,0,128
  118.  
  119. ; --------------------------------
  120. Text_Color=0,0,0
  121. Background_Color=192,192,192
  122. [Document Windows]
  123. x=0
  124. y=0
  125. width=808
  126. height=580
  127.  
  128. ; --------------------------------
  129. [History Window]
  130.  
  131. ; --------------------------------
  132. [Hotlist Window]
  133.  
  134. ; --------------------------------
  135. ; Margin settings are in inches
  136. x=0
  137. y=0
  138. [PageSetup]
  139. margin_left=0.75
  140. margin_right=0.75
  141. margin_top=0.75
  142. margin_bottom=0.75
  143.  
  144. ; header/footer symbols
  145. ;
  146. ;    &w        window name
  147. ;    &u        URL
  148. ;    &d        date - american style mmm dd yyyy
  149. ;    &D        date - european style dd mmm yyyy
  150. ;    &t        time - AM/PM style HH:MM AM/PM
  151. ;    &T        time - 24 hour style HH:MM
  152. ;    &p        current page number
  153. ;    &P        total number of pages
  154. ;    &&        single ampersand ('&')
  155. ;
  156. header_left=&w
  157. header_right=Page &p of &P
  158. footer_left=&D
  159. footer_right=&t
  160.  
  161. ; --------------------------------
  162. [Document Caching]
  163. Number=4
  164.  
  165. ; --------------------------------
  166. [Image Caching]
  167. Number=50
  168.  
  169. ; --------------------------------
  170. [Helpers]
  171. ; telnet=c:\mytelnet\mytelnet.exe %s
  172.  
  173. ; --------------------------------
  174. ;
  175. ; This section is intended to support vendor configuration of Mosaic
  176. ;
  177. [Custom_URL_Menu]
  178. enable=no
  179. count=1
  180. name=&ZaΦφnßme
  181.  
  182. title_1=Software602
  183. url_1=http://www.software602.cz
  184.  
  185.  
  186. ;title_3=Info on Active Handlers
  187. ;url_3=mosaic:handlers
  188.  
  189. ;title_4=Show/Edit Handler Options
  190. ;url_4=mosaic:options
  191.  
  192. ; --------------------------------
  193. ;
  194. ; External viewers (Helpers) are configured by specifying a MIME type on a line of
  195. ; the form TYPE# where # is an integer.  The numbers must be contiguous.
  196. ; Then, set the MIME type=to the application you wish to use to view
  197. ; files of that type.  Insert %s where you want the filename of the viewer
  198. ; temp file to be substituted.
  199. ;
  200. ; TYPE0=image/jpeg
  201. ; TYPE1=image/gif
  202. ; image/jpeg=c:\myviewer\myviewer.exe %s
  203. ;
  204. [Viewers]
  205. TYPE1=image/gif
  206. TYPE2=text/html
  207. TYPE3=text/plain
  208. TYPE4=audio/basic
  209. TYPE5=audio/x-aiff
  210. TYPE6=audio/x-wav
  211. TYPE7=image/tiff
  212. TYPE8=application/postscript
  213. TYPE9=video/mpeg
  214. TYPE10=video/quicktime
  215. TYPE11=video/x-msvideo
  216. TYPE12=application/pdf
  217. TYPE13=application/zip
  218. TYPE14=application/x-tar
  219. TYPE15=application/rtf
  220. TYPE16=application/x-stuffit
  221. TYPE17=application/mac-binhex40
  222. TYPE18=application/x-compress
  223. TYPE19=application/x-gzip
  224. TYPE20=application/x-hdf
  225. TYPE21=text/x-sgml
  226.  
  227. ; --------------------------------
  228. ; Suffixes (file extensions) for a given MIME type are configured here.  These
  229. ; suffixes are not used for HTTP URL's, since the HTTP protocol specifies
  230. ; the MIME type, therefore Mosaic does not have to guess the MIME type by
  231. ; file extension.  MIME types which appear here must be defined in the [Viewers]
  232. ; section.
  233. ;
  234. [Suffixes]
  235. image/jpeg=.jpeg .jpg  
  236. image/gif=.gif  
  237. text/html=.htm .html  
  238. text/plain=.txt .c .h .ini  
  239. audio/basic=.au  
  240. audio/x-aiff=.aiff .aif  
  241. audio/x-wav=.wav
  242. image/tiff=.tif .tiff
  243. application/postscript=.ps .eps .ai
  244. video/mpeg=.mpeg .mpg
  245. video/quicktime=.qt .mov
  246. video/x-msvideo=.avi
  247. application/pdf=.pdf
  248. application/zip=.zip
  249. application/x-tar=.tar
  250. application/rtf=.rtf
  251. application/x-stuffit=.sit
  252. application/mac-binhex40=.hqx
  253. application/x-compress=.Z
  254. application/x-gzip=.gz
  255. application/x-hdf=.hdf
  256. text/x-sgml=.sgm .sgml
  257.  
  258. ; --------------------------------
  259. ;
  260. ; Valid settings for an encoding are binary, 7bit, or 8bit
  261. ;
  262. ; image/jpeg=binary
  263. ; image/gif=binary
  264. ;
  265. [Encodings]
  266. image/jpeg=binary
  267. image/gif=binary
  268. text/html=8bit
  269. text/plain=7bit
  270. audio/basic=binary
  271. audio/x-aiff=binary
  272. audio/x-wav=binary
  273. image/tiff=binary
  274. application/postscript=8bit
  275. video/mpeg=binary
  276. video/quicktime=binary
  277. video/x-msvideo=binary
  278. application/pdf=binary
  279. application/zip=binary
  280. application/x-tar=binary
  281. application/rtf=8bit
  282. application/x-stuffit=binary
  283. application/mac-binhex40=8bit
  284. application/x-compress=binary
  285. application/x-gzip=binary
  286. application/x-hdf=binary
  287. text/x-sgml=binary
  288.  
  289. ; --------------------------------
  290. ;
  291. ; MIME Descriptions contains the plain-language descriptions which
  292. ; appear in the Helpers dialog.
  293. ;
  294. [MIME Descriptions]
  295. image/jpeg=JPEG Images
  296. image/gif=GIF Images
  297. text/html=HTML Documents
  298. text/plain=Text Files
  299. audio/basic=Audio Files
  300. audio/x-aiff=AIFF Files
  301. audio/x-wav=WAVE Files
  302. image/tiff=TIFF Images
  303. application/postscript=PostScript Files
  304. video/mpeg=MPEG Movies
  305. video/quicktime=QuickTime Movies
  306. video/x-msvideo=Microsoft Video Movies
  307. application/pdf=PDF Files
  308. application/zip=ZIP Archives
  309. application/x-tar=TAR Archives
  310. application/rtf=Rich Text Format Files
  311. application/x-stuffit=Stuffit Archives
  312. application/mac-binhex40=Binhex Files
  313. application/x-compress=Compressed Files
  314. application/x-gzip=GZIP Files
  315. application/x-hdf=HDF Data Files
  316. text/x-sgml=SGML Documents
  317.  
  318. [Spanish MIME Descriptions]
  319. image/jpeg=Imßgenes JPEG
  320. image/gif=Imßgenes GIF
  321. text/html=Documentos HTML
  322. text/plain=Archivos Texto
  323. audio/basic=Archivos Sonido
  324. audio/x-aiff=Archivos AIFF
  325. audio/x-wav=Archivos WAVE
  326. image/tiff=Imßgenes TIFF
  327. application/postscript=Archivos PostScript
  328. video/mpeg=Archivos MPEG
  329. video/quicktime=Archivos QuickTime
  330. video/x-msvideo=Archivos Microsoft Video
  331. application/pdf=Archivos PDF
  332. application/zip=Archivos ZIP
  333. application/x-tar=Archivos TAR
  334. application/rtf=Archivos RTF
  335. application/x-stuffit=Archivos Stuffit
  336. application/mac-binhex40=Archivos Binhex
  337. application/x-compress=Archivos Compress
  338. application/x-gzip=Archivos GZIP
  339. application/x-hdf=Archivos HDF
  340. text/x-sgml=Documentos SGML
  341.  
  342. [German MIME Descriptions]
  343. image/jpeg=JPEG-Bilder
  344. image/gif=GIF-Bilder
  345. text/html=HTML-Dokumente
  346. text/plain=Textdateien
  347. audio/basic=Audiodateien
  348. audio/x-aiff=AIFF-Dateien
  349. audio/x-wav=WAVE-Dateien
  350. image/tiff=TIFF-Bilder
  351. application/postscript=PostScript Dateien
  352. video/mpeg=MPEG-Videos
  353. video/quicktime=QuickTime Movies
  354. video/x-msvideo=Microsoft Video
  355. application/pdf=PDF-Dateien
  356. application/zip=ZIP-Archive
  357. application/x-tar=TAR-Archive
  358. application/rtf=Rich Text Format-Dateien
  359. application/x-stuffit=Stuffit Archive
  360. application/mac-binhex40=Binhex-Dateien
  361. application/x-compress=Komprimierte Dateien
  362. application/x-gzip=GZIP-Dateien
  363. application/x-hdf=HDF-Datendateien
  364. text/x-sgml=SGML-Dokumente
  365.  
  366. [French MIME Descriptions]
  367. image/jpeg=Images JPEG
  368. image/gif=Images GIF
  369. text/html=HTML Documents
  370. text/plain=Fichiers-texte
  371. audio/basic=Fichiers audio
  372. audio/x-aiff=Fichiers AIFF
  373. audio/x-wav=Fichiers WAVE
  374. image/tiff=Images TIFF
  375. application/postscript=Fichiers PostScript
  376. video/mpeg=Films MPEG
  377. video/quicktime=Films QuickTime
  378. video/x-msvideo=Films vidΘo Microsoft
  379. application/pdf=Fichiers PDF
  380. application/zip=Archives ZIP
  381. application/x-tar=Archives TAR
  382. application/rtf=Fichiers format texte riche
  383. application/x-stuffit=Archives Stuffit
  384. application/mac-binhex40=Fichiers Binhex
  385. application/x-compress=Fichiers compressΘs
  386. application/x-gzip=Fichiers GZIP 
  387. application/x-hdf=Fichiers de donnΘes HDF
  388. text/x-sgml=Documents SGML
  389.  
  390. ; --------------------------------
  391. ;
  392. ; This section provides the DDE service names for preconfigured Mosaic SDI
  393. ; Helpers.
  394. ;
  395. [SDI_Viewers]
  396.  
  397. ; --------------------------------
  398. ;
  399. [SecurityProtocols]
  400. Basic=Basic_Load,basic.dll
  401. Digest=Digest_Load,digest.dll
  402. FirstVirtual=fv_Load,fv.dll
  403.  
  404. ; --------------------------------
  405. ; This section is used during the install process
  406. ;
  407. [Version]
  408. Build=2.1.0.BUILDNUM
  409.  
  410. [MainDiskCache]
  411. Directory=
  412. Size_Kilobytes=2048
  413. Verify_Policy=1
  414. Clear_On_Exit=no
  415.  
  416. [Mailto]
  417. Email_address=
  418. Server_Name=
  419. Email_Server=
  420. SMTP_Server=
  421.  
  422. [Fonts]
  423. Main=Arial
  424. Header=Arial
  425. Monospace=Courier New
  426.  
  427. ; Uncomment this section if you want your window
  428. ; to always come up with these default values.
  429. ; X, Y, Width, and Height deal with the window position.
  430. ; Centered means the window should be centered
  431. ; Maximized means the window should be maximized
  432. ;[DefaultWindowPos]
  433. ; X=0
  434. ; Y=0
  435. ; Width=640
  436. ; Height=480
  437. ; Centered=yes
  438. ; Maximized=no
  439. MainSet=3
  440. HeaderSet=3
  441. MonoSet=3
  442.  
  443. [DefaultWindowPos]
  444. X=-2147483648
  445. Y=-2147483648
  446. Width=-2147483648
  447. Height=-2147483648
  448.  
  449. [S602]
  450. HOWTOHANDLE=3
  451. MAXRETRYE=0
  452. MAXRETRY=0
  453. RETRYOPT=103
  454. WHAT_EMAIL=1
  455. E-MAIL=
  456. FTP_SORT=4
  457. FTP_USER=
  458. FTP_PASS=
  459. CONNECT=
  460. AUTO=Ne
  461. AUTOR=Ano
  462. 'TEXT1'=Software602
  463. 'URL1'=http://www.software602.cz
  464. 'TEXT2'=
  465. 'URL2'=
  466. 'TEXT3'=602 OnLine
  467. 'URL3'=http://market.software602.cz/
  468. SHOWSPLASH=1
  469. INDEXDIALOG=0
  470. DISPLAYURL=1
  471. KODOVANI=0
  472. BEZ=0
  473. DONTASK=Ne