Difference between revisions of "TODO list"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
| Line 24: | Line 24: | ||
---- | ---- | ||
| − | '''Make possible installing and uninstalling on a certain date''' (like "installdate = 23.07.2005", "uninstalldate = 01.02.2006") | + | '''Make possible installing and uninstalling on a certain date'''<br /> |
| + | (like "installdate = 23.07.2005", "uninstalldate = 01.02.2006") | ||
| + | |||
| + | ---- | ||
| + | |||
| + | '''Linux/UNIX port'''<br /> | ||
| + | Preferably, written in Perl or Python. | ||
Revision as of 19:33, 18 October 2007
If you have new ideas, please discuss it on the mailing list first.
You can also see the old wishlist.
Fix bugs listed in Bugzilla: http://bugzilla.wpkg.org
Make IP-based profiles:
<host ip="192.168.2.5" profile-id="profile01" />
<host ip="192.168.2-6.5-126" profile-id="profile02" />
Hostname-based profiles should have precedence over IP-based profiles (or should IPs be more important?). Or make it configurable:
<host order="hostname,ip" />
Make possible installing and uninstalling on a certain date
(like "installdate = 23.07.2005", "uninstalldate = 01.02.2006")
Linux/UNIX port
Preferably, written in Perl or Python.