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/Turkey | |
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/Turkey')
-rw-r--r-- | kppp/Rules/Turkey/Makefile.am | 6 | ||||
-rw-r--r-- | kppp/Rules/Turkey/Turk_Telekom_Internet.rst | 74 |
2 files changed, 80 insertions, 0 deletions
diff --git a/kppp/Rules/Turkey/Makefile.am b/kppp/Rules/Turkey/Makefile.am new file mode 100644 index 00000000..56ba2701 --- /dev/null +++ b/kppp/Rules/Turkey/Makefile.am @@ -0,0 +1,6 @@ +pkg_DATA = Turk_Telekom_Internet.rst + +pkgdir = $(kde_datadir)/kppp/Rules/Turkey + +EXTRA_DIST = $(pkg_DATA) + diff --git a/kppp/Rules/Turkey/Turk_Telekom_Internet.rst b/kppp/Rules/Turkey/Turk_Telekom_Internet.rst new file mode 100644 index 00000000..c2250059 --- /dev/null +++ b/kppp/Rules/Turkey/Turk_Telekom_Internet.rst @@ -0,0 +1,74 @@ +################################################################ +# 21 Jul 2003 (Please change when TT increases the costs) +# +# I take no responsibility for the validity and accuracy of +# this information, if you are so concerned please contact +# your own telephone provider and configure this yourself +# and do not use this file. +################################################################ +# Bu dosya sadece 0822'li hatlar icin gecerlidir. +# +# Lutfen TT zam yaptiginda use(xxxxx,yyy) ibarelerindeki xxxxx'i +# yeni kontur ucreti ile degistirin. +# Bu dosyanin nasil hazirlandigini ogrenmek istiyorsaniz +# /usr/share/apps/kppp/rules dizinindeki TEMPLATE dosyasini +# inceleyin. +# +# +# Mesut Sismanoglu +# mesuts@usa.net +# +# İsmail Dönmez +# ismail.donmez@boun.edu.tr +# +################################################################ +################################################################ +# +# NAME OF THE RULESET. This is NEEDED for accounting purposes. +# +################################################################ +name=Turk_Telekom_Internet +################################################################ +# currency settings +################################################################ +# defines TL (Turkish Lira) to be used as currency +# symbol (not absolutely needed, default = "$") +currency_symbol=TL + +# Define the position of the currency symbol. +# (not absolutely needed, default is "right") +currency_position=right + +# Define the number of significant digits. +# (not absolutely needed, default is "2" +currency_digits=0 + +# This is the default rule which is used when no other rule +# applies. +default=(72000, 324) +################################################################ +# connection settings +################################################################ + +# Hafta arasi 1. indirim +on(monday..friday) between (7:00..7:59) use(72000,309) + + # Hafta arasi normal tarife +on(monday..friday) between (8:00..19:59) use(72000,216) + + # Hafta arasi 1. indirim +on(monday..friday) between (20:00..22:29) use(72000,309) + + # Hafta arasi 2. indirim +on(monday..friday) between (22:30..6:59) use(72000,360) + + # Cumartesi 1. indirim +on(saturday) between (7:00..22:29) use(72000,309) + + # Cumartesi 2. indirim +on(saturday) between (22:30..6:59) use(72000,360) + + # Pazar ve resmi tatil gunleri 2. indirim +on(1/1, 04/23, 05/19, 08/30, 10/29, sunday) between () use(72000,360) + +################################################################ |