# HG changeset patch # User Paul Boddie # Date 1298077422 -3600 # Node ID 058b81935416083cfe61647962777a7eb931bbe0 # Parent e54753b52b0af103abd80169d66057f1477463cd Fixed the licence file reference. Added more messages in the script. diff -r e54753b52b0a -r 058b81935416 README.txt --- a/README.txt Thu Feb 17 01:10:20 2011 +0100 +++ b/README.txt Sat Feb 19 02:03:42 2011 +0100 @@ -123,7 +123,7 @@ paul@boddie.org.uk Copyright and licence information can be found in the docs directory - see -docs/COPYING.txt and docs/LICENCE.txt for more information. +docs/COPYING.txt and docs/gpl-3.0.txt for more information. Dependencies ------------ diff -r e54753b52b0a -r 058b81935416 moinsetup.py --- a/moinsetup.py Thu Feb 17 01:10:20 2011 +0100 +++ b/moinsetup.py Sat Feb 19 02:03:42 2011 +0100 @@ -656,8 +656,9 @@ s = apache_htaccess_combined_mod_rewrite % self.__dict__ status("Writing Apache site definitions to %s..." % site_def) - writefile(site_def, s) + note("Copy the site definitions to the appropriate sites directory if appropriate.") + note("Then, make sure that the site is enabled by running the appropriate tools (such as a2ensite).") def make_post_install_script(self): @@ -788,7 +789,7 @@ shutil.copy(css_file_path, target_dir) note("Don't forget to add theme resources for extensions for this theme.") - note("Don't forget to edit theme stylesheets for any extensions.") + note("Don't forget to edit this theme's stylesheets for extensions.") def install_extension_package(self, extension_dir):