jOpenDocument 1.1b2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News jOpenDocument 1.1b2 (Default branch)
# 1  
Old 06-12-2008
jOpenDocument 1.1b2 (Default branch)

ImagejOpenDocument is a pure Java library formanipulation of OASIS Open Document files.jOpenDocument is a library for developers lookingto use Open Document files without OpenOffice.org.You can use jOpenDocument to generate dynamicdocuments from Java, XML, or databases; to displayand print files with built-in viewers; to split,concatenate, and manipulate pages; to automatefilling out of templates; and to use yourpreferred langage via the standard ScriptEngineinterface.License: GNU General Public License v3Changes:
This release adds support for Java 5 by making ScriptEngine optional.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Padre::Plugin::YAML::Document(3pm)			User Contributed Perl Documentation			Padre::Plugin::YAML::Document(3pm)

NAME
Padre::Plugin::YAML::Document - YAML support for Padre The Perl IDE VERSION
This document describes Padre::Plugin::YAML::Document version 0.06 DESCRIPTION
YAML support for Padre, the Perl Application Development and Refactoring Environment. # Called by padre to know which document to register for this plugin sub registered_documents { return ( 'text/x-yaml' => 'Padre::Plugin::YAML::Document', ); } Syntax highlighting for YAML is supported by Padre out of the box. This plug-in adds some more features to deal with YAML files. BUGS AND LIMITATIONS
No bugs have been reported. METHODS
o comment_lines_str o task_functions o task_outline o task_syntax AUTHOR
Zeno Gantner <zenog@cpan.org> CONTRIBUTORS
Kevin Dawson <bowtie@cpan.org> Ahmad M. Zawawi <ahmad.zawawi@gmail.com> LICENCE AND COPYRIGHT
Copyright (c) 2011-2012, Zeno Gantner <zenog@cpan.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 perlartistic. perl v5.14.2 2012-05-15 Padre::Plugin::YAML::Document(3pm)