--- /dev/null
+\language ^en$
+# Configuration {User guide}
+\language ^jp$
+# コンフィグ {ユーザーガイド}
--- /dev/null
+\language ^en$
+# ShowPort/HidePort directive {Directives}
+Shows/Hides the port in the default error page, and directory listing.\
+\
+Syntax: `ShowPort` \
+Syntax: `HidePort` \
+\language ^jp$
+# ShowPort/HidePort命令 {命令}
+ポートをデフォルトのエラーページとファイルリストで出したり消したりします。\
+\
+構文: `ShowPort` \
+構文: `HidePort` \
-\language en
+\language ^en$
# New features in version $TCL:VERSION {Release notes}
-\language jp
-# Tewi HTTPd $TCL:VERSION の新機能
+## New directives
+### MIMEFile
+Supports the `mime.types` from the Apache HTTPd using `MIMEFile` directive.
+
+\language ^jp$
+# Tewi HTTPd $TCL:VERSION の新機能 {リリース情報}
+## 新しい命令
+### MIMEFile
+`MIMEFile`命令を使用してApache HTTPdの`mime.types`が使えるようになりました。
#endif
#ifndef S_ISDIR
-#define S_ISDIR(x) ((x)&_S_IFDIR)
+#define S_ISDIR(x) ((x) & _S_IFDIR)
#endif
extern struct tw_config config;