Improve documentation clarity and security
Some checks failed
Gitea Actions Deploy / deploy (push) Has been cancelled

- Enhanced grammar and punctuation throughout documentation
- Added security warning about room ID enumeration attacks
- Introduced liveview_room_uuid template tag for secure random room IDs
- Clarified attribute naming conversion (camelCase to snake_case)
- Improved formatting with colons instead of em dashes for better readability
- Added comprehensive error handling, testing, and deployment sections
- Removed draft.org file (no longer needed)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Andros Fenollosa
2025-12-08 13:10:25 +01:00
parent 774d39438a
commit 6f5288c8b0
3 changed files with 1386 additions and 94 deletions

View File

@@ -154,7 +154,7 @@
(:div.container
(:hgroup.hero__hgroup
(:h1.hero__title "Django LiveView")
(:h2.hero__subtitle "Build real-time, reactive interfaces with Django using WebSockets write Python, not JavaScript")
(:h2.hero__subtitle "Build real-time, reactive interfaces with Django using WebSockets: write Python, not JavaScript")
(:img.image.hero__logo (@ :alt "pet" :src "img/pet.webp")))))
(:section.home
(:div.container ,content)))))))