Sample library.info file: Difference between revisions
Jump to navigation
Jump to search
(+sections) |
m (..) |
||
Line 4: | Line 4: | ||
name = Dictionary |
name = Dictionary |
||
global_name = org.logos.dictionary |
global_name = org.logos.dictionary |
||
long_name = children's dictionary |
|||
library_version = 1 |
library_version = 1 |
||
host_version = 1 |
host_version = 1 |
Revision as of 17:32, 21 September 2007
Here is an example library.info configuration file for a collection called Dictionary:
[Library] name = Dictionary global_name = org.logos.dictionary long_name = children's dictionary library_version = 1 host_version = 1 l10n = false locale = en category = books subcategory = reference icon = library-dictionary.jpg
Keys and Values
See library.info for a description of keys and values. Other optional keys include:
activity = Browse activity_start = index.html
Browse is the only supported activity at the moment; you could change your start page, however, for instance if you were convreting a collection of OCW courses to be content bundles (they name their homepage differently).