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
- Host: GitHub
- URL: https://github.com/intermine/intermine-trac-theme
- Owner: intermine
- Created: 2011-10-19T09:58:11.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-19T09:55:45.000Z (about 14 years ago)
- Last Synced: 2025-01-19T18:52:37.212Z (12 months ago)
- Language: Python
- Homepage:
- Size: 207 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
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)]]