aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-05-09 04:11:57 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-05-09 04:11:57 +0000
commit1aed5b286dc147607a6584c72a1048b19bfc4f3b (patch)
tree43c46a95378f562992cb7dfbee6b26f14c42ca58 /TODO
parentadd release guide (diff)
downloadeselect-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--TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..0317009
--- /dev/null
+++ b/TODO
@@ -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)