Changes between Initial Version and Version 1 of WikiCssPlugin


Ignore:
Timestamp:
Nov 8, 2008, 10:55:12 PM (15 years ago)
Author:
Martin Scharrer
Comment:

New hack WikiCssPlugin, created by martin_s

Legend:

Unmodified
Added
Removed
Modified
  • WikiCssPlugin

    v1 v1  
     1= Set CSS styles using a wiki page =
     2
     3== Description ==
     4
     5This 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.
     6
     7This plug-in got requested by Request-a-Hack #1714.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for WikiCssPlugin are
     12[report:9?COMPONENT=WikiCssPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=WikiCssPlugin&owner=martin_s new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:wikicssplugin here].
     20
     21== Source ==
     22
     23You can check out WikiCssPlugin from [http://trac-hacks.org/svn/wikicssplugin here] using Subversion, or [source:wikicssplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27Put the following into your trac configuration file `trac.ini`:
     28{{{
     29[components]
     30tracwikicss.* = enabled
     31
     32[wikicss]
     33# configure wiki page to be used as CSS file as `[/projectdir]/wikicss.css`.
     34wikipage = SiteStyle
     35}}}
     36This uses the `wiki:SiteStyle` page as CSS style file.
     37
     38
     39
     40== Recent Changes ==
     41
     42[[ChangeLog(wikicssplugin, 3)]]
     43
     44== Author/Contributors ==
     45
     46'''Author:''' [wiki:martin_s] [[BR]]
     47'''Contributors:'''