Projects
ZPTDebugger
Have you ever struggled with an error in complicated Plone template?
If so, this product is for you.
Using ZPTDebuger you can easily see the values of each Python expression used in template and all other templates used by it. You can see the expression, its value, value type and time used to execute it.
More details on http://www.llakomy.com/Projects/ZPTDebugger
ZTinyMCE
ZTinyMCE is a Zope2 product for being able to use the TinyMCE WYSIWYG editor inside Zope.
It works by unpacking the TinyMCE zip file of javascript, HTML and images into Zope in one place and then interface with this by creating multiple configurations (aka. ZTinyMCE Configuration).
Corp Calendar
Corp Calendar is a simple little calendar application suitable for small groups or companies. It's released under the ZPL license and works with Zope2.
The CorpCalendar project was initially maintained on zope.org where older versions are still available.
There's a review of the CorpCalendar on ZopeMag.com by K. Kirchner.
Zope Product Refreshing
A couple of scripts that handles automatic refreshing on changes when developing a Zope2 product without having to restart Zope on any changes. Read more about it here
Spellcorrector
Spellcorrector finds spelling corrections.
ZSQL
It takes care of registering the .sql files into your classes as methods and has plenty of added candy that ZSQL Methods don't have such as debug options, profiling and memcache.
ZProtx
Zope/Python can use Protx payments service
This is a Python framework to integrate with Protx VSP Form credit card payment service. It fills the gap because Protx doesn't have a kit for Python.
More details on http://www.llakomy.com/Projects/zprotx
BetterSiteErrorLog
The BetterSiteErrorLog is a Zope product monkey patch that makes the error_log more useful.
Perhaps if this one day becomes really useful to a lot of people, I'll try to convert it from a monkey patch to a Zope core patch for future releases.
slimmer
BundleStaticFiles
Tool to use to bundle static files that can be cached forever without the risk of getting stale content when these static files change.
IssueTrackerProduct
The IssueTrackerProduct is a helpdesk/bugtracker web app that was created and is maintained by Peter Bengtsson of Fry-IT. We use this application internally for all project communication and since we know it inside-out we can easily adapt and integrate it to fit our needs. More info can be found on www.IssueTrackerProduct.com.
22 Jan 2008
Uses the new TinyMCE 2.1.3. Probably the last release before starting to use TinyMCE 3.
26 Apr 2007
First public release of ZSQL. Makes getting .sql files into Python products much easier.
26 Apr 2007
This version fixes the training so that you can save Unicode words with the 'save()' function. It also adds a functionality so that when you train on a particular word it adds the possible misspellings of that added word so that you can do spellcorrections on the added own word.
25 Mar 2007
This new release implements Markus Krainer's patch to support language packs and to extract the zip file in a temp directory instead of inside the product directory. It also contains TinyMCE 2.1.0.
09 Feb 2007
This release packs in the latest TinyMCE 2.0.9 which has loads of fixes and some new improvements.