How-to Guides¶
Task-oriented guides for common operations. Each guide solves a specific problem.
-
Configure Server
Set up your server with TOML configuration files.
-
Setup CGI
Execute CGI scripts for dynamic content generation.
-
Directory Listings
Customize how directories are displayed to visitors.
-
Handle Binary Files
Serve and fetch binary content (images, archives).
-
Fetch Resources
Advanced patterns for fetching gopher content.
Prerequisites¶
These guides assume you have:
- Completed the Quick Start
- Basic familiarity with Mototli's CLI and API
Finding What You Need¶
| I want to... | Go to... |
|---|---|
| Customize server settings | Configure Server |
| Add dynamic content | Setup CGI |
| Control directory appearance | Directory Listings |
| Serve images or downloads | Handle Binary Files |
| Download content programmatically | Fetch Resources |