Line 10:
Line 10:
==インストール==
==インストール==
−
[Twilight Hack]]がもうWiiにインストールされていれば、
+
[[Twilight Hack]]がもうWiiにインストールされていれば、以下の手順をとってください。
# 上のリンクからインストーラをダウンロードします。
# 上のリンクからインストーラをダウンロードします。
Line 32:
Line 32:
−
===Adding Text===
+
===テキストのつけ方===
−
To add text to an application in the Homebrew Channel, do the following:
+
Homebrew Channelのアプリケーションにテキストをつける時、こうしてください:
−
# Make a file in the folder of the application (e.g. apps/scummvm/) called "meta.xml" (e.g. apps/scummvm/meta.xml).
+
# アプリケーションのフォルダに「meta.xml」というファイルを作成します。(たとえば、apps/scummvm/meta.xml)
−
# Open "meta.xml" in Notepad and add the following text as a template:
+
# メモ帳などのテキストエディタで「meta.xml」を開いてテンプレートとして以下のテキストを挿入します。
<code>
<code>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
Line 48:
Line 48:
</app>
</app>
</code>
</code>
−
# Add the appropriate information in between the relevant indicators. For example, the name of the application goes between <name> and </name>. The purpose of each field is as follows:
+
# 準する要素に適当な情報を入れます。たとえば、アプリケーションのタイトルは<name>と</name>の間に入ります。要素の利用目的はこの下に書いてあります。
*Name: Homebrewアプリケーションのタイトル
*Name: Homebrewアプリケーションのタイトル
*Coder: そのプログラムのコードを書いた人、またはグループの名前。
*Coder: そのプログラムのコードを書いた人、またはグループの名前。