add and enable the skype protocol
[kdenetwork.git] / kppp / Rules / Greece / Hellas_EPAK_local_in_euro.rst
blobef140040e090eeaa8d73bc117928fc885d1f4963
1 ################################################################
2 # NOTES: 
3 # These rules were made at May  25th, 2001 (25/5/2001)
4 # These rules are valid since March, 2001 
5 # You can check for changes in prices at http://www.ote.gr/
6 # These rules apply to you if you are accessing an ISP using an EPAK or PEAK
7 # number (0965-) in the same city as you.
8 # H an o ISP vrisketai stin prwtevousa tou Nomou sas (plin
9 # Aitwloakarnanias kai Argolidas)  
10 # The costs for an EPAK local phone-call are:
11 # 1 Unit (0.03084 euro) every 315 sec.
12 # Exception: 22:00 - 08:00 :1 Unit every 630 sec  .
13 # prices are in euro. I assumed
14 # 10.5 drs = 0.03084 though 10.5drs = 0.030843.... euro
15 # this leads to an underestimation of the costs by less than
16 # 1 Euro per year, say 50 Hrs of dialup usage per week.
17 # email me if you think something should be corrected.
18 # creator:
19 # Dimitris Kamenopoulos, d.kamenopoulos@mail.ntua.gr
20 # studying Electr. and Computer Engineering in National Technical
21 # University of Athens
22 ################################################################
23 # NAME OF THE RULESET. This is NEEDED for accounting purposes.
24 ################################################################
25 name=Hellas_EPAK_local_in_euro.rts
27 ################################################################
28 # currency settings
29 ################################################################
31 # defines euro to be used as currency
32 # symbol (not absolutely needed, default = "$")
33 currency_symbol=euro
35 # Define the position of the currency symbol.
36 # (not absolutely needed, default is "right")
37 currency_position=right
39 # Define the number of significat digits.
40 # (not absolutely needed, default is "2"
41 currency_digits=2
43 ################################################################
44 # connection settings
45 ################################################################
47 # NOTE: rules are applied from top to bottom - the
48 #       LAST matching rule is the one used for the
49 #       cost computations.
51 # This is the default rule which is used when no other rule
52 # applies. The first component "0.03084" is the price of one
53 # "unit", while "315" is the duration in seconds.
54 # Therefore the following rule means: "Every 315 seconds 0.03084
55 # euro is added to the bill"
56 default=(0.03084, 315)
59 # more complicated rules:
62 # "on monday until sunday from 22:00 until 08:00 the costs
63 # are half as above"
64 on (monday..sunday) between (22:00..08:00) use (0.03084, 630)