From 82bbd03a2c2cad18b1a0e334343c90d9d5ef5c1d Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 24 Oct 2020 20:53:02 +0200 Subject: [PATCH] Update manpage. Highlight example URLs in DESCRIPTION, change proxy example to Tor. --- man/gitea2rss.1.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/gitea2rss.1.adoc b/man/gitea2rss.1.adoc index 16c7fe2..438489b 100644 --- a/man/gitea2rss.1.adoc +++ b/man/gitea2rss.1.adoc @@ -27,9 +27,9 @@ If you want to use gitea2rss as a CGI script, you have to set *GITEA2RSS_BASEURL* to the basis URL of your instance, without the trailing slash. For example: _https://git.example.com_. The *QUERY_STRING* must contain _repo=user/project_. The feed-URL for alice's project, cooltool, would be: -`https://rss.example.com/?repo=alice/cooltool`. You can select the type of the +_https://rss.example.com/?repo=alice/cooltool_. You can select the type of the feed by appending `&type=` at the end of the URL. For example: -`https://rss.example.com/?repo=alice/cooltool&type=tags`. +_https://rss.example.com/?repo=alice/cooltool&type=tags_. The generated RSS feed contains the *channel* elements _title_, _link_, _description_, _generator_ and _lastBuildDate_ and the *item* elements _title_, @@ -64,7 +64,7 @@ variables. See *curl*(1), section _ENVIRONMENT_. `gitea2rss https://git.example.com/user/project tags > repo.rss` -`http_proxy="http://localhost:8080/" gitea2rss https://git.example.com/user/project` +`ALL_PROXY="socks4a://[::1]:9050" gitea2rss https://git.example.com/user/project` === Example RSS feed