diff options
author | Omar Polo <op@omarpolo.com> | 2023-10-18 19:29:55 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-10-18 19:29:55 +0000 |
commit | 91b90ad4406025aeeef28c8604c544f48767611b (patch) | |
tree | 2b482ed8da960caa55696d27d644960106713b6e /site | |
parent | 4d51ac4f4ad40a3ad7d3176d397fa77defdb13c4 (diff) |
some initial touches at the site
Diffstat (limited to 'site')
-rw-r--r-- | site/index.gmi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/site/index.gmi b/site/index.gmi index 5e7a4fa..b615249 100644 --- a/site/index.gmi +++ b/site/index.gmi @@ -14,11 +14,13 @@ * event-based asynchronous I/O model * rich configuration file -gmid also bundles a small gemini client called ‘gg’ (gemini get) +gmid also bundles a small gemini client called ‘gg’ (gemini get), a stripped-down server for quick testing called ‘gemexp’ and a titan implementation. -=> gmid.1.MANEXT gmid(1) manpage +=> gmid.8.MANEXT gmid(8) manpage => gmid.conf.5.MANEXT gmid.conf(5) manpage => gg.1.MANEXT gg(1) manpage +=> gemexp.1.MANEXT gemexp(1) manpage +=> titan.1.MANEXT titan(1) manpage ## Install @@ -38,7 +40,6 @@ The dependencies are: * libevent * OpenSSL/LibreSSL -* libtls (from either LibreSSL or LibreTLS) * yacc or GNU bison Once all the dependencies are installed, building is as easy as: |