[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 - Help fix existing bugs on http://bugs.wpkg.org 2 3 4 - Make IP-based profiles: 5 6 <host ip="192.168.2.5" profile-id="profile01" /> 7 8 <host ip="192.168.2-6.5-126" profile-id="profile02" /> 9 10 Hostname-based profiles should have precedence over IP-based profiles (or should IPs be more important?). 11 Or make it configurable: 12 13 <host order="hostname,ip" /> 14 15 16 - Make possible installing and uninstalling on a certain date (like "installdate = 23.07.2005", "uninstalldate = 01.02.2006") 17 18 19 - Write a client-side installer for WPKG. 20 It should have the following features: 21 22 1) command line for "silent" installation: 23 24 - ability to specify credentials under which "cscript \\path\to\wpkg.js" will be executed 25 - ability to specify the path to wpkg.js 26 - no checks performed (like in GUI - below) 27 28 Examples: 29 30 wpkg-install.exe --user Administrator --pass s3crEt --path \\server\wpkg 31 wpkg-install.exe --user Administrator --pass s3crEt --path \\192.168.111.200\wpkg 32 wpkg-install.exe --user Administrator --pass s3crEt --path P:\wpkg 33 34 35 2) GUI: 36 37 - it should check, if cscript (needed to run wpkg.js) is available in the system (if it isn't notify the user) 38 - it should ask for the path to wpkg.js, and credentials 39 - the installer should support many languages, defined in language.lang file (like en.lang, de.lang, pl.lang etc.) 40 New languages should be easily added by just copying a new language file to a directory with the installer. 41 42 Any takers? :) 43 44 45 - Complete the web interface... use LDAP for that... ideas?
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |