diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-27 08:04:51 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-27 08:04:51 +0000 |
commit | ee2482696d2f8002b9d9ba7f0ca42ab5e99bb93c (patch) | |
tree | fbf94b9e994a343a89e2066f0060da63e17e18e5 /www/Makefile | |
parent | Add port www/xpi-resurrectpages: (diff) |
Add port www/xpi-tablesort:
Sort any HTML data table. Simply press 'ctrl', 'alt' keys at the
same time and click inside any table cell, the table will be sorted
based on the data inside that column. The auto-detected data types
include various US-styled date/time, currency, IP address, number,
or text. Further, the context menu provides options to explicitly
specify the data type, thus for example European styled date could
be sorted correctly. One could also set a few options, including
setting European date as the default auto-detected time stamp, etc.
WWW: http://www.mingyi.org/other/tablesort.html
Approved by: krion (mentor)
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index bd38b588b9a4..d2d2368a1f9f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1017,6 +1017,7 @@ SUBDIR += xpi-searchstatus SUBDIR += xpi-server_switcher SUBDIR += xpi-stumbleupon + SUBDIR += xpi-tablesort SUBDIR += xpi-tabmixplus SUBDIR += xpi-togglewordwrap SUBDIR += xpi-unplug |