home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 January / dpcb197.iso / internet / MAGAZINE / TURNPIKE.1 / IEXPLORE.INI < prev    next >
INI File  |  1996-08-21  |  9KB  |  327 lines

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