moinsetup

Changeset

21:0a00875173bf
2010-06-26 Paul Boddie raw files shortlog changelog graph Added note messages.
moinsetup.py (file)
     1.1 --- a/moinsetup.py	Thu Jun 10 01:10:25 2010 +0200
     1.2 +++ b/moinsetup.py	Sat Jun 26 20:34:54 2010 +0200
     1.3 @@ -663,6 +663,9 @@
     1.4              if exists(css_file_path):
     1.5                  shutil.copy(css_file_path, target_dir)
     1.6  
     1.7 +        note("Don't forget to add theme resources for extensions for this theme.")
     1.8 +        note("Don't forget to edit theme stylesheets for any extensions.")
     1.9 +
    1.10      def install_extension_package(self, extension_dir):
    1.11  
    1.12          "Install any libraries from 'extension_dir' using a setup script."
    1.13 @@ -728,6 +731,8 @@
    1.14              if copied:
    1.15                  status("Copied theme resources into %s..." % theme_dir)
    1.16  
    1.17 +        note("Don't forget to edit theme stylesheets for any extensions.")
    1.18 +
    1.19      def edit_theme_stylesheet(self, theme_stylesheet, imported_stylesheet, action="ensure", theme_name=None):
    1.20  
    1.21          """