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
- Host: GitHub
- URL: https://github.com/oz/tiny_wiki
- Owner: oz
- Created: 2009-08-10T05:07:20.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-10-16T13:07:45.000Z (over 15 years ago)
- Last Synced: 2025-03-08T18:48:48.275Z (2 months ago)
- Language: Perl
- Homepage:
- Size: 83 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TinyWiki: a tiny wiki
=====================TinyWiki is an quick experimentation on mixing two cool Perl modules:
* KiokuDB
* DancerIt'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::MarkdownRunning
-------Just launch app.pl