Difference between revisions of "TODO list"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 5: Line 5:
 
----
 
----
  
Fix bugs listed in Bugzilla: http://bugzilla.wpkg.org
+
Fix bugs listed in Bugzilla: http://bugzilla.wpkg.org. Some of the bugs are ideas really, so please feel free to comment on them (or vote for them etc.).
  
 
----
 
----
  
'''Make IP-based profiles:'''
+
Write a proper documentation manual. Right now, documentation is in tiny little bits (different functionalities described on different pages). It isn't necessarily bad - but it isn't very friendly to new users.
  
 
+
New documentation should be a A to Z WPKG manual, with chapters, subchapters etc.
    <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'''<br />
+
(like "installdate = 23.07.2005", "uninstalldate = 01.02.2006")
+
  
 
----
 
----

Revision as of 19:55, 24 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. Some of the bugs are ideas really, so please feel free to comment on them (or vote for them etc.).


Write a proper documentation manual. Right now, documentation is in tiny little bits (different functionalities described on different pages). It isn't necessarily bad - but it isn't very friendly to new users.

New documentation should be a A to Z WPKG manual, with chapters, subchapters etc.


Linux/UNIX port
wpkg.js rewrite, preferably in Perl or Python.