-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
74 lines (48 loc) · 1.78 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
________ .__ __ .__
\_____ \ __ __|__| | _|__|
------- / / \ \| | \ | |/ / | -------
------- / \_/. \ | / | <| | -------
\_____\ \_/____/|__|__|_ \__|
\__> \/
YET ANOTHER WIKI?
-----------------
Yes!
There are already a lot of Wikis in Perl:
* Kwiki — not really maintained, not stable
* twiki — big, heavy, complicated
* mojomojo — catalyst based. More than 200 Perl modules of dependencies
* socialtext — commercial
We felt the Perl community is lacking a simple yet powerful
wiki. Something like DokuWiki. If you ask why not to use DokuWiki, we
would love to, but having Perl projects hosted in a PHP Wiki is not
positive.
INSTALLATION
------------
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
-------------------------
After installing, you can find documentation for this module with the
perldoc command.
perldoc Quiki
You can also look for information at:
Quiki official wiki (yeah, quiki)
http://quiki.perl-hackers.net/
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Quiki
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Quiki
CPAN Ratings
http://cpanratings.perl.org/d/Quiki
Search CPAN
http://search.cpan.org/dist/Quiki/
COPYRIGHT AND LICENCE
---------------------
Copyright (C) 2009 Alberto Simoes and Nuno Carvalho
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.