]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
Added note that use of the configurator is depreciated.
authorcarstenklapp <carstenklapp@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Fri, 5 Dec 2003 15:51:37 +0000 (15:51 +0000)
committercarstenklapp <carstenklapp@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Fri, 5 Dec 2003 15:51:37 +0000 (15:51 +0000)
commitdf1acef4c1fc82a86e680f65e075fe4583811cb2
tree879de2dbe5a2b2843fcff7fdf0fbf073037f28c5
parent13dd200b62694cab5357dd7bf860da526049b7a1
Added note that use of the configurator is depreciated.

Enable localization/gettextification of $KeywordLinkRegexp. (Also, now
users not familiar with regex can more easily just edit the $keywords
array).

Added four new constants to define author and copyright link rel~s
used in html head. This makes it easier to run multiple wikis off of
one set of code.

Eliminated RECENT_CHANGES constant for RSS auto discovery because it's
another step to watch out for when running a non-english wiki. Now
simply defined as _("RecentChanges") in head.tmpl itself. Non-standard
wikis where the RecentChanges page has been named to something else
will have to modify this in head.tmpl (along with all other places the
word RecentChanges appears in the code, something that already would
have had to be done on such a wiki anyway).

Added a little more info and instructions to flesh out:
DEBUG, WIKI_NAME, ADMIN_USER, $DisabledActions, $DBParams, CHARSET.

A few typos and spelling mistakes corrected, and some text rewrapped.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2897 96ab9672-09ca-45d6-a79d-3d69d39ca109
index.php