- actions/module-manager: Replace this with something like "aptitude search -F %p plinth-"
- actions/module-manager: Replace this with something like 'aptitude search -F %p | grep "plinth-"'
- actions/module-manager: Replace this with "aptitude install plinth-"
- actions/module-manager: Replace this with "aptitude purge plinth-"
- actions/pagekite-configure: Use augeas for manipulating /etc/pagekite.d/* files
- doc/themes.mdwn: formalize the template spec so template writers know what they
- doc/modules.mdwn: automatically prune dead links to clear out old module installs.
- menu.py: With an ordered dictionary for self.items we could access the
- modules/santiago/santiago.py: multiple santiago ports
- modules/packages/packages.py: need to get plinth to load the module we just
- modules/packages/packages.py: need a smoother way for plinth to unload the
- modules/first_boot/first_boot.py: flesh out these tests values
- modules/first_boot/first_boot.py: HTTPS failure in State 2 should returns to state 1.
- plinth.py: server_dir is actually a url prefix; use a better variable name
- plinth.py: our modules are mimicking django apps. It'd be better to convert
- tests/actions_test.py: it's not allowed to call a symlink in the actions dir anymore
- tests/actions_test.py: it's not allowed to call a symlink in the actions dir anymore