index.rst 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. developers/index
  15. developers/acls
  16. developers/admin_actions
  17. developers/auth
  18. developers/cache
  19. developers/cache_buster
  20. developers/coding_style
  21. developers/context_processors
  22. developers/decorators
  23. developers/forms
  24. developers/mails
  25. developers/markup
  26. developers/notifications
  27. developers/posting_process
  28. developers/preloading_data
  29. developers/settings
  30. developers/shortcuts
  31. developers/template_tags
  32. developers/thread_store
  33. developers/thread_types
  34. developers/user_sites
  35. developers/validators
  36. developers/validating_registrations
  37. developers/views_errors