| 1 |
$Id: README.TXT,v 1.3 2006/01/27 16:05:45 elmuerte Exp $
|
| 2 |
|
| 3 |
Description
|
| 4 |
-----------
|
| 5 |
|
| 6 |
DiskNode adds a new nodetype called DiskNode. The main perpose for this node is
|
| 7 |
to serve as download module. Each disknode links to a single file stored within
|
| 8 |
the file storage. These files are already in this directory. File management
|
| 9 |
tools are provided with the disknode. It will allow you to upload a local file
|
| 10 |
or a file already stored on an other webserver.
|
| 11 |
Downloads of the files are counted.
|
| 12 |
|
| 13 |
Things not done:
|
| 14 |
- file info doesn't work yet
|
| 15 |
|
| 16 |
Requirements
|
| 17 |
------------
|
| 18 |
|
| 19 |
This module requires Drupal 4.7.
|
| 20 |
A version for 4.6 can also be downloaded.
|
| 21 |
|
| 22 |
|
| 23 |
Installation
|
| 24 |
------------
|
| 25 |
|
| 26 |
Before installing make sure the 'downloads' table exists. The SQL table
|
| 27 |
structure for MySQL can be found in the disknode.mysql file.
|
| 28 |
After that you can enable the module in the usual way.
|
| 29 |
|
| 30 |
|
| 31 |
Configuration
|
| 32 |
-------------
|
| 33 |
|
| 34 |
DiskNode can be configured at administer -> settings -> disknode.
|
| 35 |
|
| 36 |
|
| 37 |
Authors
|
| 38 |
-------
|
| 39 |
|
| 40 |
* Michiel Hendriks <elmuerte@drunksnipers.com>
|
| 41 |
|