xaizek / pinfo (License: GPLv2 only) (since 2018-12-07)
Console-based info and manual pages reader, which adds interactive navigation to man pages.
Commit cbf8a1c168598323943bb65d4e5afe8179e5bcd4

Updated AUTORS AND README (added myself as maintainer)
git-svn-id: svn://svn.debian.org/svn/pinfo/pinfo/trunk@25 ea4b0d59-4df7-0310-a9f9-bf8cbe41ce66
Author: bas
Author date (UTC): 2005-07-25 20:51
Committer name: bas
Committer date (UTC): 2005-07-25 20:51
Parent(s): 9db8c447266577d888b1d176de7b48e0ebca7a3f
Signing key:
Tree: 95d8700c8d5c79c6d3b33cd6851ae4a28da6be16
File Lines added Lines deleted
AUTHORS 9 8
README 17 8
File AUTHORS changed (mode: 100644) (index 3e9eba6..f346275)
1 The author is Przemek Borys <pborys@dione.ids.pl>.
2 Besides, here are some people, who helped me by work by sending good ideas,
3 and helping with bugs, or helped me other way:
1 Pinfo is currently maintained by Bas Zoetekouw <bas@debian.org>.
2 Its original author is Przemek Borys <pborys@dione.ids.pl>.
3
4 Below are the names of the people who helped by sending good ideas, bugs
5 reports, or helped out in some other way:
4 6
5 7 Linus Åkerlund (%) Linus Åkerlund (%)
6 8 Tomasz Kloczko (%) Tomasz Kloczko (%)
 
... ... Michał Stępień
52 54 Jerzy Klejnowski Jerzy Klejnowski
53 55 Stanislav Ievlev Stanislav Ievlev
54 56
55 (there is probably sb. missing, and I can't find him -- remind me if you
56 see your idea working in pinfo, or if you contributed some code ;)
57 (This list is possibly incomplete -- please remind me if you
58 contributed in the past in some way, and are not credited here)
57 59
58 People marked with '%' have made really serious coding :)
60 People marked with '%' have done really serious coding :)
59 61 People marked with '*' have sent me complete (coded) ideas/fixes. People marked with '*' have sent me complete (coded) ideas/fixes.
60 62 People marked with '+' have helped by sending (almost) complete solutions. People marked with '+' have helped by sending (almost) complete solutions.
61 The other people have sent bugrepots, national translations and good wish
62 lists.
63 The other people have sent bugrepots, translations and good wishlist bugs.
File README changed (mode: 100644) (index ae775b8..440ec6c)
1 This is a ncurses based lynx style info documentation browser.
1 Pinfo is a ncurses based lynx style info documentation browser.
2 2 Hope you like it :) Hope you like it :)
3 See man page (pinfo.1) for details. But continue to read here for
4 installation notes :)
3 See man page (pinfo.1) for details.
5 4
6 COPYING:
7 GPL; the license is included with the package.
5 Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl>
6 Copyright (C) 2005 Bas Zoetekouw <bas@debian.org>
7
8 This program is free software; you can redistribute it and/or modify it
9 under the terms of version 2 of the GNU General Public License as
10 published by the Free Software Foundation.
11
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
8 20
9 NOTE 5:
10 readline doesn't work properly without -ltermcap. If you have it, feel free
11 to turn it on in makefile.
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