An open API service indexing awesome lists of open source software.

https://github.com/intermine/intermine-trac-theme

http://intermine.org
https://github.com/intermine/intermine-trac-theme

Last synced: 14 days ago
JSON representation

http://intermine.org

Awesome Lists containing this project

README

          

A Trac 0.12.2 theme for InterMine homepage

== Requirements

* {ThemeEnginePlugin}[http://trac-hacks.org/wiki/ThemeEnginePlugin]

== Installation

1. eggify the theme by running python setup.py bdist_egg
2. copy the resulting .egg file into myproject/plugins
3. edit trac.ini as follows:

[components]
themeengine.* = enabled
interminetheme.* = enabled

[theme]
theme = InterMine

[project]
icon = theme/favicon.ico

4. restart the webapp

== Optional Installation
=== Blog Plugin

* {FullBlogPlugin}[http://trac-hacks.org/wiki/FullBlogPlugin]

Show latest 3 posts on the homepage:

[[BlogList(recent=3, max_size=250, format=float)]]