commit 6848690d57b011ac5d15d52a439054184fde2cb5
parent 257a98265413e40248d89e4a876a497a84316240
Author: René Wagner <rwagner@rw-net.de>
Date: Wed, 18 Nov 2020 21:52:16 +0100
update 2020-11-18
Diffstat:
2 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/archive.gmi b/archive.gmi
@@ -0,0 +1,7 @@
+# shortlog archive
+
+### 2020-11-02 let's get started
+After the advocating for gemini of ddevault i finally setup a gemini space on my machine to tinker around with it.
+The move to our new house should be completed in a few days. Although there much left to do in the upcoming months, i hopefully will have more time to do some coding stuff again and add more content to this gemini space.
+
+=> index.gmi [home]
diff --git a/index.gmi b/index.gmi
@@ -1,6 +1,5 @@
```
-
███ █ █ █ █ ███ █ █████████ ███ █ █ █ ███ ███
█ ██ ██ ██ █ █ █ █ █ █ █ █ ██ █ █ █ █
█ █ █ █ █ █ ██ █ █ █ █ ███ █ █ ██ ██ █ █
@@ -9,7 +8,11 @@
Welcome to my gemini capsule @ clttr.info!
-# recent news
+# shortlog
+
+### 2020-11-18 gemini gets interactive
+Out of curiosity i started to implement a faq engine to be used with a cgi enabled gemini server. of course this utilizes SQLite, a project which i'm a great fan of. It will be open source and hosted on SourceHut, have look at the links below for the repo
+=> gemini://gmnspc.clttr.info Here's a demo of the faq engine.
### 2020-11-12 gemini needs more features!
gemini aims for simplicity, but there's ongoing chat on the mailinglist to add this or that feature to the spec.
@@ -19,14 +22,12 @@ gemini aims for simplicity, but there's ongoing chat on the mailinglist to add t
This gemini project really got me. As a long time perl dude i was curious to see perl cgi working in conjunction with gemini.
=> gemini://gmndemo.clttr.info/demo.pl quick'n'dirty perl cgi demo using gmnisrv
-### 2020-11-02 let's get started
-After the advocating for gemini of ddevault i finally setup a gemini space on my machine to tinker around with it.
-The move to our new house should be completed in a few days. Although there much left to do in the upcoming months, i hopefully will have more time to do some coding stuff again and add more content to this gemini space.
+=> archive.gmi shortlog archive
# coding
Perl maybe considered oldschool by many, but it is still very good in text processing - which is the very core of gemini. Therefore it is obvious to use perl for cgi with gemini.
-=> https://sr.ht/~rwa/gemini-perl-cgi/ cgi scripts for gmnisrv written in Perl
+=> https://sr.ht/~rwa/gmni-perl-cgi/ cgi scripts for gmnisrv written in Perl
As a amateur photographer i've create some open source tools which support my workflow:
=> https://sr.ht/~rwa/photo-workflow photo-workflow tools on sr.ht
@@ -48,6 +49,7 @@ I run a few sites on the "ordinary web":
=> https://nerdculture.de/@schwurbel Mastodon account
=> https://fotowolke.net/rwa My photo showcase
+=> mailto:rwa@clttr.info Send me a email
```
_________________________