diff options
author | Andreas Gohr <andi@splitbrain.org> | 2011-03-19 19:52:51 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2011-03-19 19:52:51 +0100 |
commit | 8cd4c12f3e3d5e9665f20afca85123145912c0e9 (patch) | |
tree | a92db7964dd2fbc385966a87c69fa9417b549b54 /lib | |
parent | e940aea40842bfcf6db8c09bba3135cb9cb5eef9 (diff) | |
download | rpg-8cd4c12f3e3d5e9665f20afca85123145912c0e9.tar.gz rpg-8cd4c12f3e3d5e9665f20afca85123145912c0e9.tar.bz2 |
replace tokenizer_cmd with action hook
as discussed at
http://www.freelists.org/post/dokuwiki/tokenizer-cmd-in-indexer,1
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/config/lang/en/lang.php | 2 | ||||
-rw-r--r-- | lib/plugins/config/settings/config.metadata.php | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php index d7a544850..18bfb56fa 100644 --- a/lib/plugins/config/lang/en/lang.php +++ b/lib/plugins/config/lang/en/lang.php @@ -142,8 +142,6 @@ $lang['renderer_xhtml'] = 'Renderer to use for main (xhtml) wiki output'; $lang['renderer__core'] = '%s (dokuwiki core)'; $lang['renderer__plugin'] = '%s (plugin)'; $lang['rememberme'] = 'Allow permanent login cookies (remember me)'; -$lang['external_tokenizer'] = 'Use an external program to split pages into words for indexing'; -$lang['tokenizer_cmd'] = 'Command line to start the external tokenizer'; $lang['rss_type'] = 'XML feed type'; $lang['rss_linkto'] = 'XML feed links to'; diff --git a/lib/plugins/config/settings/config.metadata.php b/lib/plugins/config/settings/config.metadata.php index ca2cd0c12..af7e63a61 100644 --- a/lib/plugins/config/settings/config.metadata.php +++ b/lib/plugins/config/settings/config.metadata.php @@ -194,8 +194,6 @@ $meta['broken_iua'] = array('onoff'); $meta['xsendfile'] = array('multichoice','_choices' => array(0,1,2,3)); $meta['renderer_xhtml'] = array('renderer','_format' => 'xhtml','_choices' => array('xhtml')); $meta['readdircache'] = array('numeric'); -$meta['external_tokenizer'] = array('onoff'); -$meta['tokenizer_cmd'] = array('string'); $meta['_network'] = array('fieldset'); $meta['proxy____host'] = array('string','_pattern' => '#^(|[a-z0-9\-\.+]+)$#i'); |