include zimit with meowboard.
This commit is contained in:
parent
5aed344ec6
commit
e03dcecc5d
4 changed files with 7 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1 @@
|
||||||
css/
|
|
||||||
meowboard.db
|
meowboard.db
|
||||||
|
|
|
@ -3,4 +3,6 @@
|
||||||
Simple multi-user portfolio image board script in PHP.
|
Simple multi-user portfolio image board script in PHP.
|
||||||
|
|
||||||
## Setup considerations
|
## 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
3
css/custom.css
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
right {
|
||||||
|
text-align: right;
|
||||||
|
}
|
1
css/zimit.min.css
vendored
Normal file
1
css/zimit.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue