From: <var...@us...> - 2009-10-05 11:59:05
|
Revision: 7179 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7179&view=rev Author: vargenau Date: 2009-10-05 11:58:38 +0000 (Mon, 05 Oct 2009) Log Message: ----------- Valid XHTML Modified Paths: -------------- trunk/config/config-dist.ini trunk/configurator.php Modified: trunk/config/config-dist.ini =================================================================== --- trunk/config/config-dist.ini 2009-10-05 08:24:07 UTC (rev 7178) +++ trunk/config/config-dist.ini 2009-10-05 11:58:38 UTC (rev 7179) @@ -37,7 +37,7 @@ ; Reportedly broken on MacOSX Safari ;ENABLE_EDIT_TOOLBAR = false -; Adds two additional buttons in EDIT_TOOLBAR, Search&Replace and Undo. +; Adds two additional buttons in EDIT_TOOLBAR, Search&Replace and Undo. ; Undo is experimental. Default: true ;JS_SEARCHREPLACE = true @@ -1011,7 +1011,7 @@ ; Author and Copyright Site Navigation Links ; -; These will be inserted as <link rel> tags in the html header of +; These will be inserted as <link rel> tags in the html header of ; every page, for search engines and for browsers like Mozilla which ; take advantage of link rel site navigation. ; @@ -1052,7 +1052,7 @@ ; Default: false ;DISABLE_MARKUP_WIKIWORD = true -; Enable <div> and <span> HTML blocks and attributes. Experimental. Not yet working. +; Enable <div> and <span> HTML blocks and attributes. Experimental. Not yet working. ;ENABLE_MARKUP_DIVSPAN = true ; Plugin shortcuts: Enable <xml> syntax mapped to a plugin invocation. (as in mediawiki) Modified: trunk/configurator.php =================================================================== --- trunk/configurator.php 2009-10-05 08:24:07 UTC (rev 7178) +++ trunk/configurator.php 2009-10-05 11:58:38 UTC (rev 7179) @@ -1293,7 +1293,7 @@ $properties["Language"] = new _define_selection_optional('DEFAULT_LANGUAGE', array('en' => "English", - '' => "<empty> (user-specific)", + '' => "<empty> (user-specific)", 'fr' => "Français", 'de' => "Deutsch", 'nl' => "Nederlands", @@ -1401,7 +1401,7 @@ $properties["Author and Copyright Site Navigation Links"] = new _define_commented_optional('COPYRIGHTPAGE_TITLE', "GNU General Public License", " -These will be inserted as <link rel> tags in the html header of +These will be inserted as <link rel> tags in the html header of every page, for search engines and for browsers like Mozilla which take advantage of link rel site navigation. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |