KnowledgeTree 3.5.3 (Stable branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News KnowledgeTree 3.5.3 (Stable branch)
# 1  
Old 08-19-2008
KnowledgeTree 3.5.3 (Stable branch)

ImageKnowledgeTree is a powerful Web-based documentmanagement system built on the popular LAMP(Apache/MySQL/PHP) stack. It is a leadingPHP-based commercial document management softwareproject. KnowledgeTree is used by Fortune 500companies, community organizations, local andstate governments, and educational and scientificinstitutions around the world.License: GNU General Public License v3Changes:
Drag and drop was added for Microsoft Windows users. The system now has all APIs required to support a tool (which is available on product registration) that allows users to drag documents from their desktop into KnowledgeTree. The BitRock network is supported, so opt-in access provides product update news and security notifications straight to the dashboard. Usability was enhanced. The code was refactored. The document indexer was improved. FireFox 3 and Ubuntu 8.04 are fully supported. Performance was improved. The logging mechanism was improved to simplify debugging. System configuration was made easier.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Jifty::Web::Session::ApacheSession(3pm) 		User Contributed Perl Documentation		   Jifty::Web::Session::ApacheSession(3pm)

NAME
Jifty::Web::Session::ApacheSession - Jifty Sessions based on Apache::Session SYNOPSIS
In your etc/config.yml, using the Apache::Session::File backend: framework: Web: SessionClass: Jifty::Web::Session::ApacheSession SessionBackend: File SessionOptions: Directory: /tmp/sessions LockDirectory: /var/lock/sessions Or with Apache::Session::Memorycached backend: framework: Web: SessionClass: Jifty::Web::Session::ApacheSession SessionBackend: Memorycached SessionOptions: { servers: [ '127.0.0.1:11211' ] } new Returns a new, empty session handler, subclassing Jifty::Web::Session. id Returns the session's id if it has been loaded, or "undef" otherwise. create Creates a new session. load [ID] Load up the current session from the given "ID", or the appropriate cookie (see "cookie_name" in Jifty::Web::Session) otherwise. If both of those fail, creates a session in memory. get KEY [TYPE] See "get" in Jifty::Web::Session. set KEY => VALUE, [TYPE] See "set" in Jifty::Web::Session. remove KEY, [TYPE] See "remove" in Jifty::Web::Session. remove_all See "remove_all" in Jifty::Web::Session. continuations See "continuations" in Jifty::Web::Session. perl v5.14.2 2010-09-25 Jifty::Web::Session::ApacheSession(3pm)