X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=blobdiff_plain;f=mainpage.txt;h=a2ac8b84f3b373f9e05e636749388761fa530b38;hp=813dbeaa21a1b6dbcf0e4d72ce4c3675e47fb61c;hb=68e428fbc56b0f22a522a4b8951a47381d99872f;hpb=b1b5a9144228309821c441952005fa5602536330 diff --git a/mainpage.txt b/mainpage.txt index 813dbea..a2ac8b8 100644 --- a/mainpage.txt +++ b/mainpage.txt @@ -1,11 +1,9 @@ -/* -*- coding: euc-jp; -*- */ -/***en @mainpage The M17N Library Documentation */ -/***ja @mainpage M17N ¥é¥¤¥Ö¥é¥ê */ +/* -*- coding: utf-8; -*- */ +/***en @mainpage The m17n Library Documentation */ +/***ja @mainpage m17n ライブラリ */ -/***en @section what What is the m17n library? */ -/***ja @section what M17N ¥é¥¤¥Ö¥é¥ê¤È¤Ï? */ +/***en @section what What is the m17n library? -/*** The @e m17n @e library is a multilingual text processing library for the C language. @@ -43,39 +41,175 @@ characters and more non-Unicode characters.
  • @e Chartable: A data structure that contains per-character information efficiently. -
  • Functions for inputting and displaying M-text on a window +
  • Functions for inputting and displaying M-texts on a window system. */ -/***en @section usage How to use it? */ -/***ja @section usage ÍøÍÑË¡ */ -/*** -Just include in your program, and link it with the m17n -library by -lm17n. See @ref m17nIntro @latexonly -(P.\pageref{group__m17nIntro}) @endlatexonly for the detail. */ +/***ja @section what m17n ライブラリとは? -/***en @section extralib External libraries and data */ -/***ja @section extralib ³°Éô¥é¥¤¥Ö¥é¥ê¡¿¥Ç¡¼¥¿ */ -/*** +@e m17nライブラリ は C 言語用の多言語文書処理ライブラリです。 + + + +"m17n" とは "multilingualization" の省略形です。 + +m17n ライブラリは多言語を扱うため、以下の機能を提供します。 + + +*/ +/***en @section usage How to use it? + +Simply include .h> in your program, and link it with the m17n +library by -lm17n. See @ref m17nIntro for the detail. */ + +/***ja @section usage 利用方法 + +.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.
      +
    • m17n-db -- http://www.m17n.org/m17n-lib/download/m17n-db-1.2.0.tar.gz + + Used by @ref m17nShell and @ref m17nGUI. +
    • libxml2 -- http://xmlsoft.org/ + + Used by the functions mtext_serialize () and mtext_deserialize (). + Those functions return NULL when libxml2 is not available, +
    • fribidi -- http://fribidi.sourceforge.net/ + + 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. +
    • freetype -- http://www.freetype.org/ + + Used for handling local fonts. + +
    • fontconfig -- http://nexp.cs.pdx.edu/fontconfig/ + + Used for handling local fonts supported by the freetype library. + +
    • fontconfig -- http://freedesktop.org/Software/fontconfig + + Used for finding local fonts in combination with Xft. + +
    • xft -- http://freedesktop.org/Software/Xft + + Used for drawing text with local fonts by X Render Extension of X + server in combination with fontconfig. + +
    • GD + + Used for rendering text with local fonts on bitmap/pixmap. +
    • libotf -- http://www.m17n.org/libotf/ + + Used for handling OpenTypee fonts in combination with freetype + and Xft. +
    • anthy -- http://anthy.sourceforge.jp/ -
    • m17n-db -- http://www.m17n.org/m17n-db/ + + Used for the Japanese input method ja-anthy.mim. + +
    • wordcut -- http://thaiwordseg.sourceforge.net/ + + Used for finding Thai word boundary in the example program + example/linebreak.c. +
    */ +/***ja @section extralib 外部ライブラリ/データ + +m17n ライブラリは以下の外部ライブラリを利用しています。必須ではありま +せんが、m17n ライブラリの幾つかの関数はこれらに依存しています。 + +
      +
    • m17n-db -- http://www.m17n.org/m17n-lib/download/m17n-db-1.2.0.tar.gz + + @ref m17nShell と @ref m17nGUI が使います。 + +
    • libxml2 -- http://xmlsoft.org/ + + 関数 mtext_serialize () と mtext_deserialize () が使います。 + libxml2 が利用できない時には、これらの関数は NULL を返します。 + + +
    • fribidi -- http://fribidi.sourceforge.net/ + + BIDI 処理に使います。利用できない時は、m17n ライブラリの表示エン + ジンは Arabic やHebrew などのスクリプトを正しく処理できません。 + +
    • freetype -- http://www.freetype.org/ + + ローカルフォントの処理に使います。 + +
    • fontconfig -- http://nexp.cs.pdx.edu/fontconfig/ + + Xft と共に、ローカルフォントの検索に使います。 + +
    • xft -- http://freedesktop.org/Software/Xft + + fontconfig と共に X サーバの XRender 拡張を利用してテキストをロー + カルフォントで表示するために使います。 + +
    • GD + テキストをローカルフォントで bitmap/pixmap 上に表示するのに使いま + す。 + +
    • libotf -- http://www.m17n.org/libotf/ + + freetype と共に OpenType フォントの処理に使います。 + +
    • anthy -- http://anthy.sourceforge.jp/ + + 日本語入力メソッド ja-anthy.mim が使います。 + +
    • wordcut -- http://thaiwordseg.sourceforge.net/ + + プログラム例 example/linebreak.c 中でタイ語の語の境界を見つけるた + めに使っています。 + +
    +*/ + +/***en @section contact Contact us: -/***en @section contact Contact us: */ -/***ja @section contact Ï¢ÍíÀè */ -/*** Global IT Security Group\n National Information Technology Research Institute\n Institute of Advanced Industrial Science and Technology @@ -84,13 +218,24 @@ Web: http://www.m17n.org/m17n-lib/ Bug report: m17n-lib-bug@m17n.org -Mailing list (English): m17n-lib@m17n.org +Mailing lists: http://www.m17n.org/m17n-lib/mailinglist.html -Mailing list (Japanese): m17n-lib-ja@m17n.org */ +/***ja @section contact 連絡先: + +独立行政法人 産業技術総合研究所\n +情報技術研究部門\n +グローバル IT セキュリティグループ + +Web: http://www.m17n.org/m17n-lib/ + +バグレポート: m17n-lib-bug@m17n.org +メイリングリスト: http://www.m17n.org/m17n-lib-ja/mailinglist.htm + +*/ /***en @section ack Acknowledgements */ -/***ja @section ack ¼Õ¼­ */ +/***ja @section ack 謝辞 */ /*** Special thanks to: @@ -99,8 +244,29 @@ Special thanks to:
  • Dimitri van Heesch Author of Doxygen . Without -this tool, it would have been impossible to create this document. +this tool, it would have been impossible to create this documentation. + +
  • Information-technology Promotion Agency (IPA), Japan + +Writing this documentation was partially funded by +Information-technology Promotion Agency (IPA) + in fiscal year 2001. */ +/*** +@htmlonly +
    +Copyright (C) 2001 Information-technology Promotion Agency (IPA)

    +Copyright (C) 2001-2006 + 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". +@endhtmlonly +*/