Hi!
I programmed the ReactOS Package Manager - Online Website (started
yesterday). It provide the online database (xml database) for the ReactOS
Package Manager (exe) (svn: /trunk/rosapps/packmgr).
Some important main function of the page already work. The page (written in
php with mysql database) provide the database files (static xml files) for
the client (packmgr.exe).
So the Package Manager only download some static xml files (spare server
resources).
Url:
http://frik85.fr.funpic.de/packmgr/ (for test purposes)
Test the package manager (in Win32) with the new online database:
* Compile the packmgr files (gui-app + dll)
* change the server in option.xml to:
<options>
<source>http://frik85.fr.funpic.de/packmgr/db/</source>
</options>
* start the gui application (packmgr.exe)
Wiki-Page:
http://reactos.com/wiki/index.php/ReactOS_Package_Manager
Klemens Friedl