Saturday, August 30, 2008

Apache Lenya 2.0.2 released

The Apache Lenya development community is proud to announce the 2.0.2 release of Apache Lenya.

Apache Lenya is an Open Source Java/XML Content Management System and comes with revision control, site management, scheduling, search, WYSIWYG editors, and workflow.

Apache Lenya is based on Apache Cocoon. You can use Cocoon features such as robust caching, multi-channel output, it's many connectivity options to quickly build customized solutions to meet your specific needs that are not already covered by Apache Lenya today.

Check out the Apache Lenya website for more information.

The Apache Lenya Community


Bug Fixes in Apache Lenya 2.0.2
  • Miscellaneous smaller bugfixes
  • Miscellaneous performance enhancements
  • Fixes for web tests
  • Fixed infinite loop caused by unsynchronized HashMap
  • Removed old multiple inheritance code that wasn't functional
  • Enhanced / Fixed layout for asset overview
New Features in Apache Lenya 2.0.2
  • New navigation module for more flexibility (its use is optional)
  • Added meta data search capabilities (e.g. image search)
  • Added checkin of live sitetree
  • Added report to find broken internal links
  • Added session monitoring
  • Display file size in overview

Monday, July 14, 2008

Lenya website now managed with Lenya

The Apache Lenya project website has been migrated from Forrest to Lenya.

We're editing the site collaboratively on a server provided by the Apache Software Foundation. The site still uses the Forrest XML formats (document, FAQ). The SVN change lists are generated using SVNKit; updating the change lists is now a matter of a couple of mouse clicks.

Friday, January 11, 2008

Apache Lenya 2.0 Released

The Apache Lenya development community is very proud to announce the 2.0 release of Apache Lenya.
http://www.blogger.com/img/gl.link.gif
Apache Lenya is an Open Source Java/XML Content Management System and comes with revision control, site management, scheduling, search, WYSIWYG editors, and workflow.

Apache Lenya is based on . You can use Cocoon features such as robust caching, multi-channel output, it's many connectivity options to quickly build customized solutions to meet your specific needs that are not already covered by Apache Lenya today.

Check out the Apache Lenya website for more information.

The Apache Lenya Community



New Features in Apache Lenya 2.0

Architecture
- Modularization
- Separation of API and implementation

Storage and Content Model
- Documents are referenced using UUIDs
- Improved management of internal links
- Configurable meta data element sets
- New protocols simplify repository access

Website Management
- Publication templating for re-using common functionality
in multiple publications
- Create new publication instances via the GUI
- Support for configurable publication properties

Access Control
- Explicitly deny permissions on particular pages

Assets and Images
- Assets and images are treated as documents
- Image upload in source editor
- SVG-based server-side image resizing

Workflow and Versioning
- Quickly manipulate multiple documents
- Personal user inboxes
- Function to override other users' check-out

Miscellaneous Features
- Various usability improvements
- News / weblog module with RSS generation
- Language selection widget
- Dynamically generated layout images, e.g. round corners
- Better and more flexible editor integration (work in progress)

Development
- Usecase framework to simplify the implementation of user
interaction functionality
- Improved repository API
- Cleanup of the code base