Some updates

This commit is contained in:
moodler
2003-05-15 16:16:53 +00:00
parent ae384ef160
commit 455d308f5d
2 changed files with 27 additions and 13 deletions
+22 -12
View File
@@ -27,10 +27,9 @@
<H3><BR>Translations</H3>
<BLOCKQUOTE>
<P>Many thanks to these people - each translation takes many hours of work, as there are over
900 phrases to translate (plus all the help files!).
1000 phrases to translate (plus all the help files!).
These are listed in the order that languages were added to the project:
<UL>
<LI><B>en - English</B>, by Martin Dougiamas
<LI><B>fr - French</B>, by Sébastien Namèche, [email protected], <A HREF="http://gaia.anet.fr/">http://gaia.anet.fr/</A>
<LI><B>fi - Finnish</B>, by Petri Asikainen ([email protected]), Jaana Tolvanen ([email protected])
<LI><B>it - Italian</B>, by Davide Suraci, [email protected]
@@ -44,7 +43,7 @@
<LI><B>id - Indonesian</B>, by Arfan Hidayat, [email protected], <A HREF="http://www.kursusmaya.com">http://www.kursusmaya.com</A>
<LI><B>ja - Japanese</B>, by Mitsuhiro Yoshida, [email protected], <A HREF="http://mitstek.com">http://mitstek.com</A>
<LI><B>tr - Turkish</B>, by M. Cüneyt Birkök, [email protected], <A HREF="http://birkok.net">http://birkok.net</A>
<LI><B>zh_cn - Chinese</B>, by Zhang Dexuan, [email protected]
<LI><B>zh_cn - Chinese (Simplified)</B>, by Zhang Dexuan, [email protected]
<LI><B>ar - Arabic</B>, by Ahmed Nabil, [email protected]
<LI><B>sv - Swedish</B>, by Set Lonnert, [email protected], <A HREF="http://setlonnert.com">http://setlonnert.com</A>
<LI><B>th - Thai</B>, by Wim Singhanart, [email protected], <A HREF="http://www.suthira.net">www.suthira.net</A>
@@ -57,6 +56,7 @@
<LI><B>ru - Russian</B>, by Ilia Chipitsine ([email protected])
<LI><B>da - Danish</B>, by Søren Vinther Hansen ([email protected])
<LI><B>pl - Polish</B>, by Adam Pawelczak ([email protected])
<LI><B>zh_tw - Chinese (Traditional) </B>, by Fu-Kwun Hwang ([email protected])
</UL>
</BLOCKQUOTE>
@@ -83,15 +83,23 @@
</UL>
</P>
<P>Especially, thanks to those of you who have at some time contributed
with long constructive discussions and especially code. This list is long
<P>Special thanks to those who have contributed substantial amounts of time to helping with Moodle code, including:
<UL>
Petri Asikainen,
Greg Barnett,
Ray Kingdon, and
Eloy Lafuente.
</UL>
</P>
<P>Also, thanks to those of you who have at some time contributed
with constructive discussions, support and bits of code. This list is long
and always changing, but some names include (in the order I added them):
<UL>
Art Lader,
Matt Hope,
Tom Murdock,
Sébastien Namèche,
Petri Asikainen,
James Miller,
Dustin Rue,
Holger Schadeck,
@@ -100,17 +108,19 @@
Sean Keogh,
Mitsuhiro Yoshida,
Mark Kimes,
Greg Barnett,
Mary Hunter,
Ray Kingdon,
Przemyslaw Stencel,
Roberto Pinna (Bobo)
Roberto Pinna (Bobo),
John Eyre,
Paula Edmiston,
Scott Elliott,
Howard Miller,
Claudio Tavares
</UL>
</P>
<P>I apologise if for some reason your name is not on this list - it's very
difficult to maintain! Mail me and demand to be on it. :-)
<P>I apologise if I've forgotten to include your name here - it's very
difficult to maintain! Mail me (Martin) and demand to have this page fixed! :-)
</P>
</BLOCKQUOTE>
+5 -1
View File
@@ -16,6 +16,7 @@
<DT> General</DT>
<DD>
<LI>Various optimisations and significant performance enhancements</LI>
<LI>Several obscure security fixes</LI>
<LI>Moodle is now well-behaved when enclosed within a frame</LI>
<LI>Richtext editor can now be used in more text-editing fields</LI>
<LI>New format "Plain text format", useful when posting code or HTML.</LI>
@@ -26,13 +27,16 @@
<LI>Various fixes for cleaning some external text of quotes, etc</LI>
<LI>Various fixes for PostgreSQL 7.3 compatibility</LI>
<LI>Many changes to themes - authors of custom themes should read <A HREF="http://moodle.org/theme/UPGRADE.txt">theme/UPGRADE.txt</A> </LI>
<LI>Started migration of HTML code towards XHTML Transitional</LI>
<LI>Countless other little fixes all over the place</LI>
</DD>
<DT> Languages</DT>
<DD>
<LI>8 new language packs! Argentinian Spanish, Czech, Portuguese, Slovakian, Romanian, Danish, Russian and Polish.</LI>
<LI><B>9</B> new language packs! Argentinian Spanish, Czech, Portuguese, Slovakian, Romanian, Danish, Russian, Polish and Chinese Traditional.</LI>
<LI>Fixes and upgrades to almost all language packs</LI>
<LI>Language can be specified for the current session (see menu on home page and login page) and can be changed on any page by something to the url, eg: http://moodle.org/?lang=ru </LI>
<LI>Language menu can be restricted to a subset of languages and even removed.
<LI>Truetype fonts are now part of the language packs</LI>
<LI>ALL dates/times can now be reformatted as part of the language pack</LI>
</DD>