diff options
| author | fukachan <fukachan> | 2003-05-31 08:51:07 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-05-31 08:51:07 +0000 |
| commit | ab4755dfa12f4f5d2e60a945fdcfdbf2b26634f2 (patch) | |
| tree | f3e47ec4c5f4b5654b73cd6972422f47a4cdf4ec /fml/doc/ja/tutorial/internals/db.thread.sgml | |
| parent | ca55827a4e1c2f75cf2565a28d0d823da4b1206d (diff) | |
| download | fml8-udb-base.tar.gz fml8-udb-base.tar.bz2 fml8-udb-base.zip | |
reconstruct/update considerations around DB.udb-base
Diffstat (limited to 'fml/doc/ja/tutorial/internals/db.thread.sgml')
| -rw-r--r-- | fml/doc/ja/tutorial/internals/db.thread.sgml | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/fml/doc/ja/tutorial/internals/db.thread.sgml b/fml/doc/ja/tutorial/internals/db.thread.sgml deleted file mode 100644 index 059a9824..00000000 --- a/fml/doc/ja/tutorial/internals/db.thread.sgml +++ /dev/null @@ -1,60 +0,0 @@ -<!-- - $FML$ ---> - -<chapter id="db.thread"> - <title> - スレッド・データベース - </title> - - -<para> -スレッドのデータベースは -「主に article_id か thread_id が primary key」 -です。 -<screen> -$status open / close -$ml_name elena -article_id 100 -thread_id elena/100 -$from ヘッダの From: (めーる@アドレスの形式) -$sender ヘッダの Sender: (めーる@アドレスの形式) -$x_sender ヘッダの X-Sender: (めーる@アドレスの形式) - -[thread] - - aritcle_id => thread_id - -[article] - - thread_id => article_ids - - Example: elena/100 => 100 101 103 105 - -[date] - - aritcle_id => unix_time - -[sender] - - article_id => from - -[message_id] - - mesasge_id => thread_id - -[status] - - thread_id => $status - -[index] - - thread_id => "$ml_name " * - - Example: support/100 => support sales -</screen> - -</para> - - -</chapter> |
