ports/www/p5-HTML-TableTiler/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

16 lines
606 B
Text

HTML::TableTiler uses a minimum HTML table as a tile to generate a complete
HTML table from a bidimensional array of data. It can easily produce simple or
complex graphic styled tables with minimum effort and maximum speed.
Think about the table tile as a sort of tile that automatically expands itself
to contain the whole data. You can control the final look of a table by
choosing either the HORIZONTAL and the VERTICAL tiling mode among:
PULL, TILE and TRIM.
The main advantages to use it are:
* automatic table generation
* complex graphic patterns generation without coding
* simple to maintain