Revision | 7a039d7091f52346ab876c0195f982d0f669752d (tree) |
---|---|
Zeit | 2006-09-17 12:30:36 |
Autor | henoheno <henoheno> |
Commiter | umorigu |
Correct/Add comments for AutoLink and AutoAlias
Author: henoheno <henoheno>
Date: Sun Sep 17 12:30:36 2006 +0900
On branch bugtrack_2002_autoalias
@@ -160,18 +160,20 @@ $nowikiname = 0; | ||
160 | 160 | |
161 | 161 | ///////////////////////////////////////////////// |
162 | 162 | // AutoLink feature |
163 | +// Automatic link to existing pages (especially helpful for non-wikiword pages, but heavy) | |
163 | 164 | |
164 | -// AutoLink minimum length of page name | |
165 | +// Minimum length of page name | |
165 | 166 | $autolink = 0; // Bytes, 0 = OFF (try 8) |
166 | 167 | |
167 | 168 | ///////////////////////////////////////////////// |
168 | 169 | // AutoAlias feature |
170 | +// Automatic link from specified word, to specifiled URI, page or InterWiki | |
169 | 171 | |
170 | -// AutoAlias minimum bytes (0 = Disable) | |
171 | -$autoalias = 0; | |
172 | +// Minimum length of alias "from" word | |
173 | +$autoalias = 0; // Bytes, 0 = OFF (try 8) | |
172 | 174 | |
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 | |
175 | 177 | |
176 | 178 | ///////////////////////////////////////////////// |
177 | 179 | // Enable Freeze / Unfreeze feature |