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.
|
2 years ago | |
---|---|---|
sphinx_gemini_builder | 2 years ago | |
.gitignore | 2 years ago | |
CHANGES | 2 years ago | |
LICENSE | 2 years ago | |
LICENSE-de | 2 years ago | |
LICENSE-fr | 2 years ago | |
LICENSE-nl | 2 years ago | |
README.rst | 2 years ago | |
setup.cfg | 2 years ago | |
setup.py | 2 years ago |
README.rst
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
</head>
</html>
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.