Epiware Document Management 4.8.5 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Epiware Document Management 4.8.5 (Default branch)
# 1  
Old 01-12-2008
Epiware Document Management 4.8.5 (Default branch)

Image Epiware is an AJAX-enabled Project and Document Management application that provides access to a complete set of file management functions, including document check-in, check-out, version control, approval, change notification, and access history. It enables the creation of virtual teams by providing an online workspace for users to collaborate and exchange information in a secure, protected setting. License: GNU General Public License (GPL) Changes:
This release fixed a calendar error concerning single day reports, an error with token timestamps, an error with initial password emailing and setting, and an error on content search in the Library. A search re-index option was added for Library files. Multiple small bugs were fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Red Hat

Document management supported by RH?

Hello, I would like to know if exists any document management (KM) similar to Sharepoint, OpenKM... supported by Redhat 5. Thanks! (0 Replies)
Discussion started by: RuBiCK
0 Replies

2. Shell Programming and Scripting

Shell Scripted Document Management System

Over the past 4 -5 years, I have cobbled together a rudimentary 'Document Management System' for a school district I support using Linux Bash Shell scripts.. The purpose of the scripting was to supplement features of a Job Applicant Center that had very simplistic methods of handle file... (1 Reply)
Discussion started by: rmuledeer
1 Replies
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)