Set CSS styles using a wiki page

Description

This plug-in allows one wiki page to be used as global CSS style file for Trac. The CSS file is provided at [/projectdir]/wikicss.css and a link HTML header is inserted which directs browsers to it.

This plug-in got requested by Request-a-Hack #1714.

Bugs/Feature Requests

Existing bugs and feature requests for WikiCssPlugin are here.

If you have any issues, create a new ticket.

Download and Source

Download the zipped source from here.

You can check out WikiCssPlugin from here using Subversion, or browse the source with Trac.

Install

  1. With easy_install :
     easy_install http://trac-hacks.org/svn/wikicssplugin/0.11
    
  2. restart web server (in this example, was used Apache, on Ubuntu OS)
     sudo /etc/init.d/apache2 restart
    
  3. enable plugin through ../admin/general/plugin or modify trac.ini file to include:
     [components]
     tracwikicss.* = enabled
    

Configuration

Put the following into your trac configuration file trac.ini:

[wikicss]
# configure wiki page to be used as CSS file as `[/projectdir]/wikicss.css`.
wikipage = SiteStyle

This uses the wiki:SiteStyle page as CSS style file.

Recent Changes

[9159] by martin_s on 09/27/10 16:27:40

0.11/tracwikicss/plugin.py
Added use of HTTPNotFound exception.

[8555] by martin_s on 08/30/10 23:58:07

Added encoding meta-comment and declared SVN keywords as unicode to avoid issues with non-english locales.

[8431] by martin_s on 08/23/10 13:12:22

Removed outdated variable rev from setup file.

[8387] by martin_s on 08/20/10 15:23:04

Removed import of source revisions to avoid installation issues.

Author/Contributors

Author: martin_s
Maintainer: martin_s
Contributors: