Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lua-resty-qrencode
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiming
lua-resty-qrencode
Commits
224860e0
Commit
224860e0
authored
Mar 22, 2017
by
orangle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some changes for openresty
parent
fc890e0c
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
38 deletions
+10
-38
ChangeLog
+5
-0
LICENSE
+1
-0
README.md
+4
-10
qrencode-1.0.2-1.rockspec
+0
-28
No files found.
ChangeLog
View file @
224860e0
2017-03-22 orangleliu <orangleliu@gmai.com>
* remove luarocks reckspec
* add a new makefile
* add a new readme
2014-11-03 vinoca <vinoca@vinoca.org>
2014-11-03 vinoca <vinoca@vinoca.org>
* qrencode.c:
* qrencode.c:
* fixed a bug when initialize value.
* fixed a bug when initialize value.
...
...
LICENSE
View file @
224860e0
...
@@ -8,6 +8,7 @@ and commercial purposes at absolutely no cost.
...
@@ -8,6 +8,7 @@ and commercial purposes at absolutely no cost.
===============================================================================
===============================================================================
Copyright (C) 2014-2015 www.vinoca.org, vinoca.
Copyright (C) 2014-2015 www.vinoca.org, vinoca.
Copyright (C) 2017 orangleliu.info, orangleliu.
Permission is hereby granted, free of charge, to any person obtaining a copy
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
of this software and associated documentation files (the "Software"), to deal
...
...
README.md
View file @
224860e0
# qrencode: qrencode is a wrapper of libqrencode with libpng for lua.
qrencode
==========
## qrencode is a wrapper of libqrencode with libpng for OpenResty(nginx_lua).
qrencode is a wrapper of
[
libqrencode
](
http://fukuchi.org/works/qrencode/
)
with libpng for lua.
qrencode is a wrapper of
[
libqrencode
](
http://fukuchi.org/works/qrencode/
)
with libpng for lua.
...
@@ -38,17 +41,8 @@ print(qr {
...
@@ -38,17 +41,8 @@ print(qr {
background
=
"3FAF6F"
background
=
"3FAF6F"
}
}
)
)
```
```
when pass a table, "text" is required and other is optional.
when pass a table, "text" is required and other is optional.
## Author
vinoca
<http://www.vinoca.org/>
## Copyright and license
Code and documentation copyright 2014-2015 vinoca. Code released under the MIT license.
Docs released under Creative commons.
qrencode-1.0.2-1.rockspec
deleted
100644 → 0
View file @
fc890e0c
package
=
"qrencode"
version
=
"1.0.2-1"
source
=
{
url
=
"qr.tar.gz"
,
file
=
"qr.tar.gz"
}
description
=
{
summary
=
"qrencode is a wrapper of libqrencode with libpng for lua"
,
detailed
=
[[
qrencode
is
a
wrapper
of
libqrencode
with
libpng
for
lua
.
]],
license
=
"MIT/X11"
,
homepage
=
"http://fukuchi.org/works/qrencode/"
}
dependencies
=
{
"lua >= 5.1"
}
build
=
{
type
=
"builtin"
,
modules
=
{
qrencode
=
{
sources
=
{
"qrencode.c"
},
libraries
=
{
"png"
,
"qrencode"
},
libdirs
=
{
"/usr/local/lib"
}
}
},
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment