Open Source Products
ifPeople seeks to share its knowledge and that is also captured in our Open Source products that we contribute to the community. We have created several products for Plone, Zope, and Django that can be freely downloaded and used.
View products, browse code, and file issues at http://opensource.ifpeople.net
Plone/Zope Products
GetPaidStore:
This product makes it easy to get an online commerce store with shipping configured in Plone and GetPaid. Read more...
ifSearch:
A suite of products that enhance search usability and features in Plone. See ifSearchUI, ifSearchMonitor, and ifSearchSpellSuggest.
ATSuccessStory:
ATSuccessStory provides a convenient way to feature stories on your web site It shows a picture plus description, linking to full page. The stories rotate randomly in the portlet as users browse your site. Read more...
GetPaid:
ifPeople has been a primary contributor to the Zope3-based commerce product for Plone, GetPaid. Find more at www.plonegetpaid.com .
Django Products
Queryutils:
This module is used to implement a very simple query/search language bound to some model for a webapp. The idea is to have a simple way in which users of a webapp can specify a search/query in some written form (a textbox).
Configutils:
We wanted an easy way to save project-wide configuration variables in a central place, editable through the web. Configutils is a very simple app that takes care of this basic and obvious feature that somehow got missed in Django... This app provides a model which stores key, value pairs.