Difference between revisions of "Mule"

From Free Software Directory
Jump to: navigation, search
(maintained as a part of GNU Emacs -- current version 6.0…)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=Mule
+
|Name=MULE
|Short description=Multilingual text editor for Emacs
+
|Short description=MULtilingual Enhancement to GNU Emacs
|Full description='mule' is a multilingual text editor supporting Japanese, Chinese (trad. and simpl.), Korean, Latin1-5, Greek, Hebrew, Cyrillic, Arabic, Thai, Vietnamese, Ethiopic, IPA. Included is a utility to convert multilingual text into standalone PS. The program is currently distributed as pert of the Emacs text editor.
+
|Full description='''Mule''' stands both for MUlti-Language Extensions, MULtilingual Environment and MULtilingual Enhancement to [[GNU Emacs]].
|User level=none
+
 
|Status=Live
+
The code was formerly part of NEmacs, a Japanese-only version of Emacs. It was written by a core team of developers of the National Institute of Advanced Industrial Science and Technology (AIST), which is a part of Ministry of Economy, Trade and Industry (METI), of the government of Japan. Mule provided support for a large number of languages, including Chinese, Japanese and Korean, and was integrated into [[Emacs|Emacs version 20]].
|Component programs=
+
 
|Homepage URL=
+
Current code includes:
|VCS checkout command=
+
* [http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/international/mule-cmds.el mule-cmds.el], commands for multilingual environment (Mule).
 +
* [http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/international/mule-conf.el mule-conf.el], configure multilingual environment.
 +
* [http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/international/mule-diag.el mule-diag.el], show diagnosis of multilingual environment.
 +
* [http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/international/mule-util.el mule-util.el], utility functions for multilingual environment.
 +
 
 +
Also included is an [http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/ps-mule.el utility] to convert multilingual text into standalone PS.
 +
 
 +
MULE is maintained as a part of [[GNU Emacs]].
 +
|Homepage URL=https://www.gnu.org/software/emacs
 +
|User level=beginner
 +
|Extension of=emacs
 +
|Component programs=ps-mule.el
 +
|VCS checkout command=git clone git://git.sv.gnu.org/emacs.git
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=
 
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
 
|Related projects=Gettext,Pango
 
|Related projects=Gettext,Pango
 
|Keywords=internationalization,localization,emacs,mule
 
|Keywords=internationalization,localization,emacs,mule
|Is GNU=n
+
|Version identifier=6.0
|Last review by=Janet Casey
+
|Version status=stable
|Last review date=2004-01-27
+
|Version download=http://ftpmirror.gnu.org/emacs/
 +
|Last review by=Genium
 +
|Last review date=2016/12/24
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=2.3
+
|Status=
|Version date=1999-02-18
+
|Is GNU=No
|Version status=stable
 
|Version download=ftp://ftp.m17n.org/pub/mule/mule-2.3.tar.gz
 
 
|License verified date=2001-07-06
 
|License verified date=2001-07-06
|Version comment=2.3 stable released 1999-02-18
+
}}
 +
{{Project license
 +
|License=GPLv3orlater
 +
|License verified by=Genium
 +
|License verified date=2016/12/24
 +
|License note=http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/international/mule.el
 
}}
 
}}
 
{{Person
 
{{Person
|Role=Maintainer
+
|Real name=Kenichi Handa
|Real name=Ken'ichi HANDA
+
|Role=Former maintainer
 
|Email=handa@etl.go.jp
 
|Email=handa@etl.go.jp
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Satoru Tomura
 +
|Role=Former developer
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Mikiko Nishikimi
 +
|Role=Former developer
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=General
+
|Resource audience=History
 
|Resource kind=Download
 
|Resource kind=Download
 
|Resource URL=ftp://ftp.m17n.org/pub/mule
 
|Resource URL=ftp://ftp.m17n.org/pub/mule
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking,Developer,Support
+
|Resource audience=History
|Resource kind=E-mail
+
|Resource kind=Homepage
|Resource URL=mailto:handa@etl.go.jp
+
|Resource URL=https://savannah.nongnu.org/projects/mule
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=http://git.savannah.gnu.org/cgit/emacs.git
 +
}}
 +
{{Resource
 +
|Resource audience=User
 +
|Resource kind=Homepage
 +
|Resource URL=https://www.gnu.org/software/emacs
 
}}
 
}}
 
{{Software category
 
{{Software category
Line 51: Line 83:
 
|Works-with=text
 
|Works-with=text
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=GPLv2orlater
 
|License verified by=Janet Casey
 
|License verified date=2001-07-06
 
}}
 

Revision as of 14:20, 24 December 2016


[edit]

MULE

https://www.gnu.org/software/emacs
MULtilingual Enhancement to GNU Emacs

Mule stands both for MUlti-Language Extensions, MULtilingual Environment and MULtilingual Enhancement to GNU Emacs.

The code was formerly part of NEmacs, a Japanese-only version of Emacs. It was written by a core team of developers of the National Institute of Advanced Industrial Science and Technology (AIST), which is a part of Ministry of Economy, Trade and Industry (METI), of the government of Japan. Mule provided support for a large number of languages, including Chinese, Japanese and Korean, and was integrated into Emacs version 20.

Current code includes:

Also included is an utility to convert multilingual text into standalone PS.

MULE is maintained as a part of GNU Emacs.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

24 December 2016




Leaders and contributors

Contact(s)Role
Satoru Tomura Former developer
Mikiko Nishikimi Former developer
Kenichi Handa Former maintainer


Resources and communication

AudienceResource typeURI
Python (Ref)https://pypi.org/project/Mule
DeveloperVCS Repository Webviewhttp://git.savannah.gnu.org/cgit/emacs.git
Savannah (Ref)https://savannah.nongnu.org/projects/mule
HistoryDownloadftp://ftp.m17n.org/pub/mule
Debian (Ref)https://tracker.debian.org/pkg/mule
Ruby (Ref)https://rubygems.org/gems/mule
EmacsWikiHomepagehttps://www.emacswiki.org/emacs/mule
UserHomepagehttps://www.gnu.org/software/emacs


Software prerequisites




Entry








"Former maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.



"Former developer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.



"Former developer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"History" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"History" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"User" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.









Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.