Skip to content

oz/tiny_wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyWiki: a tiny wiki

TinyWiki is an quick experimentation on mixing two cool Perl modules:

  • KiokuDB
  • Dancer

It's a ridiculously lame wiki built in ~50 lines of clean (hopefully) Perl code. I hope you like them.

-- Arnaud.

Dependencies

Well, you need Dancer, and KiokuDB obviously. At some point, you may have to type these lines :

$ cpan install Dancer
$ cpan install KiokuDB
$ cpan install KiokuDB::Backend::BDB
$ cpan install Text::Markdown

Running

Just launch app.pl

About

50 lines of Perl to play around with Dancer and KiokuDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published