We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe694db commit 7847d36Copy full SHA for 7847d36
gen-changes
@@ -4,6 +4,7 @@ perl twiki2pod.pl a.twiki \
4
| pod2text -u -i 1 -w 69 - \
5
| perl -e '$s = do { local $/; <> }; $s =~ s/(<http[^>]+)\n\s+([^>]+?>)/$1$2/g; $s =~ s/[ \/]~([A-Z][_0-9A-Za-z]+)\b/ $1/g; print $s' \
6
| sed 's/\<LuaNginxModule\>/the ngx_lua module/' \
7
+ | sed 's/\<NginxDevelKit\>/the ngx_devel_kit (NDK) module/' \
8
| sed 's/\<SrcacheNginxModule\>/the ngx_srcache module/' \
9
| sed 's/\<LuaRestyCoreLibrary\>/the lua-resty-core library/' \
10
| sed 's/\<LuaCjsonLibrary\>/the lua-cjson library/' \
0 commit comments