https://github.com/book/app-wallflower
Sorry I can't dance, I'm holding on to my friend's purse
https://github.com/book/app-wallflower
Last synced: about 1 year ago
JSON representation
Sorry I can't dance, I'm holding on to my friend's purse
- Host: GitHub
- URL: https://github.com/book/app-wallflower
- Owner: book
- Created: 2012-09-03T21:21:15.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T17:52:34.000Z (over 3 years ago)
- Last Synced: 2025-03-30T17:51:13.680Z (over 1 year ago)
- Language: Perl
- Homepage: http://metacpan.org/release/App-Wallflower
- Size: 207 KB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
App-Wallflower
DESCRIPTION
wallflower is a command-line tool to render a Plack application as
a set of static files.
wallflower is not a "static site generator": it is a tool to write your
own static file generator using any Perl web framework or even a hand-crafted
Plack application.
The best way to use it is to actually design your Plack application to
serve "static" files. Please consult the Wallflower::Tutorial manual page
for tips on how to write your Plack application to work with wallflower.
COPYRIGHT AND LICENCE
Copyright (C) 2010-2018 Philippe Bruhat (BooK)
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.