textproc/py-paginate: New port
This module helps dividing large lists of items into pages. The user is shown one page at a time and can navigate to other pages. Imagine you are offering a company phonebook and let the user search the entries. If the search result contains 23 entries but you may want to display no more than 10 entries at once. The first page contains entries 1-10, the second 11-20 and the third 21-23.
Showing
- textproc/Makefile 1 addition, 0 deletionstextproc/Makefile
- textproc/py-paginate/Makefile 18 additions, 0 deletionstextproc/py-paginate/Makefile
- textproc/py-paginate/distinfo 3 additions, 0 deletionstextproc/py-paginate/distinfo
- textproc/py-paginate/pkg-descr 8 additions, 0 deletionstextproc/py-paginate/pkg-descr
textproc/py-paginate/Makefile
0 → 100644
textproc/py-paginate/distinfo
0 → 100644
textproc/py-paginate/pkg-descr
0 → 100644
Please register or sign in to comment