OSDN Git Service

Setting adjustment: $autolink: 8 => 0(OFF) for default.
authorhenoheno <henoheno>
Sat, 3 Jun 2006 10:46:50 +0000 (19:46 +0900)
committerhenoheno <henoheno>
Sat, 3 Jun 2006 10:46:50 +0000 (19:46 +0900)
We know, AutoLink implementation now, is not WikiWiki, means _not_ scalable with pages.
(Related: BugTrack2/151)

pukiwiki.ini.php

index 9703673..2d99127 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // PukiWiki - Yet another WikiWikiWeb clone
-// $Id: pukiwiki.ini.php,v 1.134 2006/05/05 10:37:12 henoheno Exp $
+// $Id: pukiwiki.ini.php,v 1.135 2006/06/03 10:46:50 henoheno Exp $
 // Copyright (C)
 //   2002-2006 PukiWiki Developers Team
 //   2001-2002 Originally written by yu-ji
@@ -175,7 +175,7 @@ $nowikiname = 0;
 // AutoLink feature
 
 // AutoLink minimum length of page name
-$autolink = 8; // Bytes, 0 = OFF
+$autolink = 0; // Bytes, 0 = OFF (try 8)
 
 /////////////////////////////////////////////////
 // Enable Freeze / Unfreeze feature