PGXN::Site
==========

[![CPAN version](https://badge.fury.io/pl/PGXN-Site.svg)](https://badge.fury.io/pl/PGXN-Site)
[![Build Status](https://github.com/pgxn/pgxn-site/workflows/CI/badge.svg)](https://github.com/pgxn/pgxn-site/actions)

[PGXN](https://www.pgxn.org/), the PostgreSQL Extension network, is a central
distribution system for open-source PostgreSQL extension libraries. It consists
of four basic parts:

*   [PGXN Manager]: An upload and distribution infrastructure for extension
    developers.

*   [PGXN API]: A centralized index and API of distribution metadata.

*   [PGXN Search]: This site, for searching extensions and perusing their
    documentation.

*   [PGXN Client]: A command-line client for downloading, testing, and
    installing extensions.

Who’s Made This?
----------------

[I did]. I’m David Wheeler, inveterate Perl and PostgreSQL hacker. I love the
[extensibility] of PostgreSQL and have long been a fan of [CPAN], the Perl
community’s distributed collection of Perl software and documentation. But
PostgreSQL’s extensibility is not well-known, and it’s difficult to find the
extensions that do exist. I’d like to solve that problem. Care to help?

Support
-------

This module is stored in an open [GitHub repository]. Feel free to fork and
contribute!

Please file bug reports via [GitHub Issues].

Copyright and License
---------------------

Copyright (c) 2010-2024 David E. Wheeler.

This module is free software; you can redistribute it and/or modify it under the
[PostgreSQL License].

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose, without fee, and without a written agreement is
hereby granted, provided that the above copyright notice and this paragraph and
the following two paragraphs appear in all copies.

In no event shall David E. Wheeler be liable to any party for direct, indirect,
special, incidental, or consequential damages, including lost profits, arising
out of the use of this software and its documentation, even if David E. Wheeler
has been advised of the possibility of such damage.

David E. Wheeler specifically disclaims any warranties, including, but not
limited to, the implied warranties of merchantability and fitness for a
particular purpose. The software provided hereunder is on an "as is" basis, and
David E. Wheeler has no obligations to provide maintenance, support, updates,
enhancements, or modifications.

  [PGXN Manager]: https://manager.pgxn.org/
  [PGXN API]: https://github.com/pgxn/pgxn-api/wiki/
  [PGXN Search]: https://pgxn.org/
  [PGXN Client]: https://pgxn.github.io/pgxnclient/
  [I did]: https://justatheory.com/ "Just a Theory"
  [extensibility]: https://www.postgresql.org/docs/current/static/extend.html
  [CPAN]: https://www.cpan.org/
  [PostgreSQL License]: https://www.opensource.org/licenses/postgresql
  [GitHub repository]: https://github.com/pgxn/pgxn-site/
  [GitHub Issues]: https://github.com/pgxn/pgxn-site/issues/