Changes between Version 9 and Version 10 of PyDotOrgTheme


Ignore:
Timestamp:
Jul 14, 2015, 12:30:32 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • PyDotOrgTheme

    v9 v10  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = A theme based on python.org =
    32
    4 == Description ==
     3= A theme based on python.org
     4
     5== Description
    56
    67This is a theme that emulates the look of [http://www.python.org python.org].
     
    89It requires the ThemeEnginePlugin.
    910
    10 All CSS was written by asmodai, I just packaged it up.
     11'''Note:''' With the actual source the Login, Settings, Help/Guide and About links do not work with Firefox.
     12Here is the faulty line in theme.css:
    1113
    12 == Bugs/Feature Requests ==
    13 
    14 Existing bugs and feature requests for PyDotOrgTheme are
    15 [report:9?COMPONENT=PyDotOrgTheme here].
    16 
    17 If you have any issues, create a
    18 [http://trac-hacks.org/newticket?component=PyDotOrgTheme new ticket].
    19 
    20 == Download, Source ==
    21 
    22 Download the [download:pydotorgtheme zipped source], check out !PyDotOrgTheme [/svn/pydotorgtheme using Subversion], or [source:pydotorgtheme browse the source].
    23 
    24 == Example ==
    25 
    26 To enable:
    27 {{{#!ini
    28 [components]
    29 pydotorgtheme.* = enabled
    30 }}}
    31 
    32 To use:
    33 {{{#!ini
    34 [theme]
    35 theme = PyDotOrg
    36 }}}
    37 
    38 == Screenshot ==
    39 [[Image(source:pydotorgtheme/0.10/pydotorgtheme/htdocs/screenshot.png, width=640, height=400)]]
    40 
    41 == Author/Contributors ==
    42 
    43 '''Author:''' [wiki:coderanger], [wiki:asmodai] [[BR]]
    44 '''Maintainer:''' [[Maintainer]] [[BR]]
    45 '''Contributors:'''
    46 
    47 
    48 == Comment ==
    49 With the actual source the Login, Settings, Help/Guide and About links do not work with Firefox.
    50 Here is the faulty line in theme.css
    51 {{{
     14{{{#!css
    5215#search {
    5316  font-size: normal;
     
    6528}
    6629}}}
     30
     31== Bugs/Feature Requests
     32
     33Existing bugs and feature requests for PyDotOrgTheme are
     34[report:9?COMPONENT=PyDotOrgTheme here].
     35
     36If you have any issues, create a
     37[/newticket?component=PyDotOrgTheme new ticket].
     38
     39[[TicketQuery(component=PyDotOrgTheme&group=type,format=progress)]]
     40
     41== Download, Source
     42
     43Download the [download:pydotorgtheme zipped source], check out !PyDotOrgTheme [/svn/pydotorgtheme using Subversion], or [source:pydotorgtheme browse the source].
     44
     45== Example
     46
     47To enable, add the following to your `trac.ini` file:
     48{{{#!ini
     49[components]
     50pydotorgtheme.* = enabled
     51}}}
     52
     53To use, add the following to your `trac.ini` file:
     54{{{#!ini
     55[theme]
     56theme = PyDotOrg
     57}}}
     58
     59== Screenshot
     60
     61[[Image(source:pydotorgtheme/0.10/pydotorgtheme/htdocs/screenshot.png, width=640, height=400)]]
     62
     63== Author/Contributors
     64
     65'''Author:''' [wiki:coderanger], [wiki:asmodai] [[BR]]
     66'''Maintainer:''' [[Maintainer]] [[BR]]
     67'''Contributors:''' All CSS was written by asmodai, I just packaged it up.