Metadata-Version: 2.1
Name: ashley
Version: 1.0.0b2
Summary: A self-hosted discussion forum for learning
Home-page: https://github.com/openfun/ashley
Author: Open FUN (France Universite Numerique)
Author-email: fun.dev@fun-mooc.fr
License: MIT
Description: # Ashley, a self-hosted discussion forum for learning
        
        ## Overview
        
        `Ashley` is a forum designed to be integrated into `Learning Management Systems` (LMS).
        
        It is a multi-tenant service intended to be operated independently. It can be integrated to any LMS (like [Open edX](https://open.edx.org) or [Moodle](https://moodle.org)), thanks to the [LTI](https://en.wikipedia.org/wiki/Learning_Tools_Interoperability) standard.
        
        `Ashley` is built on top of [Django-machina](https://github.com/ellmetha/django-machina/), a powerful forum engine for `Django`.
        
        ## Quick preview
        
        Here is an example integration of Ashley in `Open edX`:
        
        ![demo](docs/demo.gif)
        
        
        ## Contributing
        
        This project is intended to be community-driven, so please, do not hesitate to
        get in touch if you have any question related to our implementation or design
        decisions.
        
        We try to raise our code quality standards and expect contributors to follow
        the recommandations from our
        [handbook](https://openfun.gitbooks.io/handbook/content).
        
        ## License
        
        This work is released under the MIT License (see [LICENSE](./LICENSE)).
        
Keywords: Django,forum,Open edX,message board,discussion
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: ci
Provides-Extra: sandbox
