💾 Archived View for jdcard.com › blog.archive › spartan-blog-born.gmi captured on 2023-01-29 at 04:16:23. Gemini links have been rewritten to link to archived content

View Raw

More Information

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

Spartan Blog Born

After hours of tinkering I've finally come up with a solution that might work.

Blog For Spartan

This page has more detail than most people will want about the design decisions, the development process, and the code that makes it work.

The code is working fine to deliver my blog pages via Gemini, but it fails when trying to retrieve it using Spartan. At this point I'm ready to blame the server configuration. I've tried to follow the instructions on the Spartan [wiki] page, but it seems that Spartan server never tries to execute my index.gmi, rather it always returns the content of that file as text/gemini.

[wiki]

I've verified that both the Gemini index.gmi and the Spartan index.gmi function as expected when executed from the command line. They each return the protocol header appropriate to their respective protocol. The Gemini server code executes the index.gmi and returns the generated content. The Spartan server apparently does not execute the file but treats it as standard Spartan content.

UPDATE: patience and persistence have paid off again, and the blog files are now visible from both Gemini and Spartan.

📅 c: 2022-07-13 20:02 ✏️ e:

tags: #hopeful, #frustrated