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::Plugin::Ping(3pm)			User Contributed Perl Documentation			  Wiki::Toolkit::Plugin::Ping(3pm)

NAME
Wiki::Toolkit::Plugin::Ping - "ping" various services when nodes are written SYNOPSIS
use Wiki::Toolkit::Plugin::Ping; my $ping = Wiki::Toolkit::Plugin::Ping->new( node_to_url => 'http://mywiki/$node', services => { "geourl" => 'http://geourl.org/ping?p=$url' }, agent => "My Wiki ping agent", ); $wiki->register_pugin( plugin => $ping ); DESCRIPTION
A plug-in for Wiki::Toolkit sites, which will "ping" various external services when a node is written. A list of the services to ping, and where in their URLs to add the URL of the node, are supplied when the plugin is created. You need to tell it how to turn a node into a URL (node_to_url), and what services to ping (services). You can optionally pass a custom user-agent string AUTHOR
The Wiki::Toolkit team (http://www.wiki-toolkit.org/) COPYRIGHT
Copyright (C) 2003-2004 I. P. Williams (ivorw_openguides [at] xemaps {dot} com). Copyright (C) 2006-2009 the Wiki::Toolkit team (http://www.wiki-toolkit.org/) 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::Plugin, OpenGuides perl v5.10.1 2009-02-24 Wiki::Toolkit::Plugin::Ping(3pm)