XWiki 1.7.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News XWiki 1.7.1 (Default branch)
# 1  
Old 01-12-2009
XWiki 1.7.1 (Default branch)

ImageXWiki is a WikiWiki clone written in Java thatsupports many popular features of other Wikis likethe Wiki syntax, version control, attachments,security, and searching, but also many advancedfeatures like templates, database and dynamicdevelopment using the velocity or groovy scriptinglanguage, a plugin system and skinability, J2EEscalability, XML/RPC remote API, Portletintegration, statistics, an RSS feed, PDFexporting, and WYSIWYG editing.Image

Image

More...
Login or Register to Ask a Question

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

NAME
Wiki::Toolkit::Formatter::WikiLinkFormatterParent - The parent of Wiki::Toolkit formatters that work with Wiki Links. DESCRIPTION
A provider of common formatter methods for Wiki::Toolkit formatters that deal with Wiki Links. METHODS
"rename_links" $formatter->rename_links( $from, $to, $content ); Renames all the links to a certain page in the supplied content. (Obviously this is dependent on object properties such as "extended_links" and "implicit_links".) "find_internal_links" my @links_to = $formatter->find_internal_links( $content ); Returns a list of all nodes that the supplied content links to. (Obviously this is dependent on object properties such as "extended_links" and "implict_links".) SEE ALSO
Wiki::Toolkit::Formatter::Default AUTHOR
Kake Pugh (kake@earth.li). COPYRIGHT
Copyright (C) 2002-2003 Kake Pugh. All Rights Reserved. Copyright (C) 2006-2009 the Wiki::Toolkit team. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2011-09-25 Wiki::Toolkit::Formatter::WikiLinkFormatterParent(3pm)