💾 Archived View for soviet.circumlunar.space › oak › mailinglist › 19.gmi captured on 2024-06-16 at 12:58:49. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-03)

-=-=-=-=-=-=-

Another text/gemini to html, but in AWK

From: draco.kun at gmail.com

Date: Wed, 3 Feb 2021 02:22:15 -0300

Hi! I just made another `text/gemini` to html translator, but this

time written in AWK.

It might not be the fastest translator, but I think it's fast enough.

On a tp-link mr320 (with only 32mb of ram and just 265.42 BogoMIPS) it

can convert a 15.2K gemini file in 0.149s, and 1000 of them in just

under 10 minutes. Also, it is short, just 135 lines of code, which

includes some "fancy" stuff like changing local links to gmi files to

point to the html version.

Maybe someone will find a use for it.

Here is the code:

https://gist.github.com/dracometallium/bf70ae09b4dd9a857d33e93daa2810c4

Bye!

---

Draco Metallium

--------

From: prx

Date: Wed, 3 Feb 2021 09:54:52 +0100

Hi! I just made another `text/gemini` to html translator, but this
time written in AWK.
It might not be the fastest translator, but I think it's fast enough.
On a tp-link mr320 (with only 32mb of ram and just 265.42 BogoMIPS) it
can convert a 15.2K gemini file in 0.149s, and 1000 of them in just
under 10 minutes. Also, it is short, just 135 lines of code, which
includes some "fancy" stuff like changing local links to gmi files to
point to the html version.
Maybe someone will find a use for it.
Here is the code:
=> https://gist.github.com/dracometallium/bf70ae09b4dd9a857d33e93daa2810c4

Nice to see it in awk! good job!

--------

From: Charlie Stanton

Date: Wed, 03 Feb 2021 10:14:16 +0000

On Wed Feb 3, 2021 at 5:22 AM GMT, Draco Metallium(Rodrigo S. Ca?ibano) wrote:

Hi! I just made another `text/gemini` to html translator, but this
time written in AWK.

Nice! Has anyone assembled a list of all these types of things yet?

There are a lot of options so it'd be nice to give people an easy way to pick one that suits them.

Charlie

--------

From: Charlie Stanton

Date: Wed, 03 Feb 2021 10:16:08 +0000

On Wed Feb 3, 2021 at 5:22 AM GMT, Draco Metallium(Rodrigo S. Ca?ibano) wrote:

Hi! I just made another `text/gemini` to html translator, but this
time written in AWK.

Nice! Has anyone been keeping a list of all these anywhere?

It'd be helpful for people who need one of these to see all of them laid out in one place.

Charlie

--------

From: Charlie Stanton

Date: Wed, 03 Feb 2021 10:17:08 +0000

On Wed Feb 3, 2021 at 5:22 AM GMT, Draco Metallium(Rodrigo S. Ca?ibano) wrote:

Hi! I just made another `text/gemini` to html translator, but this
time written in AWK.

Nice! Has anyone been keeping a list of all of these to help newcomers looking through all their options?

Charlie

--------

From: Charlie Stanton

Date: Wed, 03 Feb 2021 10:20:16 +0000

On Wed Feb 3, 2021 at 5:22 AM GMT, Draco Metallium(Rodrigo S. Ca?ibano) wrote:

Hi! I just made another `text/gemini` to html translator, but this
time written in AWK.

Nice! Has anyone been keeping a list of all of these to help newcomers looking through all their options?

Charlie

--------

From: rwagner at rw-net.de

Date: Wed, 3 Feb 2021 11:55:12 +0100 (CET)

Hi!

Nice! Has anyone assembled a list of all these types of things yet?

There's an "awesome" list which is actively maintaned but still lacks some info for sure:

https://github.com/kr1sp1n/awesome-gemini

Patches are welcome!

There has been a discussion about a "curated" list of tools in geminispace with some

more information to allow interested users make a informed decision.

To my knowledge the Random Road Directory gemini://directory.randomroad.net is the only

approach that comes close to this request.

kind regards

Ren?

--------