mirror of
https://github.com/TangentFoxy/lua-htmlparser.git
synced 2025-07-28 02:52:19 +00:00
github.io
This commit is contained in:
@@ -3,11 +3,11 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Htmlparser LuaRock Readme</title>
|
<title>Htmlparser LuaRock Readme</title>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="Refresh" content="3; url=http://wscherphof.github.com/lua-htmlparser/" />
|
<meta http-equiv="Refresh" content="3; url=http://wscherphof.github.io/lua-htmlparser/" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p>You are being redirected to the homepage of the
|
<p>You are being redirected to the homepage of the
|
||||||
<a href="http://wscherphof.github.com/lua-htmlparser/">Htmlparser LuaRock</a>.
|
<a href="http://wscherphof.github.io/lua-htmlparser/">Htmlparser LuaRock</a>.
|
||||||
</p>
|
</p>
|
||||||
<p>If you are not redirected after a few seconds, please click on the link above!</p>
|
<p>If you are not redirected after a few seconds, please click on the link above!</p>
|
||||||
</body>
|
</body>
|
||||||
|
@@ -9,7 +9,7 @@ description = {
|
|||||||
detailed = [[
|
detailed = [[
|
||||||
Call parse() to build up a tree of element nodes. Each node in the tree, including the root node that is returned by parse(), supports a basic set of jQuery-like selectors. Or you could walk the tree by hand.
|
Call parse() to build up a tree of element nodes. Each node in the tree, including the root node that is returned by parse(), supports a basic set of jQuery-like selectors. Or you could walk the tree by hand.
|
||||||
]],
|
]],
|
||||||
homepage = "http://wscherphof.github.com/lua-htmlparser/",
|
homepage = "http://wscherphof.github.io/lua-htmlparser/",
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
}
|
}
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
Reference in New Issue
Block a user