Browse Subversion Repository
Contents of /README
Parent Directory
| Revision Log
Revision 42 -
( show annotations)
( download)
Mon Mar 22 01:45:43 2010 UTC
(14 years ago)
by berupon
File size: 1843 byte(s)
onHashChangeイベントを使うように変更。
| 1 |
---------- |
| 2 |
|
| 3 |
■ライセンスについて |
| 4 |
|
| 5 |
このプロジェクトのライセンスはMITライセンスです。 |
| 6 |
|
| 7 |
使用しているライブラリで、blowfish.php がLPGLライセンスなので、 |
| 8 |
これを使う場合はソースコードを公開する必要があるかもしれません。 |
| 9 |
それ以外のライブラリはMITライセンスだったり修正BSDライセンスだったり |
| 10 |
public domainのものだけを使用しています。 |
| 11 |
|
| 12 |
■動作環境 |
| 13 |
|
| 14 |
PHP 5.3.0 以上で動作します。 |
| 15 |
動作確認は、PHP 5.3.0, 5.3.1 で行っています。 |
| 16 |
|
| 17 |
■データベースについて |
| 18 |
|
| 19 |
PHP5より標準で使用できるSQLite3を使っています。 |
| 20 |
PHPのバージョンがある程度新しくないと、 |
| 21 |
バンドルされているSQLiteのバージョンが古いため、 |
| 22 |
正常にクエリを実行出来ない場合があります。 |
| 23 |
|
| 24 |
■ブラウザについて |
| 25 |
|
| 26 |
最新版のFirefoxを推奨します。http://mozilla.jp/firefox/ |
| 27 |
Windows Internet Explorerを使う場合は、バージョン8以降にして下さい。 |
| 28 |
Google ChromeやSafari、Operaでもたまに動作確認を行っています。http://www.google.com/chrome/ |
| 29 |
|
| 30 |
--------- |
| 31 |
|
| 32 |
Copyright (c) 2009 Katsuhisa Yuasa <berupon [at] gmail.com> |
| 33 |
License http://www.opensource.org/licenses/mit-license.html |
| 34 |
|
| 35 |
belows are the libraries i've used in this project. |
| 36 |
please be noted that not all them are licensed under a MIT license. |
| 37 |
|
| 38 |
blowfish.php |
| 39 |
buggy.class.php |
| 40 |
OtokomaeTemplate.php |
| 41 |
SixtyLinesTemplate.php |
| 42 |
scriptaculous |
| 43 |
Embedded JavaScript |
| 44 |
jkl-calendar.js |
| 45 |
order_by_column.js |
| 46 |
prototype.js |
| 47 |
resizable-tables.js |
| 48 |
sha256.js |
| 49 |
tabber.js |
| 50 |
|
| 51 |
etc...etc.. |
| 52 |
|
| 53 |
i try to note URLs in case i copied & pasted routines from web sites. |
| 54 |
they are not listed above since those are just tiny functions/routines. |
| 55 |
|
|