commit 2035b01f863bcb62849cee7b0bacc779777b016a from: Omar Polo date: Tue Jul 20 20:20:54 2021 UTC add section about protocol proxies commit - a0c418658ad8f25c98e90307b8be358d033b6857 commit + 2035b01f863bcb62849cee7b0bacc779777b016a blob - 523d84a00aa8a3219c29a53f0fd5d736964e0940 blob + 5ab8b385167a70d46b0184e73c3cdd9f6f38b2e2 --- pages/about_help.gmi +++ pages/about_help.gmi @@ -26,8 +26,6 @@ Telescope is documented carefully, so please refer to ## Operate the Telescope -> Tip: on long and structured pages like this one, try to use the ‘toc’ command. Press ‘t’ to open the table of content and jump to a specific heading. - By default Telescope includes various keys inspired from either Emacs or vi. However, knowledge of these editors is not required. Here’s a quick list of essential commands * > to prompt for a URL; @@ -62,6 +60,20 @@ Telescope is fully customizable. The configuration fi By default Telescope doesn’t use colours too much in order to adapt to both light and dark-themed terminals. This doesn’t mean that Telescope cannot use colours though! See for example contrib/light.config and contrib/dark.config. +## Protocol Proxies + +> Tip: on long and structured pages like this one, try to use the ‘toc’ command. Press ‘t’ to open the table of content and jump to a specific heading. + +Telescope supports custom protocol proxies (proxies that translate between protocols). Thanks to programs like the duckling-proxy, it’s possible to navigate the web using a Gemini browser. + +Configuring telescope to use a proxy is easy, just drop something like the following to your configuration file: + +```Example of protocol proxy configuration for HTTP/S +proxy "http" via "gemini://127.0.0.1:1965" +proxy "https" via "gemini://127.0.0.1:1965" +``` + + # What is Gemini? Gemini is a new internet protocol which: