Sample library.info file: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (Replacing page with 'Here is an example <tt>library.info</tt> configuration file for a collection called <tt>Dictionary</tt>: [Library] name = "Dictionary" library_version = 1 host_version = 1...')
m (+cat)
Line 1: Line 1:
Here is an example <tt>library.info</tt> configuration file for a collection called <tt>Dictionary</tt>:
Here is an example <tt>[[library.info]]</tt> configuration file for a collection called <tt>Dictionary</tt>:


[Library]
[Library]
Line 15: Line 15:
==Keys and Values==
==Keys and Values==
See [[library.info]] for a description of keys and values.
See [[library.info]] for a description of keys and values.

[[Category:File formats]]
[[Category:HowTo]]

Revision as of 17:14, 15 September 2007

Here is an example library.info configuration file for a collection called Dictionary:

[Library]
name = "Dictionary"
library_version = 1
host_version = 1
l10n = false
locale = "en_US"
category = "Books and reference"
category_icon = "library-dictionary.jpg"
category_class = books
subcategory = "reference"
bundle_class = "dictionary"

Keys and Values

See library.info for a description of keys and values.