25 projects tagged "OS Independent"
ACASUserFolder is a User Folder implementing the Yale CAS single-sign-on (SSO) authentication method. It features support for Yale CAS architectures 1.0 and 2.0, Plone support with a quick installer, POST and GET methods handling on session timeout, a test panel for easy setup, and online help.
Archetypes is a framework for developing new content types in Plone. The power of Archetypes is first in automatically generating forms, second in providing a library of stock field types, form widgets, and field validators, third in easily integrating custom fields, widgets, and validators, and fourth in automating transformations of rich content.
Document Library is a Web application for document management in larger organizations with a lot of documents. It supports a workflow for the submission and publication of documents. It also supports the automatic conversion of document formats on the server, such as Word to PDF. All metadata about documents can be harvested using the standard OAI-PMH protocol, thus allowing the integration of Document Library with other applications, such as Web CMSs.
Fle3 is a Web-based learning environment. More specifically, it is a server program for computer-supported collaborative learning (CSCL). The Fle3 Knowledge Building tool allows groups to carry out dialogues, theory building, and debates by storing their thoughts into a shared database. While knowledge building, groups may use knowledge types (also called thinking types) to scaffold and structure their dialogues. Fle3 WebTops can be used to store items such as files and notes, organize them in folders, and share them with others. The Fle3 Jamming tool is a shared space for collaborative construction of multimedia data.
Formulator is a flexible, extensible framework for the creation and validation of web forms in Zope. Web forms can be created with a web-based management interface. When a form is submitted, many common validations, such as testing for required fields or certain types of input, can be automated.
Hivurt is a content management system powered by a component architecture. It gives you the strength of Zope 3 in an easy to use environment. It allows you to easily switch between ZODB and PostgreSQL data storage and features search and indexes, an easy editor UI, front-end skins, and localization and internationalization. Existing data stored inside an RDBMS can easily be accessed as Zope objects.
Keylime for Zope is a set of generic objects to facilitate fast SQL application development. It offers the following objects, which can be used or overridden: htmlView, htmlInsert, formInsert, formUpdate, and htmlDelete. It uses Folder properties to define sqlTable, sqlKey, and sqlUniq so that the application will function using generic or overridden forms. Infinitely hierarchical SQL applications can be written very quickly. Sample apps and a Zope installation guide are included.