Change font download URL.
[m17n/m17n-db.git] / mdb.dir
diff --git a/mdb.dir b/mdb.dir
index e5a5c82..687f0b5 100644 (file)
--- a/mdb.dir
+++ b/mdb.dir
@@ -1,5 +1,5 @@
 ;; mdb.dir -- The m17n database directory                      -*- lisp -*-
-;; Copyright (C) 2003, 2004, 2005
+;; Copyright (C) 2003, 2004, 2005, 2006
 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
 ;;   Registration Number H15PRO112
 
@@ -18,8 +18,8 @@
 
 ;; You should have received a copy of the GNU Lesser General Public
 ;; License along with the m17n library; if not, write to the Free
-;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-;; 02111-1307, USA.
+;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;; General format: (TAG0 TAG1 [ TAG2 [ TAG3 ] ] FILE)
 ;;     TAG0..TAG3 must be symbol.
 ;;; #Mcase_mapping property.
 (char-table plist case-mapping "CASE-MAPPING.tab")
 
+;;; <li> BLOCKS.tab
+;;;
+;;; Unicode fallback script name for each character that is available
+;;; as #Mblock property.  Generated manually by referring UCD
+;;; Blocks.txt.
+;;;
+(char-table symbol block "BLOCK.tab")
+
 ;;; </ul>
 
 ;;; @section mim-list Input method
 ;;;
 ;;; See @ref mdbIM for the format of these files.
 ;;; <ul>
-;; The actual tags and filename are defined in each file matching "*.mim".
+;; The actual tags and filename are defined in each file with extension "mim".
 (input-method * "*.mim")
 ;;; </ul>
 
 ;;;
 ;;; See @ref mdbFLT for the format of these files.
 ;;; <ul>
-(font layouter arab "ARAB.flt")
-(font layouter arab-otf "ARAB-OTF.flt")
-(font layouter arab-otf-no-gpos "ARAB-OTF-NO-GPOS.flt")
-(font layouter beng-otf "BENG-OTF.flt")
-(font layouter deva-cdac "DEVA-CDAC.flt")
-(font layouter deva-otf "DEVA-OTF.flt")
-(font layouter gujr-otf "GUJR-OTF.flt")
-(font layouter guru-otf "GURU-OTF.flt")
-(font layouter hebr "HEBR.flt")
-(font layouter hebr-ff "HEBR-FF.flt")
-(font layouter khmr-anlong "KHMR-ANLONG.flt")
-(font layouter khmr-mule "KHMR-MULE.flt")
-(font layouter khmr-otf "KHMR-OTF.flt")
-(font layouter knda-otf "KNDA-OTF.flt")
-(font layouter laoo-alice "LAOO-ALICE.flt")
-(font layouter laoo-mule "LAOO-MULE.flt")
-(font layouter laoo-generic "LAOO-GENERIC.flt")
-(font layouter mlym-cdac "MLYM-CDAC.flt")
-(font layouter mlym-otf "MLYM-OTF.flt")
-(font layouter mlym-rachana "MLYM-RACHANA.flt")
-(font layouter mymr-myazedi "MYMR-MYAZEDI.flt")
-(font layouter orya-otf "ORYA-OTF.flt")
-(font layouter sinh-otf "SINH-OTF.flt")
-(font layouter syrc-otf "SYRC-OTF.flt")
-(font layouter taml-cdac "TAML-CDAC.flt")
-(font layouter taml-otf "TAML-OTF.flt")
-(font layouter telu-otf "TELU-OTF.flt")
-(font layouter thaa-otf "THAA-OTF.flt")
-(font layouter thai-norasi "THAI-NORASI.flt")
-(font layouter thai-tis620 "THAI-TIS620.flt")
-(font layouter thai-generic "THAI-GENERIC.flt")
-(font layouter tibt-mtib "TIBT-MTIB.flt")
-(font layouter tibt-mule "TIBT-MULE.flt")
-(font layouter tibt-otf "TIBT-OTF.flt")
-(font layouter no-ctl "NO-CTL.flt")
+;; The actual tags and filename are defined in each file with extension "flt".
+(font layouter * "*.flt")
 ;;; </ul>
 
 ;;; @section fontset-list Fontset
 
 (char-table integer linebreak "LINEBREAK.tab")
 
+(language name * "*.lnm")
+
 (standard language iso639 "LANGUAGE.tbl")
-(standard script otf "SCRIPT-OTF.tbl")
-(unicode script language "SCRIPT-LANGUAGE.tbl")
+(standard script otf "SCRIPT-OTF.tbl")         ;obsolete
+(unicode script language "SCRIPT-LANGUAGE.tbl")        ;obsolete
+(standard script unicode "SCRIPT.tbl")
 
 ;;; </ul>