| 1 |
$Id$
|
| 2 |
|
| 3 |
Sandbox directory module
|
| 4 |
------------------------
|
| 5 |
|
| 6 |
(c) 2009 Ouest Systemes Informatiques SARL
|
| 7 |
|
| 8 |
Licensed under the General Public License version 2 and later.
|
| 9 |
|
| 10 |
Description
|
| 11 |
-----------
|
| 12 |
|
| 13 |
This is a minimal directory-type module for Drupal 6, built as a demo during the
|
| 14 |
Drupalroom at FOSDEM 2009.
|
| 15 |
|
| 16 |
It is NOT intended as a full-fledged directory module, as there already
|
| 17 |
exists one at http://drupal.org/project/directory, which you should probably
|
| 18 |
use whenever it produces a release for D6.
|
| 19 |
|
| 20 |
It applies the OSInet coding style for readability
|
| 21 |
http://wiki.audean.com/coding
|
| 22 |
|