← Back to Orbital Outpost

~tunas's Capsule

Welcome to my corner of orbitaloutpost.club!

This is your Gemini capsule - a space for sharing your thoughts, projects, and creativity.

About Me

I'm a new member of the Orbital Outpost community!

---

📚 Gemini Capsule Guide

This page will help you get started with your Gemini capsule, from basic text to advanced CGI scripts.

🌱 Level 1: Basic Text & Formatting

Edit this page to make it your own:

Gemini uses a simple text format (.gmi). Here are the basics:

Code or ASCII art here

Create links to other pages or sites:

Create a new page:

Then link to it from this page!

📁 Level 3: Directory Structure

Organize your capsule with folders:

Link to it:

🎨 Level 4: ASCII Art & Creative Content

Gemini loves ASCII art! Use preformatted blocks:

/\_/\

( o.o )

> ^ <

/| |\

(_| |_)

You can also include diagrams, tables, or any text-based art!

🔧 Level 5: CGI Scripts (Dynamic Content)

CGI scripts let you create dynamic, interactive content!

# Setting Up CGI

First, create a cgi-bin directory:

# Example 1: Simple "Hello World" CGI

Add this content:

Make it executable:

Access it at: gemini://orbitaloutpost.club/~tunas/cgi-bin/hello.sh

# Example 2: Random Quote Generator

Make it executable:

# Example 3: Visitor Counter

Make it executable:

# Example 4: File Listing

Make it executable:

# Example 5: Interactive Form (Input Handling)

Make it executable:

📝 CGI Environment Variables

Your CGI scripts have access to these variables:

⚠️ CGI Security Tips

🎯 Ideas for Your Capsule

📖 Learn More

Gemini Protocol Specification

Gemini Quickstart Guide

---

Your capsule URL: gemini://orbitaloutpost.club/~tunas/

Happy writing! 🚀