how to proxify my capsule to http

Now I've started different capsule I'm wondering how I can spread it in the

other world. I mean how people who have not yet a gemini browser can access to

this content without to much energy.

My first answer was an http proxy which is already available. For exemple the on

provided on "vulpes.one" [1]. But it is strange to me to send a proxified url of

my content. I'd like be recognized has my url not the one of a proxy.

As I mentioned previously, I'm using kiln to generate my capsule content and it

provides the possibility to generate html output of the content. It requires to

use a converter like gmnitohtml [2] but I've missed something in the settings

and at the moment the result I have is not the one I expect. The issue is it

create a paragraph for each line even if the paragraph contains several lines.

But this option is to study. For capsule like this one which is hosted on a

tilde server it seems to be the best solution.

Another possibility which is far more easier and similar to the proxy solution.

It's to proxify a specific capsule and expose it over http. This time we can use

our own domain and maybe the same of our capsule. It'll be more difficult to

apply to capsule like this one hosted on a tilde server but for my french

capsule it'll be a good option. It may have different solution for this but one

I've heard several time which seems working well is kineto [3].

Now I have to test those solutions on my capsules and check which are the best

in the different use case. If you have any advice about this don't hesitate to

contact me. :)

[1] proxy on vulpes.one (gopher + gemini)

[2] gmnitohtml repository (adnano)

[3] kineto : gemini to html proxy writen in go