Barazo default frontend barazo.forum
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(readme): update route table for AT Protocol-style URLs

+3 -3
+3 -3
README.md
··· 50 50 | Route | Page | 51 51 | ------------------------ | --------------------------------------------------------- | 52 52 | `/` | Topic list (home) | 53 - | `/t/[slug]/[rkey]` | Topic detail with threaded replies | 54 - | `/t/[slug]/[rkey]/edit` | Edit topic | 53 + | `/[handle]/[rkey]` | Topic detail with threaded replies | 54 + | `/[handle]/[rkey]/edit` | Edit topic | 55 55 | `/new` | Create new topic | 56 56 | `/c/[slug]` | Category view | 57 57 | `/search` | Full-text search | 58 - | `/u/[handle]` | User profile | 58 + | `/profile/[handle]` | User profile | 59 59 | `/settings` | User preferences (maturity, notifications, cross-posting) | 60 60 | `/notifications` | Notification center | 61 61 | `/accessibility` | Accessibility statement |