OSDN Git Service

29ac3b95b7b770fb79010ac5d162dec162b4b12b
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / documentation / devdocs / index.html
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="ja-JP" xml:lang="ja-JP">\r
4 <head>\r
5         <!--\r
6                 Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
7                 Copyright (C) 2002-2011 The Nucleus Group\r
8 \r
9                 This program is free software; you can redistribute it and/or\r
10                 modify it under the terms of the GNU General Public License\r
11                 as published by the Free Software Foundation; either version 2\r
12                 of the License, or (at your option) any later version.\r
13                 (see nucleus/documentation/index.html#license for more info)\r
14 \r
15                 @license http://nucleuscms.org/license.txt GNU General Public License\r
16                 @copyright Copyright (C) 2002-2011 The Nucleus Group\r
17         -->\r
18         <!-- $Id$ -->\r
19         <!-- $NucleusJP: index.html,v 1.5 2006/07/12 07:11:46 kimitake Exp $ -->\r
20         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
21     <meta http-equiv="Content-Style-Type" content="text/css" />\r
22     <meta http-equiv="Content-Script-Type" content="text/javascript" />\r
23     <link rel="index" href="./index.html" />\r
24         <title>Nucleus - 開発者用ドキュメント</title>\r
25         <link rel="stylesheet" type="text/css" href="styles/manual.css" />\r
26     <style type="text/css">\r
27         strong {\r
28             font-weight: bold;\r
29         }\r
30         em {\r
31             font-style: italic;\r
32         }\r
33     </style>\r
34         <script src="http://www.google.com/jsapi"></script>\r
35         <script type="text/javascript">\r
36                 google.load("jquery", "1");\r
37                 google.setOnLoadCallback(function() {\r
38                         $.getScript("javascript/fontsizeChanger.js");\r
39                 });\r
40         </script>\r
41 </head>\r
42 <body>\r
43         <div id="fontSizeChanger">\r
44         <a href="#top" id="f_small">小</a>\r
45         <a href="#top" id="f_medium">中</a>\r
46         <a href="#top" id="f_large">大</a>\r
47         </div>\r
48 <div id="body">\r
49 \r
50 <div class="heading">\r
51 開発者マニュアル\r
52 <em>2011年2月3日</em>\r
53 </div>\r
54 \r
55 <h1>はじめに</h1>\r
56 \r
57 <p>\r
58 このマニュアルにはNucleusの開発者に向けた情報が記載されています。\r
59 </p>\r
60 \r
61 <h1>目次</h1>\r
62 \r
63 <ul>\r
64         <li><a href="xmlrpc.html">XML-RPC インターフェース</a></li>\r
65         <li><a href="plugins.html">Nucleus プラグイン API</a></li>\r
66         <li><a href="custominstall.html">インストールスクリプトのカスタマイズ</a></li>        \r
67         <li><a href="sqltables.html">データベースの構造</a></li>\r
68 </ul>\r
69 \r
70 </div>\r
71 \r
72 </body>\r
73 </html>