Build gemini blog from Sphinx.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kujiu 04f3997ef8
Fix some errors when text is None
2 years ago
sphinx_gemini_builder Fix some errors when text is None 2 years ago
.gitignore Initial commit 2 years ago
CHANGES Fix some errors when text is None 2 years ago
LICENSE Initial work 2 years ago
LICENSE-de Initial work 2 years ago
LICENSE-fr Initial work 2 years ago
LICENSE-nl Initial work 2 years ago
README.rst Add: ABlog support - atom.xml 2 years ago
setup.cfg Fix: locale config 2 years ago
setup.py Fix some errors when text is None 2 years ago

README.rst

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> </head>

sphinx_gemini_builder

Build Gemini blog from Sphinx with ABlog compatibility.

Gemini is a simple protocol between gopher and web. Sphinx is a documentation tool. This project builds Gemini capsule from Sphinx documentation. It supports ABlog extensions and manage Atom feeds.

Installation and use

Install with python setup.py install and do make gemini in your project.

You can add a gemini_footer in config, formatted under the Gemini specification. You need to set gemini_baseurl for good url in Atom feeds.

This project contains some parts of code from Sphinx and from ABlog.

</html>