public
Description: A Gecko-based web browser for Windows
Homepage: http://ipt.sakura.ne.jp/gecko/bagel/
Clone URL: git://github.com/plus7/bagel.git
bagel /
name age message
file .gitignore Sat Aug 16 02:13:33 -0700 2008 ignore ModelSupport_*/ and lib/ [plus7]
directory Legacy/ Mon Aug 18 05:29:20 -0700 2008 fix Linkbar [plus7]
file README Tue Jul 22 02:39:05 -0700 2008 added a description about how to build xpidlpas... [U-TAK-DYN\priv]
file showrev.sh Mon Jul 21 16:07:04 -0700 2008 added showrev.sh [plus7]
directory trunk/ Thu Jul 17 01:20:06 -0700 2008 fixed layout of UPassman.dfm git-svn-id: http:... [plus7]
README
■このリポジトリの構成
Legacy/ <- Bagel0.x
  Bagel/ <- Bagel本体
  GeckoComponents/ <- Geckoを使うためのDelphiコンポーネントなど
  GeckoSDK/ <- Delphi移植版GeckoSDK
  xpidlpas/ <- IDLをPascalのインターフェース定義に変換する

■XULRunnerをシステムに登録するには
  ftp://ftp.mozilla.org/pub/xulrunner/releases/1.9.0.0/runtimes/xulrunner-1.9.en-US.win32.zip
  をDL、解凍の後、コマンドプロンプトにてxulrunner --register-userを実行する

■Bagel0.xをビルドするには
1.git cloneする(詳細はググれカス)
2.以下のコンポーネントを取ってくる
  - TNkMemIniFile (http://www.asahi-net.or.jp/~ha3t-nkmr/deldown.htm)
  - SKRegExp (http://www.asahi-net.or.jp/~qz1s-kmy/skregexp/)
  - TTKCMigemo (http://textexpage.s154.xrea.com/software/ttkcmigemo/)
3.Legacy\lib\に配置する
4.Bagel.bdsprojを開いてF9を押す
5.Legacy\Bagel\bin\にBagel.exeが作られる。
  XULRunnerが登録さえされていれば正常に起動できるはず。

当然ながらTurbo Delphi Explorerが必要
Cygwinもあると便利

■xpidlpasをビルドするには
執筆中