# DocLife
Document Viewer written in Perl, to run under Plack.
- Pod Viewer
- Markdown Viewer
## Author's Message (Japanese)
CPAN Authorであれば皆ローカルに似たような物を作っていそうですが、標準化できそうな部分を切り出して公開することにしました。
Markdownはgithubに上げる前の下書きを少し意識しましたが、github独自の拡張記法は一切ケアしていません。
DocLife::Note, DocLife::Diary という拡張アプリの実装例がexampleに同梱されています、作者が実際に利用しています。(以下DEMO参照)
Plack::Builderのmount機能がVirtualHostも兼ねているので上げ落としも楽です、またコンテンツはDropboxで管理しているのでローカルのエディタで更新しています。
enjoy document life!
## INSTALL
cpanm https://github.com/s-aska/DocLife/tarball/master
## RUN
plackup -MDocLife::Pod -e 'DocLife::Pod->new( root => "./lib" )->to_app'
## DEMO
- demo:
- author's blog: powered by DocLife::Blog
- author's note: powered by DocLife::Note
## SUPPORT AND DOCUMENTATION
- github:
- perldoc `perldoc DocLife`
## LICENSE AND COPYRIGHT
Copyright (C) Shinichiro Aska
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.