X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=blobdiff_plain;f=mainpage.txt;h=d563c96231630195e4bac24b22399760f8ad3d3f;hp=a2ac8b84f3b373f9e05e636749388761fa530b38;hb=600001d22208fad724290dd6225bb90f64d56f9b;hpb=68e428fbc56b0f22a522a4b8951a47381d99872f;ds=sidebyside diff --git a/mainpage.txt b/mainpage.txt index a2ac8b8..d563c96 100644 --- a/mainpage.txt +++ b/mainpage.txt @@ -1,6 +1,6 @@ -/* -*- coding: utf-8; -*- */ +/* -*- coding: euc-jp; -*- */ /***en @mainpage The m17n Library Documentation */ -/***ja @mainpage m17n ライブラリ */ +/***ja @mainpage m17n ¥é¥¤¥Ö¥é¥ê */ /***en @section what What is the m17n library? @@ -46,42 +46,42 @@ system. */ -/***ja @section what m17n ライブラリとは? +/***ja @section what m17n ¥é¥¤¥Ö¥é¥ê¤È¤Ï? -@e m17nライブラリ は C 言語用の多言語文書処理ライブラリです。 +@e m17n¥é¥¤¥Ö¥é¥ê ¤Ï C ¸À¸ìÍѤο¸À¸ìʸ½ñ½èÍý¥é¥¤¥Ö¥é¥ê¤Ç¤¹¡£ -"m17n" とは "multilingualization" の省略形です。 +"m17n" ¤È¤Ï "multilingualization" ¤Î¾Êά·Á¤Ç¤¹¡£ -m17n ライブラリは多言語を扱うため、以下の機能を提供します。 +m17n ¥é¥¤¥Ö¥é¥ê¤Ï¿¸À¸ì¤ò°·¤¦¤¿¤á¡¢°Ê²¼¤Îµ¡Ç½¤òÄ󶡤·¤Þ¤¹¡£ */ @@ -90,20 +90,20 @@ m17n ライブラリは多言語を扱うため、以下の機能を提供しま Simply include .h> in your program, and link it with the m17n library by -lm17n. See @ref m17nIntro for the detail. */ -/***ja @section usage 利用方法 +/***ja @section usage ÍøÍÑÊýË¡ -.h> をプログラムに include し、-lm17n で m17n ライブラリ -とリンクしてください。 @ref m17nIntro を参照。 */ +.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.
    -
  • m17n-db -- http://www.m17n.org/m17n-lib/download/m17n-db-1.2.0.tar.gz +
  • 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.
  • libxml2 -- http://xmlsoft.org/ @@ -154,56 +154,56 @@ mandatory but several functions of the m17n library depend on them.
*/ -/***ja @section extralib 外部ライブラリ/データ +/***ja @section extralib ³°Éô¥é¥¤¥Ö¥é¥ê¡¿¥Ç¡¼¥¿ -m17n ライブラリは以下の外部ライブラリを利用しています。必須ではありま -せんが、m17n ライブラリの幾つかの関数はこれらに依存しています。 +m17n ¥é¥¤¥Ö¥é¥ê¤Ï°Ê²¼¤Î³°Éô¥é¥¤¥Ö¥é¥ê¤òÍøÍѤ·¤Æ¤¤¤Þ¤¹¡£É¬¿Ü¤Ç¤Ï¤¢¤ê¤Þ +¤»¤ó¤¬¡¢m17n ¥é¥¤¥Ö¥é¥ê¤Î´ö¤Ä¤«¤Î´Ø¿ô¤Ï¤³¤ì¤é¤Ë°Í¸¤·¤Æ¤¤¤Þ¤¹¡£
    -
  • m17n-db -- http://www.m17n.org/m17n-lib/download/m17n-db-1.2.0.tar.gz +
  • m17n-db -- http://www.m17n.org/m17n-lib-ja/download/m17n-db-1.5.0.tar.gz - @ref m17nShell と @ref m17nGUI が使います。 + m17n ¥é¥¤¥Ö¥é¥ê¤Ë¼ï¡¹¤Î¾ðÊó¤òÄ󶡤·¤Þ¤¹¡£
  • libxml2 -- http://xmlsoft.org/ - 関数 mtext_serialize () と mtext_deserialize () が使います。 - libxml2 が利用できない時には、これらの関数は NULL を返します。 + ´Ø¿ô mtext_serialize () ¤È mtext_deserialize () ¤¬»È¤¤¤Þ¤¹¡£ + libxml2 ¤¬ÍøÍѤǤ­¤Ê¤¤»þ¤Ë¤Ï¡¢¤³¤ì¤é¤Î´Ø¿ô¤Ï NULL ¤òÊÖ¤·¤Þ¤¹¡£
  • fribidi -- http://fribidi.sourceforge.net/ - BIDI 処理に使います。利用できない時は、m17n ライブラリの表示エン - ジンは Arabic やHebrew などのスクリプトを正しく処理できません。 + BIDI ½èÍý¤Ë»È¤¤¤Þ¤¹¡£ÍøÍѤǤ­¤Ê¤¤»þ¤Ï¡¢m17n ¥é¥¤¥Ö¥é¥ê¤Îɽ¼¨¥¨¥ó + ¥¸¥ó¤Ï Arabic ¤äHebrew ¤Ê¤É¤Î¥¹¥¯¥ê¥×¥È¤òÀµ¤·¤¯½èÍý¤Ç¤­¤Þ¤»¤ó¡£
  • freetype -- http://www.freetype.org/ - ローカルフォントの処理に使います。 + ¥í¡¼¥«¥ë¥Õ¥©¥ó¥È¤Î½èÍý¤Ë»È¤¤¤Þ¤¹¡£
  • fontconfig -- http://nexp.cs.pdx.edu/fontconfig/ - Xft と共に、ローカルフォントの検索に使います。 + Xft ¤È¶¦¤Ë¡¢¥í¡¼¥«¥ë¥Õ¥©¥ó¥È¤Î¸¡º÷¤Ë»È¤¤¤Þ¤¹¡£
  • xft -- http://freedesktop.org/Software/Xft - fontconfig と共に X サーバの XRender 拡張を利用してテキストをロー - カルフォントで表示するために使います。 + fontconfig ¤È¶¦¤Ë X ¥µ¡¼¥Ð¤Î XRender ³ÈÄ¥¤òÍøÍѤ·¤Æ¥Æ¥­¥¹¥È¤ò¥í¡¼ + ¥«¥ë¥Õ¥©¥ó¥È¤Çɽ¼¨¤¹¤ë¤¿¤á¤Ë»È¤¤¤Þ¤¹¡£
  • GD - テキストをローカルフォントで bitmap/pixmap 上に表示するのに使いま - す。 + ¥Æ¥­¥¹¥È¤ò¥í¡¼¥«¥ë¥Õ¥©¥ó¥È¤Ç bitmap/pixmap ¾å¤Ëɽ¼¨¤¹¤ë¤Î¤Ë»È¤¤¤Þ + ¤¹¡£
  • libotf -- http://www.m17n.org/libotf/ - freetype と共に OpenType フォントの処理に使います。 + freetype ¤È¶¦¤Ë OpenType ¥Õ¥©¥ó¥È¤Î½èÍý¤Ë»È¤¤¤Þ¤¹¡£
  • anthy -- http://anthy.sourceforge.jp/ - 日本語入力メソッド ja-anthy.mim が使います。 + ÆüËܸìÆþÎϥ᥽¥Ã¥É ja-anthy.mim ¤¬»È¤¤¤Þ¤¹¡£
  • wordcut -- http://thaiwordseg.sourceforge.net/ - プログラム例 example/linebreak.c 中でタイ語の語の境界を見つけるた - めに使っています。 + ¥×¥í¥°¥é¥àÎã example/linebreak.c Ãæ¤Ç¥¿¥¤¸ì¤Î¸ì¤Î¶­³¦¤ò¸«¤Ä¤±¤ë¤¿ + ¤á¤Ë»È¤Ã¤Æ¤¤¤Þ¤¹¡£
*/ @@ -211,31 +211,31 @@ 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/ +Web: http://www.m17n.org/m17n-lib-en/ -Bug report: m17n-lib-bug@m17n.org +Bug report: m17n-lib-bug-XXXX@m17n.org (Replace XXXX with current year in 4 digits.) -Mailing lists: http://www.m17n.org/m17n-lib/mailinglist.html +Mailing lists: http://www.m17n.org/m17n-lib-en/mailinglist.html */ -/***ja @section contact 連絡先: +/***ja @section contact Ï¢ÍíÀè: -独立行政法人 産業技術総合研究所\n -情報技術研究部門\n -グローバル IT セキュリティグループ +ÆÈΩ¹ÔÀ¯Ë¡¿Í »º¶Èµ»½ÑÁí¹ç¸¦µæ½ê\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-ja/mailinglist.htm +¥á¥¤¥ê¥ó¥°¥ê¥¹¥È: http://www.m17n.org/m17n-lib-ja/mailinglist.htm */ /***en @section ack Acknowledgements */ -/***ja @section ack 謝辞 */ +/***ja @section ack ¼Õ¼­ */ /*** Special thanks to: @@ -259,14 +259,15 @@ Information-technology Promotion Agency (IPA) @htmlonly
Copyright (C) 2001 Information-technology Promotion Agency (IPA)

-Copyright (C) 2001-2006 +Copyright (C) 2001-2007 National Institute of Advanced Industrial Science and Technology (AIST)

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 */