Scripts posted recently tagged to module in Kelpi

1- 2 of 2.

Slim RSS Reader for your Google Personalized Homepage

to igoogle google-gadget module by nando.quintana

<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="__UP_mtitle__" title_url="__UP_titlelink__" directory_title="Slim RSS Reader" description="Slim RSS Reader for your Google Personalized Homepage" screenshot="http://g.1o4.jp/module/slim-reader.png" thumbnail="http://g.1o4.jp/module/slim-reader_thumbnail.png" author="G-FAN" author_email="g.introducer+ghome@gmail.com" author_location="Japan" height="25" scrolling="0" render_inline="optional">
<Require feature="dynamic-height" />
<Require feature="setprefs"/>

__init__.py convert a directory in a zope3 module

to python zope zope3 module init by nando.quintana

# this is a namespace package
try:
    import pkg_resources
    pkg_resources.declare_namespace(__name__)
except ImportError:
hits counter