* added new hackergotchi's and made some config changes..

* changed time to localtime..
This commit is contained in:
Alper Kanat 2008-11-20 23:16:05 +00:00
parent 6adfdfb340
commit 1013982509
7 changed files with 11 additions and 7 deletions

View File

@ -382,9 +382,10 @@ face = tayfurtaybuga.png
#email = taybuga@gmail.com
#jabber= uyarertalat@gmail.com
[http://tonguc.name/blog/?flav=rss]
name = Tonguç Yumruk
face = tongucyumruk.png
# Rsssindeki tarih sorunundan dolayı girdisinin gezegende tekrarlı gösteriminden dolayı geçici süre kaldırıldı 17112008
#[http://tonguc.name/blog/?flav=rss]
#name = Tonguç Yumruk
#face = tongucyumruk.png
#email = tongucyumruk@fazlamesai.net
#jabber = tonguc@linux-sevenler.org
@ -405,7 +406,7 @@ face = umrankamar.png
#email = umrankamar@gmail.com
#jabber = umran@jabber.org
[http://00101010.info/konu/teknik.rss]
[http://00101010.info/konu/teknik/index.rss]
name = Recai Oktaş
#email = roktas@debian.org
#jabber =
@ -462,8 +463,9 @@ name = Nesimi Acarca
#face =
#email = nesimiacarca@gmail.com
[http://www.soyoz.com/gunce/etiket/linux-gezegeni/rss]
name = Erol Soyöz
# Rsssindeki tarih sorunundan dolayı girdisinin gezegende tekrarlı gösteriminden dolayı geçici süre kaldırıldı 17112008
#[http://www.soyoz.com/gunce/etiket/linux-gezegeni/rss]
#name = Erol Soyöz
#face =
#email = erol@soyoz.com

View File

@ -297,7 +297,9 @@ class Planet:
tp.set("feedtype", planet_feed.find('rss')>=0 and 'rss' or 'atom')
# Update time
date = time.gmtime()
# Gezegen sayfasindaki son guncellenme zamanini dogru gmstermesi icin localtime olarak degistirildi
# date = time.gmtime()
date = time.localtime()
tp.set("date", time.strftime(date_format, date))
tp.set("date_iso", time.strftime(TIMEFMT_ISO, date))
tp.set("date_822", time.strftime(TIMEFMT_822, date))

BIN
www/favicon.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 809 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB