Realized that, since html_() now returns a string, it's just as easy to just pass that to fu->set_body(); no need for integration complexity. Combined import options don't save much typing, not worth the overhead either.
27 lines
617 B
Markdown
27 lines
617 B
Markdown
# FU - Framework Ultimatum
|
|
|
|
WIP.
|
|
|
|
*Contributing:* Refer to my [contribution guidelines](https://dev.yorhel.nl/contributing).
|
|
|
|
## Build & Install
|
|
|
|
```sh
|
|
perl Makefile.PL
|
|
make
|
|
make install
|
|
```
|
|
|
|
## Project ideas
|
|
|
|
Things that may or may not happen:
|
|
|
|
- FU::JSON - JSON::{XS,PP,etc}-compatible wrapper around FU::Util's JSON functions? I prolly won't need this myself, but could be handy.
|
|
- FU::DBI - DBI wrapper with a FU::Pg-like API, for easier integration into FU.
|
|
- FU::Log - Basic logger.
|
|
- FU::Validate - TUWF::Validate & normalization with some improvements.
|
|
- FU::Mailer - Simple sendmail wrapper
|
|
|
|
# License
|
|
|
|
MIT.
|