Skip to content

Othernet-Project/librarian-library

Repository files navigation

librarian-library

A GUI prividing a simplified view of the content library, primarily meant to provide a classical "web" experience.

Installation

The component has the following dependencies:

To enable this component, add it to the list of components in librarian's config.ini file, e.g.:

[app]
+components =
    librarian_library

And to make the menuitem show up:

[menu]
+main =
    library

Configuration

library.legacy_contentdirs

List of filesystem paths that were used as content library directories in older versions of librarian. If content is discovered in the specified folders, a migration into the new content library will be attempted. Example:

[library]
legacy_contentdirs =
    tmp/zipballs

Development

In order to recompile static assets, make sure that compass and coffeescript are installed on your system. To perform a one-time recompilation, execute:

make recompile

To enable the filesystem watcher and perform automatic recompilation on changes, use:

make watch