An open API service indexing awesome lists of open source software.

https://github.com/oz/tiny_wiki

50 lines of Perl to play around with Dancer and KiokuDB
https://github.com/oz/tiny_wiki

Last synced: 2 months ago
JSON representation

50 lines of Perl to play around with Dancer and KiokuDB

Awesome Lists containing this project

README

        

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