index.rst 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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/settings
  29. developers/shortcuts
  30. developers/template_tags
  31. developers/thread_store
  32. developers/thread_types
  33. developers/user_sites
  34. developers/validators
  35. developers/validating_registrations
  36. developers/views_errors