mirror of
https://code.rocketnine.space/tslocum/tinyib.git
synced 2025-01-18 00:38:19 +01:00
Updated README - added features list and described database capabilities in more depth
This commit is contained in:
parent
671bfe68a5
commit
abac35b01f
23
README.md
23
README.md
@ -1,16 +1,21 @@
|
||||
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:
|
||||
|
||||
* MySQL
|
||||
* SQLite
|
||||
* Flat file (Database entries are stored in text files)
|
||||
|
||||
Example installations available [here](https://github.com/tslocum/TinyIB/wiki)
|
||||
**Database not required.** Store posts as text files for a portable set-up capable of running on virtually any PHP host.
|
||||
|
||||
**Got database?** Use [MySQL](http://mysql.com) or [SQLite](http://sqlite.org) for an efficient set-up able to handle high amounts of traffic.
|
||||
Features
|
||||
------------
|
||||
- Reference links >>###
|
||||
- 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
|
||||
------------
|
||||
|
||||
@ -43,7 +48,7 @@ Contact tslocum@gmail.com
|
||||
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
|
||||
3. Commit code changes to your forked repository
|
||||
4. Submit a pull request describing your modifications
|
||||
|
Loading…
x
Reference in New Issue
Block a user