diff options
author | Sven Eden <yamakuzure@gmx.net> | 2013-09-20 09:28:27 +0200 |
---|---|---|
committer | Sven Eden <yamakuzure@gmx.net> | 2013-09-20 09:28:27 +0200 |
commit | fa689377c760bebb6e902fc6ee8ab8f1ae6ebf55 (patch) | |
tree | 5d6b046f6f13f9bbb6f4c1cc839a5fcd9330832a | |
parent | Removed TODO file from .gitignore, I think it is better to offer an easy poss... (diff) | |
download | ufed-fa689377c760bebb6e902fc6ee8ab8f1ae6ebf55.tar.gz ufed-fa689377c760bebb6e902fc6ee8ab8f1ae6ebf55.tar.bz2 ufed-fa689377c760bebb6e902fc6ee8ab8f1ae6ebf55.zip |
Added (far away future) idea about full metadata.xml parsing to TODO list.
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,6 +12,11 @@ These are planned: - Add package filter per command line argument - Handle USE_EXPAND and USE_EXPAND_HIDDEN flags +These ideas for the (far far away) future +- Add an optional sqlite3 backend. This could then be used to have ufed parse + the tree (metadata.xml!) and store the findings in a database file. Parsing + the tree like that is too much for each startup. Therefore such a db caching + would enable ufed to be no longer restricted to the profiles and /var/db/pkg. ------------ --- DONE --- |