💾 Archived View for bbs.geminispace.org › u › michaelnordmeyer › 6555 captured on 2024-03-21 at 19:08:25. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-02-05)

➡️ Next capture (2024-05-10)

🚧 View Differences

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

Comment by 🍵 michaelnordmeyer

Re: "My capsule mess I have a two years old capsule, more or..."

In: s/Geminispace

Skyjake is right, but old path and new path are treated differently in Agate regarding slashes.

If the old URL is gemini://example.com/blog/old.gmi and the new URL is gemini://example.com/gemlog/new.gmi, then the redirection in .meta should be:

blog/old.gmi: 31 /gemlog/new.gmi

The naive but wrong approaches are

blog/old.gmi: 31 gemlog/new.gmi

and

/blog/old.gmi: 31 /gemlog/new.gmi

which would rewrite gemini://example.com/blog/old.gmi to gemini://example.com/blog/gemlog/old.gmi.

🍵 michaelnordmeyer [mod]

2023-10-26 · 5 months ago

1 Later Comment

🏕️ Yretek [OP] · Oct 26 at 20:55:

It seems to be working. It's a bit of a chore, but I'll get it done, thank you :)

Original Post

🌒 s/Geminispace

My capsule mess I have a two years old capsule, more or less, anything the thing is that I started adding posts "just to try Gemini" so with no concerns for any file structure. Now it seems that I'm settled with chronological folder structure where my gemlog posts are in year/month/ But what do I do with my old posts? My guess is that I should move them to integrate them in the new structure, and add redirections to reflect their new locations... but that's something I've never done "by hand",...

💬 Yretek · 3 comments · 2023-10-26 · 5 months ago