definitely not paradise
  • Crystal 68.3%
  • HTML 31.6%
Find a file
2026-05-06 20:18:12 -04:00
ecr Fixed children with names that need special URI encoding not having their proper titles displayed 2026-05-06 19:35:49 -04:00
media Favicon! :D 2026-05-06 20:18:12 -04:00
src Favicon! :D 2026-05-06 20:18:12 -04:00
.gitignore Page rework: Proper sanitization + can escape commas and pipes 2026-05-05 21:41:28 -04:00
adjectives.txt Two new name parts, and also the UUID actually sticks around this time (for now) 2026-05-01 03:14:57 -04:00
CHANGELOG.md v3 Release: Escaping backslashes now made invisible on page render, and implemented better system for allowing repeat country assignments 2026-05-05 23:12:28 -04:00
colors.txt Can change locale in rename menu, and hovering over your name in any page shows your own locale 2026-05-05 22:55:50 -04:00
config.ini moved port configuring to config.ini 2026-05-01 04:12:34 -04:00
nouns.txt Two new name parts, and also the UUID actually sticks around this time (for now) 2026-05-01 03:14:57 -04:00
polities.txt Can change locale in rename menu, and hovering over your name in any page shows your own locale 2026-05-05 22:55:50 -04:00
README.md moved port configuring to config.ini 2026-05-01 04:12:34 -04:00
run.sh Initial Commit 2026-04-30 05:22:26 -04:00
shard.yml Initial Commit 2026-04-30 05:22:26 -04:00
TODO.md Favicon! :D 2026-05-06 20:18:12 -04:00

definitely not a deficient paradise clone

EXTREMELY WIP AND ALSO BAD

if you want to run this yourself:

  • you can configure the port through config.ini
  • first time install: shards install
  • from then on, you can just do ./run.sh (you may need to chmod +x ./run.sh).
  • run script is mostly just bc im really bad at remembering how crystal handles relative paths so just having a run script to use from a consistent spot is nice for that lmao