summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-04-29 22:49:56 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:03 +0100
commit5af21e29c6509819e32f8bad6052cf616fcdd291 (patch)
tree81f59a71fb20a96338a97997275d00ffd1e4857d /README.md
parent7868506c413b453c8c1935f953a0e35a0b4c4ef9 (diff)
initial buetow.org capsule
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9721deb
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+buetow.org Gemini capsule
+=========================
+
+This is the source code of my Gemini capsule. You can reach the site(s) here:
+
+* Via Gemini protocol: [gemini://buetow.org](gemini://buetow.org)
+* Via HTTP protocol: [http://buetow.org](http://buetow.org)
+
+## Software I use to maintain this capsule
+
+* Text editor: [Vim](https://www.vim.org)
+* Gemini server: [a-h/gemini](https://github.com/a-h/gemini)
+* Some BASH scripting
+
+## HTTP fallback software used
+
+* Web server: [Apache HTTPD](https://httpd.apache.org)