mirror of
https://github.com/msva/lua-htmlparser.git
synced 2024-11-27 12:44:22 +00:00
commit
958b3a906b
@ -12,7 +12,7 @@ MIT; see `./doc/LICENSE`
|
|||||||
Htmlparser is a listed [LuaRock](http://luarocks.org/repositories/rocks/). Install using [LuaRocks](http://www.luarocks.org/): `luarocks install htmlparser`
|
Htmlparser is a listed [LuaRock](http://luarocks.org/repositories/rocks/). Install using [LuaRocks](http://www.luarocks.org/): `luarocks install htmlparser`
|
||||||
|
|
||||||
###Dependencies
|
###Dependencies
|
||||||
Htmlparser depends on [Lua 5.2](http://www.lua.org/download.html), and on the ["set"][1] LuaRock, which is installed along automatically
|
Htmlparser depends on [Lua 5.2](http://www.lua.org/download.html), and on the ["set"][1] LuaRock, which is installed along automatically. To be able to run the tests, [lunitx](https://github.com/dcurrie/lunit) also comes along as a LuaRock
|
||||||
|
|
||||||
##Usage
|
##Usage
|
||||||
Start off with
|
Start off with
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
package = "htmlparser"
|
package = "htmlparser"
|
||||||
version = "0.2-1"
|
version = "0.1.1-1"
|
||||||
source = {
|
source = {
|
||||||
url = "git://github.com/wscherphof/lua-htmlparser.git",
|
url = "git://github.com/wscherphof/lua-htmlparser.git",
|
||||||
branch = "v0.2"
|
branch = "v0.1.1"
|
||||||
}
|
}
|
||||||
description = {
|
description = {
|
||||||
summary = "Parse HTML text into a tree of elements with selectors",
|
summary = "Parse HTML text into a tree of elements with selectors",
|
Loading…
Reference in New Issue
Block a user