Closed (fixed)
Project:
Libraries API
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2009 at 20:04 UTC
Updated:
27 Nov 2009 at 18:30 UTC
What is the goal of Libraries API? Why should module maintainers adopt this?
Comments
Comment #1
markus_petrux commentedA common repository for external libraries has several advantages. For example:
- The same library installation can be shared by more than one module.
- The same library installation can be shared by more than one site.
- The process to upgrade a module that requires an external library is easy. Just replace the module folder with the new one. No need to move the library folder out and in.
Comment #2
sun- Central installation instructions (widget) to help users figure out how to install.
- Library classification.
- Handling of dependencies between library.
- Library version detection.
- Runtime control of library availability.
Comment #3
sillygwailo