diff options
| author | Fuwn <[email protected]> | 2021-08-13 23:04:43 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-13 23:04:43 -0700 |
| commit | cf2d45614f9bc6d6a7d52317b2f40765824c012f (patch) | |
| tree | a5a3ba33e6a3a9f203c89f5dd5ee31d4380e16c3 | |
| parent | chore(assets): move capybara logo to assets folder (diff) | |
| download | capybara-cf2d45614f9bc6d6a7d52317b2f40765824c012f.tar.xz capybara-cf2d45614f9bc6d6a7d52317b2f40765824c012f.zip | |
faet(readme): capybara logo
| -rw-r--r-- | README.rst | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,6 +1,18 @@ Capybara ======== +.. raw:: html + + <a href="https://github.com/fuwn/capybara"> + <img + src="https://raw.githubusercontent.com/fuwn/capybara/main/assets/Capybara_Logo_1000x1000.png" + alt="Whirl" + width="220"> + </a> + +Synopsis +-------- + This is an `HTTP <https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol>`__ to `Gemini <https://gemini.circumlunar.space/>`__ proxy designed to provide service for a single domain, i.e. to make your Gemini site available over HTTP. |