From: Silvio Rhatto Date: Sun, 14 Sep 2014 17:31:54 +0000 (-0300) Subject: TODO file X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9fc2d9bcd6ff995d23c5a2a4c2960c0f94696a50;p=metadot.git TODO file --- 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