Scripts

api-gen.py

Posted on June 13th, 2009 by raoul.

This is a quick, simple and dirty script to extract the contents of a Python module and store it in a QScintilla/Eric4 API file.

class.drupal.php

Posted on June 24th, 2011 by raoul.

An exporter class for the vanilla2export.php script.

croncommand.py

Posted on September 18th, 2009 by raoul.

The croncommand module allows you to register a ``cron`` command with paster. The aim of this command is to give your Pylons application the ability to run a set of scheduled tasks via a UNIX cron job.

drupal2vanilla_permissions.sql

Posted on June 24th, 2011 by raoul.

A script to update the permissions after importing data from Drupal.

lum2olp.py

Posted on March 26th, 2009 by raoul.

This is a quick, simple and easy script to convert a Luminous database to openlp.org version 1.0

make_vhost.sh

Posted on March 27th, 2009 by raoul.

My original "make vhost" script for creating new virtual hosts on my web server at home.

QBazaar.desktop

Posted on August 2nd, 2010 by raoul.

A desktop file to add a QBazaar submenu to the KDE service menu.

quassel-search.py

Posted on March 26th, 2009 by raoul.

This is a quick, simple and easy script to search a Quassel database (SQLite only) for some text in your backlog.

sniff_browser.py

Posted on November 2nd, 2010 by raoul.
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""
Copyright (c) 2010 Raoul Snyman

This file is licensed under the GNU GPL.

``sniff_browser.py`` is a file with a single goal: To figure out what the heck
your browser is, based on the user agent string.