https://github.com/codewithemad/openedx-extensions
Collection of Open edX XBlock, tools, services, etc.
https://github.com/codewithemad/openedx-extensions
openedx xblock
Last synced: 10 months ago
JSON representation
Collection of Open edX XBlock, tools, services, etc.
- Host: GitHub
- URL: https://github.com/codewithemad/openedx-extensions
- Owner: CodeWithEmad
- License: other
- Created: 2024-05-21T14:27:12.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T01:04:12.000Z (over 1 year ago)
- Last Synced: 2024-12-01T02:18:35.353Z (over 1 year ago)
- Topics: openedx, xblock
- Language: Python
- Homepage: https://codewithemad.github.io/openedx-extensions
- Size: 8.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
Open edX Extensions
###################
This repository serves as a comprehensive directory of various XBlocks available on the internet.
The challenge is that there are numerous XBlocks, apps, and third-party services scattered across different repositories and sites.
Existing directories, such as the `Confluence XBlocks Directory`_ and the `Open edX Extensions Directory`_, have their limitations.
The former is outdated and unmaintained, while the latter is closed, making it difficult to add new tools and does not contain all the tools.
Our goal is to create a centralized resource that lists both free and paid XBlocks for educators and developers.
While we strive to be as inclusive as possible, we recognize that some personal or commercial XBlocks may not be included.
We welcome contributions to keep this directory comprehensive and up-to-date. Help us make this resource valuable for everyone!
.. _Confluence XBlocks Directory: https://openedx.atlassian.net/wiki/spaces/COMM/pages/43385346/XBlocks+Directory
.. _Open edX Extensions Directory:
Usage
*****
Create a new virtual environment and install dependencies:
.. code-block::bash
python -m venv .venv
source .venv/bin/activate
pip install requirements/base.txt
Then, build and serve the HTML:
.. code-block:: bash
make html
You can access the page on http://127.0.0.1:8000
Contributing
************
Any contributions are welcome! Please check the `CONTRIBUTING`_ doc to learn how to contribute.
.. _CONTRIBUTING: CONTRIBUTING.rst
License
*******
This work is licensed under the terms of the `GNU Affero General Public License (AGPL) `_.