1Kwiki::Command(3)     User Contributed Perl Documentation    Kwiki::Command(3)
2
3
4

NAME

6       Kwiki::Command - Kwiki Command Line Tool Module
7

SYNOPSIS

9           > kwiki -new mykwiki
10           > cd mykwiki
11           > kwiki -install Kwiki::RecentChanges Kwiki::Archive::Rcs Kwiki::Revisions
12           > vim config.yaml
13           > kwiki -update
14           > kwiki -remove RecentChanges
15           > kwiki -new_view admin
16

DESCRIPTION

18       Kwiki::Command is the module that does all the work of the "kwiki" com‐
19       mand line tool. You can use "kwiki" to install a new Kwiki, to update a
20       Kwiki configuration, to add and remove Kwiki plugins and to download
21       Kwiki plugins from CPAN. When you download the CPAN modules they can
22       either be installed in the system Perl libraries or locally right in
23       your kwiki dist. This is useful if you don't have root permissions for
24       your installation.
25

USAGES

27       There are many different commands you can do with the "kwiki" command
28       line tool.
29
30       * -new
31           Create a new kwiki with the command:
32
33               kwiki -new
34
35           You must be inside an empty directory. Alternatively you can say:
36
37               kwiki -new path/to/kwiki
38
39           The target directory must be empty or must not exist yet.
40

AUTHOR

42       Brian Ingerson <INGY@cpan.org>
43
45       Copyright (c) 2004. Brian Ingerson. All rights reserved.
46
47       This program is free software; you can redistribute it and/or modify it
48       under the same terms as Perl itself.
49
50       See http://www.perl.com/perl/misc/Artistic.html
51
52
53
54perl v5.8.8                       2007-03-06                 Kwiki::Command(3)
Impressum