Metadata-Version: 1.0
Name: TracPyTppTheme
Version: 2.2.2
Summary: Trac theme based on python.org and The Python Papers.


What's new in version 2.2.2
---------------------------

- Added CSS rules for PyDoc plugin.

- Bug fixed: Floating widgets in administration panels should not 
  overlap contents anymore.

What's new in version 2.2.1
---------------------------

- This version goes for fans of continuous pages. It provides better control
  for page width adding scroll bars when content doesn't fit in the page. 
  But there is no vertical overflow, hence contents are scrolled and there 
  is no fixed elements (i.e. banners, metanav, mainnav, ctxnav).

What's new in version 2.2.0
---------------------------

- Now Wiki page contents are displayed correctly in MS IE. This browser is 
  extremely buggy and it doesn't handle the `float` property appropriately.

- Wiki pages include drop-caps. White letters are diplayed on a dark-green 
  background. Some pages are not rendered correctly, but the following changes 
  can be done to revert that.

  diff -u /usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/wiki/default-pages/InterWiki /usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/wiki/new-default-pages/InterWiki
  --- /usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/wiki/default-pages/InterWiki       Sun Nov 09 21:28:00 2008
  +++ /usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/wiki/new-default-pages/InterWiki   Sat Jun 06 16:56:01 2009
  @@ -1,6 +1,6 @@
   = Support for InterWiki links =
  
  -''(since [milestone:0.10])''
  + ''(since [milestone:0.10])''
  
   == Definition ==
  
  diff -u /usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/wiki/default-pages/TracLinks /usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/wiki/new-default-pages/TracLinks
  --- /usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/wiki/default-pages/TracLinks       Sun Nov 09 21:28:00 2008
  +++ /usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/wiki/new-default-pages/TracLinks   Sat Jun 06 17:44:36 2009
  @@ -1,7 +1,7 @@
   = Trac Links =
   [[TracGuideToc]]
  
  -TracLinks are a fundamental feature of Trac, because they allow easy hyperlinking between the various entities in the system such as tickets, reports, changesets, Wiki pages, milestones, and source filesi from anywhere WikiFormatting is used.
  +!TracLinks are a fundamental feature of Trac, because they allow easy hyperlinking between the various entities in the system such as tickets, reports, changesets, Wiki pages, milestones, and source files from anywhere WikiFormatting is used.
  
   TracLinks are generally of the form '''type:id''' (where ''id'' represents the
   number, name or path of the item) though some frequently used kinds of items
  @@ -268,3 +268,4 @@
   ----
   See also: WikiFormatting, TracWiki, WikiPageNames, InterTrac, InterWiki
  
  +
  \ No newline at end of file


- Footer has been moved. Now it is inside contents pane.

- Text indentation has been added.

Home-page: http://trac-hacks.org/wiki/PyTppThemePlugin
Author: Olemis Lang
Author-email: flioops.project@gmail.com
License: BSD
Description: UNKNOWN
Keywords: trac plugin theme
Platform: UNKNOWN
Classifier: Framework :: Trac
