aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-09-14 14:31:54 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-09-14 14:31:54 -0300
commit9fc2d9bcd6ff995d23c5a2a4c2960c0f94696a50 (patch)
tree29f1e327c49ba47a87208df8b6e4246c0e132d74
parent1199b177c6d5ab254e974b6f7cd2fdfca6889ee1 (diff)
downloadmetadot-9fc2d9bcd6ff995d23c5a2a4c2960c0f94696a50.tar.gz
metadot-9fc2d9bcd6ff995d23c5a2a4c2960c0f94696a50.tar.bz2
TODO file
-rw-r--r--README.mdwn14
-rw-r--r--TODO.md14
2 files changed, 14 insertions, 14 deletions
diff --git a/README.mdwn b/README.mdwn
index 99e258c..eb42a63 100644
--- a/README.mdwn
+++ b/README.mdwn
@@ -102,17 +102,3 @@ Contact
-------
Comments and patches: rhatto at riseup.net
-
-TODO
-----
-
-- Add action to include files and folders into a module.
-- Track loaded modules and check if they're correctly installed.
-- Module descriptions and dependencies.
-- Module unloading and restoration.
-- More file types:
- - .sample: copied if no origin file exists
- - .sh: added to the profile
- - .mkdir: are simply created
- - .cp: are copied
- - .template: are copied and transformed according to environment or config variables
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..8008bd6
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,14 @@
+TODO
+====
+
+- Per-distro package dependency listing/handling.
+- Add action to include files and folders into a module.
+- Track loaded modules and check if they're correctly installed.
+- Module descriptions and dependencies.
+- Module unloading and restoration.
+- More file types:
+ - .sample: copied if no origin file exists
+ - .sh: added to the profile
+ - .mkdir: are simply created
+ - .cp: are copied
+ - .template: are copied and transformed according to environment or config variables