home *** CD-ROM | disk | FTP | other *** search
/ Exploring the Boundaries of Sound & Vision / MM_CD.iso / ie / win31 / iew31_1.cab / iexplore.ini < prev    next >
INI File  |  1996-12-10  |  10KB  |  347 lines

  1.  
  2. ; ************************************************************************
  3. ;
  4. ; This file contains settings which affect the operation of Internet Explorer.
  5. ; Do not edit this file unless you are sure you know what you are doing.
  6. ; If you do edit this file, keep a backup copy.
  7. ;
  8. ; Not all of the items mentioned here are officially supported options.
  9. ; Edit this file at your own risk.
  10. ;
  11. ; Copyright 1994-1995 Spyglass, Inc.
  12. ; All Rights Reserved
  13. ;
  14. ; ************************************************************************
  15.  
  16. ; NOTICE: This INI file is INSTALLED in the same directory as the IExplore EXE.
  17. ; NOTICE: However, IExplore looks for the INI file in the Windows directory.
  18. ; NOTICE: If IExplore does not find an INI file in the Windows directory,
  19. ; NOTICE: it copies the one in the EXE directory there.
  20. ; NOTICE: If you are editing this file in the EXE directory, your changes
  21. ; NOTICE: will probably not take effect.  Edit the copy in the Windows
  22. ; NOTICE: directory instead.
  23.  
  24. ; --------------------------------
  25. ;
  26. ; This section contains general settings for the operation of IExplore
  27. ;
  28. [Main]
  29. Max_Connections=10
  30. Show Toolbar=yes
  31. Display_Text_Size=2
  32. Print_Text_Size=1
  33. Display_Images_Progressively=yes
  34. Reformat_Handling = 1
  35. Show Server Errors = no
  36. Accept_Language_Header = en
  37. Display Inline Images = true
  38. Anchor Underline = true
  39. NewsList = false
  40.  
  41. ; The Grey Background is for compatibility with NCSA Mosaic.  When set
  42. ; to yes, IExplore forces the windows to have a grey background, instead
  43. ; of obeying the default Windows background color setting.
  44. Grey Background=yes
  45.  
  46. ; Anchor_Visitation_Horizon controls how IExplore colors links as being
  47. ; visited.  The unit is in days, so if you set it to 3, IExplore will
  48. ; color all links visited in the last 3 days as visited.
  49. Anchor_Visitation_Horizon=1
  50.  
  51. ; History_Expire_Days tells IExplore how many days of history to keep.
  52. ; For example, if you set it to 30, IExplore will only keep item in
  53. ; your history file for 30 days.  A setting of -1 means never throw
  54. ; away history entries.  The history file is called globhist.htm
  55. History_Expire_Days = 60
  56.  
  57. ; IExplore sometimes creates temporary files for use with external viewer
  58. ; programs.  If you set Delete_Temp_Files_On_Exit to yes, then IExplore
  59. ; will delete those files when you exit from IExplore
  60. Delete_Temp_Files_On_Exit = yes
  61.  
  62. ; The specification of the help file is relative to the EXE directory.
  63. Help_File = help/topics.htm
  64.  
  65. ; The specification of the favorite file is relative to the EXE directory,
  66. ; where the hotlist file is stored.
  67. Favorite_File = favorite.htm
  68.  
  69. ; The specification of the globhist file is relative to the EXE directory,
  70. ; where the globhist file is stored.
  71. History_File = globhist.htm
  72.  
  73. Enable_Disk_Cache = yes
  74.  
  75. ; Temp_Directory = c:\mytemp\
  76. Home Page=start.htm
  77.  
  78. ; Autosearch parameters for the URL bar. The search request keys are stripped
  79. ; from the beginning of the search string, then characters are replaced
  80. ; using the definitions in SearchCharReplace, and then the resulting string is
  81. ; substituted into %s of the search URL.  Character substutions defined in
  82. ; SearchCharReplace are separated by semicolons.
  83.  
  84. SearchRequestKeys=? go find
  85. SearchCharReplace=" =+;&=%26"
  86. SearchUrl=http://msie.yahoo.com/search?p=%s
  87.  
  88. ; The spec of static logo for custom IE Kit
  89. ; StaticBigBitmap=C:\static\BigBmp.bmp
  90. ; StaticSmallBitmap=C:\static\SmallBmp.bmp
  91.  
  92. ;Note: the size for Static BigBitmap file is 38 pixel (W) x 38 pixel (H)
  93. ;      the size for Static SmallBitmap file is 26 pixel (W) x 26 pixel (H)
  94.  
  95. ; --------------------------------
  96. ;
  97. ; This section is used to configure network servers and parameters
  98. ;
  99. ; On certain TCP/IP stacks, it is necessary to set Use_Async_DNS = no
  100. ;
  101. Search Page=http://home.microsoft.com/access/allinone.asp
  102.  
  103. [Services]
  104. HTTP_Proxy_Server =
  105. Gopher_Proxy_Server =
  106. FTP_Proxy_Server =
  107. No_Proxy =
  108. NNTP_Server =
  109. Use_Async_DNS = yes
  110.  
  111. ; --------------------------------
  112. [Settings]
  113. Anchor Color = 0, 0, 255
  114. Anchor Color Visited = 128, 0, 128
  115. Background_Color = 192, 192, 192
  116. ; --------------------------------
  117. [Document Windows]
  118. x = -1
  119. y = -1
  120. width = 600
  121. height = 400
  122.  
  123. ; --------------------------------
  124. [History Window]
  125.  
  126. ; --------------------------------
  127. [Favorite Window]
  128.  
  129.  
  130. ; --------------------------------
  131. ; Margin settings are in inches
  132. [PageSetup]
  133. margin_left = 0.75
  134. margin_right = 0.75
  135. margin_top = 0.75
  136. margin_bottom = 0.75
  137.  
  138. ; header/footer symbols
  139. ;
  140. ;   &w        Window title
  141. ;   &u        Page address (URL)
  142. ;   &d        Date in short format
  143. ;             (as specified by your Regional Settings in Control Panel)
  144. ;   &D        Date in long format
  145. ;             (as specified by your Regional Settings in Control Panel)
  146. ;   &t        Time in the format specified by the Regional Settings
  147. ;             in Control Panel
  148. ;   &T        Time in 24-hour format
  149. ;   &p        Current page number
  150. ;   &P        Total number of pages
  151. ;   &&        A single ampersand (&)
  152. ;
  153. header_left = &w
  154. header_right = Page &p of &P
  155. footer_left = &D
  156. footer_right = &t
  157.  
  158. ; --------------------------------
  159. [Document Caching]
  160. Number = 4
  161.  
  162. ; --------------------------------
  163. [Image Caching]
  164. Number = 50
  165.  
  166. ; --------------------------------
  167. [Helpers]
  168. ; telnet = c:\mytelnet\mytelnet.exe %s
  169.  
  170. ; --------------------------------
  171. ;
  172. ; External viewers (Helpers) are configured by specifying a MIME type on a line of
  173. ; the form TYPE# where # is an integer.  The numbers must be contiguous.
  174. ; Then, set the MIME type = to the application you wish to use to view
  175. ; files of that type.  Insert %s where you want the filename of the viewer
  176. ; temp file to be substituted.
  177. ;
  178. ; TYPE0=image/jpeg
  179. ; TYPE1=image/gif
  180. ; image/jpeg = c:\myviewer\myviewer.exe %s
  181. ;
  182. [Viewers]
  183. TYPE0=image/jpeg
  184. TYPE1=image/gif
  185. TYPE2=text/html
  186. TYPE3=text/plain
  187. TYPE4=audio/basic
  188. TYPE5=audio/x-aiff
  189. TYPE6=audio/x-wav
  190. TYPE7=image/tiff
  191. TYPE8=application/postscript
  192. TYPE9=video/mpeg
  193. TYPE10=video/quicktime
  194. TYPE11=video/x-msvideo
  195. TYPE12=application/pdf
  196. TYPE13=application/zip
  197. TYPE14=application/x-tar
  198. TYPE15=application/rtf
  199. TYPE16=application/x-stuffit
  200. TYPE17=application/mac-binhex40
  201. TYPE18=application/x-compress
  202. TYPE19=application/x-gzip
  203. TYPE20=application/x-hdf
  204. TYPE21=text/x-sgml
  205.  
  206. ; --------------------------------
  207. ; Suffixes (file extensions) for a given MIME type are configured here.  These
  208. ; suffixes are not used for HTTP URL's, since the HTTP protocol specifies
  209. ; the MIME type, therefore IExplore does not have to guess the MIME type by
  210. ; file extension.  MIME types which appear here must be defined in the [Viewers]
  211. ; section.
  212. ;
  213. [Suffixes]
  214. image/jpeg=.jpeg .jpg
  215. image/gif=.gif
  216. text/html=.htm .html
  217. text/plain=.txt .c .h .ini
  218. audio/basic=.au
  219. audio/x-aiff=.aiff .aif
  220. audio/x-wav=.wav
  221. image/tiff=.tif .tiff
  222. application/postscript=.ps .eps .ai
  223. video/mpeg=.mpeg .mpg
  224. video/quicktime=.qt .mov
  225. video/x-msvideo=.avi
  226. application/pdf=.pdf
  227. application/zip=.zip
  228. application/x-tar=.tar
  229. application/rtf=.rtf
  230. application/x-stuffit=.sit
  231. application/mac-binhex40=.hqx
  232. application/x-compress=.Z
  233. application/x-gzip=.gz
  234. application/x-hdf=.hdf
  235. text/x-sgml=.sgm .sgml
  236.  
  237. ; --------------------------------
  238. ;
  239. ; Valid settings for an encoding are binary, 7bit, or 8bit
  240. ;
  241. ; image/jpeg = binary
  242. ; image/gif = binary
  243. ;
  244. [Encodings]
  245. image/jpeg=binary
  246. image/gif=binary
  247. text/html=8bit
  248. text/plain=7bit
  249. audio/basic=binary
  250. audio/x-aiff=binary
  251. audio/x-wav=binary
  252. image/tiff=binary
  253. application/postscript=8bit
  254. video/mpeg=binary
  255. video/quicktime=binary
  256. video/x-msvideo=binary
  257. application/pdf=binary
  258. application/zip=binary
  259. application/x-tar=binary
  260. application/rtf=8bit
  261. application/x-stuffit=binary
  262. application/mac-binhex40=8bit
  263. application/x-compress=binary
  264. application/x-gzip=binary
  265. application/x-hdf=binary
  266. text/x-sgml=binary
  267.  
  268. ; --------------------------------
  269. ;
  270. ; MIME Descriptions contains the plain-language descriptions which
  271. ; appear in the Helpers dialog.
  272. ;
  273. [MIME Descriptions]
  274. image/jpeg=JPEG Images
  275. image/gif=GIF Images
  276. text/html=HTML Documents
  277. text/plain=Text Files
  278. audio/basic=Audio Files
  279. audio/x-aiff=AIFF Files
  280. audio/x-wav=WAVE Files
  281. image/tiff=TIFF Images
  282. application/postscript=PostScript Files
  283. video/mpeg=MPEG Movies
  284. video/quicktime=QuickTime Movies
  285. video/x-msvideo=Microsoft Video Movies
  286. application/pdf=PDF Files
  287. application/zip=ZIP Archives
  288. application/x-tar=TAR Archives
  289. application/rtf=Rich Text Format Files
  290. application/x-stuffit=Stuffit Archives
  291. application/mac-binhex40=Binhex Files
  292. application/x-compress=Compressed Files
  293. application/x-gzip=GZIP Files
  294. application/x-hdf=HDF Data Files
  295. text/x-sgml=SGML Documents
  296.  
  297. ; --------------------------------
  298. ;
  299. ; This section provides the DDE service names for preconfigured IExplore SDI
  300. ; Helpers.
  301. ;
  302. [SDI_Viewers]
  303.  
  304. ; --------------------------------
  305. ;
  306. [SecurityProtocols]
  307. Basic=Basic_Load,basic.dll
  308.  
  309. ; --------------------------------
  310. ; This section is used during the install process
  311. ;
  312. [Version]
  313. Build=2.0.0030
  314.  
  315. [MainDiskCache]
  316. Size_Kilobytes = 2048
  317. Verify_Policy = 1
  318. Clear_On_Exit = no
  319.  
  320. [Mailto]
  321. Email_address=
  322. Server_Name=
  323.  
  324. [Fonts]
  325. Main=Times New Roman
  326. Header=Arial
  327. Monospace=Courier New
  328.  
  329. [Styles]
  330. IEFixedFontCharSet=
  331. IEFixedFontName=
  332. IEPropFontCharSet=
  333. IEPropFontName=
  334.  
  335. [Prefixes]
  336. Default=http://
  337. ftp.=ftp://
  338. gopher.=gopher://
  339. home.=http://
  340. mosaic.=http://
  341. www.=http://
  342.  
  343. ;This section is used for mail client which support mapi
  344. [Mail]
  345. MyMailClient=
  346. Directory=
  347.