Index of /pub/SuperSwiki
Name Last modified Size Description
Parent Directory 26-Sep-2011 08:13 -
design.html 29-Dec-2004 15:50 2k
swiki/ 02-Jan-2005 01:51 -
* Suqeakland.jp SuperSwiki
- http://squeakland.jp/super/ で利用している SuperSwiki ファイル一式です。
- http://metatoys.org/pub/TamaSuperSwiki.zip から完全なものがダウンロード出来ます。
- Squeak Nihongo 7 で動作を確認しています。
* 設定方法
** サーバー
ファイル ./swiki/super/addresses/launcher.book の、以下のホスト名を書き換えてください。
swikiServer _ 'localhost:8888'.
複数の SuperSwiki を作成する場合は、swiki/super ディレクトリをコピーして使ってください。
その際に、以下のファイルの dirName _ 'super'. にディレクトリ名を指定してください。
- ./swiki/super/addresses/launcher.book
- ./swiki/super/actions/gallery.book
** クライアント
以下の server: の後ろのホスト名を書き換えて do it して下さい。
-----
| server |
server _ SuperSwikiServer new
type: #http;
acceptsUploads: true;
server: 'localhost:8888';
directory: '/super/SuperSwikiProj'.
ServerDirectory addServer: server named: 'Local Server'.
-----
もしくは、
{Squeak ディレクトリ}/prefs/knownServers/server.txt
という名前で(ファイル名は変更可)、以下のファイルを作成してください。
-----
name: MySwiki(サーバの名前を適当に)
directory: /super/SuperSwikiProj
type: bss
server: localhost:8888 (サーバのアドレス)
acceptsUploads: true
-----
* 起動方法
Windows 用の SqueakVM バイナリを含みます。実行する際は、swiki.images
ファイルを Squeak.exe にドラッグして下さい。勝手に起動します。ポート番
号は 80 8080 8888 の中からクリックで選ぶ事が出来ます。ポート番号の変更
には、上手く言えませんがちょっとコツが必要ですので面倒なら 8888 のまま
使ってください。
Linux 等で動かしたい場合は、
http://www-sor.inria.fr/~piumarta/squeak/unix/release/
より適当なバイナリをダウンロードして使ってください。
* 原作から更新したファイル
./swiki/default/files/style/
./swiki/default/files/blue/
./swiki/refs/actions/endhead.book -- スタイルシートを指定
./swiki/super/actions/gallery.book -- ギャラリーのリンク
./swiki/super/addresses/launcher.book -- ランチャ(Web プラグインの設定)
./design.html -- 単なるデザイン用テンプレート
* 備考
- オリジナルは以前 http://squeakland.org:8080/ にあったようですが、現在アクセスできません。
- オリジナルからの変更は全てファイルだけで、イメージは変えていません。
- VM のバージョンは 3.2.5 あたりを使ってください。最新バージョンだと、
日本語が化けます。
- Swiki の作法が分かってないので、多分カスタマイズ
方法はおかしいです。
* 参考
- http://www.asu.ac.jp/hachi/4.html
- http://www.languagegame.org:8080/propella/102
* 変更履歴
2005-09-16 設定方法を追加
2005-01-02 ギャラリーのリンクとランチャを更新
-- 山宮隆 <tak at metatoys.org>
$Id: README.txt 1347 2005-09-17 00:44:23Z propella $