リンク: [ホーム] [自己紹介] [リンク集] [アルバム] [ソフトウェア] [発表文献] [その他]

まさおのChangeLogメモ / 2003-12-22

01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

2003-12-22 Mon

* CGIScripter

http://www.cgiscripter.net/index.html
DB連携CGIスクリプトの作成支援ツール
下記のプロセスを踏むらしい。

1. Enter database connection and web server specific info.
2. Create new form - enter form-specific info.
3. Create new field(s) - enter field specific Auto-Enter and
   Validation info.
4. Generate Perl CGI, HTML, SQL and documentation files.

* SKKのTips集になるかもしれないページ

http://aveiro.hp.infoseek.co.jp/skk/
先をこされた地名辞書の改良版あり。

こっちに contribute しようかな…。

* Webアルバム

Google などにかなり拾われているので、うまくリダイレクトできるよう
以下を .htaccess にしこんでおく。

# 2003-01-02T08:44:23.html → ./20030102t084423.html
RedirectMatch permanent ^(.*)/([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])T([0-9][0-9]):([0-9][0-9]):([0-9][0-9])\.html$ $1/$2$3$4t$5$6$7.html

RewriteEngine on
RewriteBase /~masao/photo/
RewriteRule ^([0-9]{8}t[0-9]{6})\.html$ ./?photo=$1