diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 208d37e..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -tokiko diff --git a/LICENSE b/LICENSE index a5e6075..f7e2db5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ Copyright 2021 Shokara Kou -Copyright 2022 Aoi Koizumi +Copyright 2022, 2023 Izuru Yakumo Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice diff --git a/README b/README.md similarity index 60% rename from README rename to README.md index 4320fc1..4e9aeb8 100644 --- a/README +++ b/README.md @@ -1,20 +1,12 @@ -Tokiko -====== +# Tokiko A simple gopher daemon written in Golang. -Forked from shokara/thomomys +Forked from [shokara/thomomys](https://gt.kalli.st/shokara/thomomys) -Config ------- +## Configuration addr = IP address for Tokiko to listen on (Default: 127.0.0.1) port = Port for Tokiko to listen on (Default: 70) hostname = Default hostname that gets printed for links (Default: localhost) rootdir = Root directory that gets served (Default: /var/gopher) - -Why? ----- -Yes. - -Credits -------- -I blatantly copied the parseconfig code from https://git.z3bra.org/partage +## Credits +I blatantly copied the `parseconfig()` code from [partage](http://z3bra.org/partage/)