-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
867301a
commit f4c7a96
Showing
2 changed files
with
41 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters