Skip to content

Commit

Permalink
Item8640: Fix the documentation
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@7084 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Apr 5, 2010
1 parent 4f040bb commit c215e11
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions core/tools/extension_installer
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,19 @@ use Cwd;

=pod
---+ Package_installer
---+ extension_installer
This is a generic installer script. The basic function of this script is to
locate an archive and unpack it.
locate an archive and unpack it.
It is called as any of the named package installers, with the addition of the
Extension name to be installed.
Extension name to be installed as the first parameter to the command. It
*must* be run from the root of the Foswiki installation
| *Function* | *Dedicated Package* | *Generic Installer* |
| Install | =perl MyExtension_installer= | =perl Package_installer MyExtension |
| uninstall | =perl MyExtension_installer uninstall= | =perl Package_installer MyExtension uninstall |
| Manifest | =perl MyExtension_installer manifest= | =perl Package_installer MyExtension manifest |
| Dependencies | =perl MyExtension_installer dependencies= | =perl Package_installer MyExtension dependencies |
| Install | =perl MyExtension_installer= | =perl tools/extension_installer MyExtension |
| uninstall | =perl MyExtension_installer uninstall= | =perl tools/extension_installer MyExtension uninstall |
| Manifest | =perl MyExtension_installer manifest= | =perl tools/extension_installer MyExtension manifest |
| Dependencies | =perl MyExtension_installer dependencies= | =perl tools/extension_installer MyExtension dependencies |
The script also functions as an *uninstaller* by passing the parameter
Expand Down

0 comments on commit c215e11

Please sign in to comment.