OSDN Git Service

Moved libraries from root to lib/
authorhenoheno <henoheno>
Sun, 1 Aug 2004 01:57:43 +0000 (10:57 +0900)
committerhenoheno <henoheno>
Sun, 1 Aug 2004 01:57:43 +0000 (10:57 +0900)
18 files changed:
index.php
lib/auth.php [moved from auth.php with 98% similarity]
lib/backup.php [moved from backup.php with 98% similarity]
lib/config.php [moved from config.php with 98% similarity]
lib/convert_html.php [moved from convert_html.php with 99% similarity]
lib/diff.php [moved from diff.php with 99% similarity]
lib/file.php [moved from file.php with 99% similarity]
lib/func.php [moved from func.php with 99% similarity]
lib/html.php [moved from html.php with 99% similarity]
lib/init.php [moved from init.php with 99% similarity]
lib/link.php [moved from link.php with 99% similarity]
lib/mail.php [moved from mail.php with 97% similarity]
lib/make_link.php [moved from make_link.php with 99% similarity]
lib/mbstring.php [moved from mbstring.php with 98% similarity]
lib/plugin.php [moved from plugin.php with 98% similarity]
lib/proxy.php [moved from proxy.php with 98% similarity]
lib/pukiwiki.php [moved from pukiwiki.php with 98% similarity]
lib/trackback.php [moved from trackback.php with 99% similarity]

index 7b5ad1b..e8ff3eb 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,11 +1,11 @@
 <?php
 // PukiWiki - Yet another WikiWikiWeb clone.
-// $Id: index.php,v 1.2 2004/08/01 01:22:37 henoheno Exp $
+// $Id: index.php,v 1.3 2004/08/01 01:54:35 henoheno Exp $
 
 // Directory definition
 // (Ended with a slash like '../path/to/pkwk/', or '')
 define('DATA_HOME',    '');
-define('LIB_DIR',      '');
+define('LIB_DIR',      'lib/');
 
 require(LIB_DIR . 'pukiwiki.php');
 ?>
similarity index 98%
rename from auth.php
rename to lib/auth.php
index 990a0cc..bb0994d 100644 (file)
--- a/auth.php
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: auth.php,v 1.4 2004/07/31 03:09:19 henoheno Exp $
+// $Id: auth.php,v 1.1 2004/08/01 01:54:35 henoheno Exp $
 //
 
 // ÊÔ½¸ÉÔ²Äǽ¤Ê¥Ú¡¼¥¸¤òÊÔ½¸¤·¤è¤¦¤È¤·¤¿¤È¤­
similarity index 98%
rename from backup.php
rename to lib/backup.php
index abe38c1..f928f06 100644 (file)
@@ -11,7 +11,7 @@
  * @access  public
  * @author
  * @create
- * @version $Id: backup.php,v 1.16 2004/07/31 03:09:19 henoheno Exp $
+ * @version $Id: backup.php,v 1.1 2004/08/01 01:54:35 henoheno Exp $
  **/
 
 /**
similarity index 98%
rename from config.php
rename to lib/config.php
index 6457e9f..b022085 100644 (file)
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: config.php,v 1.8 2004/07/31 03:09:19 henoheno Exp $
+// $Id: config.php,v 1.1 2004/08/01 01:54:35 henoheno Exp $
 //
 /*
  * ¥×¥é¥°¥¤¥ó¤ÎÀßÄê¤òPukiWiki¤Î¥Ú¡¼¥¸¤Ëµ­½Ò¤¹¤ë
similarity index 99%
rename from convert_html.php
rename to lib/convert_html.php
index a8953be..c41c057 100644 (file)
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: convert_html.php,v 1.65 2004/07/31 03:09:19 henoheno Exp $
+// $Id: convert_html.php,v 1.1 2004/08/01 01:54:35 henoheno Exp $
 //
 
 function convert_html($lines)
similarity index 99%
rename from diff.php
rename to lib/diff.php
index 8143a2d..658c716 100644 (file)
--- a/diff.php
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: diff.php,v 1.8 2004/07/31 03:09:19 henoheno Exp $
+// $Id: diff.php,v 1.1 2004/08/01 01:54:35 henoheno Exp $
 //
 //¾×ÆÍ»þ¤ËÂбþɽ¤ò½Ð¤¹
 define('DIFF_SHOW_TABLE',TRUE);
similarity index 99%
rename from file.php
rename to lib/file.php
index 79d679f..0f81d56 100644 (file)
--- a/file.php
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: file.php,v 1.44 2004/07/31 03:09:19 henoheno Exp $
+// $Id: file.php,v 1.1 2004/08/01 01:54:35 henoheno Exp $
 //
 
 // ¥½¡¼¥¹¤ò¼èÆÀ
similarity index 99%
rename from func.php
rename to lib/func.php
index 4eb6b6a..1e80fdd 100644 (file)
--- a/func.php
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: func.php,v 1.69 2004/07/31 03:09:19 henoheno Exp $
+// $Id: func.php,v 1.1 2004/08/01 01:54:35 henoheno Exp $
 //
 
 // Ê¸»úÎó¤¬InterWikiName¤«¤É¤¦¤«
similarity index 99%
rename from html.php
rename to lib/html.php
index 2161d96..3216c62 100644 (file)
--- a/html.php
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: html.php,v 1.101 2004/07/31 03:09:19 henoheno Exp $
+// $Id: html.php,v 1.1 2004/08/01 01:54:35 henoheno Exp $
 //
 
 // ËÜʸ¤ò½ÐÎÏ
similarity index 99%
rename from init.php
rename to lib/init.php
index 88490d8..404b273 100644 (file)
--- a/init.php
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: init.php,v 1.99 2004/08/01 01:22:37 henoheno Exp $
+// $Id: init.php,v 1.1 2004/08/01 01:54:35 henoheno Exp $
 //
 
 /////////////////////////////////////////////////
similarity index 99%
rename from link.php
rename to lib/link.php
index a3264d9..9ba2c53 100644 (file)
--- a/link.php
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: link.php,v 1.8 2004/07/31 03:09:19 henoheno Exp $
+// $Id: link.php,v 1.1 2004/08/01 01:54:35 henoheno Exp $
 //
 
 /*
similarity index 97%
rename from mail.php
rename to lib/mail.php
index 590c3bb..e2c0de9 100644 (file)
--- a/mail.php
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: mail.php,v 1.7 2004/07/17 15:17:48 henoheno Exp $
+// $Id: mail.php,v 1.1 2004/08/01 01:54:35 henoheno Exp $
 //
 
 // APOP/POP Before SMTP
similarity index 99%
rename from make_link.php
rename to lib/make_link.php
index e90fe00..f2dd148 100644 (file)
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: make_link.php,v 1.65 2004/07/31 03:09:19 henoheno Exp $
+// $Id: make_link.php,v 1.1 2004/08/01 01:54:35 henoheno Exp $
 //
 
 // ¥ê¥ó¥¯¤òÉղ乤ë
similarity index 98%
rename from mbstring.php
rename to lib/mbstring.php
index a68aa25..7c84a91 100644 (file)
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: mbstring.php,v 1.13 2004/07/31 03:09:19 henoheno Exp $
+// $Id: mbstring.php,v 1.1 2004/08/01 01:54:35 henoheno Exp $
 //
 
 /*
similarity index 98%
rename from plugin.php
rename to lib/plugin.php
index c9b1cdf..efbd955 100644 (file)
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: plugin.php,v 1.13 2004/07/31 03:09:19 henoheno Exp $
+// $Id: plugin.php,v 1.1 2004/08/01 01:54:35 henoheno Exp $
 //
 
 // ¥×¥é¥°¥¤¥óÍѤË̤ÄêµÁ¤ÎÊÑ¿ô¤òÀßÄê
similarity index 98%
rename from proxy.php
rename to lib/proxy.php
index 01a3cdc..b4fc6e0 100644 (file)
--- a/proxy.php
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: proxy.php,v 1.6 2004/07/31 03:09:19 henoheno Exp $
+// $Id: proxy.php,v 1.1 2004/08/01 01:54:35 henoheno Exp $
 //
 
 /*
similarity index 98%
rename from pukiwiki.php
rename to lib/pukiwiki.php
index a775d1d..fd14cdf 100644 (file)
@@ -29,7 +29,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 //
-// $Id: pukiwiki.php,v 1.36 2004/08/01 01:22:37 henoheno Exp $
+// $Id: pukiwiki.php,v 1.1 2004/08/01 01:54:35 henoheno Exp $
 /////////////////////////////////////////////////
 
 /////////////////////////////////////////////////
similarity index 99%
rename from trackback.php
rename to lib/trackback.php
index 8114963..939954d 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-// $Id: trackback.php,v 1.18 2004/07/31 03:09:19 henoheno Exp $
+// $Id: trackback.php,v 1.1 2004/08/01 01:54:35 henoheno Exp $
 /*
  * PukiWiki TrackBack ¥×¥í¥°¥é¥à
  * (C) 2003, Katsumi Saito <katsumi@jo1upk.ymt.prug.or.jp>