notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
moodle40 Course management system based on social constructionism
4.0.9 www Deleted on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.0.9Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Requires php80 which is set to expire on 2023-11-26
Expired This port expired on: 2023-06-30
Maintainer: wen@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-04-18 01:18:03
Last Update: 2023-06-30 03:06:32
Commit Hash: 0ee1056
People watching this port, also watch:: dovecot, mariadb1011-server, bind916
Also Listed In: education
License: GPLv3
WWW:
https://www.moodle.org/
Description:
Moodle is a course management system (CMS) - a free, Open Source software package designed using sound pedagogical principles, to help educators create effective online learning communities. You can use it on any computer you have handy (including webhosts), yet it can scale from a single-teacher site to a 40,000-student University.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • moodle40-php80>0:www/moodle40
Conflicts:
CONFLICTS:
  • moodle311-3.11.[0-9]*
  • moodle41-4.1.[0-9]*
  • moodle42-4.2.[0-9]*
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
No installation instructions:
This port has been deleted.
PKGNAME: moodle40-php80
Package flavors (<flavor>: <package>)
  • php80: moodle40-php80
distinfo:
TIMESTAMP = 1686439147 SHA256 (moodle-4.0.9.tgz) = 8c2b203f89cefa265ff075791c824287e2bd508a582fd49fdc93608a12a7d8c9 SIZE (moodle-4.0.9.tgz) = 62185523

Packages (timestamps in pop-ups are UTC):
moodle40-php80
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--------
FreeBSD:14:latest--4.0.5----4.0.9
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. php.h : lang/php80
  2. ctype.so : textproc/php80-ctype
  3. curl.so : ftp/php80-curl
  4. dom.so : textproc/php80-dom
  5. exif.so : graphics/php80-exif
  6. fileinfo.so : sysutils/php80-fileinfo
  7. filter.so : security/php80-filter
  8. gd.so : graphics/php80-gd
  9. iconv.so : converters/php80-iconv
  10. intl.so : devel/php80-intl
  11. mbstring.so : converters/php80-mbstring
  12. opcache.so : www/php80-opcache
  13. session.so : www/php80-session
  14. simplexml.so : textproc/php80-simplexml
  15. soap.so : net/php80-soap
  16. sodium.so : security/php80-sodium
  17. tokenizer.so : devel/php80-tokenizer
  18. xml.so : textproc/php80-xml
  19. xmlreader.so : textproc/php80-xmlreader
  20. xmlrpc.so : net/pecl-xmlrpc@php80
  21. zip.so : archivers/php80-zip
  22. zlib.so : archivers/php80-zlib
  23. mysqli.so : databases/php80-mysqli
Library dependencies:
  1. libmysqlclient.so.21 : databases/mysql80-client
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for moodle40-php80-4.0.9: LDAP=off: LDAP protocol support ====> Options available for the single BACKEND: you have to select exactly one of them MYSQL=on: MySQL database support PGSQL=off: PostgreSQL database support ===> Use 'make config' to modify these settings
Options name:
www_moodle40
USES:
cpe php:flavors tar:tgz mysql
pkg-message:
For install:
1) Create a user and a database for Moodle to store all its tables in (or choose an existing database). It doesn't matter what the database or user names are, as this will be configured in a later step. NOTE: this package assumes that either the phpX-pgsql, phpX-mysql, or phpX-mssql packages are installed. 2) Add the following to your Apache configuration file httpd.conf, and restart the server: Alias /moodle /usr/local/www/moodle/ AcceptPathInfo On <Directory /usr/local/www/moodle/> AllowOverride None Require all granted </Directory> 3) Visit your Moodle site with a browser (i.e., http://your.server.com/moodle/), and you should be taken to the install.php script, which will lead you through creating a config.php file and then setting up Moodle, creating an admin account, etc. At one step, you will get a message saying that the installer script was not able to automatically create the config.php file. Just download it and copy it to /usr/local/www/moodle/config.php. Beware that it will contain the database password in cleartext, so set up whatever file permissions you deem more adequate. For instance, user=root, group=www, mask=640. 4) Set up a cron task to invoke the file admin/cron.php every five minutes or so. For instance: */5 * * * * fetch http://your.server.com/moodle/admin/cron.php For more information, see the INSTALL DOCUMENTATION: http://docs.moodle.org/en/Installing_Moodle It may be worth reading the installation docs even if Moodle seems to be working at first, to ensure your PHP settings and database configuration will allow Moodle to operate properly.
If upgrading
If you are upgrading from an earlier version of Moodle, check out possible additional steps at: https://docs.moodle.org/400/en/Upgrading If you have real trouble, please visit the Moodle course "Using Moodle" on moodle.org.
Master Sites:
Expand this list (56 items)
Collapse this list.
  1. http://cfhcable.dl.sourceforge.net/project/moodle/Moodle/stable400/
  2. http://cytranet.dl.sourceforge.net/project/moodle/Moodle/stable400/
  3. http://deac-ams.dl.sourceforge.net/project/moodle/Moodle/stable400/
  4. http://deac-fra.dl.sourceforge.net/project/moodle/Moodle/stable400/
  5. http://deac-riga.dl.sourceforge.net/project/moodle/Moodle/stable400/
  6. http://downloads.sourceforge.net/project/moodle/Moodle/stable400/
  7. http://excellmedia.dl.sourceforge.net/project/moodle/Moodle/stable400/
  8. http://freefr.dl.sourceforge.net/project/moodle/Moodle/stable400/
  9. http://gigenet.dl.sourceforge.net/project/moodle/Moodle/stable400/
  10. http://ixpeering.dl.sourceforge.net/project/moodle/Moodle/stable400/
  11. http://jaist.dl.sourceforge.net/project/moodle/Moodle/stable400/
  12. http://jztkft.dl.sourceforge.net/project/moodle/Moodle/stable400/
  13. http://kumisystems.dl.sourceforge.net/project/moodle/Moodle/stable400/
  14. http://liquidtelecom.dl.sourceforge.net/project/moodle/Moodle/stable400/
  15. http://nchc.dl.sourceforge.net/project/moodle/Moodle/stable400/
  16. http://netactuate.dl.sourceforge.net/project/moodle/Moodle/stable400/
  17. http://netcologne.dl.sourceforge.net/project/moodle/Moodle/stable400/
  18. http://netix.dl.sourceforge.net/project/moodle/Moodle/stable400/
  19. http://onboardcloud.dl.sourceforge.net/project/moodle/Moodle/stable400/
  20. http://phoenixnap.dl.sourceforge.net/project/moodle/Moodle/stable400/
  21. http://razaoinfo.dl.sourceforge.net/project/moodle/Moodle/stable400/
  22. http://sinalbr.dl.sourceforge.net/project/moodle/Moodle/stable400/
  23. http://sitsa.dl.sourceforge.net/project/moodle/Moodle/stable400/
  24. http://sonik.dl.sourceforge.net/project/moodle/Moodle/stable400/
  25. http://tenet.dl.sourceforge.net/project/moodle/Moodle/stable400/
  26. http://udomain.dl.sourceforge.net/project/moodle/Moodle/stable400/
  27. http://ufpr.dl.sourceforge.net/project/moodle/Moodle/stable400/
  28. http://versaweb.dl.sourceforge.net/project/moodle/Moodle/stable400/
  29. https://cfhcable.dl.sourceforge.net/project/moodle/Moodle/stable400/
  30. https://cytranet.dl.sourceforge.net/project/moodle/Moodle/stable400/
  31. https://deac-ams.dl.sourceforge.net/project/moodle/Moodle/stable400/
  32. https://deac-fra.dl.sourceforge.net/project/moodle/Moodle/stable400/
  33. https://deac-riga.dl.sourceforge.net/project/moodle/Moodle/stable400/
  34. https://downloads.sourceforge.net/project/moodle/Moodle/stable400/
  35. https://excellmedia.dl.sourceforge.net/project/moodle/Moodle/stable400/
  36. https://freefr.dl.sourceforge.net/project/moodle/Moodle/stable400/
  37. https://gigenet.dl.sourceforge.net/project/moodle/Moodle/stable400/
  38. https://ixpeering.dl.sourceforge.net/project/moodle/Moodle/stable400/
  39. https://jaist.dl.sourceforge.net/project/moodle/Moodle/stable400/
  40. https://jztkft.dl.sourceforge.net/project/moodle/Moodle/stable400/
  41. https://kumisystems.dl.sourceforge.net/project/moodle/Moodle/stable400/
  42. https://liquidtelecom.dl.sourceforge.net/project/moodle/Moodle/stable400/
  43. https://nchc.dl.sourceforge.net/project/moodle/Moodle/stable400/
  44. https://netactuate.dl.sourceforge.net/project/moodle/Moodle/stable400/
  45. https://netcologne.dl.sourceforge.net/project/moodle/Moodle/stable400/
  46. https://netix.dl.sourceforge.net/project/moodle/Moodle/stable400/
  47. https://onboardcloud.dl.sourceforge.net/project/moodle/Moodle/stable400/
  48. https://phoenixnap.dl.sourceforge.net/project/moodle/Moodle/stable400/
  49. https://razaoinfo.dl.sourceforge.net/project/moodle/Moodle/stable400/
  50. https://sinalbr.dl.sourceforge.net/project/moodle/Moodle/stable400/
  51. https://sitsa.dl.sourceforge.net/project/moodle/Moodle/stable400/
  52. https://sonik.dl.sourceforge.net/project/moodle/Moodle/stable400/
  53. https://tenet.dl.sourceforge.net/project/moodle/Moodle/stable400/
  54. https://udomain.dl.sourceforge.net/project/moodle/Moodle/stable400/
  55. https://ufpr.dl.sourceforge.net/project/moodle/Moodle/stable400/
  56. https://versaweb.dl.sourceforge.net/project/moodle/Moodle/stable400/
Collapse this list.
Port Moves
  • port deleted on 2023-06-30
    REASON: Has expired: Requires php80 which is set to expire on 2023-11-26

Number of commits found: 21

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.0.9
30 Jun 2023 03:06:32
commit hash: 0ee1056dc2b4cd86ed8462130dbbedc857cf5c26commit hash: 0ee1056dc2b4cd86ed8462130dbbedc857cf5c26commit hash: 0ee1056dc2b4cd86ed8462130dbbedc857cf5c26commit hash: 0ee1056dc2b4cd86ed8462130dbbedc857cf5c26 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/moodle40: Remove expired port

2023-06-30 www/moodle40: Requires php80 which is set to expire on 2023-11-26

Approved by:	portmgr (blanket)
4.0.9
10 Jun 2023 23:47:47
commit hash: a1180c9de0b02813f6beb40cbe4b218a109726a6commit hash: a1180c9de0b02813f6beb40cbe4b218a109726a6commit hash: a1180c9de0b02813f6beb40cbe4b218a109726a6commit hash: a1180c9de0b02813f6beb40cbe4b218a109726a6 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle40: Update to 4.0.9
4.0.8
10 Jun 2023 14:57:35
commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Mark IGNORE_WITH_PHP for 8.3.X

Approved by:	portmgr (blanket)
Sponsored by:	Bounce Experts
4.0.8
23 Apr 2023 22:15:12
commit hash: 7e2add60a93f2cad2c440cf2f82d32460ce53c71commit hash: 7e2add60a93f2cad2c440cf2f82d32460ce53c71commit hash: 7e2add60a93f2cad2c440cf2f82d32460ce53c71commit hash: 7e2add60a93f2cad2c440cf2f82d32460ce53c71 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle40: Update to 4.0.8
4.0.7_1
23 Apr 2023 12:14:35
commit hash: aa12e327e832e3fbaffa249d5703e6708f1c3abecommit hash: aa12e327e832e3fbaffa249d5703e6708f1c3abecommit hash: aa12e327e832e3fbaffa249d5703e6708f1c3abecommit hash: aa12e327e832e3fbaffa249d5703e6708f1c3abe files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle*: Update CONFLICTS

Update EXPIRATION_DATE
4.0.7_1
16 Apr 2023 18:09:23
commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3eacommit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3eacommit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3eacommit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Remove merged or non-existent USE_PHP directives

- Remove USE_PHP=hash which is available in default php installation of
  all versions of php
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
  all versions of php
  * devel/pear-PHPTAL: Remove OPTION JSON
  * www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
  and later and has been replaced with sqlsrv module which is Windows
  only
  * www/codeigniter: Remove OPTION MSSQL
  * www/moodle311: Remove OPTION MSSQL
  * www/moodle39: Remove OPTION MSSQL
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.0.7_1
30 Mar 2023 23:59:53
commit hash: eeb94e954d363212a45cc60af3108d6bd86feb8bcommit hash: eeb94e954d363212a45cc60af3108d6bd86feb8bcommit hash: eeb94e954d363212a45cc60af3108d6bd86feb8bcommit hash: eeb94e954d363212a45cc60af3108d6bd86feb8b files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/moodle40: Mark DEPRECATED

- Requires php80 which is set to expire on 2023-11-26
- Set EXPIRATION_DATE 2023-12-31

Approved by:	portmgr (blanket)
Sponsored by:	Bounce Experts
4.0.7
12 Mar 2023 02:50:27
commit hash: 9b804d607a3e10279156e0b16babdf8f25169443commit hash: 9b804d607a3e10279156e0b16babdf8f25169443commit hash: 9b804d607a3e10279156e0b16babdf8f25169443commit hash: 9b804d607a3e10279156e0b16babdf8f25169443 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle40: Update to 4.0.7
4.0.6
14 Jan 2023 23:36:07
commit hash: 6a59a7bc9bdc8b586c7131b0d2a872002953c746commit hash: 6a59a7bc9bdc8b586c7131b0d2a872002953c746commit hash: 6a59a7bc9bdc8b586c7131b0d2a872002953c746commit hash: 6a59a7bc9bdc8b586c7131b0d2a872002953c746 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle40: Update to 4.0.6
4.0.5
27 Nov 2022 07:38:46
commit hash: 8098fe3bb23c65bc2813820fb6fcdb0dbbe4c314commit hash: 8098fe3bb23c65bc2813820fb6fcdb0dbbe4c314commit hash: 8098fe3bb23c65bc2813820fb6fcdb0dbbe4c314commit hash: 8098fe3bb23c65bc2813820fb6fcdb0dbbe4c314 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle*: Adjust CONFLICTS to welcome moodle41
4.0.5
16 Nov 2022 06:34:48
commit hash: fc0ad12e61539f428354f4d1c94dd8d69ddd1b9ecommit hash: fc0ad12e61539f428354f4d1c94dd8d69ddd1b9ecommit hash: fc0ad12e61539f428354f4d1c94dd8d69ddd1b9ecommit hash: fc0ad12e61539f428354f4d1c94dd8d69ddd1b9e files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle40: Update to 4.0.5
4.0.4
12 Sep 2022 06:44:14
commit hash: ebbf9b94a1f30f9b67d6cc19ebca03e41162d95acommit hash: ebbf9b94a1f30f9b67d6cc19ebca03e41162d95acommit hash: ebbf9b94a1f30f9b67d6cc19ebca03e41162d95acommit hash: ebbf9b94a1f30f9b67d6cc19ebca03e41162d95a files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle40: Update to 4.0.4
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
4.0.3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.0.3
22 Aug 2022 14:14:28
commit hash: 82c21663001cd433f17354ee6ae7f73527fcb6a5commit hash: 82c21663001cd433f17354ee6ae7f73527fcb6a5commit hash: 82c21663001cd433f17354ee6ae7f73527fcb6a5commit hash: 82c21663001cd433f17354ee6ae7f73527fcb6a5 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle40: Update to 4.0.3
4.0.2
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.0.2
12 Jul 2022 01:38:37
commit hash: 5d3621d4da3da8582265935c7bbbc46be036e70dcommit hash: 5d3621d4da3da8582265935c7bbbc46be036e70dcommit hash: 5d3621d4da3da8582265935c7bbbc46be036e70dcommit hash: 5d3621d4da3da8582265935c7bbbc46be036e70d files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle40: Update to 4.0.2
4.0.1
13 Jun 2022 00:08:05
commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Ignore with php82
4.0.1
07 May 2022 22:52:20
commit hash: 46c4ad8deb70abf1c7dd82afeffdc5d95df8dbd4commit hash: 46c4ad8deb70abf1c7dd82afeffdc5d95df8dbd4commit hash: 46c4ad8deb70abf1c7dd82afeffdc5d95df8dbd4commit hash: 46c4ad8deb70abf1c7dd82afeffdc5d95df8dbd4 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle40: Update to 4.0.1
4.0_1
25 Apr 2022 15:37:32
commit hash: 1f78b2580b56aa80fe5a3cfc0a4a19ea63c18212commit hash: 1f78b2580b56aa80fe5a3cfc0a4a19ea63c18212commit hash: 1f78b2580b56aa80fe5a3cfc0a4a19ea63c18212commit hash: 1f78b2580b56aa80fe5a3cfc0a4a19ea63c18212 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle40: Add missing DEPENDS
4.0
18 Apr 2022 01:15:03
commit hash: ac3547c9990f7890d0f52f9a75b8439cf6390f23commit hash: ac3547c9990f7890d0f52f9a75b8439cf6390f23commit hash: ac3547c9990f7890d0f52f9a75b8439cf6390f23commit hash: ac3547c9990f7890d0f52f9a75b8439cf6390f23 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle40: Add new port

Repocopied from www/moodle311
Moodle is a course management system (CMS) - a free, Open Source software
package designed using sound pedagogical principles, to help educators
create effective online learning communities. You can use it on any
computer you have handy (including webhosts), yet it can scale from a
single-teacher site to a 40,000-student University.

Number of commits found: 21