add a yesterday column and a total row, closes: Bug#797
[freeside.git] / httemplate / docs / ieak.html
1 <pre>
2 this is incomplete
3 mostly it should be merged into signup.html and fs_signup/ieak.template
4
5 - download and install the IEAK from
6   http://www.microsoft.com/windows/ieak/default.asp
7
8 - Good examples may be found in 
9   C:\Program Files\IEAK\toolkit\isp\server\ICW\signup\perl\signup08.pl
10   C:\Program Files\IEAK\toolkit\isp\server\ICW\reconfig\perl\reconfig04.pl
11   C:\Program Files\IEAK6\toolkit\isp\servless\basic\sample.ins
12   C:\Program Files\IEAK6\toolkit\isp\servless\advanced\4567.ins
13   C:\Program Files\IEAK6\toolkit\isp\servless\advanced\4568.ins
14   C:\Program Files\IEAK6\toolkit\isp\servless\advanced\7890.ins
15   C:\Program Files\IEAK6\toolkit\isp\servless\advanced\7891.ins
16
17 - Full documentation on all the settings available in .INS files is
18   avaialble under Program Files | Microsoft IEAK 6 | IEAK Help 
19                   | Reference | Internet Settings (.ins) Files
20
21 - Freeside will make the following substitutions before sending the file
22   to the user:
23
24   { $ac }         - area code of selected POP
25   { $exch }       - exchange of selected POP
26   { $loc }        - local part of selected POP
27   { $username }
28   { $password }
29   { $email_name } - first and last name
30   { $pkg }        - package name
31
32 - Simple example follows:
33
34 [Entry]
35 Entry Name = IEAK Sample
36 [Phone]
37 Dial_As_Is = No
38 Phone_Number = { $exch }{ $loc }
39 Area_Code = { $ac }
40 Country_Code = 1
41 Country_Id = 1
42 [Server]
43 Type = PPP
44 SW_Compress = Yes
45 PW_Encrypt = Yes
46 Negotiate_TCP/IP = Yes
47 Disable_LCP = No
48 [TCP/IP]
49 Specity_IP_Address = No
50 Specity_Server_Address = No
51 IP_Header_Compress = Yes
52 Gateway_On_Remote = Yes
53 [User]
54 Name = { $username }
55 Passowrd = { $password }
56 Display_Password = Yes
57 [Internet_Mail]
58 Email_Name = { $email_name }
59 Email_Address = { $username }@example.com
60 POP_Server = mail.example.com
61 POP_Server_Port_Number = 110
62 POP_Logon_Password = { $password }
63 SMTP_Server = mail.example.com
64 SMTP_Server_Port_Number = 25
65 Install_Mail = 1
66 [URL]
67 Help_Page = http://www.ieaksample.net/helpdesk
68 Home_Page = http://www.ieaksample.net
69 Search_Page = http://www.ieaksample,net/search
70 [Favorites]
71 IEAK Sample \\ IEAK Sample Home Page.url = http://acme.ieaksample.net/
72 [Branding]
73 Window_Title = Internet Explorer from Acme Internet Services
74
75 </pre>