Credit where it is due

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/tokiko/trunk@17 8f5ca974-a7f8-e144-9f80-d41d5039c194
This commit is contained in:
yakumo.izuru 2023-10-12 22:46:29 +00:00
parent 00b06e1c62
commit a5bccf1542
3 changed files with 6 additions and 15 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
tokiko

View File

@ -1,5 +1,5 @@
Copyright 2021 Shokara Kou
Copyright 2022 Aoi Koizumi <novaburst@kalli.st>
Copyright 2022, 2023 Izuru Yakumo <yakumo.izuru@chaotic.ninja>
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

View File

@ -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/)