PHP

Install drupal with cURL

<?php

/**
 * playing around with curl. Here is an example of using curl for installing drupal
 * without using the browser
 *
 * Just change different settings and run
 * php drupal-curl.php
 *
 * Script will produce html for all urls visited.

Drush shell scripts for creating drupal sites

README.txt

Note: I have added the densite scripts to the drupal website and you can find the latest version on this address http://drupal.org/project/densite

Simple task module for Drupal

Note: This will only work with MySQL.

After hacking around with Drupal for a couple of weeks I decided to write a module. I couldn't find any simple modules for making a task list with Drupal-6.x so I decided to write a module which accomplished just that:

Features are as follows:

- List past, future and all tasks
- Edit / delete tasks
- Search for tasks
- Multi user. Every user can get a task list.
- Uses users locale timezone if users locale is set.

Syndicate content