https://github.com/nokonoko/pomf-board
Simple and fast message board.
https://github.com/nokonoko/pomf-board
board forum imageboard message-board pomf-board
Last synced: 5 months ago
JSON representation
Simple and fast message board.
- Host: GitHub
- URL: https://github.com/nokonoko/pomf-board
- Owner: nokonoko
- License: mit
- Created: 2020-08-08T15:51:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T05:32:36.000Z (over 4 years ago)
- Last Synced: 2025-05-07T06:04:54.432Z (5 months ago)
- Topics: board, forum, imageboard, message-board, pomf-board
- Language: PHP
- Homepage: https://board.pomf.se
- Size: 61.5 KB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pomf-Board
Simple and fast message board.It's lacking A LOT of features right now, I will work on this... one day.
# Setup
Assuming you have already set up Nginx/PHP/SQLite3 or whatever you wanna use make a DB using 'make_schema.sql' and then edit the settings in 'includes/php/settings.php'. Easy peasy lemon squeezie!If you want to delete posts older than 10 days from the DB setup to run this in ur crontab or w/e:
```bash
sqlite3 /path/to/db.sq3 "DELETE FROM posts WHERE time <= strftime('%s', datetime('now', '-10 day'));"
```# Contact
neku@pomf.se or https://twitter.com/nekunekus# To-Do
Don't be shy, open a issue or pull request.* ~~Add chars remaining shown for message~~
* Option for DB pruning after X amount of posts
* ~~Option for how many posts should be shown and/or pagination~~
* Posting/fetching using JS?
* Mod functions
* Image support
* Thread support and option for it, default should be no threads
* Quote someone else function, JS?
* Better style, looks horrible right now.
* Much more!