Docs, compatibility fixes again, 0.1 release
This commit is contained in:
parent
69262992ca
commit
7b0ba45346
15 changed files with 121 additions and 15 deletions
10
README.md
10
README.md
|
|
@ -1,9 +1,14 @@
|
|||
# FU - Framework Ultimatum
|
||||
# FU - Framework Ultimatum: A Lean and Efficient Zero-Dependency Web Framework
|
||||
|
||||
WIP.
|
||||
FU is a web development framework for Perl and a collection of handy utility
|
||||
modules.
|
||||
|
||||
*Contributing:* Refer to my [contribution guidelines](https://dev.yorhel.nl/contributing).
|
||||
|
||||
## Project Status
|
||||
|
||||
**EXPERIMENTAL**; expect breaking changes.
|
||||
|
||||
## Build & Install
|
||||
|
||||
```sh
|
||||
|
|
@ -18,7 +23,6 @@ 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::Validate - TUWF::Validate & normalization with some improvements.
|
||||
- FU::Mailer - Simple sendmail wrapper
|
||||
|
||||
# License
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue