index.rst 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. ================================
  2. Welcome to Misago documentation!
  3. ================================
  4. Misago is featured internet forum solution developed in accordance with practices and trends currently used in web software development.
  5. Like in any full stack solution, Misago provides different levels of interaction that allow for fullfilling different use cases. People who come to your site to talk with each other and exchange their opinions and knowledge will most likely asociate Misago with what they see in their browsers, while developers that are developing site around Misago will focus on its code, API's and implementations details.
  6. The goal of Misago documentation is to provide refence and explanation of features available on each of the stack's layers.
  7. .. warning::
  8. Documentation is currently in early Work in Progress state. New documents are added as features they cover are implemented, with exception of "Users" part of documentation which will be worked on once Misago reaches beta testing stage.
  9. Table of Contents
  10. =================
  11. .. toctree::
  12. :maxdepth: 1
  13. setup_maintenance
  14. upgrading_from_05
  15. developers/index
  16. developers/acls
  17. developers/admin_actions
  18. developers/auth
  19. developers/cache
  20. developers/cache_buster
  21. developers/coding_style
  22. developers/context_processors
  23. developers/decorators
  24. developers/forms
  25. developers/mails
  26. developers/markup
  27. developers/notifications
  28. developers/posting_process
  29. developers/preloading_data
  30. developers/settings
  31. developers/shortcuts
  32. developers/template_tags
  33. developers/thread_store
  34. developers/thread_types
  35. developers/user_sites
  36. developers/validators
  37. developers/validating_registrations
  38. developers/views_errors