WikyBlog 1.5.7.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News WikyBlog 1.5.7.2 (Default branch)
# 1  
Old 12-26-2007
WikyBlog 1.5.7.2 (Default branch)

Image WikyBlog is a Wiki/Blog CMS/groupware application with an AJAX enhanced tabbed interface that enables users to view and edit multiple files within the same page. UTF-8 support for multi-language abilities, integrated custom template editing, file upload, a flexible user privilege system, and Google Maps integration number among its many features. License: GNU General Public License (GPL) Changes:
A JavaScript option for keyboard shortcuts was added in addition to improving plugin management scripts. A link editing bug and SQL creation bug were also fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Wiki::Toolkit::Setup::DBIxFTSMySQL(3pm) 		User Contributed Perl Documentation		   Wiki::Toolkit::Setup::DBIxFTSMySQL(3pm)

NAME
Wiki::Toolkit::Setup::DBIxFTSMySQL - set up fulltext indexes for Wiki::Toolkit SYNOPSIS
use Wiki::Toolkit::Setup::DBIxFTSMySQL; Wiki::Toolkit::Setup::DBIxFTSMySQL::setup($dbname, $dbuser, $dbpass, $dbhost); Omit $dbhost if the database is local. DESCRIPTION
Set up DBIx::FullTextSearch indexes for use with Wiki::Toolkit. Has only one function, "setup", which takes as arguments either the database name, the username and the password or a database handle . The username must be able to create and drop tables in the database. The $dbhost argument is optional -- omit it if the database is local. Note that any pre-existing Wiki::Toolkit indexes stored in the database will be cleared by this function, so if you have existing data you probably want to use the "store" parameter to get it re-indexed. AUTHOR
Kake Pugh (kake@earth.li). COPYRIGHT
Copyright (C) 2002-2004 Kake Pugh. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
Wiki::Toolkit, Wiki::Toolkit::Setup::MySQL, DBIx::FullTextSearch perl v5.14.2 2011-09-25 Wiki::Toolkit::Setup::DBIxFTSMySQL(3pm)