doc: update README
This commit is contained in:
parent
c263decdfe
commit
9c4973b7de
@ -6,18 +6,27 @@ As of the 3.0 release, YATWiki is now a standalone server instead of a PHP scrip
|
|||||||
|
|
||||||
=FEATURES=
|
=FEATURES=
|
||||||
|
|
||||||
- SQLite database
|
- Standalone server, easy to run
|
||||||
|
- Built-in SQLite database
|
||||||
- BBcode
|
- BBcode
|
||||||
- Diff page revisions
|
- Diff page revisions
|
||||||
- RSS changelog
|
- RSS changelog
|
||||||
- IP-based ban system
|
- IP-based ban system
|
||||||
- Article index, random article, download database backup
|
- Article index, random article, download database backup
|
||||||
|
- Source code highlighting (thanks [url=https://github.com/isagalaev/highlight.js]highlight.js[/url])
|
||||||
|
|
||||||
Written in Golang, PHP
|
Written in Golang, PHP
|
||||||
|
|
||||||
=SEE ALSO=
|
=USAGE=
|
||||||
|
|
||||||
- `highlight.js`: https://github.com/isagalaev/highlight.js
|
You can start YATWiki by running the binary. A default configuration file and database will be automatically generated if they are not found.
|
||||||
|
|
||||||
|
`Usage of ./yatwiki-server:
|
||||||
|
-config string
|
||||||
|
Configuration file (default "config.json")
|
||||||
|
-listen string
|
||||||
|
Bind address (default "127.0.0.1:80")
|
||||||
|
`
|
||||||
|
|
||||||
=CHANGELOG=
|
=CHANGELOG=
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user