https://github.com/josh-taylor/trac-bootstrap-theme
A simple hack to use Twitter Bootstrap with Trac
https://github.com/josh-taylor/trac-bootstrap-theme
Last synced: 3 months ago
JSON representation
A simple hack to use Twitter Bootstrap with Trac
- Host: GitHub
- URL: https://github.com/josh-taylor/trac-bootstrap-theme
- Owner: josh-taylor
- Created: 2013-09-23T16:44:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-11T14:26:31.000Z (over 11 years ago)
- Last Synced: 2025-01-01T21:46:13.281Z (5 months ago)
- Language: CSS
- Size: 203 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trac Theme based on Twitter Bootstrap
Works with:
* Trac 0.12.5
* Bootstrap 2.0.3This code is under Public License.
This is a quick hack to add bootstrap theme to Trac.
This is far from being complete.
The provided makefile can create a Python virtialenv for trac, create a demo
trac project and start trac.To create the testing/dev environment::
make deps
To start Trac for testing:
make run
Default username and password is: username/password.
## Bootstrap 3
This theme is currently being converted to use bootstrap 3.0 and be a full theme.
Checkout the `bootstrap-3.0` branch to view progress.## Credits
Based on [Chevah's Trac Bootstrap Theme](https://github.com/chevah/trac-bootstrap-theme)