include zimit with meowboard.

This commit is contained in:
abbie 2024-07-28 00:43:44 +01:00
parent 5aed344ec6
commit e03dcecc5d
Signed by: threeoh6000
GPG key ID: 801FE4AD456E922C
4 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,2 +1 @@
css/
meowboard.db

View file

@ -3,4 +3,6 @@
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 download [Zimit framework](https://firezenk.github.io/zimit/) into `css/`. Zimit is not included with this software for licensing purposes. meowboard is developed with PHP 8.0 but might work with PHP 7.
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). The included UI uses the [Zimit framework](https://firezenk.github.io/zimit/) by Jorge Garrido Oval, licensed under MIT license.
At present, meowboard requires the `sqlite3` extension and is developed with PHP 8.

3
css/custom.css Normal file
View file

@ -0,0 +1,3 @@
right {
text-align: right;
}

1
css/zimit.min.css vendored Normal file

File diff suppressed because one or more lines are too long