diff options
Diffstat (limited to 'kppp/Rules/Norway')
-rw-r--r-- | kppp/Rules/Norway/Local_Area.rst | 16 | ||||
-rw-r--r-- | kppp/Rules/Norway/Long_Distance.rst | 16 | ||||
-rw-r--r-- | kppp/Rules/Norway/Makefile.am | 7 | ||||
-rw-r--r-- | kppp/Rules/Norway/Netcom.rst | 15 |
4 files changed, 54 insertions, 0 deletions
diff --git a/kppp/Rules/Norway/Local_Area.rst b/kppp/Rules/Norway/Local_Area.rst new file mode 100644 index 00000000..f45e0be8 --- /dev/null +++ b/kppp/Rules/Norway/Local_Area.rst @@ -0,0 +1,16 @@ +################################################################ +# +# Ruleset for Telenor Norway +# Local Area +# Created 97/09/20 by Arne Coucheron <arneco@online.no> +# Updated 99/05/23 by Arne Coucheron <arneco@online.no> +# +################################################################ +name=Norway_Local_Area +currency_symbol=Kr +currency_position=left +currency_digits=2 +per_connection=0.45 +minimum_costs=0.0 +default=(0.14,60) +on (monday..friday) between (8:00..17:00) use (0.22,60) diff --git a/kppp/Rules/Norway/Long_Distance.rst b/kppp/Rules/Norway/Long_Distance.rst new file mode 100644 index 00000000..f2c0f529 --- /dev/null +++ b/kppp/Rules/Norway/Long_Distance.rst @@ -0,0 +1,16 @@ +################################################################ +# +# Ruleset for Telenor Norway +# Long Distance +# Created 97/09/20 by Arne Coucheron <arneco@online.no> +# Updated 99/05/23 by Arne Coucheron <arneco@online.no> +# +################################################################ +name=Norway_Long_Distance +currency_symbol=Kr +currency_position=left +currency_digits=2 +per_connection=0.45 +minimum_costs=0.0 +default=(0.35,60) +on (monday..friday) between (8:00..17:00) use (0.40,60) diff --git a/kppp/Rules/Norway/Makefile.am b/kppp/Rules/Norway/Makefile.am new file mode 100644 index 00000000..95c9127e --- /dev/null +++ b/kppp/Rules/Norway/Makefile.am @@ -0,0 +1,7 @@ +pkg_DATA = Local_Area.rst \ + Long_Distance.rst \ + Netcom.rst + +pkgdir = $(kde_datadir)/kppp/Rules/Norway + +EXTRA_DIST = $(pkg_DATA) diff --git a/kppp/Rules/Norway/Netcom.rst b/kppp/Rules/Norway/Netcom.rst new file mode 100644 index 00000000..a8855b8d --- /dev/null +++ b/kppp/Rules/Norway/Netcom.rst @@ -0,0 +1,15 @@ +################################################################ +# +# Ruleset for Netcom Internett +# +# Created 02/01/23 by Jostein Henriksen <josteihe@online.no> +# +################################################################ +name=Norway_Netcom_Internett +currency_symbol=Kr +currency_position=left +currency_digits=2 +per_connection=0.45 +minimum_costs=0.0 +default=(0.10,60) +on (monday..sunday) between (24:00..06:00) use (0,5,60)
\ No newline at end of file |