mirror of
https://github.com/TangentFoxy/lua-htmlparser.git
synced 2025-07-28 02:52:19 +00:00
added travis; moved rockspecs; tests and docs modified
This commit is contained in:
@@ -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>
|
||||
|
@@ -62,4 +62,4 @@
|
||||
</section>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@@ -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")
|
||||
|
Reference in New Issue
Block a user