Mapa textual da cidade
Um guia estático dos caminhos de Soledade.
Soledade/
├── Praça Central .............. /
├── População .................. /citizens/
├── Bairros .................... /b/
├── Arquivo .................... /archive/
├── Tags ....................... /tags/
├── Coleções ................... /colecoes/
├── Cartas ..................... /cartas/
├── Jornal ..................... /jornal/
├── Aleatório .................. /aleatorio/
├── Mapa (você está aqui) ...... /mapa/
├── Feed global ................ /feed.xml
├── Ajuda ...................... /ajuda/
│
├── Bairros ativos:
│ ├── cinema/ /b/cinema/
│ │ └── feed ... /b/cinema/feed.xml
│ ├── geral/ /b/geral/
│ │ └── feed ... /b/geral/feed.xml
│ ├── historia/ /b/historia/
│ │ └── feed ... /b/historia/feed.xml
│ ├── livros/ /b/livros/
│ │ └── feed ... /b/livros/feed.xml
│ ├── programacao/ /b/programacao/
│ │ └── feed ... /b/programacao/feed.xml
│
├── Cidadãos (casas textuais):
│ ├── @maria/ /@maria/
│ │ ├── identidade ... /@maria/identidade/
│ │ └── feed ... /@maria/feed.xml
│ ├── @pablo/ /@pablo/
│ │ ├── identidade ... /@pablo/identidade/
│ │ └── feed ... /@pablo/feed.xml
│ ├── @will/ /@will/
│ │ ├── identidade ... /@will/identidade/
│ │ └── feed ... /@will/feed.xml
│
├── Coleções:
│ ├── leituras ... /colecoes/leituras/
│
├── Tags com textos:
│ ├── #nota /tags/nota/
│ ├── #soledade /tags/soledade/
│
└── Páginas de ajuda:
├── /cidadania/
├── /guia-publicacao/
├── /regras-da-cidade/
└── /moderacao/