Compare commits
28 Commits
dev/papers
...
dev/badges
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8919ff6f71 | ||
|
|
23d71b2bbe | ||
|
|
52941de7d4 | ||
|
|
64f9edc03a | ||
|
|
5851fb4645 | ||
|
|
d22020cf6c | ||
|
|
62dbcf0eb0 | ||
|
|
1eb0060c3e | ||
|
|
5891b2022c | ||
|
|
b7d1b30fee | ||
|
|
8653e427f3 | ||
|
|
b7d1622839 | ||
|
|
48037b0acb | ||
|
|
c070fb6b19 | ||
|
|
c6db3be1b8 | ||
|
|
4e00a13712 | ||
|
|
c9d65dc8cc | ||
|
|
0d968bd52a | ||
|
|
95a438c807 | ||
|
|
4c40ac048d | ||
|
|
23a1dbca4b | ||
|
|
d5b565fb2e | ||
|
|
4a828a16e4 | ||
|
|
279f1d4a15 | ||
|
|
1e82d72cf9 | ||
|
|
c4a1a45d95 | ||
|
|
6acb12e8dd | ||
|
|
c4825da961 |
1
awesome/priv/badges/contributors.xml
Normal file
1
awesome/priv/badges/contributors.xml
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100" height="20" role="img" aria-label="contributors: {{contributors}}"><title>contributors: {{contributors}}</title><g shape-rendering="crispEdges"><rect width="77" height="20" fill="#555"/><rect x="77" width="23" height="20" fill="{{color}}"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text x="395" y="140" transform="scale(.1)" fill="#fff" textLength="670">contributors</text><text x="875" y="140" transform="scale(.1)" fill="#fff" textLength="130">{{contributors}}</text></g></svg>
|
||||
|
After Width: | Height: | Size: 678 B |
1
awesome/priv/badges/issues.xml
Normal file
1
awesome/priv/badges/issues.xml
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="98" height="20" role="img" aria-label="issues: {{issues}} open"><title>issues: {{issues}} open</title><g shape-rendering="crispEdges"><rect width="43" height="20" fill="#555"/><rect x="43" width="55" height="20" fill="{{color}}"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text x="225" y="140" transform="scale(.1)" fill="#fff" textLength="330">issues</text><text x="695" y="140" transform="scale(.1)" fill="#fff" textLength="450">{{issues}} open</text></g></svg>
|
||||
|
After Width: | Height: | Size: 656 B |
1
awesome/priv/badges/last_commit.xml
Normal file
1
awesome/priv/badges/last_commit.xml
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="158" height="20" role="img" aria-label="last commit: {{month}} {{year}}"><title>last commit: {{month}} {{year}}</title><g shape-rendering="crispEdges"><rect width="75" height="20" fill="#555"/><rect x="75" width="83" height="20" fill="{{color}}"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text x="385" y="140" transform="scale(.1)" fill="#fff" textLength="650">last commit</text><text x="1155" y="140" transform="scale(.1)" fill="#fff" textLength="730">{{month}} {{year}}</text></g></svg>
|
||||
|
After Width: | Height: | Size: 682 B |
1
awesome/priv/badges/license.xml
Normal file
1
awesome/priv/badges/license.xml
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="76" height="20" role="img" aria-label="license: {{license}}"><title>license: ISC</title><g shape-rendering="crispEdges"><rect width="47" height="20" fill="#555"/><rect x="47" width="29" height="20" fill="#97ca00"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text x="245" y="140" transform="scale(.1)" fill="#fff" textLength="370">license</text><text x="605" y="140" transform="scale(.1)" fill="#fff" textLength="190">ISC</text></g></svg>
|
||||
|
After Width: | Height: | Size: 629 B |
1
awesome/priv/badges/static.xml
Normal file
1
awesome/priv/badges/static.xml
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="110" height="20" role="img" aria-label="{{label}}: {{message}}"><title>{{label}}: {{message}}</title><g shape-rendering="crispEdges"><rect width="65" height="20" fill="#555"/><rect x="65" width="45" height="20" fill="{{color}}"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text x="335" y="140" transform="scale(.1)" fill="#fff" textLength="550">{{label}}</text><text x="865" y="140" transform="scale(.1)" fill="#fff" textLength="350">{{message}}</text></g></svg>
|
||||
|
After Width: | Height: | Size: 654 B |
@@ -1,5 +1,5 @@
|
||||
{erl_opts, [debug_info]}.
|
||||
{deps, [thoas]}.
|
||||
{deps, [thoas, bbmustache]}.
|
||||
|
||||
{shell, [
|
||||
% {config, "config/sys.config"},
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
{"1.2.0",
|
||||
[{<<"thoas">>,{pkg,<<"thoas">>,<<"1.0.0">>},0}]}.
|
||||
[{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.12.2">>},0},
|
||||
{<<"thoas">>,{pkg,<<"thoas">>,<<"1.0.0">>},0}]}.
|
||||
[
|
||||
{pkg_hash,[
|
||||
{<<"bbmustache">>, <<"0CABDCE0DB9FE6D3318131174B9F2B351328A4C0AFBEB3E6E99BB0E02E9B621D">>},
|
||||
{<<"thoas">>, <<"567C03902920827A18A89F05B79A37B5BF93553154B883E0131801600CF02CE0">>}]},
|
||||
{pkg_hash_ext,[
|
||||
{<<"bbmustache">>, <<"688B33A4D5CC2D51F575ADF0B3683FC40A38314A2F150906EDCFC77F5B577B3B">>},
|
||||
{<<"thoas">>, <<"FC763185B932ECB32A554FB735EE03C3B6B1B31366077A2427D2A97F3BD26735">>}]}
|
||||
].
|
||||
|
||||
3
awesome/src/awesome_badge.erl
Normal file
3
awesome/src/awesome_badge.erl
Normal file
@@ -0,0 +1,3 @@
|
||||
-module(awesome_badge).
|
||||
-compile(export_all).
|
||||
|
||||
30
awesome/src/awesome_template.erl
Normal file
30
awesome/src/awesome_template.erl
Normal file
@@ -0,0 +1,30 @@
|
||||
%%%===================================================================
|
||||
%%%
|
||||
%%%===================================================================
|
||||
-module(awesome_template).
|
||||
-compile(export_all).
|
||||
|
||||
|
||||
link(Params) -> "<a href=\"~s\">~s</a>".
|
||||
|
||||
item(Params) ->
|
||||
" - <details><summary><b></b>: A hunky Erlang worker pool factory.</summary>".
|
||||
%% 
|
||||
%% 
|
||||
%% 
|
||||
%% 
|
||||
%% 
|
||||
%% 
|
||||
%% 
|
||||
%%  <br/>
|
||||
%% 
|
||||
%% 
|
||||
%% 
|
||||
%% 
|
||||
%% 
|
||||
%%  <br/>
|
||||
%% 
|
||||
%% 
|
||||
%% </details>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user