added travis; moved rockspecs; tests and docs modified

This commit is contained in:
Vadim A. Misbakh-Soloviov
2017-04-09 13:15:06 +07:00
parent 06da2e960e
commit a04ab7d9cd
11 changed files with 252 additions and 6 deletions

View File

@@ -3,12 +3,12 @@
<head>
<title>Htmlparser LuaRock Readme</title>
<meta charset="UTF-8">
<meta http-equiv="Refresh" content="3; url=http://wscherphof.github.io/lua-htmlparser/" />
<meta http-equiv="Refresh" content="3; url=http://msva.github.io/lua-htmlparser/" />
</head>
<body>
<p>You are being redirected to the homepage of the
<a href="http://wscherphof.github.io/lua-htmlparser/">Htmlparser LuaRock</a>.
<a href="http://msva.github.io/lua-htmlparser/">Htmlparser LuaRock</a>.
</p>
<p>If you are not redirected after a few seconds, please click on the link above!</p>
</body>
</html>
</html>

View File

@@ -62,4 +62,4 @@
</section>
</section>
</body>
</html>
</html>

View File

@@ -1,4 +1,4 @@
require("luarocks.loader")
--require("luarocks.loader")
-- Omit next line in actual module clients; it's only to support development of the module itself
package.path = "../src/?.lua;" .. package.path
local htmlparser = require("htmlparser")