Why not adopt me?
NAME
podviewer - a Gtk2-Perl POD Reading Program
SYNOPSIS
podviewer [FILE|MODULE|FUNCTION|POD]
DESCRIPTION
podviewer provides a simple and attractive way to read Perl's POD documentation. You can use it to read the Perl POD pages, module documentation and information about Perl's builtin functions.
KEYBOARD SHORTCUTS
podviewer supports a wide number of keyboard shortcuts. They are documented here.
Ctrl-UorAlt-UpGo up a level. That is, if you're reading the documentation for
Foo::Bar, typingCtrl-Uwill take you to theFoopage.Alt-LeftGo back in your browsing history.
Alt-RightGo forward in your browsing history.
Ctrl-HGo home. If you have the
homeoption set in your config (see below), enteringCtrl-Hwill take you there.Ctrl-LThis toggles the document index.
Ctrl-OThis pops up a dialog allowing you to choose a document to read.
Ctrl-RorF5This reloads the current document.
Ctrl-QThis quits the program.
Ctrl-FThis pops up a dialog for you to enter some search text.
Ctrl-GThis performs the previous search, but from the most recently found result. You can also repeat the previous search by pressing enter when the cursor is in the search box.
F1Loads this document.
CONFIGURATION OPTIONS
podviewer stores its configuration settings in a resource file, located at $HOME/.podviewrc. This file contains simple name=value pairs for various things:
icon-sizeIf you want to change the size of the icons on the toolbar, change this value. The values are standard Gtk+ stock values.
homeThis is the name of the document you want to be your home page. This page is loaded when you start the program without arguments, hit the Home button, or type
Ctrl-H.
SEE ALSO
AUTHORS
Gavin Brown, Torsten Schoenfeld and Scott Arrington.
COPYRIGHT
(c) 2003-2005 Gavin Brown (gavin.brown@uk.com). All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.