DokuWiki rc2009-01-26 (Release Candidates branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News DokuWiki rc2009-01-26 (Release Candidates branch)
# 1  
Old 01-27-2009
DokuWiki rc2009-01-26 (Release Candidates branch)

Image DokuWiki is a standards-compliant, simple-to-use Wiki mainly aimed at creating documentation of any kind. It is targeted at developer teams, workgroups, and small companies. It has a simple but powerful syntax which makes sure the datafiles remain readable outside the Wiki, and eases the creation of structured texts. All data is stored in plain text files, so no database is needed License: GNU General Public License (GPL) Changes:
A new Flash uploader and CC license selector, a lot of smaller feature improvements, many bugfixes, and some smaller performance and security enhancements. 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)