Conclusions
From Woofgui
(Difference between revisions)
| Line 13: | Line 13: | ||
'''Decision:''' | '''Decision:''' | ||
* Pro wxpython: Martin, Tobias, Chris | * Pro wxpython: Martin, Tobias, Chris | ||
| + | <br> | ||
| + | |||
| + | ==Enhance the original woof-console-concept== | ||
| + | * Enabling our software to be just as usable from the console as it will be from the GUI makes it far more usable for people outside the 'normal' Gnome/KDE spectrum | ||
| + | * All GUI-related commands will have to be wrapped in GTK/QT = true conditions so that they won't be launched if someone is using console only! | ||
| + | |||
| + | '''Decision:''' | ||
| + | * Keep console-functionality: Tobias, Chris, Martin | ||
<br> | <br> | ||
Revision as of 21:12, 14 March 2009
Installer script
- We will write an installer-script that will copy the files of our software to the correct places on the user's system.
- For the fully-fledged releases (the ones with actual names + changelogs), we shall provide precompiled distribution-packages: .deb, .rpm etc. - Launchpad seems to do part of this (e.g. 32 / 64 bit) automatically
Decision:
- Pro Installer: Tobias, Martin, Chris
Window-generator
- App to generate the interface
- wxpython: it's python, it's well documented on the web; users need python anyway and won't mind installing wxpython, at least less than installing a different package.
Decision:
- Pro wxpython: Martin, Tobias, Chris
Enhance the original woof-console-concept
- Enabling our software to be just as usable from the console as it will be from the GUI makes it far more usable for people outside the 'normal' Gnome/KDE spectrum
- All GUI-related commands will have to be wrapped in GTK/QT = true conditions so that they won't be launched if someone is using console only!
Decision:
- Keep console-functionality: Tobias, Chris, Martin
