Wizard and Scripts ================== We'd like Wizard to be sufficiently general so as to not work on Scripts. To some degree, it already is; Wizard can be easily set up in a development type environment on a non-Scripts server. Here documents Scripts specific code inside Wizard that should be moved away: * wizard/app/__init__.py still has some Scripts stuff - Tags * [DEFER] `wizard migrate` should be moved to Scripts plugin * [DEFER] We should have `wizard install` do something intelligent about prompting a user about possibilities; not everyone is going to use the scripts-start wrapper. * [DEFER] old_log is Scripts specific, and any code that uses it should be plugin-ified. * [DEFER] The mass-* commands are especially designed for Scripts, so while they're ostensibly portable, they'd probably need a bit of working to be easy-to-use for other people. They also rely on a "versions" directory whose code exists independently of Wizard.