开源拍卖项目[关闭]

The project i'm taking a part needs some simple auction functionality. The basic concept is:

  • There is list of products of two types: fixed cost and auction.
  • Registered users can buy the fixed cost product or bid for auction product.
  • The list of all products is predefined by admin (5 fixed costs, 5 auctions).

So it looks like simple auction or shopping cart with auction functionality. I don't care about the platform (but prefer php/lamp, ruby/ror, .net or java). Does anybody know any good open source solution which fits to my needs i described?

Thanks.

You will have to look through the usual open source directories:

So there are a few. But if you depend on specific features (the last one is kind of too restrictive for a generic implementation), you won't get around adapting the code anyway.