Skip to content

Othernet-Project/librarian-football

Repository files navigation

Librarian Football

A librarian component for displaying football data such as leagues and scores.

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_football

And to make the menuitem show up:

[menu]
+main =
    football

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