diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | bcb704366cb5e333a626c18c308c7e0448a8e69f (patch) | |
tree | f0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /kppp/Rules/Bangladesh | |
download | tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip |
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
Diffstat (limited to 'kppp/Rules/Bangladesh')
-rw-r--r-- | kppp/Rules/Bangladesh/ATT00007.rst | 63 | ||||
-rw-r--r-- | kppp/Rules/Bangladesh/ATT00010.rst | 59 | ||||
-rw-r--r-- | kppp/Rules/Bangladesh/Makefile.am | 6 |
3 files changed, 128 insertions, 0 deletions
diff --git a/kppp/Rules/Bangladesh/ATT00007.rst b/kppp/Rules/Bangladesh/ATT00007.rst new file mode 100644 index 00000000..60af4362 --- /dev/null +++ b/kppp/Rules/Bangladesh/ATT00007.rst @@ -0,0 +1,63 @@ +################################################################ +# +# This RULESET is based on the TEMPLATE file found in +# /usr/share/apps/kppp/Rules written by +# Bernd Wuebben +# wuebben@math.cornell.edu / wuebben@kde.org +# +################################################################ + + +################################################################ +# +# Agni Systems Limited, Dhaka, Bangladesh (helpdesk@agni.com) +# +################################################################ +name=agni + +################################################################ +# currency settings +################################################################ + + +currency_symbol=Tk + +currency_position=left + +# Define the number of significant digits. +# (not absolutely needed, default is "2" +currency_digits=2 + + + +################################################################ +# connection settings +# VAT (15%) is included +################################################################ + +# NOTE: rules are applied from top to bottom - the +# LAST matching rule is the one used for the +# cost computations. + +# Local call charge (T&T) +per_connection=1.7 + +minimum_costs=0.0 + +# This is the default rule which is used when no other rule +# applies. The first component "1.15" is the price of one +# "unit", while "60" is the duration in seconds. It is here +# only for *.rst file compatibilty. +default=(1.15, 60) + +# +# THE RULES +# + +# AGNI Systems( http://www.agni.net ) VAT (15%) included +on (friday) between (0:00..23:59) use (1.15, 60) +on (saturday..thursday) between (0:00..7:59) use (1.15, 60) +on (saturday..thursday) between (8:00..17:59) use (2.87, 60) +on (saturday..thursday) between (18:00..23:59) use (2.3, 60) + +#This rules file was written by Ionmon247 sas@startrekmail.com diff --git a/kppp/Rules/Bangladesh/ATT00010.rst b/kppp/Rules/Bangladesh/ATT00010.rst new file mode 100644 index 00000000..a3ea71e6 --- /dev/null +++ b/kppp/Rules/Bangladesh/ATT00010.rst @@ -0,0 +1,59 @@ +################################################################ +# +# This ruleset is based on /usr/share/apps/kppp/Rules/TEMPLATE +# written by +# wuebben@math.cornell.edu / wuebben@kde.org +################################################################ + + +################################################################ +# +# Bangladesh Telephone and Telegraph Board +# +################################################################ +name=BTTB_Dhaka + +################################################################ +# currency settings +################################################################ + +# Vurrency symbol for taka +currency_symbol=Tk + +# Define the position of the currency symbol. +# (not absolutely needed, default is "right") +currency_position=left + +# Define the number of significant 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=1.7 + + +# minimum costs per per connection. If the costs of a phone +# call are less than this value, this value is used instead +minimum_costs=0.0 + +default=(1, 60) + +#VAT (15%) INCLUDED + +on () between (00:00..05:59) use (0.57, 1) +on () between (06:00..21:59) use (1.15, 1) +on () between (22:00..23:59) use (0.57, 1) + +#This RST file is written by sas@startrekmail.com diff --git a/kppp/Rules/Bangladesh/Makefile.am b/kppp/Rules/Bangladesh/Makefile.am new file mode 100644 index 00000000..27393ea1 --- /dev/null +++ b/kppp/Rules/Bangladesh/Makefile.am @@ -0,0 +1,6 @@ +pkg_DATA = ATT00007.rst \ + ATT00010.rst + +pkgdir = $(kde_datadir)/kppp/Rules/Bangladesh + +EXTRA_DIST = $(pkg_DATA) |