freetable 2.3-4 source package in Ubuntu

Changelog

freetable (2.3-4) unstable; urgency=low

  * Remove me from Maintainers. 

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  02 May 2008 02:01:46 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Intrepid
Original maintainer:
Felipe Augusto van de Wiel (faw)
Architectures:
all
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe web

Builds

Intrepid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
freetable_2.3.orig.tar.gz 20.3 KiB b36ec6fd2cc625c4486b25bd4a5e02495895eb5acd9d42c59ce6893b0f791d83
freetable_2.3-4.diff.gz 6.2 KiB c7eb74c36dc36a42afd617a972c495cfa9b0eb56455122b8cbe994847ea1de79
freetable_2.3-4.dsc 600 bytes 4d501c9f85698546c319148bf1ce7333d337847555a6df5d6b3d6e9812bde939

View changes file

Binary packages built by this source

freetable: Facilitates production of HTML tables

 Freetable is a perl script that aims to make the production of HTML
 tables a little easier. This script works as a filter, reading stdin
 and writing to stdout.
 .
 The input syntax is as roughly follows:
 .
       <wwwtable table-options...>
         initial text (e.g. <caption> ... </caption>).
         (X, Y) options for cell (X, Y)
         text for cell (X,Y)...
         ((X,Y)) options for header cell X,Y
         text for header cell (X,Y)...
       </wwwtable>
 .
 Rows and cells may be specified in any order, numbering starts at 1.
 X and/or Y may be replaced by regular expression, explicit range
 or even arbitrary Perl code to indicate rows or columns.
 Options or text (or both) may be omitted for cells. Cells
 may be omitted completely if they are empty or fall under the
 rowspan/colspan specifications of another cell. Cells may contain
 arbitrary HTML text, including other freetable tables.