diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:21:23 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:21:23 +0000 |
commit | 1d1f878054efdd1171a8cb006e59ad0727610293 (patch) | |
tree | e4434b89d2dbba884e57f6a6cd3c7fc294554ccf /databases/p5-Data-Pageset | |
parent | 43b793a6f26531f807a7b7c16a1db3bf6b53f26d (diff) | |
download | ports-1d1f878054efdd1171a8cb006e59ad0727610293.tar.gz ports-1d1f878054efdd1171a8cb006e59ad0727610293.zip |
Notes
Diffstat (limited to 'databases/p5-Data-Pageset')
-rw-r--r-- | databases/p5-Data-Pageset/pkg-descr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-Data-Pageset/pkg-descr b/databases/p5-Data-Pageset/pkg-descr index aab54e84b236..da0665b2c9ea 100644 --- a/databases/p5-Data-Pageset/pkg-descr +++ b/databases/p5-Data-Pageset/pkg-descr @@ -1,15 +1,15 @@ -The object produced by Data::Pageset can be used to create page -navigation, it inherits from Data::Page and has access to all methods from +The object produced by Data::Pageset can be used to create page +navigation, it inherits from Data::Page and has access to all methods from this object. -In addition it also provides methods for dealing with set of pages, so -that if there are too many pages you can easily break them into chunks for +In addition it also provides methods for dealing with set of pages, so +that if there are too many pages you can easily break them into chunks for the user to browse through. -You can even choose to view page numbers in your set in a 'sliding' +You can even choose to view page numbers in your set in a 'sliding' fassion. -The object can easily be passed to a templating system such as Template +The object can easily be passed to a templating system such as Template Toolkit or be used within a script. WWW: http://search.cpan.org/dist/Data-Pageset/ |