Merge branch 'master' of https://github.com/kaikubasta/htwtxt into kaikubasta-master

Conflicts:
	README.md
このコミットが含まれているのは:
Christian Heller 2016-02-09 23:37:10 +01:00
コミット df861e9cfa
1個のファイルの変更8行の追加8行の削除

ファイルの表示

@ -1,12 +1,12 @@
htwtxt hosted twtxt server
htwtxt hosted twtxt server
============================
Rationale
---------
"twtxt" is a protocol and client (<https://github.com/buckket/twtxt>) for
[*twtxt*](https://github.com/buckket/twtxt) is a protocol and client for
decentralized microblogging. Users are expected to provide their feeds as plain
text files with URLs accessible over the Internet. "htwtxt" is a web server to
text files with URLs accessible over the Internet. *htwtxt* is a web server to
host and grow such text files for users without trivial access to their own web
space.
@ -14,8 +14,8 @@ Clone, build, run
-----------------
With htwtxt written in Go, the following instructions expect a Go development
environment with the go tool (<https://golang.org/cmd/go/>) installed, and the
$GOPATH set:
environment with [the go tool](https://golang.org/cmd/go/) installed, and the
`$GOPATH` set:
git clone https://github.com/plomlompom/htwtxt $GOPATH/src/htwtxt
go get htwtxt
@ -23,14 +23,14 @@ $GOPATH set:
$GOPATH/bin/htwtxt
This will build and start the server, which will store login and feed data below
~/htwtxt. An alternate directory may be specified with the --dir flag.
`~/htwtxt`. An alternate directory may be specified with the `--dir` flag.
Configuring port number and TLS
-------------------------------
By default, htwtxt serves unencrypted HTTP over port 8000. But the executable
accepts the flag --port to provide an alternate port number, and the flags
--cert and --key to provide paths to an SSL certificate and key file to run
accepts the flag `--port` to provide an alternate port number, and the flags
`--cert` and `--key` to provide paths to an SSL certificate and key file to run
htwtxt as an HTTPS server.
Copyright, license