diff --git a/wiki/gophermap b/wiki/gophermap new file mode 100644 index 0000000..e5cce48 --- /dev/null +++ b/wiki/gophermap @@ -0,0 +1,10 @@ +!tilde.club wiki + +welcome to the gopher portal of the tilde.club wiki + +it's also available on the web at https://tilde.club/wiki/ + +here are the articles: + +=./txtlist.sh + diff --git a/wiki/txtlist.sh b/wiki/txtlist.sh new file mode 100755 index 0000000..d8f2f56 --- /dev/null +++ b/wiki/txtlist.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +for txt in ./*.txt; do + printf "0%s\t%s\ttilde.club\t70\n" "$(head -n1 $txt)" "/wiki/${txt#"./"}" +done +