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/Germany/2.5min.rst | |
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/Germany/2.5min.rst')
-rw-r--r-- | kppp/Rules/Germany/2.5min.rst | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/kppp/Rules/Germany/2.5min.rst b/kppp/Rules/Germany/2.5min.rst new file mode 100644 index 00000000..e36e766a --- /dev/null +++ b/kppp/Rules/Germany/2.5min.rst @@ -0,0 +1,60 @@ +################################################################ +# +# Disclaimer/License +# This rule file ist (c) by Ingolf Jandt <[email protected]> +# +# Redistribute it; change it according to your needs. +# +################################################################ +# +# 2,5 Pfennige ganztags sind heute Standard f�r byCall- +# Verbindungen in Deutschland. Darum dieser Rule-Datei. +# +################################################################ + +################################################################ +# +# NAME OF THE RULESET. +# +################################################################ +name=2,5 Pf ganztags, 1-min-Takt + +################################################################ +# currency settings +################################################################ + +# currency symbol (default is "$") +currency_symbol=DM + +# currency position (default is "right") +currency_position=right + +# 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. +# Uncomment it if needed. +# per_connection=0.0 + +# 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 + +# The first minute is always fully billed. +# This rule will take priority during the first 60 seconds +# over any other rule, in particular the 'default' rule. +flat_init_costs=(0.025,60) + +# This is the default rule which is used when no other rule +# applies. The following rule means: "Every 60 seconds 0.025 +# DM are added to the bill" +default=(0.025, 60) |