minimalist note-taking web application
  • Perl 68.6%
  • CSS 23.6%
  • HTML 7.8%
Find a file
2017-10-23 12:19:39 -05:00
bin perlcritic whac-a-mole 2017-09-14 13:01:21 -05:00
environments initial commit 2017-09-13 13:01:43 -05:00
lib/WebApp perlcritic whac-a-mole 2017-09-14 13:01:21 -05:00
public rename generic app.psgi 2017-09-13 14:14:18 -05:00
t remove route test for now until I figure out how to load test schema 2017-09-14 13:33:18 -05:00
views initial commit 2017-09-13 13:01:43 -05:00
xt/author perlcritic whac-a-mole 2017-09-14 13:01:21 -05:00
.dancer initial commit 2017-09-13 13:01:43 -05:00
.gitignore initial commit 2017-09-13 13:01:43 -05:00
Changes initial commit 2017-09-13 13:01:43 -05:00
config.yml initial commit 2017-09-13 13:01:43 -05:00
cpanfile initial commit 2017-09-13 13:01:43 -05:00
dist.ini rename generic app.psgi 2017-09-13 14:14:18 -05:00
MANIFEST.SKIP initial commit 2017-09-13 13:01:43 -05:00
README.md update README 2017-10-23 12:19:39 -05:00
schema_conf.pl perlcritic whac-a-mole 2017-09-14 13:01:21 -05:00
weaver.ini initial commit 2017-09-13 13:01:43 -05:00

NAME

snippy.psgi - minimalist note-taking web application

VERSION

version 0.001

USAGE

plackup -r bin/snippy.psgi

OPTIONS

None.

EXIT STATUS

See plackup or your favorite PSGI runner.

SUPPORT

Perldoc

You can find documentation for this module with the perldoc command.

perldoc snippy.psgi

Websites

The following websites have more information about this module, and may be of help to you. As always, in addition to those websites please use your favorite search engine to discover more resources.

Bugs / Feature Requests

Please report any bugs or feature requests through the web interface at https://github.com/mjgardner/Snippy/issues. You will be automatically notified of any progress on the request by the system.

Source Code

The code is open to the world, and available for you to hack on. Please feel free to browse it and play with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull from your repository :)

https://github.com/mjgardner/Snippy

git clone git://github.com/mjgardner/Snippy.git

AUTHOR

Mark Gardner mjgardner@cpan.org

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Mark Gardner.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.