*** empty log message ***
[m17n/m17n-docs.git] / mainpage.txt
index 7bb329a..d563c96 100644 (file)
@@ -87,44 +87,60 @@ m17n 
 */
 /***en @section usage How to use it? 
 
-Simply include <m17n.h> in your program, and link it with the m17n
-library by -lm17n.  See @ref m17nIntro @latexonly
-(P.\pageref{group__m17nIntro}) @endlatexonly for the detail.  */
+Simply include <m17n<EM></EM>.h> in your program, and link it with the m17n
+library by -lm17n.  See @ref m17nIntro for the detail.  */
 
 /***ja @section usage ÍøÍÑÊýË¡ 
 
-<m17n.h> ¤ò¥×¥í¥°¥é¥à¤Ë include ¤·¡¢-lm17n ¤Ç m17n ¥é¥¤¥Ö¥é¥ê¤È¥ê¥ó¥¯
-¤·¤Æ¤¯¤À¤µ¤¤¡£ @ref m17nIntro ¤ò»²¾È¡£@latexonly
-(P.\pageref{group__m17nIntro}) @endlatexonly  */
+<m17n<EM></EM>.h> ¤ò¥×¥í¥°¥é¥à¤Ë include ¤·¡¢-lm17n ¤Ç m17n ¥é¥¤¥Ö¥é¥ê
+¤È¥ê¥ó¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£ @ref m17nIntro ¤ò»²¾È¡£  */
 
 /***en @section extralib External libraries and data 
 
 The m17n library utilizes these external libraries.  They are not
-mandatory but several functions of the m17n library depend on them.
+mandatory but many functions of the m17n library depend on them.
 
 <ul>
-<li> m17n-db -- http://www.m17n.org/m17n-lib/download/m17n-db-1.0.tar.gz
+<li> m17n-db -- http://www.m17n.org/m17n-lib-en/download/m17n-db-1.5.0.tar.gz
 
-     Used by @ref m17nShell and @ref m17nGUI.
+     Provide various information to the m17n library.
 
 <li> libxml2 -- http://xmlsoft.org/
 
      Used by the functions mtext_serialize () and mtext_deserialize ().
-     Those functions return NULL when libxml2 is not avairable,
+     Those functions return NULL when libxml2 is not available,
 
 <li> fribidi -- http://fribidi.sourceforge.net/
 
-     Used for BIDI processing.  If it is not avairable, the rendering
-     engine of the m17n library can't handle such scritp as Arabic and
+     Used for BIDI processing.  If it is not available, the rendering
+     engine of the m17n library can't handle such script as Arabic and
      Hebrew correctly.
 
 <li> freetype -- http://www.freetype.org/
 
-     Used for handling TrueType and Type1 fonts.
+     Used for handling local fonts.
+
+<li> fontconfig -- http://nexp.cs.pdx.edu/fontconfig/
+
+     Used for handling local fonts supported by the freetype library.
+
+<li> fontconfig -- http://freedesktop.org/Software/fontconfig
+
+     Used for finding local fonts in combination with Xft.
+
+<li> xft -- http://freedesktop.org/Software/Xft
+
+     Used for drawing text with local fonts by X Render Extension of X
+     server in combination with fontconfig.
+
+<li> GD
+
+     Used for rendering text with local fonts on bitmap/pixmap.
 
 <li> libotf  -- http://www.m17n.org/libotf/
 
-     Used for handling OpenTypee fonts.
+     Used for handling OpenTypee fonts in combination with freetype
+     and Xft.
 
 <li> anthy -- http://anthy.sourceforge.jp/
 
@@ -144,9 +160,9 @@ m17n 
 ¤»¤ó¤¬¡¢m17n ¥é¥¤¥Ö¥é¥ê¤Î´ö¤Ä¤«¤Î´Ø¿ô¤Ï¤³¤ì¤é¤Ë°Í¸¤·¤Æ¤¤¤Þ¤¹¡£
 
 <ul>
-<li> m17n-db -- http://www.m17n.org/m17n-lib/download/m17n-db-1.0.tar.gz
+<li> m17n-db -- http://www.m17n.org/m17n-lib-ja/download/m17n-db-1.5.0.tar.gz
 
-     @ref m17nShell ¤È @ref m17nGUI ¤¬»È¤¤¤Þ¤¹¡£
+     m17n ¥é¥¤¥Ö¥é¥ê¤Ë¼ï¡¹¤Î¾ðÊó¤òÄ󶡤·¤Þ¤¹¡£
 
 <li> libxml2 -- http://xmlsoft.org/
 
@@ -161,11 +177,24 @@ m17n 
 
 <li> freetype -- http://www.freetype.org/
 
-     TrueType ¤È Type1 ¥Õ¥©¥ó¥È¤Î½èÍý¤Ë»È¤¤¤Þ¤¹¡£
+     ¥í¡¼¥«¥ë¥Õ¥©¥ó¥È¤Î½èÍý¤Ë»È¤¤¤Þ¤¹¡£
+
+<li> fontconfig -- http://nexp.cs.pdx.edu/fontconfig/
+
+     Xft ¤È¶¦¤Ë¡¢¥í¡¼¥«¥ë¥Õ¥©¥ó¥È¤Î¸¡º÷¤Ë»È¤¤¤Þ¤¹¡£
+
+<li> xft -- http://freedesktop.org/Software/Xft
+
+     fontconfig ¤È¶¦¤Ë X ¥µ¡¼¥Ð¤Î XRender ³ÈÄ¥¤òÍøÍѤ·¤Æ¥Æ¥­¥¹¥È¤ò¥í¡¼
+     ¥«¥ë¥Õ¥©¥ó¥È¤Çɽ¼¨¤¹¤ë¤¿¤á¤Ë»È¤¤¤Þ¤¹¡£
+
+<li> GD
+     ¥Æ¥­¥¹¥È¤ò¥í¡¼¥«¥ë¥Õ¥©¥ó¥È¤Ç bitmap/pixmap ¾å¤Ëɽ¼¨¤¹¤ë¤Î¤Ë»È¤¤¤Þ
+     ¤¹¡£
 
 <li> libotf  -- http://www.m17n.org/libotf/
 
-     OpenType ¥Õ¥©¥ó¥È¤Î½èÍý¤Ë»È¤¤¤Þ¤¹¡£
+     freetype ¤È¶¦¤Ë OpenType ¥Õ¥©¥ó¥È¤Î½èÍý¤Ë»È¤¤¤Þ¤¹¡£
 
 <li> anthy -- http://anthy.sourceforge.jp/
 
@@ -182,30 +211,28 @@ m17n 
 /***en @section contact Contact us: 
 
 Global IT Security Group\n
-National Information Technology Research Institute\n
-Institute of Advanced Industrial Science and Technology
+Information Technology Research Institute\n
+National Institute of Advanced Industrial Science and Technology
+
+Web: http://www.m17n.org/m17n-lib-en/
 
-Web: http://www.m17n.org/m17n-lib/
+Bug report: m17n-lib-bug-XXXX@m17n.org (Replace XXXX with current year in 4 digits.)
 
-Bug report: m17n-lib-bug@m17n.org
+Mailing lists: http://www.m17n.org/m17n-lib-en/mailinglist.html
 
-Subscribe the mailing list 
-@li (English): http://www.m17n.org/m17n-lib/m17n-lib-archive/index.html
-@li (Japanese): http://www.m17n.org/m17n-lib/m17n-lib-ja-archive/index.html
 */
 /***ja @section contact Ï¢ÍíÀè:
 
 ÆÈΩ¹ÔÀ¯Ë¡¿Í »º¶Èµ»½ÑÁí¹ç¸¦µæ½ê\n
-¾ðÊó½èÍý¸¦µæÉôÌç\n
+¾ðÊ󵻽Ѹ¦µæÉôÌç\n
 ¥°¥í¡¼¥Ð¥ë IT ¥»¥­¥å¥ê¥Æ¥£¥°¥ë¡¼¥×
 
-Web: http://www.m17n.org/m17n-lib/
+Web: http://www.m17n.org/m17n-lib-ja/
 
-¥Ð¥°¥ì¥Ý¡¼¥È: m17n-lib-bug@m17n.org
+¥Ð¥°¥ì¥Ý¡¼¥È: m17n-lib-bug-XXXX@m17n.org (XXXX¤ÎÉôʬ¤Ë¤Ï¸½ºß¤Îǯ¡ÊÀ¾Îñ¡Ë¤ò4·å¤ÇÆþ¤ì¤Æ¤¯¤À¤µ¤¤¡£)
 
-¥á¥¤¥ê¥ó¥°¥ê¥¹¥È¹ØÆÉ (±Ñ¸ì): http://www.m17n.org/m17n-lib/m17n-lib-archive/index.html
+¥á¥¤¥ê¥ó¥°¥ê¥¹¥È: http://www.m17n.org/m17n-lib-ja/mailinglist.htm
 
-¥á¥¤¥ê¥ó¥°¥ê¥¹¥È¹ØÆÉ (ÆüËܸì): http://www.m17n.org/m17n-lib/m17n-lib-ja-archive/index.html
 */
 /***en @section ack Acknowledgements */
 /***ja @section ack ¼Õ¼­ */
@@ -232,14 +259,15 @@ Information-technology Promotion Agency (IPA)
 @htmlonly
 <hr>
 Copyright (C) 2001 Information-technology Promotion Agency (IPA)<p>
-Copyright (C) 2001-2004
+Copyright (C) 2001-2007
   National Institute of Advanced Industrial Science and Technology (AIST)<p>
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.2 or
 any later version published by the Free Software Foundation; with no
-Invariant Section, Front-Cover Texts "The m17n library documentation",
-and no Back-Cover Texts.  A copy of the license is included in the
-appendix entitled "GNU Free Documentation License".
+Invariant Section, no Front-Cover Texts, and no Back-Cover Texts.  A
+copy of the license is included in the appendix entitled "GNU Free
+Documentation License".
+
 @endhtmlonly
 */