mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
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)
16 lines
606 B
Text
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
|