Changes between Initial Version and Version 1 of Obsolete/PackageManagement/HaikuDepot


Ignore:
Timestamp:
Sep 17, 2013, 12:55:17 PM (11 years ago)
Author:
stippi
Comment:

Initial version

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/PackageManagement/HaikuDepot

    v1 v1  
     1== About ==
     2
     3HaikuDepot (the name may still change) is hoped to become the GUI package manager for Haiku. You may compare this with the Ubuntu Software Center, or similar front ends to software repositories.
     4
     5The main purpose of HaikuDepot will be to let the user
     6 * manage repositories (TODO: link within wiki)
     7 * list and search available packages (by filtering the list by categories and/or search terms)
     8 * pull in additional information about a package on top of what is provided by the Package Kit and the actual packages itself.
     9
     10The additional information shall be nicely represented and layouted. It consists of
     11 * screen shots if applicable
     12 * user ratings
     13 * translated package information such as description and changelog
     14
     15The 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.
     16
     17== Status of development ==
     18
     19HaikuDepot 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 and the available actions that can be performed on it. And of course those actions need to be triggered.
     20
     21