entcore 4.8.14-develop-integration.202508071511 → 4.8.14-develop-pedago.202508281626
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -2
- package/bundle/ng-app.js +3 -3
- package/bundle/ng-app.js.map +1 -1
- package/dist/ng-app.js +3 -3
- package/dist/ng-app.js.map +1 -1
- package/dist/template/image-editor/properties.html +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
|
+
# À propos d'infra-front
|
|
2
|
+
|
|
3
|
+
* Licence : [AGPL v3](http://www.gnu.org/licenses/agpl.txt) - Copyright Edifice
|
|
4
|
+
* Financeur(s) : Edifice
|
|
5
|
+
* Développeur(s) : Edifice
|
|
6
|
+
* Description : framework frontend AngularJS Edifice.
|
|
7
|
+
|
|
8
|
+
|
|
1
9
|
# infra-front : Open Digital Education Framework
|
|
2
10
|
|
|
3
|
-
infra-front is the
|
|
4
|
-
It is
|
|
11
|
+
infra-front is the Edifice frontend framework.
|
|
12
|
+
It is written in typescript and it provides features and components to build and run Edifice applications :
|
|
5
13
|
|
|
6
14
|
- angularJS bootstrap and (light) abstraction (Model, Controllers and Directives injection)
|
|
7
15
|
- portal theming (skin, assets overriding, SASS extensions for applications ...)
|