diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-10-13 18:18:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-10-13 18:18:55 -0300 |
commit | 60676866b0b6ea384928e0428c2cf14ca774c90f (patch) | |
tree | 81a4be42aadc4e5ee97481ced40c2f2659ae69eb | |
parent | 2fb3a1b511a7c9a059f07854e361828949d3125a (diff) | |
download | metadot-60676866b0b6ea384928e0428c2cf14ca774c90f.tar.gz metadot-60676866b0b6ea384928e0428c2cf14ca774c90f.tar.bz2 |
Updates TODO
-rw-r--r-- | TODO.md | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -2,12 +2,4 @@ TODO ==== * Dependency handling with `deps/$distro` and `deps/modules` files. -* Check if modules are correctly installed: find dead and missing symlinks. -* 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 +* Adds .sample extension support: copied if no origin file exists. |