Tags
.net asp authenticate banshee creative Django django-admin django-simple-wiki django application dph feedback full screen gettext gtk gtk.Layout gtkbuilder haskell i18n init.d karma live login makemessages markdown markitup microsoft models notebook ov51x pygtk python rhythmbox scrolling services tab template filter translation ubuntu upstart uservoice vertical visual studio webcam widget wikiCategories
- Censored stuff (2)
- Computers (10)
- Debate (4)
- Django (10)
- Environment (3)
- greenmyapple (2)
- Listening (6)
- Movies (3)
- Multimedia (5)
- PHP (1)
- Python (6)
- Religion (1)
- Surfing (3)
- Ubuntu (7)
- Uncategorized (2)
- Web (8)
Supporting!
Category Archives: Python
Automating stopforumspam.com ASAP (updated!)
In case you need a quick way of getting rid of spammers on your apache server, use this method as a temporary solution until you find a better one. Please take not that it will evaluate EVERY SINGLE REQUEST through … Continue reading
Automating stopforumspam.com
THIS DOES NOT WORK WITH APACHE SINCE IT DOES NOT USE /etc/hosts.deny – See this post instead Use the following Python script to maintain a file in the hosts.deny syntax so that your Debian/Ubuntu box (or other Linux server) is … Continue reading
Posted in Python, Ubuntu, Web
Leave a comment
Using GtkBuilder and connect_signals
I have been hunting spontaneous crashes with errors from the C GTK libs. The errors looked somewhat like these: Warning: g_object_ref: assertion `G_IS_OBJECT (object)’ failed gtk.main() Warning: instance of invalid non-instantiatable type `AtkSelection’ gtk.main() Warning: g_signal_emit_valist: assertion `G_TYPE_CHECK_INSTANCE (instance)’ failed … Continue reading
Django localized date template filter
UPDATE! This is going to be redundant in Django 1.2, in which you can add DATE_FORMAT to your django.po files. I’ve often been frustrated that using settings.DATE_FORMAT does not give a localized date. Granted that the name of a month … Continue reading
Presenting: django-simple-wiki
It was bothering me that all the wikis I tried, all had either errors, feature lacks, too many dependencies or were simply unmaintained. So I decided to create yet another one. Curiously, the third hit when googling ‘django wiki’ is … Continue reading
Posted in Django, Python
Tagged Django, django application, django-simple-wiki, python, wiki
1 Comment
