From 06a609e91edd83672cbb7c12ec4806eac15b2436 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 26 Oct 2002 05:37:31 +0000 Subject: [PATCH] One more thing - I' moved the RELEASE.html into the other documentation to make it easier to find later on. --- RELEASE.html | 78 ----------------------------------------------- admin/index.php | 2 +- doc/contents.html | 1 + doc/release.html | 2 +- 4 files changed, 3 insertions(+), 80 deletions(-) delete mode 100644 RELEASE.html diff --git a/RELEASE.html b/RELEASE.html deleted file mode 100644 index a24c1d0b3c..0000000000 --- a/RELEASE.html +++ /dev/null @@ -1,78 +0,0 @@ -

Release notes for Moodle 1.0.6

- -

Major changes in this release (since 1.0.5):

- - - diff --git a/admin/index.php b/admin/index.php index 997bc1bdbb..f1a8aff0bc 100644 --- a/admin/index.php +++ b/admin/index.php @@ -115,7 +115,7 @@ } print_continue("index.php"); print_simple_box_start("CENTER"); - include("$CFG->dirroot/RELEASE.html"); + include("$CFG->dirroot/doc/release.html"); print_simple_box_end(); print_continue("index.php"); exit; diff --git a/doc/contents.html b/doc/contents.html index 085d15b3ea..11f67fae18 100755 --- a/doc/contents.html +++ b/doc/contents.html @@ -11,6 +11,7 @@
  • Background
  • Features +
  • Latest release
  • Installation
  • Teacher Manual
  • Developer Manual diff --git a/doc/release.html b/doc/release.html index b6d4af6aa2..88f2314b74 100644 --- a/doc/release.html +++ b/doc/release.html @@ -78,5 +78,5 @@

     

    -

    Moodle Documentation

    +

    Moodle Documentation

    Version: $Id$

    -- 2.39.5