project
project summary freshmeat entry development infos mailing list WebInstaller database tools ChangeLog
page plugins
ProtectedEmail PowerSearch README README.config README.plugins README.fragments ProtectedMode INTERNALS WordIndex AboutPlugins PhpInfo OrphanedPages ListOfPluginHooks RSS RecentChanges PageIndex NewestPages SearchPages MostVisitedPages MostOftenChangedPages UpdatedPages
usage hint
9OTUNE YOGURT SÜREER AYRAN OLANA KADAR SİKERİMxD
I'm bringing up Erfurt Wiki on a Windows/IIS/*FlatFiles system. I just wanted to put up some of my changes here for others with the same problems.
Some regexs needed to be changed but the core has been updated to accomodate both operating systems. The other change to consider is in imgresize_gd.php, though there have been some changes in this area also:
if (!function_exists("imagecreate")) { #-- try to load gd lib
was best replaced by:
if (!function_exists("imagecreate")) { #-- try to load gd lib
since windows doesn't seem to tolerate failed calls to "dl."