| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Readme.txt | 2015-09-16 | 1.1 kB | |
| A Wee Tiny Blog 0.8 - Beta.zip | 2015-09-16 | 34.1 kB | |
| A Wee Tiny Blog 0.2.1-alpha.zip | 2013-08-17 | 8.4 kB | |
| A Wee Tiny Blog 0.2.0-alpha.zip | 2012-07-23 | 8.2 kB | |
| A Wee Tiny Blog 0.1.1-alpha.zip | 2012-05-28 | 16.3 kB | |
| A Wee Tiny Blog 0.1.0-alpha.zip | 2012-04-02 | 16.2 kB | |
| Totals: 6 Items | 84.3 kB | 1 |
================================
INTRODUCTION
================================
A Wee Tiny Blog is a small, compact PHP class that allows you
to easily add a simple blog to any website, provided your
server has MySQL and PHP 5+ installed on it.
Documentation, such as the function reference and installation
instructions are available online at http://aweetinyblog.sourceforge.net .
Examples are included, and they provide an explanation of
how to do almost everything you'd want a blog to do.
==============================
VERSION HISTORY
==============================
0.8 - Beta
Class rewritten to remove redundant code
Additional constants added to refine error reporting
AssumeConnected removed; Replaced with UseConnection
SaveEntry removed; Replaced with CreateEntry and UpdateEntry
Support for MySQL extension removed in favor of MySQL Improved extension
Many functions hardened against accidental coding errors
New functions added to increase developer's control over $AWeeTinyBlog
Documentation revised and updated