window.onload = function() {

        var images = document.getElementsByTagName('img');

        for (var i = 0; i < images.length; i++) {

            var image = images[i];

            if (image.alt.length === 0) {

                continue;

            }

            image.parentNode.classList.add("imagelink");

            var altText = document.createElement('p');

            altText.textContent = "🌐 " + image.alt;

            image.parentNode.insertBefore(altText, image.nextSibling);

        }

    };

</script>

Back to overview

United States vs Microsoft Corp. on Wikipedia

The official xBill homepage

v1.1 Gameplay video

Game download and in-browser emulator

PRC Tools Remix

PalmOS open-source software listing on LinuxMafia

Source code for pBill

Source code for Captain&#39s MiniGolf

@rxpz@social.linux.pizza

Back to the overview

📰 Subscribe to RSS feed 📰

Proxy Information
Original URL
gemini://gemini.ctrl-c.club/~captain/posts/2024-09-24-xbill-for-palmos-receives-an-update-after-25-years.html
Status Code
Success (20)
Meta
text/html; charset=utf-8
Capsule Response Time
426.563875 milliseconds
Gemini-to-HTML Time
0.975037 milliseconds

This content has been proxied by September (3851b).