diff options
| author | Christine Dodrill <me@christine.website> | 2019-06-08 23:06:23 +0000 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-06-08 23:06:23 +0000 |
| commit | e289b11ce35dcfe3c1f69d2a5e28fcf8c0a9af31 (patch) | |
| tree | 7bda654b1f7c98d5bff9b9d47033cff0b4dc1d94 /cmd | |
| parent | 2c5640c7a55ffa12889490ccb5bf1da6d32041cf (diff) | |
| download | x-e289b11ce35dcfe3c1f69d2a5e28fcf8c0a9af31.tar.xz x-e289b11ce35dcfe3c1f69d2a5e28fcf8c0a9af31.zip | |
cmd/within.website: more libraries
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/within.website/main.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/within.website/main.go b/cmd/within.website/main.go index 8302c83..aa03965 100644 --- a/cmd/within.website/main.go +++ b/cmd/within.website/main.go @@ -30,6 +30,8 @@ var ( var githubReposDefault = []string{ "ln", "x", + "eclier", + "gluanetrc", "xultybau", "johaus", "confyg", @@ -111,6 +113,9 @@ const indexTemplate = `<!DOCTYPE html> <ul> <li><a href="https://within.website/confyg">confyg</a> - A generic configuration file parser based on the go modfile parser</li> <li><a href="https://within.website/derpigo">derpigo</a> - A simple wrapper to the <a href="https://derpibooru.org">Derpibooru</a> API</li> + <li><a href="https://within.website/eclier">eclier</a> - A go+lua command line application framework</li> + <li><a href="https://within.website/gluanetrc">gluanetrc</a> - A GopherLua binding for <a href="https://github.com/dickeyxxx/netrc">github.com/dickeyxxx/netrc</a>"</li> + <li><a href="https://within.website/gorqlite">gorqlite</a> - A driver for <a href="https://github.com/rqlite/rqlite">rqlite</a></li> <li><a href="https://within.website/johaus">johaus</a> - <a href="http://lojban.org">Lojban</a> parsing</li> <li><a href="https://within.website/ln">ln</a> - Key->value based logging made context-aware and simple</li> <li><a href="https://within.website/x">x</a> - Experiments, toys and tinkering (many subpackages)</li> |
