Sponsored Content
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Sun Wiki Publisher extension for OpenOffice.org shines Post 302196628 by Linux Bot on Monday 19th of May 2008 04:40:03 AM
Old 05-19-2008
Sun Wiki Publisher extension for OpenOffice.org shines

Mon, 19 May 2008 08:00:00 GMT
Wikis are a great way to collaborate on text documents, but different wikis sometimes use incompatible wiki markup languages, and few wikis provide simple WYSIWYG editors to shorten the learning curve. Even for those fluent in wiki markup, using a word processor to create wiki content is often more convenient -- especially for publishing existing documents and for creating complex tables. Now the newly available Sun Wiki Publisher simplifies the process of publishing an OpenOffice.org Writer document directly to a compatible MediaWiki wiki from OpenOffice.org 2.4 or later without the need for a Web browser.


Source...
 
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)
All times are GMT -4. The time now is 09:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy