/[drupal]/contributions/modules/upload_package/README.txt
ViewVC logotype

Contents of /contributions/modules/upload_package/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Fri Dec 7 16:18:11 2007 UTC (23 months, 2 weeks ago) by shawnconn
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5
Changes since 1.2: +2 -2 lines
File MIME type: text/plain
typo
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.

  ViewVC Help
Powered by ViewVC 1.1.2