Skip to content

shamshul2007/oer2go-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oer2go-web

This is the code that runs the oer2go.org website.

setup

There is an Apache2 conf snippet in the scripts directory.

There is a MySQL schema in the scripts directory.

You can set your MySQL db/user/pass and a unique COOKIE_KEY in lib/O2G/Tools.pm

api

There is a minimalist open API:

http://oer2go.org/cgi/json_api_v2.pl

This URL will return a JSON associative array of all modules -- the key is the "moddir" (eg: "en-wikipedia" for the English language Wikipedia module), and the data is a limited subset of the data useful for displaying a list.

You can also pass a moddir to the API like this:

http://oer2go.org/cgi/json_api_v2.pl?moddir=en-wikipedia

This will return all the data associated with the en-wikipedia module.

About

Code for OER2Go website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 79.7%
  • JavaScript 10.1%
  • CSS 8.7%
  • Other 1.5%