Hi,
I am trying the html subcommand from the latest development version (3.9.11), with the sample file from your blog post:
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link href="styles.css" rel="stylesheet">
</head>
<body>
<h1>Header 1</h1>
<p>Text im Absatz</p>
</body>
</html>
It fails with the following error message:
/home/mint/prg/speedata-publisher/sw/lua/publisher/html.lua:12: module 'Box' not found
I've found that there is a box.lua module in sw/lua directory, so I guess it is a typo in html.lua and the required module should be box instead.
Hi,
I am trying the
htmlsubcommand from the latest development version (3.9.11), with the sample file from your blog post:It fails with the following error message:
I've found that there is a
box.luamodule insw/luadirectory, so I guess it is a typo inhtml.luaand the required module should beboxinstead.