OSDN Git Service

move sqlite
[nucleus-jp/nucleus-plugins.git] / sqlite / tags / sqlite0903 / sqlite / readme-en.txt
1 *************************************************
2 * MySQL-SQLite wrapper for Nucleus ver 0.8      *
3 *************************************************
4
5 Copyright (C) 2006-2007  Katsumi
6
7 This program is free software; you can redistribute it and/or
8 modify it under the terms of the GNU General Public License
9 as published by the Free Software Foundation; either version 2
10 of the License, or (at your option) any later version.
11
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
20
21 ----------------------------------------------------------------------
22
23 This tool is needed when using Nucleus with SQLite as database engine.
24
25
26 ****************************** How to use ******************************
27
28   When installing Nucleus, the access-ID and password are not required. SQLite
29 uses normal file as database.  This is fixed to "nucleus/sqlite/.dbsqlite" 
30 (if you would like another file name, please set it in "sqlite.php" file). 
31 Set the permission of "nucleus/sqlite/" directory to 777 or something like this. 
32 Then execute install.php. That's it! If you see the install-complete message, 
33 probably the install is succeded.  NP_SkinFiles as well as NP_SQLite are 
34 automatically installed.  If not, install it manually.
35
36   The usage of Nucleus is almost (99%) the same as that of normal Nucleus.  When
37 installing plugins, NP_SQLite will convert the plugin files automatically if the
38 permission of these files is set to be writable.
39