-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝(website) fix and improve website documentation
The website was not building anymore following our refactoring of the documentation to include cookiecutter instructions. There seem to be a bug on docusaurus versioning that prevents us from renaming an existing page... so I fixed it by renaming it also in the history. This does not impact what users see and the old versions of the website are still available. I also improved the documentation to make it clearer. In particular I repeated part of the README in the first page of the documentation to introduce the project a minimum.
- Loading branch information
1 parent
9c15478
commit fcae125
Showing
21 changed files
with
95 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,52 @@ title: Discover Richie | |
sidebar_label: Discover Richie | ||
--- | ||
|
||
If you're just looking for a quick preview of `Richie`, you can take a look and have a tour of `Richie` on our dedicated [demo site](https://demo.richie.education). | ||
`Learning Management Systems` (LMS) are great tools for hosting and playing interactive online | ||
courses and MOOCs. | ||
|
||
Login/password are `admin`/`admin`. The database is regularly flushed. | ||
However, if you need to build a complete website with flexible content to aggregate your courses, | ||
in several languages and from different sources, **you will soon need a CMS**. | ||
|
||
At "France Université Numérique", we wanted to build an OpenSource portal with `Python` and | ||
`Django`. That's why we built `Richie` on top of [DjangoCMS](https://www.django-cms.org), one of | ||
the best CMS on the market, as a toolbox to easily create full fledged websites with a catalog of | ||
online courses. | ||
|
||
### Start your own site | ||
 | ||
|
||
Among the features that `Richie` offers out of the box: | ||
|
||
- multi-lingual by default, | ||
- advanced access rights and moderation, | ||
- catalog of courses synchronized with one or more `LMS` instances, | ||
- search engine based on `Elasticsearch` and pre-configured to offer full-text queries, | ||
multi-facetting, auto-complete,... | ||
- flexible custom pages for courses, organizations, categories, teachers, blog posts, | ||
programs (and their inter-relations), | ||
- Extensible with any third-party `DjangoCMS` plugin or any third-party `Django` application. | ||
|
||
## Quick preview | ||
|
||
If you're looking for a quick preview of `Richie`, you can take a look and have a tour of | ||
`Richie` on our dedicated [demo site](https://demo.richie.education). | ||
|
||
It is connected back-to-back with a demo of OpenEdX running on | ||
[OpenEdX Docker](https://github.com/openfun/openedx-docker). | ||
|
||
Two users are available for testing: | ||
|
||
- admin: `[email protected]`/`admin` | ||
- student: `[email protected]`/`edx` | ||
|
||
The database is regularly flushed. | ||
|
||
## Start your own site | ||
|
||
The next step after discovering Richie on the demo is to start your own project. We provide a | ||
production-ready template based on [Cookiecutter](https://github.com/audreyr/cookiecutter) that | ||
allows you to generate your project in seconds. | ||
|
||
Follow the guide on [starting your own Richie project with Cookiecutter](./cookiecutter.md). | ||
Follow the guide on [starting your own Richie site with Cookiecutter](./cookiecutter.md). | ||
|
||
Once you created a new site, you will be able to fully customize it: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters