Skip to content

Commit

Permalink
Update Info
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoDanin committed Mar 11, 2016
1 parent 867301a commit f4c7a96
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 18 deletions.
57 changes: 40 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,56 @@
## htmlEntities for lua
**Module for lua, decoding htmlEntities.**

Module for decoding of text using entities html,

or encode of text to entities html.


##Requires
Written for Lua 5.2 but will probably run on 5.3 or 5.1. </br>
Written for Lua 5.2 but will probably run on 5.3 or 5.1.


##Setup
Use the terminal `wget https://github.com/TiagoDanin/htmlEntities-for-lua/releases/download/0.3/htmlEntities-for-lua.0.3.zip && unzip htmlEntities-for-lua.0.3.zip && make install` </br> </br>
Makefile: </br>
Install for all (lua5.x) `$ make all` </br>
Remove for all (lua5.x) `$ make unistallall` </br>
To install only for a single `$ make install5.x` </br>
The same goes for remove `$ make unistall5.x` </br>
*Only available from the releases 0.3*
Use the terminal `wget https://github.com/TiagoDanin/htmlEntities-for-lua/releases/download/0.3/htmlEntities-for-lua.0.3.zip && unzip htmlEntities-for-lua.0.3.zip && make install`


Makefile:

Install for all (lua5.x) `$ make all`

Remove for all (lua5.x) `$ make unistallall`

To install only for a single `$ make install5.x`

The same goes for remove `$ make unistall5.x`

*Only available from the releases 0.3.1*


## Releases
[htmlEntities-for-lua BETA](https://github.com/TiagoDanin/htmlEntities-for-lua/tree/master) </br>
[htmlEntities-for-lua V0.3](https://github.com/TiagoDanin/htmlEntities-for-lua/releases/tag/0.3) </br>
[htmlEntities-for-lua V0.2](https://github.com/TiagoDanin/htmlEntities-for-lua/releases/tag/0.2) </br>
[htmlEntities-for-lua V0.1](https://github.com/TiagoDanin/htmlEntities-for-lua/releases/tag/0.1) </br>
[htmlEntities-for-lua BETA](https://github.com/TiagoDanin/htmlEntities-for-lua/tree/master)

[htmlEntities-for-lua V0.3.1](https://github.com/TiagoDanin/htmlEntities-for-lua/releases/tag/0.3.1)

[htmlEntities-for-lua V0.2](https://github.com/TiagoDanin/htmlEntities-for-lua/releases/tag/0.2)

[htmlEntities-for-lua V0.1](https://github.com/TiagoDanin/htmlEntities-for-lua/releases/tag/0.1)


## Pages
Module [file](https://github.com/TiagoDanin/htmlEntities-for-lua/blob/master/src/htmlEntities.lua) </br>
Makefile [file](https://github.com/TiagoDanin/htmlEntities-for-lua/blob/master/Makefile) </br>
Example [file](https://github.com/TiagoDanin/htmlEntities-for-lua/blob/master/example/example.lua) </br>
Suggestions and Support [New Issue](https://github.com/TiagoDanin/htmlEntities-for-lua/issues/new) </br>
Module [file](https://github.com/TiagoDanin/htmlEntities-for-lua/blob/master/src/htmlEntities.lua)

Makefile [file](https://github.com/TiagoDanin/htmlEntities-for-lua/blob/master/Makefile)

Example [file](https://github.com/TiagoDanin/htmlEntities-for-lua/blob/master/example/example.lua)

Suggestions and Support [New Issue](https://github.com/TiagoDanin/htmlEntities-for-lua/issues/new)

For stable versions to access [Releases](https://github.com/TiagoDanin/htmlEntities-for-lua/releases)


##LICENSE
The MIT License [(MIT)](https://github.com/TiagoDanin/htmlEntities-for-lua/blob/master/LICENSE) </br>
The MIT License [(MIT)](https://github.com/TiagoDanin/htmlEntities-for-lua/blob/master/LICENSE)

---
>Copyright (c) 2016 Tiago Danin
2 changes: 1 addition & 1 deletion src/htmlEntities.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Copyright (c) 2016 Tiago Danin
]==]--

local htmlEntities = {
version = '0.3',
version = '0.3.1',
name = 'htmlEntities-for-lua',
author = 'Tiago Danin - 2016',
license = 'The MIT License (MIT)',
Expand Down

0 comments on commit f4c7a96

Please sign in to comment.