X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=blobdiff_plain;f=README;h=7e3f6a109ad18fa69e1425ed4ae38605cb1855bf;hp=f5016980965b94e695474cffbb470eef8acd29de;hb=HEAD;hpb=f65ae93001ecad33b7c1518df56a47061bd63c60 diff --git a/README b/README index f501698..7e3f6a1 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ -WFPL (Well Factored PHP Library) +wfpl (Well Factored PHP Library) wfpl is a collection of php functions that make it easy to create websites, including things that are tricky to do from scratch like editing databases. It includes: -* A templating system (so all your data/markup can be in the .html file) +* A templating system (so all your data/markup can be in html files) * An easy and secure database API @@ -13,10 +13,10 @@ It includes: data. * metaform (early development) a page to auto-generate code for forms (html - template, php code, SQL code and even an e-mail template.) + template, PHP code, SQL code and even an e-mail template.) * Easy soft redirects (meaning that in your php code, you can easily specify that you'd like a different php file to handle this request.) -wfpl is released under the Gnu GPL v3 or greater. +wfpl is public domain / CC0. See COPYING.txt for details