index.rst 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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/settings
  27. developers/shortcuts
  28. developers/template_tags
  29. developers/thread_store
  30. developers/user_sites
  31. developers/validators
  32. developers/views_errors