mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00

THIS IS A BIG CHANGE! I've renamed the "reading" module to "resource". This meant changing quite a few references throughout Moodle. The automatic upgrade process should work OK (it worked OK on my development server) and there shouldn't be any problems. BUT PLEASE PROCEED WITH CAUTION AND KEEP BACKUPS OF EVERYTHING UNTIL I HAVE A FEW MORE TESTS! If you upgrade please let me know. One thing that will break are any hard-coded links within forum messages. What I will be doing to fix this on my apache server is to add this to httpd.conf: Redirect /mod/reading/ http://moodle.com/mod/resource/ Sorry about any inconvenience, but it's better this is done sooner than later.
46 lines
2.2 KiB
HTML
Executable file
46 lines
2.2 KiB
HTML
Executable file
<HEAD>
|
|
<TITLE>Moodle Docs: Future</TITLE>
|
|
<LINK REL="stylesheet" HREF="../theme/standard/styles.css" TYPE="TEXT/CSS">
|
|
</HEAD>
|
|
|
|
<BODY BGCOLOR="#FFFFFF">
|
|
|
|
<H2>Future</H2>
|
|
<P>I'm committed to continuing my work on Moodle and on keeping it Open and Free.
|
|
I have a deeply-held belief in the importance of unrestricted education and
|
|
empowered teaching, and Moodle is the main way I can contribute to the realisation
|
|
of these ideals.
|
|
|
|
<P>As Moodle gains in maturity, I hope its directions are influenced by the community
|
|
of developers and users. A dynamic database of proposed features and their status
|
|
can be found at <A TARGET=_top HREF="http://bugs.moodle.org/">bugs.moodle.org</A>.
|
|
Your <a href="developer.html">contributions</a> in the form of ideas, code,
|
|
feedback and promotion are all very welcome.
|
|
|
|
<P>Now that 1.0.1 has been released, most of my efforts will concentrate on the
|
|
macro level (supporting larger classes and integrating into larger institutions)
|
|
and the micro level (improving support for decisions and processes, for both
|
|
teachers and learners).
|
|
|
|
<P>The next 6 months or so I will have to slow down my own development a little
|
|
(because I have a PhD thesis to finish). During this time there'll be a number
|
|
of small upgrades 1.0.2, 1.0.3 etc that I expect will contain minor new features
|
|
and polishing. I'll also be working with people adding new plugins (support for
|
|
more databases, new modules and new themes).
|
|
|
|
<P>Sometime in the first half of 2003 you can expect a major release (1.1, maybe 1.5) that has
|
|
new features like:
|
|
|
|
<UL>
|
|
<LI>Full user account management (eg connection to external databases, import/export etc)
|
|
<LI>Full grade management
|
|
<LI>Ability to define groups and group work
|
|
<LI>Automatic linking in texts to uploaded resources (like Wiki)
|
|
<LI>Online support for teachers to design and maintain classes
|
|
<LI>Online support for students in collaboration processes
|
|
</UL>
|
|
|
|
<P ALIGN="CENTER"> </P>
|
|
<P ALIGN="CENTER"><FONT SIZE="1"><A HREF="index.html" TARGET="_top">Moodle Documentation</A></FONT></P>
|
|
<P ALIGN="CENTER"><FONT SIZE="1">Version: $Id$</FONT></P>
|
|
</BODY>
|