]> git.mjollnir.org Git - moodle.git/commitdiff
Added one new file about directory paths syntax.
authorstronk7 <stronk7>
Wed, 8 Sep 2004 18:01:32 +0000 (18:01 +0000)
committerstronk7 <stronk7>
Wed, 8 Sep 2004 18:01:32 +0000 (18:01 +0000)
Please, review it!!

lang/en/help/directorypaths.html [new file with mode: 0644]
lang/en/help/index.html

diff --git a/lang/en/help/directorypaths.html b/lang/en/help/directorypaths.html
new file mode 100644 (file)
index 0000000..29308d7
--- /dev/null
@@ -0,0 +1,27 @@
+<P align="center"><b>Directory Paths</b></P>
+
+<P>Directory Paths full syntax depends of your Operating System:</P>
+
+<UL>
+
+<LI>In <b>Windows Systems</b> they are in the form:
+<UL> 
+<LI>c:\program files\data\moodle
+<LI>c:\documents and settings\moodle\temp\saved
+</UL>
+
+<BR />
+
+<LI>In <b>Unix Systems</b> they are in the form: 
+<UL>
+<LI>/usr/data/moodle
+<LI>/home/moodle/tmp/saved
+</UL>
+
+</UL>
+
+<P>Note that some paths (in config.php, Scheduled Backups... will require 
+that you specify an existing directory to work.</P>
+
+<P>Finally, make sure the upper/lower case is correct and do not include 
+a trailing slash.</P>
index 0578bee766e4e91b8ae188459e7e2e4370279e5c..05c86b8b00269e6a70a9891b16eb80ef6d9bdf4c 100755 (executable)
@@ -4,6 +4,7 @@
 <p>General</p>
 <ul>
   <li><a href="help.php?file=cookies.html">Cookies</a> 
+  <li><a href="help.php?file=directorypaths.html">Directory paths</a> 
 </ul>
 
 <p>Administration</p>