Added lovebird.allowhtml section to README.md

This commit is contained in:
rxi
2014-04-11 19:01:22 +01:00
parent 4ffe4920e6
commit 494486824e

View File

@@ -47,6 +47,11 @@ buffer. By default this is `200`.
The rate in seconds which the output buffer is refreshed on lovebird's page. The rate in seconds which the output buffer is refreshed on lovebird's page.
This is `0.5` by default. This is `0.5` by default.
### lovebird.allowhtml
Whether prints should allow HTML. If this is true then any HTML which is
printed will be rendered as HTML; if it false then all HTML is rendered as
text. This is `true` by default.
### lovebird.page ### lovebird.page
The HTML page template which is used when lovebird is accessed by the browser. The HTML page template which is used when lovebird is accessed by the browser.
The default is too long to list here, see [lovebird.lua](lovebird.lua). The default is too long to list here, see [lovebird.lua](lovebird.lua).