From Fedora Project Wiki

(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{admon/important|Proposal deadline is passed. This page is locked.|Do not change any details on this page.  If must change something, talk with the project mentor first.}}
== About me ==
== About me ==


Line 20: Line 22:
* Generate the list of all packages, available packages and installed packages according to the RPM database.
* Generate the list of all packages, available packages and installed packages according to the RPM database.
* Categorize packages. Several default categories and user defined categories. User can add a package to one or more categories.
* Categorize packages. Several default categories and user defined categories. User can add a package to one or more categories.
* Fulfill transaction check/test and resolve dependencies.
* Enable or disable a repository, add third-party repository are supported.
* Enable or disable a repository, add third-party repository are supported.


Line 25: Line 28:


=== Timeline ===
=== Timeline ===
* Week 1-2: learn RPM guide and libs
* Week 1-2: learn mechanism of RPM and RPM APIs
* Week 3: write a simple program can get the list of packages and the status of each package (installed, update, available)
* Week 3: write a simple program can get the list of packages and the status of each package (installed or available)
 
* Week 4-5: design and implement the RPM lib for packages listing, categorizing and test it.
* Week 6-8: add multi-repository support. add dependency-resolving support. test and optimize.
* Week 9: test, fix bugs.
* Week 10: write document.
* Week 11: submission.


=== Convincing ===
=== Convincing ===
Although I haven't done any open source project before, I have participated in two secret projects for a laboratory in my university. Last winter me and a student completed a outsourcing project. In May, 2010 I am implementing a [http://github.com/elyesdu/pypl0 PL/0 language compiler/interpreter], and the work is almost done.
I have been using Fedora for years and I like this distribution. I want to participate in open source project and that's why I am here.
I major in software engineering and I am familiar with C/C++, PHP and Python.


== Me and the community ==
== Me and the community ==
Line 35: Line 45:
# If your project is successfully completed, what will its impact be on the Fedora community?  
# If your project is successfully completed, what will its impact be on the Fedora community?  
#* My answer:
#* My answer:
#*# Package categorizing is very useful because user can find the package quickly and install software conveniently
#*# Package listing and categorizing is very useful because it can help user find a package quickly and install softwares conveniently, especially for beginners.
#* Mentor's answer:
#* Mentor's answer:
##* Elyes Du aims at improving the RPM backend. His work is necessary because package name changed between different Fedora version. By Elyes' work, Ailurus can change software items if package names has been changed. Therefore users will not get error if a package does not exist at all.
##* My name is Homer Xing. My email is homer.xing [AT] gmail [DOT] com .
#* Fedora community's answer:
#* Fedora community's answer:
##* I am so thankful to you. Packaging listing and categorizing is the default functions in PackageKit and yumex. What is difference between your project and them? As we know, both PackageKit and yumex can not offer perfect user experience to users.
##*# Thanks for your comments. User can specify his own categories, install or remove packages in a category easily, and show necessary packages (hide the child packages or some lib packages) as all packages are of large quantity, these are the differences between the project and PackageKit/yumex.
##* How do you make difference between your project and the existed application? Or How do you improve users' experience?
##*# The categories in PackageKit and yumex base on default package groups(yum grouplist) and are unchangeable. In this project, besides the default categories, I want to provide some other more categories and user can add/remove packages whatever they like.
##*# Package listing and categorizing can be integrated with Ailurus's other features, such as saving user's categories in server (like another backup and restore method), in this way, user's experience is improved.
##* My name is Liang Suilong. My mail is liangsuilong [AT] gmail [DOT] com


# What will you do if you get stuck on your project and your mentor isn't around?
# What will you do if you get stuck on your project and your mentor isn't around?
Line 52: Line 70:
#** Yes, I have.
#** Yes, I have.
# What is your t-shirt size?
# What is your t-shirt size?
#* It's XL
#* It's L
<!-- # Describe a great learning experience you had as a child.  
<!-- # Describe a great learning experience you had as a child.  
# Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more? -->
# Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more? -->

Revision as of 10:00, 25 May 2010

Important.png
Proposal deadline is passed. This page is locked.
Do not change any details on this page. If must change something, talk with the project mentor first.

About me

  1. What is your name?
    • Elyes Du
  2. What is your email address?
    • elyes.du (a) gmail [dot] com
  3. What is your wiki username?
  4. What is your IRC nickname?
    • Elyes@FreeNode
  5. What is your primary language?
    • Chinese
  6. Where are you located, and what hours do you tend to work?
    • Beijing, China. 8:00 to 22:00 GMT+8
  7. Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?

About my project

Project name

Advanced RPM Backend for Ailurus

Reference

Idea comes from https://fedoraproject.org/wiki/Summer_Coding_2010_ideas_-_Customizable_application_installer

Description

Ailurus is an application which makes Linux easier to use. It can help people configure Linux, install software, learn Linux skills and so on. A person who switch from other OS to Fedora or switch between different Fedora versions will possibly encounter difficulties, since some package names may vary in different Fedora versions. To solve this problem, I want to develop an advanced RPM backend for ailurus, and at the same time, make the software installation easy and friendly.

What I will do:

  • Generate the list of all packages, available packages and installed packages according to the RPM database.
  • Categorize packages. Several default categories and user defined categories. User can add a package to one or more categories.
  • Fulfill transaction check/test and resolve dependencies.
  • Enable or disable a repository, add third-party repository are supported.

Python is the developing language.

Timeline

  • Week 1-2: learn mechanism of RPM and RPM APIs
  • Week 3: write a simple program can get the list of packages and the status of each package (installed or available)
  • Week 4-5: design and implement the RPM lib for packages listing, categorizing and test it.
  • Week 6-8: add multi-repository support. add dependency-resolving support. test and optimize.
  • Week 9: test, fix bugs.
  • Week 10: write document.
  • Week 11: submission.

Convincing

Although I haven't done any open source project before, I have participated in two secret projects for a laboratory in my university. Last winter me and a student completed a outsourcing project. In May, 2010 I am implementing a PL/0 language compiler/interpreter, and the work is almost done. I have been using Fedora for years and I like this distribution. I want to participate in open source project and that's why I am here. I major in software engineering and I am familiar with C/C++, PHP and Python.

Me and the community

  1. If your project is successfully completed, what will its impact be on the Fedora community?
    • My answer:
      1. Package listing and categorizing is very useful because it can help user find a package quickly and install softwares conveniently, especially for beginners.
    • Mentor's answer:
      • Elyes Du aims at improving the RPM backend. His work is necessary because package name changed between different Fedora version. By Elyes' work, Ailurus can change software items if package names has been changed. Therefore users will not get error if a package does not exist at all.
      • My name is Homer Xing. My email is homer.xing [AT] gmail [DOT] com .
    • Fedora community's answer:
      • I am so thankful to you. Packaging listing and categorizing is the default functions in PackageKit and yumex. What is difference between your project and them? As we know, both PackageKit and yumex can not offer perfect user experience to users.
        1. Thanks for your comments. User can specify his own categories, install or remove packages in a category easily, and show necessary packages (hide the child packages or some lib packages) as all packages are of large quantity, these are the differences between the project and PackageKit/yumex.
      • How do you make difference between your project and the existed application? Or How do you improve users' experience?
        1. The categories in PackageKit and yumex base on default package groups(yum grouplist) and are unchangeable. In this project, besides the default categories, I want to provide some other more categories and user can add/remove packages whatever they like.
        2. Package listing and categorizing can be integrated with Ailurus's other features, such as saving user's categories in server (like another backup and restore method), in this way, user's experience is improved.
      • My name is Liang Suilong. My mail is liangsuilong [AT] gmail [DOT] com
  1. What will you do if you get stuck on your project and your mentor isn't around?
    • I will first search on the web or the university's e-library. If I still get stuck, I will ask for help on mailing list and IRC.
    • I will communicate with the mentor regularly.
  2. In addition to the required blogging minimum of twice per week, how do you propose to keep the community informed of your progress and any problems or questions you might have over the course of the project?
    • I always stay On IRC, and I can send the progress to mailing list and mentor.

Miscellaneous

  1. We want to make sure that you are prepared before the project starts
    • Can you set up an appropriate development environment?
      • Yes, I can.
    • Have you met your proposed mentor and members of the associated community?
      • Yes, I have.
  2. What is your t-shirt size?
    • It's L


Comments

Use the Talk:Summer Coding 2010 student proposal application to actually make comment, which then appear here on the main proposal page. You can use this link to make a new comment].

plus talk