packages feed

gopher-proxy 0.1.1.1 → 0.1.1.2

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

README.md view
@@ -13,7 +13,7 @@ These are all optional flags which allow to change default behavior:  * `--port`: The port of the gopher server, defaults to `70`-* `--css-url`: Use some specific css file instead of the default one.+* `--css-path`: Use some specific css file instead of the default one. * `--css-url`: The http path of the css file, defaults to `/gopher-proxy.css` (should be changed, if your gopher server has a file with the same name * `--base-url`: The path of the directory which will appear as root directory of gopher-proxy to the user, defaults to `/`. Should be changed if you configured your proxying web server to expose gopher-proxy as, say `/gopher-space/`. * `--listen-public`: If this flag is set, gopher-proxy will accept connections on its public IP address(es).
gopher-proxy.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                gopher-proxy-version:             0.1.1.1+version:             0.1.1.2 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.@@ -18,7 +18,7 @@   .   * Takes HTTP requests on @127.0.0.1:8080@ (to be used by a proxying web server, like nginx), converts those to gopher requests to @example.org@ and returns the gopher responses as HTTP responses   .-  * Links menu items pointing to external servers to @gopher://@ URLs (this ensures that only one gopher server is proxied) and recognizes <https://en.wikipedia.org/wiki/Gopher_(protocol)#URL_links URL links> which are converted to normal HTML links+  * Links menu items pointing to external servers to @gopher:\/\/@ URLs (this ensures that only one gopher server is proxied) and recognizes <https://en.wikipedia.org/wiki/Gopher_(protocol)#URL_links URL links> which are converted to normal HTML links   .   * Tries to guess the correct mime-type for every gopher-served file (as it is not included in the response) and wraps text files in a HTML container.   .@@ -46,7 +46,7 @@                      , GopherProxy.Types                      , GopherProxy.Protocol                      , GopherProxy.Params-  build-depends:       base >=4.9 && <4.10+  build-depends:       base >=4.9 && <5                      , wai                      , warp                      , http-types