From 0967c1547fcaad515069b00a6be5f2b56b3dce91 Mon Sep 17 00:00:00 2001 From: d47081 <108541346+d47081@users.noreply.github.com> Date: Sat, 3 Feb 2024 11:51:24 +0200 Subject: [PATCH 1/5] add dokuwiki resources --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c1b07fb..696edc4 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,7 @@ Repo mirrors: - [StaticGeminiServer](https://github.com/marek22k/StaticGeminiServer) ([Codeberg](https://codeberg.org/mark22k/StaticGeminiServer)) (Ruby) - a simple more or less stable gemini server for static files - [kepler](https://github.com/ambyshframber/kepler) - simple gemini server in rust - [Mehari](https://github.com/Psi-Prod/Mehari) - Featureful server in OCaml +- [DokuWiki Gemini Server](https://github.com/YGGverse/dokuwiki-gemini-server) (PHP) - Launch DokuWiki server using Gemini protocol ## Services - __gemini://warmedal.se/~antenna/__ - Geminispace aggregator @@ -230,6 +231,8 @@ Repo mirrors: - [gemlog.blue](https://gemlog.blue) - Gemini hosting from a web frontend. - __gemini://houston.gmi.bacardi55.io__ - A simple tool to check if a capsule is up or not - __gemini://tlgs.one__ - ([http version](https://tlgs.one)) Another public search provider for Gemini([repo](https://github.com/marty1885/tlgs)). +- __gemini://tlgs.one__ - ([http version](https://tlgs.one)) Another public search provider for Gemini([repo](https://github.com/marty1885/tlgs)). +- __gemini://how-to-ygg.duckdns.org__ - How To Yggdrasil DokuWiki mirror ([repo](https://github.com/YGGverse/dokuwiki-gemini-server)) ## Tools - [CAPCOM](https://tildegit.org/solderpunk/CAPCOM) (Python) - Atom feed aggregator for gemini. @@ -273,6 +276,7 @@ Repo mirrors: - [md2gmn](https://git.tdem.in/tdemin/gmnhg) (Go) - renders Markdown text to Gemini pages. - [md2gemini](https://github.com/makeworld-the-better-one/md2gemini) (Python) - converter from Markdown to the Gemini text format. - [Hugo-2-Gopher-and-Gemini](https://github.com/mkamarin/Hugo-2-Gopher-and-Gemini) (Python) - A Hugo theme to convert a Hugo site to Gemini or Gopher. +- [gemini-php](https://github.com/YGGverse/gemini-php) (PHP) - DokuWiki converter and other tools ### Syntax Highlighting - [gemini-vim-syntax](https://tildegit.org/sloum/gemini-vim-syntax) - text/gemini syntax highlighting for vim. From 39a1ed94dd6f483db922a59c700047b12578e526 Mon Sep 17 00:00:00 2001 From: d47081 <108541346+d47081@users.noreply.github.com> Date: Sun, 4 Feb 2024 19:03:43 +0200 Subject: [PATCH 2/5] update branding --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 696edc4..0f65429 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ Repo mirrors: - [StaticGeminiServer](https://github.com/marek22k/StaticGeminiServer) ([Codeberg](https://codeberg.org/mark22k/StaticGeminiServer)) (Ruby) - a simple more or less stable gemini server for static files - [kepler](https://github.com/ambyshframber/kepler) - simple gemini server in rust - [Mehari](https://github.com/Psi-Prod/Mehari) - Featureful server in OCaml -- [DokuWiki Gemini Server](https://github.com/YGGverse/dokuwiki-gemini-server) (PHP) - Launch DokuWiki server using Gemini protocol +- [β-howto](https://github.com/YGGverse/betahowto) (PHP) - DokuWiki Satellite for Gemini Protocol ## Services - __gemini://warmedal.se/~antenna/__ - Geminispace aggregator @@ -232,7 +232,7 @@ Repo mirrors: - __gemini://houston.gmi.bacardi55.io__ - A simple tool to check if a capsule is up or not - __gemini://tlgs.one__ - ([http version](https://tlgs.one)) Another public search provider for Gemini([repo](https://github.com/marty1885/tlgs)). - __gemini://tlgs.one__ - ([http version](https://tlgs.one)) Another public search provider for Gemini([repo](https://github.com/marty1885/tlgs)). -- __gemini://how-to-ygg.duckdns.org__ - How To Yggdrasil DokuWiki mirror ([repo](https://github.com/YGGverse/dokuwiki-gemini-server)) +- __gemini://betahowto.duckdns.org__ - Yggdrasil DokuWiki Satellite ([repo](https://github.com/YGGverse/betahowto)) ## Tools - [CAPCOM](https://tildegit.org/solderpunk/CAPCOM) (Python) - Atom feed aggregator for gemini. @@ -276,7 +276,7 @@ Repo mirrors: - [md2gmn](https://git.tdem.in/tdemin/gmnhg) (Go) - renders Markdown text to Gemini pages. - [md2gemini](https://github.com/makeworld-the-better-one/md2gemini) (Python) - converter from Markdown to the Gemini text format. - [Hugo-2-Gopher-and-Gemini](https://github.com/mkamarin/Hugo-2-Gopher-and-Gemini) (Python) - A Hugo theme to convert a Hugo site to Gemini or Gopher. -- [gemini-php](https://github.com/YGGverse/gemini-php) (PHP) - DokuWiki converter and other tools +- [gemini-php](https://github.com/YGGverse/gemini-php) (PHP) - Composer library for Gemini - includes DokuWiki converter, file-system operations and other API ### Syntax Highlighting - [gemini-vim-syntax](https://tildegit.org/sloum/gemini-vim-syntax) - text/gemini syntax highlighting for vim. From cdf6a829ee57e80a83106a2039f044bcf7d1d9d1 Mon Sep 17 00:00:00 2001 From: d47081 <108541346+d47081@users.noreply.github.com> Date: Tue, 6 Feb 2024 03:12:15 +0200 Subject: [PATCH 3/5] rename project --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f65429..611eb64 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ Repo mirrors: - [StaticGeminiServer](https://github.com/marek22k/StaticGeminiServer) ([Codeberg](https://codeberg.org/mark22k/StaticGeminiServer)) (Ruby) - a simple more or less stable gemini server for static files - [kepler](https://github.com/ambyshframber/kepler) - simple gemini server in rust - [Mehari](https://github.com/Psi-Prod/Mehari) - Featureful server in OCaml -- [β-howto](https://github.com/YGGverse/betahowto) (PHP) - DokuWiki Satellite for Gemini Protocol +- [β-Doku](https://github.com/YGGverse/betadoku) (PHP) - DokuWiki Satellite for Gemini Protocol ## Services - __gemini://warmedal.se/~antenna/__ - Geminispace aggregator @@ -232,7 +232,7 @@ Repo mirrors: - __gemini://houston.gmi.bacardi55.io__ - A simple tool to check if a capsule is up or not - __gemini://tlgs.one__ - ([http version](https://tlgs.one)) Another public search provider for Gemini([repo](https://github.com/marty1885/tlgs)). - __gemini://tlgs.one__ - ([http version](https://tlgs.one)) Another public search provider for Gemini([repo](https://github.com/marty1885/tlgs)). -- __gemini://betahowto.duckdns.org__ - Yggdrasil DokuWiki Satellite ([repo](https://github.com/YGGverse/betahowto)) +- __gemini://betahowto.duckdns.org__ - Yggdrasil DokuWiki Satellite ([repo](https://github.com/YGGverse/betadoku)) ## Tools - [CAPCOM](https://tildegit.org/solderpunk/CAPCOM) (Python) - Atom feed aggregator for gemini. From cddd3de796eacefb05af5358904549f79c46f04d Mon Sep 17 00:00:00 2001 From: d47081 <108541346+d47081@users.noreply.github.com> Date: Thu, 8 Feb 2024 15:17:24 +0200 Subject: [PATCH 4/5] update links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 611eb64..bb6f124 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ Repo mirrors: - [StaticGeminiServer](https://github.com/marek22k/StaticGeminiServer) ([Codeberg](https://codeberg.org/mark22k/StaticGeminiServer)) (Ruby) - a simple more or less stable gemini server for static files - [kepler](https://github.com/ambyshframber/kepler) - simple gemini server in rust - [Mehari](https://github.com/Psi-Prod/Mehari) - Featureful server in OCaml -- [β-Doku](https://github.com/YGGverse/betadoku) (PHP) - DokuWiki Satellite for Gemini Protocol +- [β-Doku](https://github.com/YGGverse/bdoku) (PHP) - DokuWiki Satellite for Gemini Protocol ## Services - __gemini://warmedal.se/~antenna/__ - Geminispace aggregator @@ -232,7 +232,7 @@ Repo mirrors: - __gemini://houston.gmi.bacardi55.io__ - A simple tool to check if a capsule is up or not - __gemini://tlgs.one__ - ([http version](https://tlgs.one)) Another public search provider for Gemini([repo](https://github.com/marty1885/tlgs)). - __gemini://tlgs.one__ - ([http version](https://tlgs.one)) Another public search provider for Gemini([repo](https://github.com/marty1885/tlgs)). -- __gemini://betahowto.duckdns.org__ - Yggdrasil DokuWiki Satellite ([repo](https://github.com/YGGverse/betadoku)) +- __gemini://betahowto.duckdns.org__ - Yggdrasil DokuWiki Satellite ([repo](https://github.com/YGGverse/bdoku)) ## Tools - [CAPCOM](https://tildegit.org/solderpunk/CAPCOM) (Python) - Atom feed aggregator for gemini. From ebb542ffc4e135c7660cbfe7ed72ba6ebf697e13 Mon Sep 17 00:00:00 2001 From: d47081 <108541346+d47081@users.noreply.github.com> Date: Fri, 9 Feb 2024 13:04:31 +0200 Subject: [PATCH 5/5] remove duplicated link --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index bb6f124..c603a4b 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,6 @@ Repo mirrors: - [gemlog.blue](https://gemlog.blue) - Gemini hosting from a web frontend. - __gemini://houston.gmi.bacardi55.io__ - A simple tool to check if a capsule is up or not - __gemini://tlgs.one__ - ([http version](https://tlgs.one)) Another public search provider for Gemini([repo](https://github.com/marty1885/tlgs)). -- __gemini://tlgs.one__ - ([http version](https://tlgs.one)) Another public search provider for Gemini([repo](https://github.com/marty1885/tlgs)). - __gemini://betahowto.duckdns.org__ - Yggdrasil DokuWiki Satellite ([repo](https://github.com/YGGverse/bdoku)) ## Tools