mmbase/didactor
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
DIDACTOR 2.3 This is the Didactor 2.3 distribution, released on ..... Didactor is released as a bunch of war overlays, plus a 'distro' which combines some of them into an actual example war. Every war overlay represents one Didactor 'component' and/or MMBase components. Note: use Maven 2.1 === NORMAL BUILD === To build the didactor distro, do the following: - type: mvn This results in a war in distro/target (and in your maven repository). This war can be deployed and configured like an mmbase war. E.g. the database may be configured in the 'context xml'. TODO: Perhaps look into jetty:run and tomcat:run for a fully fledged running example. === CUSTOM BUILD === - Take the distro/pom.xml as an example, and make something like that for your own site. - For more complicated sites, with customized 'components' and perhaps 'providers' you can also take pom.xml in this directory as an example, and a make a build with more stages. Didactor support 'tree-including' to override virtually any JSP in the components with your own ones, based on 'providers' and 'educations'. This can be built using normal maven conventions too: E.g.: michiel@mitulo:~/vu/didactor/trunk/providers/vu$ tree -d . `-- src `-- main `-- webapp |-- WEB-INF | `-- config | |-- applications | | |-- Aoc | | |-- Fobieen | | `-- Vu | `-- utils `-- vu |-- aoc | |-- assessment | |-- cockpit | |-- css | `-- img |-- aoc_a | |-- assessment | |-- cockpit | |-- css | `-- img |-- cockpit |-- core | `-- js |-- css |-- editwizards | `-- assignments |-- education | `-- wizards | |-- modes | | |-- homework | | `-- repository | |-- new | `-- show |-- errorpages |-- faq | `-- frontoffice |-- fobieen | |-- cockpit | |-- css | `-- img |-- gfx |-- img |-- kupu |-- login |-- lumen |-- mindfulness | |-- cockpit | |-- css | `-- img | `-- style | `-- images |-- ms | |-- cockpit | |-- css | |-- img | `-- login |-- portalpages `-- shared here for provider 'vu' and several educations all kind of stuff is overrriden. This is build as a war overlay and included in the 'vu' didactor distro, together with a selection of the didactor overlays.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published