• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision7a039d7091f52346ab876c0195f982d0f669752d (tree)
Zeit2006-09-17 12:30:36
Autorhenoheno <henoheno>
Commiterumorigu

Log Message

Correct/Add comments for AutoLink and AutoAlias

Author: henoheno <henoheno>
Date: Sun Sep 17 12:30:36 2006 +0900

On branch bugtrack_2002_autoalias

Ändern Zusammenfassung

Diff

--- a/pukiwiki.ini.php
+++ b/pukiwiki.ini.php
@@ -160,18 +160,20 @@ $nowikiname = 0;
160160
161161 /////////////////////////////////////////////////
162162 // AutoLink feature
163+// Automatic link to existing pages (especially helpful for non-wikiword pages, but heavy)
163164
164-// AutoLink minimum length of page name
165+// Minimum length of page name
165166 $autolink = 0; // Bytes, 0 = OFF (try 8)
166167
167168 /////////////////////////////////////////////////
168169 // AutoAlias feature
170+// Automatic link from specified word, to specifiled URI, page or InterWiki
169171
170-// AutoAlias minimum bytes (0 = Disable)
171-$autoalias = 0;
172+// Minimum length of alias "from" word
173+$autoalias = 0; // Bytes, 0 = OFF (try 8)
172174
173-// Maximum number of words which AutoAlias replace
174-$autoalias_max_words = 50;
175+// Limit loading valid alias pairs
176+$autoalias_max_words = 50; // pairs
175177
176178 /////////////////////////////////////////////////
177179 // Enable Freeze / Unfreeze feature