gmn.clttr.info

my personal gemini capsule
git clone https://git.clttr.info/gmn.clttr.info.git
Log (Feed) | Files | Refs (Tags)

commit 0f9907bf2ca8eaa48fa72248456b6bb25756b020
parent 698dddc16c3906c9960587290fed253155e016f2
Author: René Wagner <rwa@clttr.info>
Date:   Wed,  7 Jun 2023 20:08:51 +0200

add art-helpers to git sources

Diffstat:
M.build.yml | 4+++-
Mde/index.gmi | 5+++--
Men/astro.gmi | 8++++----
Men/cgmnlm.gmi | 8++++----
Men/index.gmi | 11++++++-----
Msources/index.gmi | 2+-
6 files changed, 21 insertions(+), 17 deletions(-)

diff --git a/.build.yml b/.build.yml @@ -10,6 +10,7 @@ sources: - https://git.sr.ht/~rwa/orrg - https://git.sr.ht/~rwa/gmnifaq - https://git.sr.ht/~rwa/photo-stats + - https://git.sr.ht/~rwa/art-helpers - https://git.sr.ht/~kornellapacz/gmnigit environment: site: gmn.clttr.info @@ -21,9 +22,10 @@ tasks: ./gmnigit -perms -refs -name cgmnlm -dist ../gmn.clttr.info/sources/cgmnlm.git/ -repo ../cgmnlm/ -url git://git.clttr.info/cgmnlm.git ./gmnigit -perms -refs -name orrg -dist ../gmn.clttr.info/sources/orrg.git/ -repo ../orrg/ -url git://git.clttr.info/orrg.git ./gmnigit -perms -refs -name gmnifaq -dist ../gmn.clttr.info/sources/gmnifaq.git/ -repo ../gmnifaq/ -url git://git.clttr.info/gmnifaq.git - ./gmnigit -perms -refs -name geminispace.info -dist ../gmn.clttr.info/sources/gusmobile.git/ -repo ../gusmobile/ -url git://git.clttr.info/gusmobile.git + ./gmnigit -perms -refs -name gusmobile -dist ../gmn.clttr.info/sources/gusmobile.git/ -repo ../gusmobile/ -url git://git.clttr.info/gusmobile.git ./gmnigit -perms -refs -name geminispace.info -dist ../gmn.clttr.info/sources/geminispace.info.git/ -repo ../geminispace.info/ -url git://git.clttr.info/geminispace.info.git ./gmnigit -perms -refs -name photo-stats -dist ../gmn.clttr.info/sources/photo-stats.git/ -repo ../photo-stats/ -url git://git.clttr.info/photo-stats.git + ./gmnigit -perms -refs -name art-helpers -dist ../gmn.clttr.info/sources/art-helpers.git/ -repo ../art-helpers/ -url git://git.clttr.info/art-helpers.git cd ../gmn.clttr.info rm -rf .git/ tar -cvz . > ../site.tar.gz diff --git a/de/index.gmi b/de/index.gmi @@ -3,7 +3,7 @@ Willkommen im deutschsprachigen Bereich meiner Gemini-Kapsel. Der inhaltlich (derzeit noch) umfangreichere Teil ist in Englisch, dort gibt es auch Informationen zu meiner Software. -=> gemini://gmn.clttr.info/en/ Alright, take me there. +=> /en/ Alright, take me there. ## 🗩 Kurzprotokoll => shortlog.gmi kurze Statusnachrichten @@ -29,13 +29,14 @@ Ich bin Anhänger des KISS-Prinzips - sicherlich ein Grund warum mir Gemini so g Neben dieser Kapsel betreibe ich noch einige andere öffentliche Dienste für Gemini und im "überfüllten" Web: => https://fotowolke.net fotowolke.net - unabhängiger, werbe- & trackingfreier Foto-Host => https://clttr.info clttr.info - Mein privater Kurzlink-Service +=> https://clttr.it clttr.it - GoToSocial fediverse instance => https://scl.clltr.info scl.clttr.info - Meine Friendica-Instanz, Teil des Fediverse Neben der IT sind meine größten "Hobbies" meine Frau und unseren beiden Hunde, die Fotografie und eine schöne Tour auf dem Motorrad. ### 🖃 Kontakt => mailto:rwa@clttr.info gute alte eMail -=> https://codeberg.org/rwa/ Mein Profil @ Codeberg +=> https://sr.ht/~rwa/ Mein Profil @ Codeberg => https://scl.clttr.info/profile/rwa Mein Account im Fediverse @ scl.clttr.info => https://fotowolke.net/rwa Mein Foto-Showcase auf fotowolke.net diff --git a/en/astro.gmi b/en/astro.gmi @@ -1,7 +1,7 @@ # astro @ gmn.clttr.info 'astro' is a gemini client for your terminal. It only requires a POSIX shell, coreutils and OpenSSL. -=> ./astro.png screenshot of 'astrp' (png, 50 kB) +=> ./astro.png screenshot of 'astro' (png, 50 kB) astro strongly relies on the power of the (POSIX) shell and coreutils like 'less', 'sed' and the like. For TLS encrypted communication OpenSSL is used. @@ -45,14 +45,14 @@ K remove bookmark for current url ``` ## how to get -=> gemini://gmn.clttr.info/sources/astro.git/ browse the source on gemini -=> https://sr.ht/~rwa/astro/ browse source code on the bloated web +=> /sources/astro.git/ browse the source on gemini +=> https://git.sr.ht/~rwa/astro/ browse source code on the bloated web => https://aur.archlinux.org/packages/?O=0&SeB=n&K=astro&outdated=&SB=n&SO=a&PP=50&do_Search=Go ArchLinux AUR package (for the upstream project) ### build yourself ``` commands to build cgmnlm -$ git clone git://git.clttr.info/cgmnlm.git +$ git clone https://git.clttr.info/astro.git $ sudo make install ``` diff --git a/en/cgmnlm.gmi b/en/cgmnlm.gmi @@ -71,15 +71,15 @@ q Quit ``` ## how to get -=> gemini://gmn.clttr.info/sources/cgmnlm.git/ browse the source of cgmnlm on gemini -=> gemini://gmn.clttr.info/sources/cgmnlm-1.5.tar.gz source tarball of release 1.4 -=> https://sr.ht/~rwa/cgmnlm/ browse source code on the bloated web +=> /sources/cgmnlm.git/ browse the source of cgmnlm on gemini +=> /sources/cgmnlm-1.5.tar.gz source tarball of release 1.4 +=> https://git.sr.ht/~rwa/cgmnlm/ browse source code on the bloated web => https://aur.archlinux.org/packages/?O=0&SeB=n&K=cgmnlm&outdated=&SB=n&SO=a&PP=50&do_Search=Go ArchLinux AUR packages ### build yourself ``` commands to build cgmnlm -$ git clone git://git.clttr.info/cgmnlm.git +$ git clone https://git.clttr.info/cgmnlm.git $ mkdir build && cd build $ ../configure $ make diff --git a/en/index.gmi b/en/index.gmi @@ -3,7 +3,7 @@ Welcome to the english section of my gemini capsule! You'll mostly find tech and coding related stuff here. -=> gemini://gmn.clttr.info/de/ Hier entlang zur deutschsprachigen Sektion. +=> /de/ Hier entlang zur deutschsprachigen Sektion. ## 🗩 log => shortlog.gmi short updates of life @@ -22,18 +22,18 @@ You'll mostly find tech and coding related stuff here. => astro.gmi astro, a gemini client that only needs a POSIX shell, the coreutils and OpenSSL 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. -=> gemini://git.sr.ht/~rwa/orrg orrg is an online rss feed renderer for gemini -=> gemini://gmn.clttr.info/sources/orrg.git/ source of orrg +=> https://git.sr.ht/~rwa/orrg orrg is an online rss feed renderer for gemini +=> /sources/orrg.git/ source of orrg => https://git.sr.ht/~rwa/gmnifaq gmnifaq, a dynamic FAQ-engine for gemini capsule -=> gemini://gmn.clttr.info/sources/gmnifaq.git/ source of gmnifaq +=> /sources/gmnifaq.git/ source of gmnifaq ### photography related As a amateur photographer i created some open source tools which support my development workflow photo-stats is a small statistics processor for your terminal => https://git.sr.ht/~rwa/photo-stats/ photo-stats, statistic processor for your terminal -=> gemini://gmn.clttr.info/sources/photo-stats.git/ source of photo-stats +=> /sources/photo-stats.git/ source of photo-stats ## 🕮 About me I started my "computer career" in the late 1980s, when i wrote BASIC programs on one of these: @@ -45,6 +45,7 @@ After 15 years of working as a software engineer, i'm now more into backend stuf I run a few public sites on the "ordinary web": => https://fotowolke.net fotowolke.net - german photography community => https://clttr.info clttr.info - my private shortlink service +=> https://clttr.it clttr.it - GoToSocial fediverse instance => https://scl.clttr.info scl.clttr.info - my Friendica instance, part of the fediverse Besides "tech" my spare time is mostly dedicated to my wife and our dogs, motorcycling and photography. Sometimes even some casual gaming. diff --git a/sources/index.gmi b/sources/index.gmi @@ -7,6 +7,6 @@ => ./gusmobile.git/ gusmobile => ./orrg.git/ orrg => ./photo-stats.git/ photo-stats -=> ./photo-helpers.git/ photo-helpers +=> ./art-helpers.git/ art-helpers => ../index.gmi [home]