Changes between Version 15 and Version 16 of MetaWiki
- Timestamp:
- 2008-08-15T15:34:52Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MetaWiki
v15 v16 18 18 How to do this is described in TracInterfaceCustomization. At least the logo has now been changed, but Ryan implied that this needed root access, which was problematical. However, it seems that you can do a lot of customization using CSS, which can easily be prototyped by loading a personalised stylesheet into the browser, as I describe in CssPrototyping. 19 19 20 An example of a more extensive skinning of the interface is [http://twistedmatrix.com/trac/wiki the Twisted site]. A brief description of how to go about this is given [http://blog.zenoss.com/2007/01/12/how-to-skin-a-trac/ here]. Unfortunately, all these examples require the 0.11dev version of Trac, whereas we are still using 0.10.20 An example of a more extensive skinning of the interface is [http://twistedmatrix.com/trac/wiki the Twisted site]. A brief description of how to go about this is given [http://blog.zenoss.com/2007/01/12/how-to-skin-a-trac/ here]. 21 21 22 22 === Do we want to modify the use CamelCase links? === … … 33 33 * [http://trac-hacks.org/wiki/TagsPlugin Tags plugin] 34 34 * latex math plugin (there were various options for this e.g. [http://www.trac-hacks.org/wiki/LatexFormulaMacro], 35 also might be useful to [http://www.trac-hacks.org/wiki/PageToLatexPlugin export to LaTeX]) 35 also might be useful to [http://www.trac-hacks.org/wiki/PageToLatexPlugin export to LaTeX]) (note: this 36 requires latex + dvips to be installed, which is currently not the case on the webfaction server) 36 37 * anything else? 37 38