|
From: May, P. <Pat...@Th...> - 2004-06-21 14:36:36
|
Hello
The latest releases of narf integrate with htmlarea for cross-platform rich
text editing, but there still are lovely browser tweaks to hash out with the
new narf. Also, I'd like to inform you of another important change. I
changed one important pref, the default location of the page directory. You
can restore the old behaviour with:
Web::Wiki::set_pref( "store_dir" => "../pages/" )
you can set multiple prefs with this, ie
Web::Wiki::set_pref( "store_dir" => "../pages/",
"resourceurl" => "/resources/" )
The prefs need to be organized a bit, but we at least are evolving a config
mechanism for the wiki. Maybe I'll add a method to load the pref's from a
yaml file.... :-)
~ Patrick
"This communication is intended solely for the addressee and is
confidential and not for third party unauthorized distribution."
|