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/Singapore/Makefile.am | 5 +++ kppp/Rules/Singapore/SingTel_Local.rst | 59 ++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 kppp/Rules/Singapore/Makefile.am create mode 100644 kppp/Rules/Singapore/SingTel_Local.rst (limited to 'kppp/Rules/Singapore') diff --git a/kppp/Rules/Singapore/Makefile.am b/kppp/Rules/Singapore/Makefile.am new file mode 100644 index 00000000..52597b79 --- /dev/null +++ b/kppp/Rules/Singapore/Makefile.am @@ -0,0 +1,5 @@ +pkg_DATA = SingTel_Local.rst + +pkgdir = $(kde_datadir)/kppp/Rules/Singapore + +EXTRA_DIST = $(pkg_DATA) diff --git a/kppp/Rules/Singapore/SingTel_Local.rst b/kppp/Rules/Singapore/SingTel_Local.rst new file mode 100644 index 00000000..a70269a2 --- /dev/null +++ b/kppp/Rules/Singapore/SingTel_Local.rst @@ -0,0 +1,59 @@ +################################################################ +# This is the rule set for Singapore, local SingTel charge +# +# Boh Cheh Wee +################################################################ + + +################################################################ +# +# NAME OF THE RULESET. This is NEEDED for accounting purposes. +# +################################################################ +name=SingTel_Local + +################################################################ +# currency settings +################################################################ + +# defines Sing Dollar to be used as currency +currency_symbol=S$ + +# Define the position of the currency symbol. +currency_position=left + +# Define the number of significat digits. +# (not absolutely needed, default is "2" +currency_digits=2 + +################################################################ +# connection settings +################################################################ + +# NOTE: rules are applied from top to bottom - the +# LAST matching rule is the one used for the +# cost computations. + +# This is charged whenever you connect. If you don't have to +# pay per-connection, use "0" here or comment it out. +per_connection=0.0 + +# minimum costs per connection. If the costs of a phone +# call are less than this value, this value is used instead +minimum_costs=0.0 + +# This is the default rule which is used when no other rule +# applies. +default=(0.00721,60) + +# applies 8am until 6pm: every 30 seconds 0.721 cents +# are added to the bill +on () between (8:00..18:00) use(0.00721,30) + +# applies 6pm until 8am: every 60 seconds 0.721 cents +# are added to the bill +on () between (18:00..7:59) use(0.00721,60) + +# applies weekends: every 60 seconds 0.721 cents +# are added to the bill +on (saturday..sunday) between (00:00..23:59) use (0.00721, 60) \ No newline at end of file -- cgit v1.2.1