README.pod
April 24, 2025 ยท View on GitHub
=head1 NAME
Perldoc Browser
=head1 INSTALLATION
Perldoc Browser requires at least Perl v5.20.0 and may have other requirements
if you enable a search backend. Perl dependencies are listed in F
cpanm --installdeps . # no search dependencies cpanm --installdeps --with-feature=install . # for install command cpanm --installdeps --with-feature=pg . cpanm --installdeps --with-feature=es . cpanm --installdeps --with-feature=sqlite . cpanm --installdeps --with-all-features .
=head1 CONFIGURATION
Perldoc Browser is configured by F<perldoc-browser.conf> in the application
directory. The configuration file is a Perl hash. The C
The search backend can be set using the C<search_backend> key. Recognized
values are C
The C
The C
The C
=head1 PERL MANAGEMENT
Perldoc Browser renders documentation from any Perls it finds installed in the
configured C<perls_dir>, which defaults to F
./perldoc-browser.pl install 5.10.1 5.28.0
Once a search backend is enabled, Perls must be indexed in this backend for
contents of documents and document/function/variable names to be available to
the search. The C
./perldoc-browser.pl index 5.10.1 5.28.0 ./perldoc-browser.pl index all # reindexes all Perls found in perls_dir
=head1 AUTHOR
Dan Book dbook@cpan.org
PerldocBrowser::Plugin::PerldocRenderer is a fork of the L<Mojolicious|https://mojolicious.org> team's L<PODRenderer plugin|https://search.cpan.org/perldoc?Mojolicious::Plugin::PODRenderer> and its associated template.
=head1 COPYRIGHT AND LICENSE
This software is Copyright (c) 2018 by Dan Book dbook@cpan.org.
PerldocBrowser::Plugin::PerldocRenderer is Copyright (c) 2008-2018 Sebastian Riedel and others, 2018 Dan Book dbook@cpan.org.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
Bundled Perl Camel Logo is Copyright (c) 2024 Olaf Alders, licensed under the CC-BY License, Version 4.0 Lhttps://creativecommons.org/licenses/by/4.0/.
Bundled Bootstrap theme is Copyright (c) 2011-2025 The Bootstrap Authors, licensed under the MIT license Lhttps://opensource.org/license/mit.
Bundled highlight.pack.js is Copyright (c) 2006-2024 Josh Goebel hello@joshgoebel.com and other contributors, licensed under the (three-clause) BSD License Lhttps://opensource.org/license/BSD-3-Clause.
Bundled StackOverflow Light highlight theme is Copyright (c) Stack Exchange, Inc, licensed under the MIT License Lhttps://opensource.org/license/mit.