A postgres database and perl modules for Project Gutenberg's book catalog.
Go to file
barnold 2f4c33071f Fix a typo. 2022-10-16 18:26:33 +01:00
bin Update the schema-reload script... 2022-10-15 13:54:14 +01:00
lib/Book Update the schema-reload script... 2022-10-15 13:54:14 +01:00
t Make safer use of postgres roles... 2022-10-10 14:46:56 +01:00
INSTALL Fix a typo. 2022-10-16 18:26:33 +01:00
Makefile Drop Makefile.PL, simpler without. 2022-10-15 14:42:49 +01:00
README Make safer use of postgres roles... 2022-10-10 14:46:56 +01:00
create-tables.sql Load more records, but not some odd "No title" records. 2022-10-12 19:10:07 +01:00
pg_catalog.csv Represent the Gutenberg catalog more faithfully... 2022-09-26 09:43:42 +01:00

README

ABOUT

This is a small project to provide some of the gutenberg.org catalog
in a relational database (PostgreSQL).  It has no affiliation with
Project Gutenberg.

COPYING

A copy of the Gutenberg catalog is included as pg_catalog.csv.  The
Gutenberg project release their catalogs into the public domain.

Otherwise, you may redistribute under the same terms as perl itself or
under the GPL V3 or a later version, at your option.

Comments are welcome at <barnold@tilde.club>.