Changes between Version 2 and Version 3 of Obsolete/PackageManagement/HaikuDepot
- Timestamp:
- Jul 19, 2014, 8:51:34 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/PackageManagement/HaikuDepot
v2 v3 1 1 == About == 2 2 3 HaikuDepot (the name may still change) is hoped to becomethe GUI package manager for Haiku. You may compare this with the Ubuntu Software Center, or similar front ends to software repositories.3 HaikuDepot (the name may still change) is the GUI package manager for Haiku. You may compare this with the Ubuntu Software Center, or similar front ends to software repositories. 4 4 5 5 The main purpose of HaikuDepot will be to let the user … … 13 13 * translated package information such as description and changelog 14 14 15 The additional information will be pulled from a web application (does not yet exist) most likely hosted by the project (has not been discussed yet). The web application would allow users to input and upload information about packages. Some information will be uploaded by HaikuDepot itself, such as when a user creates or edits her rating and review/comment for a given package version.15 The additional information will be pulled from a web application hosted by the project. The web application would allow users to input and upload information about packages. Some information will be uploaded by HaikuDepot itself, such as when a user creates or edits her rating and review/comment for a given package version. 16 16 17 == Status of development ==18 19 HaikuDepot currently displays dummy package data. It is mostly ready for the merge of the PM git branch. Once that is done, the initial list of packages will be retrieved via the new Package Kit APIs. The API will also be used to obtain information about a package's status and the available actions that can be performed on it. And of course those actions need to be triggered. Another area of work will be presenting progress information for tasks that (may) take a bit longer, and appropriate error reporting and resolving.20 21