diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-05-09 04:11:57 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-05-09 04:11:57 +0000 |
commit | 1aed5b286dc147607a6584c72a1048b19bfc4f3b (patch) | |
tree | 43c46a95378f562992cb7dfbee6b26f14c42ca58 /TODO | |
parent | add release guide (diff) | |
download | eselect-1aed5b286dc147607a6584c72a1048b19bfc4f3b.tar.gz eselect-1aed5b286dc147607a6584c72a1048b19bfc4f3b.tar.bz2 eselect-1aed5b286dc147607a6584c72a1048b19bfc4f3b.zip |
add TODO file. move authors from README into AUTHORS. Add INSTALL file.
svn path=/trunk/; revision=85
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +Possible TODO list. Not complete, just a collection of random thoughts for +things we might otherwise forget. More for core ideas than ideas for new +modules... Don't bother using the ChangeLog for this file. + +* inherit / import functionality -- we could use some way of having a set of + common actions for, for example, alternatives-style plugins. Probably just a + wrapper around source and a few variables. Should be dead easy to do once we + figure out interface details. (ciaranm) + +* figure out interactive mode -- interactive should only be allowed for + certain designated actions. We'll also need library functions for menus and + so on. See code in config module for a rough demo. (ciaranm) + +* test suite (ciaranm) |