OSDN Git Service

* modified MEDIA::isValidCollection() to support read only folder
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / documentation / devdocs / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="ja-JP" xml:lang="ja-JP">
3 <head>
4         <!-- $Id: index.html,v 1.6 2006-07-17 20:02:50 kimitake Exp $ -->
5         <!-- $NucleusJP: index.html,v 1.5 2006/07/12 07:11:46 kimitake Exp $ -->
6         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7         <title>Nucleus - 開発者用ドキュメント</title>
8         <link rel="stylesheet" type="text/css" href="styles/manual.css" />
9 </head>
10 <body>
11
12 <div class="heading">
13 開発者マニュアル
14 <i>2003年8月12日</i>
15 </div>
16
17 <h1>はじめに</h1>
18
19 <p>
20 このマニュアルにはNucleusの開発者だけに向けた情報が記載されています。
21 </p>
22
23 <h1>目次</h1>
24
25 <ul>
26         <li><a href="xmlrpc.html">XML-RPC インターフェース</a></li>
27         <li><a href="plugins.html">Nucleus プラグイン API</a></li>
28         <li><a href="custominstall.html">インストールスクリプトのカスタマイズ</a></li>        
29         <li><a href="sqltables.html">データベースの構造</a></li>
30 </ul>
31
32 </body>
33 </html>