*** empty log message ***
[m17n/m17n-docs.git] / utils / dbdata.sh
index eea741a..22363c8 100755 (executable)
@@ -13,6 +13,8 @@ M17N 
 <ul>
 <li> @ref mim-list
 <li> @ref flt-list
+<li> @ref charprop-list
+<li> @ref misc-list
 </ul>
 */
 
@@ -60,8 +62,55 @@ done
 cat <<EOF
 </ul>
 */
+
+/***en @section charprop-list Character Property
+
+List of character properties provided by the m17n databasse and their
+brief descriptions.  */
+
+/***ja @section charprop-list Ê¸»ú¥×¥í¥Ñ¥Æ¥£
+
+M17N ¥Ç¡¼¥¿¥Ù¡¼¥¹¤¬Ä󶡤¹¤ëʸ»ú¥×¥í¥Ñ¥Æ¥£¤Î¥ê¥¹¥È¤È¤½¤ì¤¾¤ì¤Î´Êñ¤ÊÀâÌÀ¡£ */
+
+/***
+<ul>
+EOF
+
+for file in $1/*.tab; do
+  sed -n '/^# <li>/,/^$/ s/^# *//p' < $file
+  echo
+done
+
+cat <<EOF
+</ul>
+*/
+
+/***en @section misc-list The other data
+
+List of the other data provided by the m17n databasse and their brief
+descriptions.  */
+
+/***ja @section misc-list ¤½¤Î¾¤Î¥Ç¡¼¥¿
+
+M17N ¥Ç¡¼¥¿¥Ù¡¼¥¹¤¬Ä󶡤¹¤ë¤½¤Î¾¤Î¥Ç¡¼¥¿¤È¤½¤ì¤¾¤ì¤Î´Êñ¤ÊÀâÌÀ¡£ */
+
+/***
+<ul>
+EOF
+
+for file in $1/*.tbl; do
+  sed -n '/^;; <li>/,/^$/ s/^;; *//p' < $file
+  echo
+done
+
+cat <<EOF
+</ul>
+*/
 EOF
 
 # Local Variables:
 # coding: euc-jp
 # End:
+
+
+