/pgsql-lists-offline

PostgreSQL/PostGIS/pgRouting mailing list archive downloader

Primary LanguageShellMIT LicenseMIT

pgsql-lists-offline

Downloads mailing list archives for PostgreSQL, PostGIS and pgRouting.

The mailing list archives that will be downloaded are in the mbox format and can be read using any mbox-aware email client (for example mutt ).

Dependencies

sudo apt-get install parallel curl

Usage

To get a list of all mailing lists available:

./pgsql-lists-offline.sh -l

To download a list (for example pgsql-general):

./pgsql-lists-offline.sh -g pgsql-general

License

This software is distributed under the MIT license.

Acknowledgments

This program is based on pgsql-mbox-download which is now outdated.