Add a README - gophercgis - Collection of gopher CGI/DCGI for geomyidae
 (HTM) hg clone https://bitbucket.org/iamleot/gophercgis
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) changeset 8ce2816283afcf5c78845b8c7ec949f6281d7f7e
 (DIR) parent c1d6b69f15e9845ec4384659be4555c49228ae5c
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Wed, 12 Sep 2018 23:28:28 
       
       Add a README
       
       Diffstat:
        lwn/README |  29 +++++++++++++++++++++++++++++
        1 files changed, 29 insertions(+), 0 deletions(-)
       ---
       diff -r c1d6b69f15e9 -r 8ce2816283af lwn/README
       --- /dev/null   Thu Jan 01 00:00:00 1970 +0000
       +++ b/lwn/README        Wed Sep 12 23:28:28 2018 +0200
       @@ -0,0 +1,29 @@
       +lwn CGI is a shell script that parses the RSS feed of LWN.net via
       +common/feed.sh and permit to read available article converting them
       +to text via common/html.sh.
       +
       +To use it just add `[1|...]' entries in a .gph file, e.g.:
       +
       +    [1|LWN|/cgi/lwn/feed.dcgi|server|port]
       +
       +Here a corresponding "screenshot" of sacc displaying the list of
       +articles:
       +
       + |     |
       + |     | LWN.net
       + |     |
       + | Text+ Security updates for Wednesday,   ris   (2018-09-12)
       + | Text+ Security updates for Tuesday,   ris   (2018-09-11)
       + | Text+ Git 2.19.0 released,   corbet   (2018-09-11)
       + | Text+ Stable kernel updates,   ris   (2018-09-10)
       + |   [...]
       +
       +...and an article: (`Git 2.19.0 released'):
       +
       + | Git 2.19.0 released
       + | 
       + | The Git 2.19.0 release is out. Significant changes include a new "range
       + | diff" capability, directory rename detection, and more; see this GitHub
       + | blog entry for more information. "We can use git diff to show the
       + | difference between the two end states, but that doesn’t provide
       + | [...]