Metadata-Version: 2.1
Name: gmcapsule
Version: 0.2.1
Summary: Extensible Gemini/Titan server
Project-URL: Documentation, https://geminispace.org/gmcapsule/
Project-URL: Source, https://git.skyjake.fi/gemini/gmcapsule
Project-URL: Issues, https://git.skyjake.fi/gemini/gmcapsule/issues
Author-email: Jaakko Keränen <jaakko.keranen@iki.fi>
Keywords: gemini,internet,server,titan
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet
Classifier: Topic :: System :: Networking
Requires-Python: >=3.7
Requires-Dist: pyopenssl>=21
Description-Content-Type: text/markdown

GmCapsule is an extensible Server for [Gemini](https://gemini.circumlunar.space/) and [Titan](gemini://transjovian.org/titan).

See the [User manual](https://geminispace.org/gmcapsule/) for configuration and usage instructions.

## Installation

Install "gmcapsule" via `pip`:

    pip install gmcapsule

Then run the server daemon:

    gmcapsuled

## Change log

### v0.2.1
* Fixed error handling. Exceptions are now caught and the error message is printed.

### v0.2
* Added `[cgi] bin_root` configuration option for automatically and dynamically mapping all executables in a directory tree to URL entry points.
* Minor documentation updates.
* Published on PyPi as "gmcapsule".

### v0.1
* Initial public release.