update documentation
- clarify all template options & link to previews - document new ctype extension requirement
This commit is contained in:
parent
3bc09ed561
commit
aae3ea7cbf
2 changed files with 9 additions and 5 deletions
|
@ -37,9 +37,12 @@ defaultformatter = "plaintext"
|
||||||
; size limit per paste or comment in bytes, defaults to 10 Mebibytes
|
; size limit per paste or comment in bytes, defaults to 10 Mebibytes
|
||||||
sizelimit = 10485760
|
sizelimit = 10485760
|
||||||
|
|
||||||
; template to include, default is "bootstrap" (tpl/bootstrap.php)
|
; template to include, default is "bootstrap" (tpl/bootstrap.php), also
|
||||||
; Also available is a dark version ("bootstrap-dark",) and
|
; available are "page" (tpl/page.php), the classic ZeroBin style and several
|
||||||
; a theme that resembles the classic ZeroBin style ("page".)
|
; bootstrap variants: "bootstrap-dark", "bootstrap-compact", "bootstrap-page",
|
||||||
|
; which can be combined with "-dark" and "-compact" for "bootstrap-dark-page"
|
||||||
|
; and finally "bootstrap-compact-page" - previews at:
|
||||||
|
; https://privatebin.info/screenshots.html
|
||||||
template = "bootstrap"
|
template = "bootstrap"
|
||||||
|
|
||||||
; (optional) info text to display
|
; (optional) info text to display
|
||||||
|
|
|
@ -22,6 +22,7 @@ for more information.
|
||||||
### Minimal Requirements
|
### Minimal Requirements
|
||||||
|
|
||||||
- PHP version 7.3 or above
|
- PHP version 7.3 or above
|
||||||
|
- ctype extension
|
||||||
- GD extension (when using identicon or vizhash icons, jdenticon works without it)
|
- GD extension (when using identicon or vizhash icons, jdenticon works without it)
|
||||||
- zlib extension
|
- zlib extension
|
||||||
- some disk space or a database supported by [PDO](https://php.net/manual/book.pdo.php)
|
- some disk space or a database supported by [PDO](https://php.net/manual/book.pdo.php)
|
||||||
|
|
Loading…
Reference in a new issue