forked from mitocw/edx-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added READMEs for top level directories
- Loading branch information
Showing
4 changed files
with
20 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CMS (Content Management System) | ||
------------------------------- | ||
|
||
This directory contains code relating to the course management portal for edX, also known as Studio. |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
common | ||
------ | ||
|
||
This directory contains common code shared between LMS and CMS, such as Mako templates, CSS, and Coffescript. |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
LMS (Learning Management System) | ||
-------------------------------- | ||
|
||
This directory contains code relating to the student portal for edX. |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
OpenEdx | ||
------- | ||
|
||
This is the root package for Open edX. | ||
The intent is that all importable code from Open edX will eventually live here, including the code in the lms, cms, and common directories. | ||
|
||
Note: for now the code is not structured like this, and hence legacy code will continue to live in a number of different packages. | ||
All new code should be created in this package, and the legacy code will be moved here gradually. |