Difference between revisions of "TODO list"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
− | If you have new ideas | + | If you have new ideas - please discuss it on the [[Support|mailing list]] first. |
You can also see the old [[Wishlist|wishlist]]. | You can also see the old [[Wishlist|wishlist]]. |
Revision as of 10:17, 11 November 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
wpkg.js rewrite, preferably in Perl or Python.