/[gnuheter]/gnuheter/config.php
ViewVC logotype

Diff of /gnuheter/config.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by metaur, Tue Sep 24 17:18:17 2002 UTC revision 1.6 by pawal, Tue Oct 29 07:40:58 2002 UTC
# Line 71  $meta_owner = $adminmail; Line 71  $meta_owner = $adminmail;
71  $meta_description = "Gnuheter - Fria nyheter om fri programvara";  $meta_description = "Gnuheter - Fria nyheter om fri programvara";
72    
73  ######################################################################  ######################################################################
74    #
75    # Speller options
76    #
77    # $speling:           Enable spell checking (1=Yes 0=No)
78    # $php_speller:       Use the internal php hooks to pspell. (1=Yes 0=No)
79    # $external_speller:  External spell checker that returns a
80    #                     spellchecked version of the given text.
81    #                     Takes to args -s "string-to-spellcheck"
82    #                     -d "dictionary"                    
83    #
84    # $dictionary:        If php_speller is used: sv or en
85    #                     If external_speller is used: svenska or english
86    #
87    #
88    # If both external- and php-speller is set the php speller is chosen.
89    #
90    
91    $speling = 0;
92    $php_speller = 1;
93    $external_speller = "tools/speller.pl";
94    $dictionary  = "sv";
95    
96    
97    ######################################################################
98  # General Stories Options  # General Stories Options
99  #  #
100  # $top:       How many items in Top Page?  # $top:       How many items in Top Page?

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26