This page permanently redirects to gemini://warmedal.se/~bjorn/games/collaborations/.

!/usr/bin/env python3

vim: tabstop=4 shiftwidth=4 expandtab

import glob

from string import Template

import os

os.chdir(os.path.dirname(os.path.realpath(file)))

print("20 text/gemini\r")

fileLinks = ""

gameFiles = glob.glob("*")

gameFiles.remove("index.cgi")

gameFiles.remove("index.gmi")

for gameFile in gameFiles:

fileLinks += f"=> {gameFile} {gameFile}\n"

print(f"""# Game Collaborations

This directory stands a little apart from the rest of my games: they're not just mine. Most of the stuff here is written by other people. My own contributions are just a tiny part.

I've been allowed to publish everything here under creative common licenses, and some of it is explicitly marked with a chosen license. For those that aren't you should consider them as having the most restrictive creative commons license: CC BY-NC-ND. Please ask if you're uncertain.

Files and Directories

{fileLinks}

""")

Proxy Information
Original URL
gemini://warmedal.se/~bjorn/games/collaborations
Status Code
Success (20)
Meta
text/gemini; lang=en
Capsule Response Time
229.255813 milliseconds
Gemini-to-HTML Time
0.378618 milliseconds

This content has been proxied by September (ba2dc).