Personal tools
Skip to content. | Skip to navigation
:target:
Introduction DCWorkflowGraph DCWorkflowGraph is a DCWorkflow graphic viewer now. It uses Graphviz. I want to make it a graphic editor for DCWorkflow, just like what OpenFlowEditor does. DCWorkflowGraph is at the collective: Product home: Graphviz - see install.txtHow to use it Go to ZMI portal_workflow/your_workflow, there is a new tab called 'graph', click it and you will see the workflow graph!
Introduction This is an Zope Catalog index to query treeish structures in the ZODB by path. It supports depth limiting, and has the ability to build a structure usable for navtrees and sitemaps. The actual navtree implementations are not (and should not) be in this package. This is the index implementation only.Assumptions EPI makes an assumption about the catalog and index being in the same...
Zope External Editor The Zope External Editor is a new way to integrate Zope more seamlessly with client-side tools. It has the following features:- Edit objects locally, directly from the ZMI.- Works with any graphical editor application that can open a file from the command line, including: emacs, gvim, xemacs, nedit, gimp, etc.- Automatically saves changes back to Zope without ending the...
.. image::
Products.fatsyndication Generic syndication support for Archetypes content. For supported feed types see package Products.basesyndication. Changelog for Products.fatsyndication 1.0.1 - let the egg depend on 'Products.basesyndication'; fixes Quills issue 190 (r85361)1.0.0 (rev. 85110) - updated egg metadata, package description and history (r85095, r83999)- set translation domain for ZCML...
isURLInPortal patch for Plone This patches the isURLInPortal method in Plone. The method is in Products.CMFPlone/URLTool.py in the URLTool class. Basic use in a page template is:: <a tal:define"url request/came_from" tal:attributes"href url" tal:condition"python:context.portal_url.isURLInPortal(url)"> This link is only shown when it is somewhere in the Plone portal.What does isURLInPortal do?...