Changes between Version 1 and Version 2 of Obsolete/PackageManagement/HaikuDepotServer
- Timestamp:
- Mar 4, 2015, 7:14:53 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/PackageManagement/HaikuDepotServer
v1 v2 1 1 == About == 2 2 3 HaikuDepot 3 HaikuDepotServer (HDS) is the web application server part of the HaikuDepot GUI package manager for Haiku. 4 4 5 The main purpose of HaikuDepot 5 The main purpose of HaikuDepotServer will be to let maintainers and users 6 6 * list and search available packages (by filtering the list by categories and/or search terms) 7 7 * add additional information about a package such as screen shots and icons to show up in HaikuDepot. 8 8 * add and translate certain package information. 9 9 * upload user ratings and comments. 10 11 == Package Categorization == 12 13 * _devel packages do not get assigned to a category unless its main sibling package is itself categorized (i.e., not a library). 14 * Library packages do not get assigned to any category unless they contain an application that serves a purpose other than supporting the library itself, in which case it gets assigned to the System and Utilities category. 15 * _debuginfo packages, game data packages and the ca_root_certificate package do not get assigned to any category.