forked from GithubBackups/tinyib
Updated README - added features list and described database capabilities in more depth
This commit is contained in:
parent
671bfe68a5
commit
abac35b01f
21
README.md
21
README.md
@ -1,15 +1,20 @@
|
|||||||
TinyIB
|
TinyIB
|
||||||
====
|
====
|
||||||
|
|
||||||
PHP image board
|
Lightweight [image board](http://en.wikipedia.org/wiki/Imageboard) script. See [example installations](https://github.com/tslocum/TinyIB/wiki) for a demo.
|
||||||
|
|
||||||
Databases supported:
|
**Database not required.** Store posts as text files for a portable set-up capable of running on virtually any PHP host.
|
||||||
|
|
||||||
* MySQL
|
**Got database?** Use [MySQL](http://mysql.com) or [SQLite](http://sqlite.org) for an efficient set-up able to handle high amounts of traffic.
|
||||||
* SQLite
|
Features
|
||||||
* Flat file (Database entries are stored in text files)
|
------------
|
||||||
|
- Reference links >>###
|
||||||
Example installations available [here](https://github.com/tslocum/TinyIB/wiki)
|
- Delete post via password
|
||||||
|
- Management panel
|
||||||
|
- Administrators and moderators use separate passwords
|
||||||
|
- Moderators are only able to delete posts
|
||||||
|
- Ban offensive/abusive posters across all boards
|
||||||
|
- Post using raw HTML
|
||||||
|
|
||||||
Installing
|
Installing
|
||||||
------------
|
------------
|
||||||
@ -43,7 +48,7 @@ Contact tslocum@gmail.com
|
|||||||
Contributing
|
Contributing
|
||||||
------------
|
------------
|
||||||
|
|
||||||
1. Read the [GitHub Guide on Forking](http://help.github.com/forking/)
|
1. Read the [GitHub Forking Guide](http://help.github.com/forking/)
|
||||||
2. Fork TinyIB
|
2. Fork TinyIB
|
||||||
3. Commit code changes to your forked repository
|
3. Commit code changes to your forked repository
|
||||||
4. Submit a pull request describing your modifications
|
4. Submit a pull request describing your modifications
|
||||||
|
Loading…
x
Reference in New Issue
Block a user