xaizek / pinfo (License: GPLv2 only) (since 2018-12-07)
Console-based info and manual pages reader, which adds interactive navigation to man pages.
<root> / AUTHORS (5a9d868556d6825db5dd073297568c797d4a54dc) (1,723B) (mode 100644) [raw]
Pinfo is currently maintained by Bas Zoetekouw <bas@debian.org> and Nathanael
Nerode <neroden@gcc.gnu.org>.  Its original author is Przemek Borys
<pborys@dione.ids.pl>.  Please send any comments/questions/bug reports to
<pinfo-devel@lists.alioth.debian.org>

Below are the names of the people who helped by sending good ideas, bugs
reports, or helped out in some other way:

Linus Åkerlund (%)
Tomasz Kloczko (%)
Artur Frysiak (%)
Dobrica Pavlinusic (%)
Jiri Pavlovsky (%)
Pawel Wilk (%)
Paul Boekholt (*)
Ingo Oeser (*)
Simon Huggins (*)
Marius Gedminas (*)
andrew deryabin (*)
Ilya L Ovchinnikov (*)
Cort (*)
Stanislav Kuchar (*)
Kevin Kreamer (*)
David M. Cooke (*)
Witold Filipczyk (*)
Liviu Daia (+)
Jarkko O Mourujarvi (+)
Michal Politowski (+)
Tim Bell (+)
Marcin Wojdyr (+)
Pawel Kot (+)
Jerzy Klejnowski (+)
Adam Lazur (+)
Daniel Bauke
André Karwath
Pawel Kolodziej
Egil Kvaleberg
Andrzej Solecki
Christian Kurz
Moritz Moeller-Herrmann
Hao Li
Sotiris Vassilopoulos
Michal Kuratczyk
Maciej Nowicki
Frederick W. Wheeler
Ryszard Kurek
Matthias Friedrich
Marcin Kadziolka
Dmitry Volosenkov
Aleksey I Zavilohin
Stanislav Kuchar
Hector Rivas Gandara
Carlo Wood
Jakub Bogusz
Michał Stępień
Jerzy Klejnowski
Stanislav Ievlev
Felipe Augusto van de Wiel (Brazilian translation)
Clytie Siddall (Vietnamese translation)

(This list is possibly incomplete -- please remind me if you
contributed in the past in some way, and are not credited here)

People marked with '%' have done really serious coding :)
People marked with '*' have sent me complete (coded) ideas/fixes.
People marked with '+' have helped by sending (almost) complete solutions.
The other people have sent bugrepots, translations and good wishlist bugs.
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/pinfo

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/pinfo

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master