features.rst 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Features
  2. ########
  3. Demo: http://demo.elgg.org/
  4. Showcases: https://community.elgg.org/showcase
  5. For developers
  6. ==============
  7. * Permissive license
  8. * Theme framework
  9. * Internationalization
  10. * Templating engine
  11. * Widgets framework
  12. * Plugin APIs
  13. * Social graph
  14. * Web services API
  15. * jQuery-based JS framework
  16. * Session management
  17. * Custom URL routing
  18. For admins
  19. ==========
  20. * User profiles and avatars
  21. * Fine-grained access control lists
  22. * Friends and friends lists (ala G+ circles)
  23. * Responsive, mobile-friendly design
  24. * RSS support
  25. * Activity stream
  26. * Plugins for common content types like blogs, bookmarks, files, microblogging, private messages, documents, message boards, discussion
  27. * User authentication and administration
  28. If you need more functionality than what Elgg offers out-of-the-box there are a couple of options:
  29. * Add more by :doc:`installing plugins </admin/plugins>` - for example, blogs, forums, social bookmarks
  30. * Develop your own features via plugins
  31. * Hire someone to do the above for you