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"
19       command line tool. You can use "kwiki" to install a new Kwiki, to
20       update a Kwiki configuration, to add and remove Kwiki plugins and to
21       download Kwiki plugins from CPAN. When you download the CPAN modules
22       they can either be installed in the system Perl libraries or locally
23       right in your kwiki dist. This is useful if you don't have root
24       permissions for your installation.
25

USAGES

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

AUTHOR

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