diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/ArtworkToc.py b/Identity/Webenv/Themes/Default/Trac/0.10.4/ArtworkToc.py deleted file mode 100755 index b1d8855..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/ArtworkToc.py +++ /dev/null @@ -1,57 +0,0 @@ -# -*- coding: utf-8 -*- -""" -This macro shows the CentOS Artwork Table of Content. -""" - -TOC = [('Identity', '

1. Identity:

'), - ('IdentityConcept', '1.1. Concept'), - ('IdentityLogo', '1.2. Logo'), - ('IdentityTypography', '1.3. Typography'), - ('IdentityColors', '1.4. Colors'), - ('IdentityNewIdeas', '1.5. New Ideas'), - ('Anaconda', '

2. Anaconda:

'), - ('AnacondaPrompt', '2.1. Prompt'), - ('AnacondaHeader', '2.2. Header'), - ('AnacondaSplash', '2.3. Spalsh'), - ('AnacondaProgress', '2.4. Progress'), - ('AnacondaProgressSlides', '2.4.1. Slides'), - ('AnacondaFirstboot', '2.5. First Boot'), - ('BootUp', '

3. Boot Up:

'), - ('BootUpGRUB', '3.1. GRUB'), - ('BootUpRHGB', '3.2. RHGB'), - ('BootUpGDM', '3.3. GDM'), - ('BootUpGnomeSplash', '3.3. GnomeSplash'), - ('HighVisibility', '

4. High Visibility:

'), - ('HighVisibilityWallpapers', '4.1. Wallpapers'), - ('Promo', '

5. Promotion:

'), - ('PromoMedia', '5.1. Media'), - ('PromoPosters', '5.2. Posters'), - ('PromoTShirts', '5.3. T-Shirts'), - ('PromoOOoTemplates', '5.5. OOo Templates'), - ('Repo', '

6. Image Repositories:

'), - ('RepoWidgets', '6.1. Widgets'), - ('Theming', '

7. Theming:

'), - ('ThemingApache', '7.1. Apache Web Server'), - ('ThemingSquid', '7.2. Squid Cache Proxy'), - ('ThemingBrowserDefaultPage', '7.3. Browser Default Page'), - ('ThemingMantis', '7.4. Mantis'), - ('ThemingMoin', '7.5. Moin'), - ('ThemingTrac', '7.5. Trac'), - ('ThemingPunbb', '7.5. Punbb'), - ('ThemingPuntal', '7.5. Puntal'), - ] - -def execute(hdf, args, env): - html = '
' \ - '

Table of Contents

' \ - '
' diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/TreeFlower/ArtworkToc.py b/Identity/Webenv/Themes/Default/Trac/0.10.4/TreeFlower/ArtworkToc.py new file mode 100755 index 0000000..b1d8855 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/TreeFlower/ArtworkToc.py @@ -0,0 +1,57 @@ +# -*- coding: utf-8 -*- +""" +This macro shows the CentOS Artwork Table of Content. +""" + +TOC = [('Identity', '

1. Identity:

'), + ('IdentityConcept', '1.1. Concept'), + ('IdentityLogo', '1.2. Logo'), + ('IdentityTypography', '1.3. Typography'), + ('IdentityColors', '1.4. Colors'), + ('IdentityNewIdeas', '1.5. New Ideas'), + ('Anaconda', '

2. Anaconda:

'), + ('AnacondaPrompt', '2.1. Prompt'), + ('AnacondaHeader', '2.2. Header'), + ('AnacondaSplash', '2.3. Spalsh'), + ('AnacondaProgress', '2.4. Progress'), + ('AnacondaProgressSlides', '2.4.1. Slides'), + ('AnacondaFirstboot', '2.5. First Boot'), + ('BootUp', '

3. Boot Up:

'), + ('BootUpGRUB', '3.1. GRUB'), + ('BootUpRHGB', '3.2. RHGB'), + ('BootUpGDM', '3.3. GDM'), + ('BootUpGnomeSplash', '3.3. GnomeSplash'), + ('HighVisibility', '

4. High Visibility:

'), + ('HighVisibilityWallpapers', '4.1. Wallpapers'), + ('Promo', '

5. Promotion:

'), + ('PromoMedia', '5.1. Media'), + ('PromoPosters', '5.2. Posters'), + ('PromoTShirts', '5.3. T-Shirts'), + ('PromoOOoTemplates', '5.5. OOo Templates'), + ('Repo', '

6. Image Repositories:

'), + ('RepoWidgets', '6.1. Widgets'), + ('Theming', '

7. Theming:

'), + ('ThemingApache', '7.1. Apache Web Server'), + ('ThemingSquid', '7.2. Squid Cache Proxy'), + ('ThemingBrowserDefaultPage', '7.3. Browser Default Page'), + ('ThemingMantis', '7.4. Mantis'), + ('ThemingMoin', '7.5. Moin'), + ('ThemingTrac', '7.5. Trac'), + ('ThemingPunbb', '7.5. Punbb'), + ('ThemingPuntal', '7.5. Puntal'), + ] + +def execute(hdf, args, env): + html = '
' \ + '

Table of Contents

' \ + '
'