[[PageOutline(2-5,Contents,pullout)]] = A theme based on python.org and The Python Papers == Description This is a theme that emulates the look of python.org and adds some graphical elements (under permission) found in [http://www.pythonpapers.org The Python Papers]. It requires the ThemeEnginePlugin. Everything was done by the authors of PyDotOrgTheme. The following features have been added: - Always show the banner, footer and mainnav, and context nav sections. - Prevent mainnav from overlapping with banner and page contents - Control resizing of logo image. - Include project name in banner - Nicer style and embellishments See also: PyDotOrgTheme == Screenshot Once the theme is installed and selected, it looks like this [[Image(screenshot.2.png, 60%)]] == Bugs/Feature Requests Existing bugs and feature requests for PyTppThemePlugin are [report:9?COMPONENT=PyTppThemePlugin here]. If you have any issues, create a [/newticket?component=PyTppThemePlugin new ticket]. If you want to submit patches, please read the [wiki:olemis#Guidelinestocollaborate patch submission guidelines]. [[TicketQuery(component=PyTppThemePlugin&group=type,format=progress)]] == Download Download the zipped source ('''latest version''') from [http://pypi.python.org/pypi/TracPyTppTheme here]. Since [http://pypi.python.org/pypi/TracPyTppTheme/2.2.1 version 2.2.1] the entire page is shown. In order to always show the banner, footer and context nav sections, you'll have to download [http://pypi.python.org/pypi/TracPyTppTheme/2.2.0 version 2.2.0]. == Source You can check out PyTppThemePlugin from [http://trac-hacks.org/svn/pytppthemeplugin here] using Subversion, or [source:pytppthemeplugin browse the source] with Trac. == Example To enable, add the following to you `trac.ini` file: {{{#!ini [components] pytpptheme.* = enabled }}} To use, add the following to you `trac.ini` file: {{{#!ini [theme] theme = PyTpp }}} == Recent Changes [[ChangeLog(pytppthemeplugin, 3)]] == Author/Contributors '''Author:''' [wiki:olemis Olemis Lang] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' [wiki:abalter]