I know I can use help with
PDF::Template,
Excel::Template, and
Graph::Template.
- Graph::Template simply needs to have hooks for all the features GD::Graph allows.
- Excel::Template has two major pushes
- finishing out the formatting options
- allowing back-references that are auto-resolved in formulas.
- PDF::Template has two major pushes
- adding in iterative formatting (ala Excel::Template)
- removing the need for the most common context calls.
Plus, I'd love to remove the requirement of using PDFLib and allow you use use PDF::API2 as well.
The main sticking point in E::T and P::T is the design of the template layout. It's not that I don't know how to add the capabilities, it's that I can't figure out how to get the capabilities to be easily used by the template writer.
In addition, there are a ton of commonalities with how I've built the three distributions (PDF::Template was the base for the other two), so I'd like to pull that out into a common distribution that all three depend on. (I just had to fix the same bug in all three cause it was in some shared code, then I had to fix the bug I introduced in all three.)
Plus, the documentation and testing needs a lot of work to bring it up to some set of usefulness.
In other words, I'd love some help. And, even though the distributions were originally designed to be used with HTML::Template, they're not CGI-specific distributions.
------
We are the carpenters and bricklayers of the Information Age.
Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.