💾 Archived View for cities.yesterweb.org › tips.gmi captured on 2024-08-18 at 17:25:00. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-03-20)
-=-=-=-=-=-=-
To edit your site, connect via WebDAV
Hostname: cities.yesterweb.org
Port: 1994
Encryption: SSL/TLS
Username and Password are the same as the ones you set when you created your account
(username must be all lowercase!)
OR
Use our gemini/titan file manager
Using ANSI colors with terminal emulation is easy to do on Yestercities!
just put {{COLOR}} in front of the text you want to color
List of valid colors:
Just put {{GUESTBOOK}} wherever you want to display your messages.
to have people submit messages, add a link that points to gemini://cities.yesterweb.org/guestbook/USERNAME where "USERNAME" is your username
Only enabled for certain users. Contact us if you want access to this feature!
Toggle javascript on and off using ;;
# Hello world! two plus two equals ;; var a = 2; var b = 2; echo(a+b); ;;
Functions you may use:
e.g.
;; let response = input("Do you wish to do it?"); if (response == "yes") { redirect("/some/path/"); } else { echo("you did not do it"); } ;;