OSDN Git Service

Subversion由来のタグを削除
[nucleus-jp/nucleus-jp-ancient.git] / 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-2012 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         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
16     <meta http-equiv="Content-Style-Type" content="text/css" />\r
17     <meta http-equiv="Content-Script-Type" content="text/javascript" />\r
18     <link rel="index" href="./index.html" />\r
19         <title>Nucleus - 開発者用ドキュメント</title>\r
20         <link rel="stylesheet" type="text/css" href="styles/manual.css" />\r
21     <style type="text/css">\r
22         strong {\r
23             font-weight: bold;\r
24         }\r
25         em {\r
26             font-style: italic;\r
27         }\r
28     </style>\r
29         <script src="http://www.google.com/jsapi"></script>\r
30         <script type="text/javascript">\r
31                 google.load("jquery", "1");\r
32                 google.setOnLoadCallback(function() {\r
33                         $.getScript("javascript/fontsizeChanger.js");\r
34                 });\r
35         </script>\r
36 </head>\r
37 <body>\r
38         <div id="fontSizeChanger">\r
39         <a href="#top" id="f_small">小</a>\r
40         <a href="#top" id="f_medium">中</a>\r
41         <a href="#top" id="f_large">大</a>\r
42         </div>\r
43 <div id="body">\r
44 \r
45 <div class="heading">\r
46 開発者マニュアル\r
47 <em>2011年2月3日</em>\r
48 </div>\r
49 \r
50 <h1>はじめに</h1>\r
51 \r
52 <p>\r
53 このマニュアルにはNucleusの開発者に向けた情報が記載されています。\r
54 </p>\r
55 \r
56 <h1>目次</h1>\r
57 \r
58 <ul>\r
59         <li><a href="xmlrpc.html">XML-RPC インターフェース</a></li>\r
60         <li><a href="plugins.html">Nucleus プラグイン API</a></li>\r
61         <li><a href="custominstall.html">インストールスクリプトのカスタマイズ</a></li>        \r
62         <li><a href="sqltables.html">データベースの構造</a></li>\r
63 </ul>\r
64 \r
65 </div>\r
66 \r
67 </body>\r
68 </html>