commit fd722ce80112bf3b743c3766e8ea5aa49abc9a70
parent 27c8b928908f7065d13c420cd87f8a3b76cf4848
Author: Joris Vink <joris@coders.se>
Date: Thu, 5 Jul 2018 07:44:52 +0200
improvements
Diffstat:
2 files changed, 18 insertions(+), 14 deletions(-)
diff --git a/README.md b/README.md
@@ -10,20 +10,20 @@ The documentation is correct for the latest 3.0.0 release but may not be correct
# Features
-* Supports SNI
-* Supports HTTP/1.1
-* Websocket support
-* Privseps by default
-* TLS enabled by default
-* Optional background tasks
-* Built-in parameter validation
-* Optional asynchronous PostgreSQL support
-* Optional support for page handlers in Python
-* Private keys isolated in separate process \(RSA and ECDSA\)
-* Default sane TLS ciphersuites \(PFS in all major browsers\)
-* Modules can be reloaded on-the-fly, even while serving content
-* Event driven \(epoll/kqueue\) architecture with per CPU worker processes
-* Build your web application as a precompiled dynamic library or single binary
+* Supports SNI.
+* Supports HTTP/1.1.
+* Websocket support.
+* TLS enabled by default.
+* Optional background tasks.
+* Built-in parameter validation.
+* Fully privilege separated by default.
+* Optional asynchronous PostgreSQL support.
+* Optional support for page handlers in Python.
+* Private keys isolated in separate process \(RSA and ECDSA\).
+* Default sane TLS ciphersuites \(PFS in all major browsers\).
+* Modules can be reloaded on-the-fly, even while serving content.
+* Event driven \(epoll/kqueue\) architecture with per CPU worker processes.
+* Build your web application as a precompiled dynamic library or single binary.
# Architecture overview
diff --git a/book.json b/book.json
@@ -1,4 +1,8 @@
{
+ "plugins": [
+ "highlight"
+ ],
+
"pluginsConfig": {
"fontsettings": {
"theme": "white"