]> git.mjollnir.org Git - moodle.git/commitdiff
Language changes and help documentation additions to clearer explain richtext, html...
authormoodler <moodler>
Fri, 18 Oct 2002 09:29:44 +0000 (09:29 +0000)
committermoodler <moodler>
Fri, 18 Oct 2002 09:29:44 +0000 (09:29 +0000)
lang/en/help/richtext.html
lang/en/help/textformat.html [new file with mode: 0644]
lang/en/moodle.php

index b35bf27745c3ff1bb1659a4603f1d1a1581b6758..0a5bd6b9970b54405d53cfb8f2039a64f2de50c7 100644 (file)
@@ -1,6 +1,6 @@
-<P ALIGN=CENTER><B>About the Rich Text HTML editor</B></P>
+<P ALIGN=CENTER><B>About the Richtext HTML editor</B></P>
 
-<P>The Rich Text editor is currently only available when using Microsoft Internet Explorer 5.5 or later.
+<P>The Richtext HTML editor is currently only available when using Microsoft Internet Explorer 5.5 or later.
 
 <P>It provides a word-processor interface embedded in your web page to allow you to edit text in an intuitive way, and produces normal HTML code.
 
diff --git a/lang/en/help/textformat.html b/lang/en/help/textformat.html
new file mode 100644 (file)
index 0000000..9539039
--- /dev/null
@@ -0,0 +1,37 @@
+<P ALIGN=CENTER><B>Text formats</B></P>
+
+<P>When writing text in Moodle there are currently two formats you can choose
+   to produce your text.
+
+<P><B>Moodle auto-format</B></P>
+
+<UL>
+<P>This format is best for when you are using normal web forms for entry
+   (instead of the Richtext HTML editor).  Just type text normally, as if sending
+   and email (for example).
+
+<P>When you save your text, Moodle will do a number of things to automatically
+   format your text for you.  
+<P>For example, URLs such as 
+   <A HREF="http://yahoo.com/">http://yahoo.com</A> or even 
+   <A HREF="http://www.yahoo.com/">www.yahoo.com</A> will be turned into links.
+<P>Your line breaks will be retained, and blank lines will start new paragraphs.
+<P>Smiley characters such as :-) will automatically become their graphical equivalents.
+<P>You can even embed HTML code if you want to and it will be retained.
+<P ALIGN=RIGHT>Click <? helpbutton("text", get_string("helptext")) ?> for more details</P>
+</UL>
+
+<P><B>HTML format</B></P>
+
+<UL>
+<P>This format assumes the text is pure HTML.  If you are using the 
+   HTML editor to edit text then this is the default format - all 
+   the commands in the toolbar are producing HTML for you.
+
+<P>Even if you are not using the Richtext HTML editor, you can use HTML code 
+   in your text and it should come out exactly as you intended.
+
+<P>Unlike the Moodle auto-format, no automatic formatting is performed.
+<P ALIGN=RIGHT><? helpbutton("html", get_string("helphtml")) ?> More info about HTML</P>
+<P ALIGN=RIGHT><? helpbutton("richtext", get_string("helprichtext")) ?> More info about the Richtext HTML editor</P>
+</UL>
index 1ee22062dad431cea36c652b5b51ec7cfa3a707f..bde45c13167bf54366e729042b5d13a2134845b6 100644 (file)
@@ -206,7 +206,7 @@ $string['help'] = "Help";
 $string['helphtml'] = "How to write html";
 $string['helppicture'] = "How to upload a picture";
 $string['helptext'] = "How to write text";
-$string['helprichtext'] = "About the rich text editor";
+$string['helprichtext'] = "About the Richtext HTML editor";
 $string['helpquestions'] = "How to ask questions";
 $string['hide'] = "Hide";
 $string['home'] = "Home";