diff --git a/README.md b/README.md new file mode 100644 index 0000000..de56137 --- /dev/null +++ b/README.md @@ -0,0 +1,38 @@ +# tinyib-mappy + +![](https://img.shields.io/badge/written%20in-PHP-blue) + +A more respectable take on the common imageboard. + +Tinyib-mappy is a simple imageboard in PHP, supporting most of the basic features one would expect. It deviates slightly from the standard Futaba mannerisms: deleting one's own posts is handled by IP+timeout rather than a password, Noko is by default, and Sage is by checkbox. + +This project is based on changes to the GPLv3 TinyIB (forked from the 1.2 release), from which it inherits the name and license. I have been slowly removing, rearranging and adding things to suit my needs while still keeping the board simple and lightweight. + +This project also includes a script to import posts from magmagateau's now-defunct Fuukaba Basic imageboard, and a script to update posts from older versions of TinyIB. + +Features: +- Captcha +- RSS +- Locking threads +- New, unobstrusive, professional style +- All DB queries precompiled against SQL injection +- Tidier file structure +- More configurable options + +Usage: +- Needs php5-pdo-sqlite. Recommend PHP 5 and no magic_quotes or other weird ini settings. + +This project is based on TinyIB and hence retains the GPLv3 license. + +Original project page: https://code.google.com/p/tinyib-mappy/ + + +## Download + +- [⬇️ tinyib-mappy-boardupdate-r1.7z](dist-archive/tinyib-mappy-boardupdate-r1.7z) *(568B)* +- [⬇️ tinyib-mappy-boardcnv-r1.rar](dist-archive/tinyib-mappy-boardcnv-r1.rar) *(3.75 KiB)* +- [⬇️ tinyib-mappy-20120311.7z](dist-archive/tinyib-mappy-20120311.7z) *(13.87 KiB)* +- [⬇️ tinyib-mappy-20111027.7z](dist-archive/tinyib-mappy-20111027.7z) *(13.86 KiB)* +- [⬇️ tinyib-mappy-20111020.7z](dist-archive/tinyib-mappy-20111020.7z) *(13.88 KiB)* +- [⬇️ tinyib-mappy-20110610.7z](dist-archive/tinyib-mappy-20110610.7z) *(13.65 KiB)* +- [⬇️ tinyib-mappy-20110507.rar](dist-archive/tinyib-mappy-20110507.rar) *(11.99 KiB)* diff --git a/dist-archive/tinyib-mappy-20110507.rar b/dist-archive/tinyib-mappy-20110507.rar new file mode 100644 index 0000000..0a33fd8 Binary files /dev/null and b/dist-archive/tinyib-mappy-20110507.rar differ diff --git a/dist-archive/tinyib-mappy-20110610.7z b/dist-archive/tinyib-mappy-20110610.7z new file mode 100644 index 0000000..b8eae4b Binary files /dev/null and b/dist-archive/tinyib-mappy-20110610.7z differ diff --git a/dist-archive/tinyib-mappy-20111020.7z b/dist-archive/tinyib-mappy-20111020.7z new file mode 100644 index 0000000..d46ef6e Binary files /dev/null and b/dist-archive/tinyib-mappy-20111020.7z differ diff --git a/dist-archive/tinyib-mappy-20111027.7z b/dist-archive/tinyib-mappy-20111027.7z new file mode 100644 index 0000000..e2e4cc2 Binary files /dev/null and b/dist-archive/tinyib-mappy-20111027.7z differ diff --git a/dist-archive/tinyib-mappy-20120311.7z b/dist-archive/tinyib-mappy-20120311.7z new file mode 100644 index 0000000..4836f21 Binary files /dev/null and b/dist-archive/tinyib-mappy-20120311.7z differ diff --git a/dist-archive/tinyib-mappy-boardcnv-r1.rar b/dist-archive/tinyib-mappy-boardcnv-r1.rar new file mode 100644 index 0000000..77ef5a3 Binary files /dev/null and b/dist-archive/tinyib-mappy-boardcnv-r1.rar differ diff --git a/dist-archive/tinyib-mappy-boardupdate-r1.7z b/dist-archive/tinyib-mappy-boardupdate-r1.7z new file mode 100644 index 0000000..b5fed02 Binary files /dev/null and b/dist-archive/tinyib-mappy-boardupdate-r1.7z differ diff --git a/doc/TdICT.png b/doc/TdICT.png new file mode 100644 index 0000000..8bcdbcb Binary files /dev/null and b/doc/TdICT.png differ diff --git a/doc/ZbryN.jpg b/doc/ZbryN.jpg new file mode 100644 index 0000000..8327b2d Binary files /dev/null and b/doc/ZbryN.jpg differ diff --git a/doc/x2FfQ.jpg b/doc/x2FfQ.jpg new file mode 100644 index 0000000..81b687a Binary files /dev/null and b/doc/x2FfQ.jpg differ