Simple multi-user portfolio image board script in PHP.
Find a file
2024-10-22 13:40:57 +01:00
css adjust CSS for tags again. 2024-08-01 13:03:36 +01:00
include update VanillaUUID 2024-08-01 17:00:18 +01:00
.gitignore include zimit with meowboard. 2024-07-28 00:43:44 +01:00
delete.php Add delete page for admins 2024-10-22 13:40:57 +01:00
image.php Add delete page for admins 2024-10-22 13:40:57 +01:00
index.php finalise image page and make images clickable. 2024-08-01 14:39:16 +01:00
install.php Update database structure to use UUIDs. 2024-08-01 12:48:29 +01:00
LICENCE Relicence to EUPL, ready for renewed development 2024-07-28 00:16:42 +01:00
login.php Add the ability to upload images. 2024-07-28 19:28:08 +01:00
logout.php Add a lot of work 2023-10-06 14:48:06 +01:00
README.md proofread and correct README 2024-08-01 11:32:17 +01:00
upload.php Update database structure to use UUIDs. 2024-08-01 12:48:29 +01:00

meowboard

Simple multi-user portfolio image board script in PHP.

Setup considerations

If you're going to use meowboard, you probably will want to either make your own user interface (at present, you will have to modify include/templates.php to do this) or use the included UI. The included UI uses the Zimit framework by Jorge Garrido Oval, licenced under MIT license.

At present, meowboard requires the sqlite3 extension and is developed with PHP 8. There is no recommended minimum however PHP 8 is the recommended major version to use.