Direkt zum Inhalt | Direkt zur Navigation

Sektionen
Benutzerspezifische Werkzeuge
Sie sind hier: Startseite Open Source

Open Source

Our - mostly stable - open source releases

Python: pypimirror
A public pypi mirror, updated 4 times a day (beta). To use, add index = http://pypi.d9t.de/ to your buildout.cfg.
Python: z3c.pypimirror
A complete script for building a pypi mirror (http://pypi.python.org/)
Python / Zope: d9t.gis
A distance-calculation and area search solution for gis/zipcode based searches.
Shell: rsync-backup
If you have nothing more than ssh to connect to a host and want to backup it, here's a nice, somehow scalable and nicely declarative configurable solution.
PHP4: Cron.php
A fully implemented asynchronous Cron implementation in PHP4 for usage either with a call from crontab (in any distance) or per request.
PHP4: CsvTool.php
A single and all-included CSV solution for PHP4
PHP4: Subscriber.php
A fully fledged Subscriber pattern implemetation in PHP4
Plone: plonetheme.tidyblog
A complete plone theme, done by Niels Steurer
Plone: plonetheme.subordinate
A blogger's theme from freecsstemplates, done by Niels Steurer
Plone: plonetheme.level2
A nice graphical skin from http://www.freecsstemplates.org/preview/level2 done by Niels Steurer.
Python: google.directions
This lib allows you to query the google direction api from your python code, i.e. without a browser. The parser will give you a dict of anything that google knows about the direction: Distance, waypoints, corrected addresses and much more.
Plone: collective.marshall.workflow
This product adds the export and import of the object's workflow state to the atxml marshaller. If you have the same workflow states on the export side and on the import side, it should just work out of the box. A default handler is already included. It looks up a named utility "IStateTranslationUtility", with the name of the remote workflow. A parameter is the name of the local workflow. It should be able to translate from the remote states to local states. If no such utility is found, it is expected, that the state-names on the remote side match those on the local side.
Python: d9t.json
A json parser implementation with infinite depth support.
Plone: collective.traverse
Traverse to Object by Interface. This product provides a utility that returns a object which provides a given interface. The returned object could be the given object or any object down the path towards the root.
Plone: z3c.requestlet
Log and show ram usage of a zope instance per request. By calling @@requestlet, you'll get a nice graph and (if you mark something in it) a table with ram usage, difference to the last request and the URI over time.