diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-08-19 16:05:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-20 07:49:48 +0700 |
commit | 7ce2917c5307617a6416f3c1bccb0cd5d6b089a1 (patch) | |
tree | bafeb6d6c12816a405dbb143e6fa66c917ffe5c4 /python/flask-paginate/slack-desc | |
parent | 4713f95e77f920cb7c85ed787f222884756ac941 (diff) | |
download | slackbuilds-7ce2917c5307617a6416f3c1bccb0cd5d6b089a1.tar.gz |
python/flask-paginate: Added (Simple paginate support for flask).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/flask-paginate/slack-desc')
-rw-r--r-- | python/flask-paginate/slack-desc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/python/flask-paginate/slack-desc b/python/flask-paginate/slack-desc new file mode 100644 index 0000000000..8a9819ed31 --- /dev/null +++ b/python/flask-paginate/slack-desc @@ -0,0 +1,18 @@ +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +flask-paginate: flask-paginate (Simple paginate support for flask) +flask-paginate: +flask-paginate: Paginate support for flask framework (study from will_paginate). +flask-paginate: Use bootstrap for css framework It requires Python2.6+ as +flask-paginate: string.format syntax. +flask-paginate: +flask-paginate: Homepage: https://github.com/lixxu/flask-paginate +flask-paginate: +flask-paginate: +flask-paginate: +flask-paginate: |