mirror of
https://github.com/msva/lua-htmlparser.git
synced 2024-11-04 23:34:20 +00:00
commit
82a3f8a873
@ -8,6 +8,12 @@ Parse HTML text into a tree of elements with selectors
|
|||||||
##License
|
##License
|
||||||
MIT; see `./doc/LICENSE`
|
MIT; see `./doc/LICENSE`
|
||||||
|
|
||||||
|
##Install
|
||||||
|
Htmlparser is a listed [LuaRock](http://luarocks.org/repositories/rocks/). Install using [LuaRocks](http://www.luarocks.org/): `luarocks install htmlparser`
|
||||||
|
|
||||||
|
###Dependencies
|
||||||
|
Htmlparser depends on [Lua 5.2](http://www.lua.org/download.html), and on the ["set"][1] LuaRock, which is installed along automatically
|
||||||
|
|
||||||
##Usage
|
##Usage
|
||||||
Start off with
|
Start off with
|
||||||
```lua
|
```lua
|
||||||
|
Loading…
Reference in New Issue
Block a user