From bcb704366cb5e333a626c18c308c7e0448a8e69f Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kppp/Rules/Indonesia/Lokal_1_Metropolitan.rst | 60 +++++++++++++++++++++++++ kppp/Rules/Indonesia/Lokal_2_Metropolitan.rst | 60 +++++++++++++++++++++++++ kppp/Rules/Indonesia/Lokal_non_metropolitan.rst | 60 +++++++++++++++++++++++++ kppp/Rules/Indonesia/Makefile.am | 7 +++ 4 files changed, 187 insertions(+) create mode 100644 kppp/Rules/Indonesia/Lokal_1_Metropolitan.rst create mode 100644 kppp/Rules/Indonesia/Lokal_2_Metropolitan.rst create mode 100644 kppp/Rules/Indonesia/Lokal_non_metropolitan.rst create mode 100644 kppp/Rules/Indonesia/Makefile.am (limited to 'kppp/Rules/Indonesia') diff --git a/kppp/Rules/Indonesia/Lokal_1_Metropolitan.rst b/kppp/Rules/Indonesia/Lokal_1_Metropolitan.rst new file mode 100644 index 00000000..c9c71611 --- /dev/null +++ b/kppp/Rules/Indonesia/Lokal_1_Metropolitan.rst @@ -0,0 +1,60 @@ +################################################################ +# This is the rule set for Indonesia local calls, +# including tax, according to Petunjuk Telepon Bandung +# Juni 1998-1999 +# by Priyadi Iman Nurcahyo +################################################################ + + +################################################################ +# +# NAME OF THE RULESET. This is NEEDED for accounting purposes. +# +################################################################ +name=Lokal-1-metropolitan + +################################################################ +# currency settings +################################################################ + +# defines IDR (Indonesian Rupiah) to be used as currency +currency_symbol=IDR + +# Define the position of the currency symbol. +currency_position=right + +# Define the number of significat digits. +# (not absolutely needed, default is "2" +currency_digits=0 + + + +################################################################ +# connection settings +################################################################ + +# NOTE: rules are applied from top to bottom - the +# LAST matching rule is the one used for the +# cost computations. + + +# minimum costs per per connection. If the costs of a phone +# call are less than this value, this value is used instead +minimum_costs=160 + + +# This is the default rule which is used when no other rule +# applies. The first component "160" is the price of one +# "unit", while "120" is the duration in seconds. +# Therefore the following rule means: "Every 120 seconds 160 +# IDR are added to the bill" +default=(160, 120) + +# +# more complicated rules: +# + +on () between (00:00..08:59) use (160, 180) +on () between (09:00..14:59) use (160, 120) +on () between (15:00..23:59) use (160, 180) + diff --git a/kppp/Rules/Indonesia/Lokal_2_Metropolitan.rst b/kppp/Rules/Indonesia/Lokal_2_Metropolitan.rst new file mode 100644 index 00000000..b437842c --- /dev/null +++ b/kppp/Rules/Indonesia/Lokal_2_Metropolitan.rst @@ -0,0 +1,60 @@ +################################################################ +# This is the rule set for Indonesia local calls, +# including tax, according to Petunjuk Telepon Bandung +# Juni 1998-1999 +# by Priyadi Iman Nurcahyo +################################################################ + + +################################################################ +# +# NAME OF THE RULESET. This is NEEDED for accounting purposes. +# +################################################################ +name=Lokal-non-metropolitan + +################################################################ +# currency settings +################################################################ + +# defines IDR (Indonesian Rupiah) to be used as currency +currency_symbol=IDR + +# Define the position of the currency symbol. +currency_position=right + +# Define the number of significat digits. +# (not absolutely needed, default is "2" +currency_digits=0 + + + +################################################################ +# connection settings +################################################################ + +# NOTE: rules are applied from top to bottom - the +# LAST matching rule is the one used for the +# cost computations. + + +# minimum costs per per connection. If the costs of a phone +# call are less than this value, this value is used instead +minimum_costs=160 + + +# This is the default rule which is used when no other rule +# applies. The first component "160" is the price of one +# "unit", while "120" is the duration in seconds. +# Therefore the following rule means: "Every 120 seconds 160 +# IDR are added to the bill" +default=(160, 120) + +# +# more complicated rules: +# + +on () between (00:00..08:59) use (160, 120) +on () between (09:00..14:59) use (160, 90) +on () between (15:00..23:59) use (160, 120) + diff --git a/kppp/Rules/Indonesia/Lokal_non_metropolitan.rst b/kppp/Rules/Indonesia/Lokal_non_metropolitan.rst new file mode 100644 index 00000000..7b293d10 --- /dev/null +++ b/kppp/Rules/Indonesia/Lokal_non_metropolitan.rst @@ -0,0 +1,60 @@ +################################################################ +# This is the rule set for Indonesia local calls, +# including tax, according to Petunjuk Telepon Bandung +# Juni 1998-1999 +# by Priyadi Iman Nurcahyo +################################################################ + + +################################################################ +# +# NAME OF THE RULESET. This is NEEDED for accounting purposes. +# +################################################################ +name=Lokal-non-metropolitan + +################################################################ +# currency settings +################################################################ + +# defines IDR (Indonesian Rupiah) to be used as currency +currency_symbol=IDR + +# Define the position of the currency symbol. +currency_position=right + +# Define the number of significat digits. +# (not absolutely needed, default is "2" +currency_digits=0 + + + +################################################################ +# connection settings +################################################################ + +# NOTE: rules are applied from top to bottom - the +# LAST matching rule is the one used for the +# cost computations. + + +# minimum costs per per connection. If the costs of a phone +# call are less than this value, this value is used instead +minimum_costs=160 + + +# This is the default rule which is used when no other rule +# applies. The first component "160" is the price of one +# "unit", while "120" is the duration in seconds. +# Therefore the following rule means: "Every 120 seconds 160 +# IDR are added to the bill" +default=(160, 120) + +# +# more complicated rules: +# + +on () between (00:00..08:59) use (160, 180) +on () between (09:00..14:59) use (160, 120) +on () between (15:00..23:59) use (160, 180) + diff --git a/kppp/Rules/Indonesia/Makefile.am b/kppp/Rules/Indonesia/Makefile.am new file mode 100644 index 00000000..1de8c5c6 --- /dev/null +++ b/kppp/Rules/Indonesia/Makefile.am @@ -0,0 +1,7 @@ +pkg_DATA = Lokal_1_Metropolitan.rst \ + Lokal_non_metropolitan.rst \ + Lokal_2_Metropolitan.rst + +pkgdir = $(kde_datadir)/kppp/Rules/Indonesia + +EXTRA_DIST = $(pkg_DATA) -- cgit v1.2.1