gopher-proxy 0.1.1.0 → 0.1.1.1
raw patch · 3 files changed
+6/−1 lines, 3 files
Files
- ChangeLog.md +4/−0
- README.md +1/−0
- gopher-proxy.cabal +1/−1
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for gopher-proxy +## 0.1.1.1 -- 2017-01-06++* Add missing documentation for `--title`+ ## 0.1.1.0 -- 2017-01-06 * Add two options: `--title` and `--server-name`
README.md view
@@ -20,6 +20,7 @@ * `--default-mime-type`: Mime type to use if spacecookie can't guess it, defaults to "application/octet-stream" * `--timeout`: connection timeout in milliseconds, defaults to 10 seconds. * `--server-name`: The server name of the server to proxy, defaults to the host name. This value is used to detect wether a menu item is pointing to another gopher server than the proxied one. This is particularly useful, if you use e. g. `127.0.0.1` instead of the public host name.+* `--title`: Sets the first part of the HTML title-tag, defaults to `gopher-proxy`. ## Things to keep in mind
gopher-proxy.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: gopher-proxy-version: 0.1.1.0+version: 0.1.1.1 synopsis: proxy gopher over http description: @gopher-proxy@ allows to proxy gopher over HTTP, which is mainly useful for HTTP-ifying a specific gopher space.