| 1 |
// $Id: README.txt,v 1.2 2007/12/05 21:19:31 shawnconn Exp $
|
| 2 |
|
| 3 |
Upload Package
|
| 4 |
------------------------
|
| 5 |
By: Shawn Conn (http://www.shawnconn.com/contact)
|
| 6 |
|
| 7 |
Upload Package module allows you upload modules through Drupal's administration
|
| 8 |
interface. It enables a new task on the Drupal module and theme administration
|
| 9 |
page. This form will let you enter a URL containing the project package tarball
|
| 10 |
or enter a tarball file to upload. This module is dependent on PEAR's
|
| 11 |
Archive_Tar package (http://pear.php.net/package/Archive_Tar).
|
| 12 |
|
| 13 |
Installation Instructions:
|
| 14 |
1. Install PEAR if it isn't already installed.
|
| 15 |
(instructions at http://pear.php.net/manual/en/installation.php)
|
| 16 |
2. Download the PEAR Archive_Tar package and place the Archive directory in path
|
| 17 |
that's included in PHP's include_path.
|
| 18 |
(located at http://pear.php.net/package/Archive_Tar)
|
| 19 |
3. Copy the Upload Package module to your module directory and enable it per
|
| 20 |
usual.
|
| 21 |
4. Optional, set the directory where you want modules or themes unpacked to by
|
| 22 |
browsing to admin/settings/upload_package.
|