No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
== Detailed Description == | == Detailed Description == | ||
<!-- Expand on the summary, if appropriate. A couple sentences suffices to explain the goal, but the more details you can provide the better. --> | <!-- Expand on the summary, if appropriate. A couple sentences suffices to explain the goal, but the more details you can provide the better. --> | ||
The Amber project is a web application and client side program designed to allow users to search for, browse, comment on, and rate software applications available for Fedora and potentially other Linux distributions and repositories. | The Amber project is a web application and client side program designed to allow users to search for, browse, comment on, and rate software applications available for Fedora and potentially other Linux distributions and repositories. In the long run, this application could be extended to allow users installing the application. | ||
== Benefit to Fedora == | == Benefit to Fedora == | ||
<!-- What is the benefit to the platform? If this is a major capability update, what has changed? If this is a new feature, what capabilities does it bring? Why will Fedora become a better distribution or project because of this feature?--> | <!-- What is the benefit to the platform? If this is a major capability update, what has changed? If this is a new feature, what capabilities does it bring? Why will Fedora become a better distribution or project because of this feature?--> | ||
The Amber project will benefit the Fedora users by informing them about a certain applications. When a user is new to Linux, especially Fedora, it is difficult for them to find a substitution for a proprietary software. When they use Google to find the application that may best suits them, Google will gives so many open source applications. The user may want to look through the application forum, other blog comments about the software, etc. This task is very | The Amber project will benefit the Fedora users by informing them about a certain applications. When a user is new to Linux, especially Fedora, it is difficult for them to find a substitution for a proprietary software. When they use Google to find the application that may best suits them, Google will gives so many open source applications. The user may want to look through the application forum, other blog comments about the software, etc. This task is very tedious and could be wrap into one place, which is the idea behind the Amber project itself. | ||
== Scope == | == Scope == | ||
<!-- What work do the developers have to accomplish to complete the feature in time for release? Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?--> | <!-- What work do the developers have to accomplish to complete the feature in time for release? Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?--> | ||
* TurboGears based web application | |||
* Browse applications | |||
* Search for applications | |||
* Rate applications | |||
* Comment on applications | |||
* Install applications | |||
* Data sync with Fedora package database, comps.xml, and .desktop files | |||
* OpenID/integration with Fedora Account System | |||
== How To Test == | == How To Test == | ||
Line 64: | Line 73: | ||
== Documentation == | == Documentation == | ||
<!-- Is there upstream documentation on this feature, or notes you have written yourself? Link to that material here so other interested developers can get involved. --> | <!-- Is there upstream documentation on this feature, or notes you have written yourself? Link to that material here so other interested developers can get involved. --> | ||
* | * [https://fedorahosted.org/amber/wiki/Definition Definition] | ||
* [https://fedorahosted.org/amber/wiki Trac] | |||
* [https://fedorahosted.org/amber/wiki/Scope Scope] | |||
== Release Notes == | == Release Notes == | ||
Line 72: | Line 83: | ||
== Comments and Discussion == | == Comments and Discussion == | ||
* See [[Talk:Features/ | * See [[Talk:Features/Amber Client]] <!-- This adds a link to the "discussion" tab associated with your page. This provides the ability to have ongoing comments or conversation without bogging down the main feature page --> | ||
Revision as of 22:39, 25 March 2009
Amber Client
Summary
Owner
- Name: Grady Laksmono
- Email: <gradyfausta@laksmono.com>
Current status
- Targeted release: [[Releases/Template:12 | Template:12 ]]
- Last updated: (DATE)
- Percentage of completion: XX%
Detailed Description
The Amber project is a web application and client side program designed to allow users to search for, browse, comment on, and rate software applications available for Fedora and potentially other Linux distributions and repositories. In the long run, this application could be extended to allow users installing the application.
Benefit to Fedora
The Amber project will benefit the Fedora users by informing them about a certain applications. When a user is new to Linux, especially Fedora, it is difficult for them to find a substitution for a proprietary software. When they use Google to find the application that may best suits them, Google will gives so many open source applications. The user may want to look through the application forum, other blog comments about the software, etc. This task is very tedious and could be wrap into one place, which is the idea behind the Amber project itself.
Scope
- TurboGears based web application
- Browse applications
- Search for applications
- Rate applications
- Comment on applications
- Install applications
- Data sync with Fedora package database, comps.xml, and .desktop files
- OpenID/integration with Fedora Account System