JumpBox for the Twiki Wiki System 1.1.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News JumpBox for the Twiki Wiki System 1.1.0 (Default branch)
# 1  
Old 07-16-2008
JumpBox for the Twiki Wiki System 1.1.0 (Default branch)

ImageTWiki is a flexible, powerful, and easy to use enterprise wiki, enterprise collaboration platform and knowledge management system. It is a Structured Wiki, typically used to run a project development space, a document management system, a knowledge base, or any other groupware tool, on an intranet or on the Internet. Web content can be created collaboratively by using just a browser. Users without programming skills can create Web applications. Developers can extend the functionality of TWiki with plugins.License: Free To Use But RestrictedChanges:
This JumpBox now runs on the production release ofthe v1.1 platform and includes all theenhancements listed in this post:http://www.jumpbox.com/node/1092. Most notably,this includes built-in automated backups to AmazonS3, integrated Web statistics for the application,the addition of a GUI-based SSL cert configurationtool, a GUI-based method for configuring an emailrelay, and an update of the underlying OS toUbuntu Base 8.04 LTS.Image

More...
Login or Register to Ask a Question

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

NAME
Wiki::Toolkit::Search::SII - Search::InvertedIndex plugin for Wiki::Toolkit. SYNOPSIS
my $indexdb = Search::InvertedIndex::DB::Mysql->new( ... ); my $search = Wiki::Toolkit::Search::SII->new( indexdb => $indexdb ); my %wombat_nodes = $search->search_nodes("wombat"); Provides search-related methods for Wiki::Toolkit. See also Wiki::Toolkit::Search::Base, for methods not documented here. METHODS
new # EITHER my $indexdb = Search::InvertedIndex::DB::Mysql->new( -db_name => $dbname, -username => $dbuser, -password => $dbpass, -hostname => '', -table_name => 'siindex', -lock_mode => 'EX' ); # OR my $indexdb = Search::InvertedIndex::DB::DB_File_SplitHash->new( -map_name => "/home/wiki/indexes.db", -lock_mode => "EX" ); # THEN my $search = Wiki::Toolkit::Search::SII->new( indexdb => $indexdb ); Takes only one parameter, which is mandatory. "indexdb" must be a "Search::InvertedIndex::DB::*" object. SEE ALSO
Wiki::Toolkit, Wiki::Toolkit::Search::Base. perl v5.14.2 2011-09-25 Wiki::Toolkit::Search::SII(3pm)