You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage ammap-examples-2.5.2-1.lbn13.noarch
Example code and html
RPMPackage ammap-2.5.2-1.lbn13.noarch
AmMap is a tool that lets you have good-looking and functional maps on your website. The tool use Adobe Flash technology for a compelling online experience. You can display maps in any HTML page (web page), or inside another Flash movie. You can also use the maps in PowerPoint presentations.
RPMPackage alm.solrindex-1.1.1-2.lbn13.noarch
SolrIndex is a product for Plone/Zope that provides enhanced searching capabilities by leveraging Solr, the popular open source enterprise search platform from the Apache Lucene project. Out of the box, SolrIndex brings in more relevant search results by replacing Plone's default full-text indexing with Solr-based search features, and including the ability to assign weights to certain fields. Leveraging Solr's advanced search algorithms, SolrIndex comes with exciting features, such as the ability to use stopwords and synonyms. Stopwords allow to control which words the search mechanism should ignore, and synonyms make it possible to extend a query by including additional matches. SolrIndex also comes with blazing fast and highly scalable search capabilities. SolrIndex is extensible by design, which means it has the ability to integrate with other indexes and catalogs. This is good news for sites that need to provide search capabilities across multiple repositories. With additional customization, SolrIndex also has the ability to provide faceted search, highlighting of query terms, spelling suggestions and "more like this" suggestions. Thanks to SolrIndex, Plone and Zope-powered sites now benefit from truly enterprise search capabilities.
RPMPackage Pyrex-0.9.8.4-4.fc12.noarch
Pyrex is Python with C types. It is specially designed to allow you to write extension modules for Python that have the speed of C and the simplicity and readability of Python. You write your code in a Python-like language with C-typed variables, then use the pyrexc compiler to transform it into a C representation. This is useful for speeding up critical sections of your Python code or wrapping an external library. Please see the documentation for how to get the best performance from your code.
RPMPackage PyYAML-3.10-4.fc18.armv6hl
YAML is a data serialization format designed for human readability and interaction with scripting languages. PyYAML is a YAML parser and emitter for Python. PyYAML features a complete YAML 1.1 parser, Unicode support, pickle support, capable extension API, and sensible error messages. PyYAML supports standard YAML tags and provides Python-specific tags that allow to represent an arbitrary Python object. PyYAML is applicable for a broad range of tasks from complex configuration files to object serialization and persistance.
RPMPackage PyYAML-3.09-7.fc13.x86_64
YAML is a data serialization format designed for human readability and interaction with scripting languages. PyYAML is a YAML parser and emitter for Python. PyYAML features a complete YAML 1.1 parser, Unicode support, pickle support, capable extension API, and sensible error messages. PyYAML supports standard YAML tags and provides Python-specific tags that allow to represent an arbitrary Python object. PyYAML is applicable for a broad range of tasks from complex configuration files to object serialization and persistance.
RPMPackage Products.windowZ-1.3b3-4.lbn13.noarch
Many people would like to have external web pages inside their Plone site. windowZ was born to do it, in an elegant way. windowZ provides a new content type, named Window, that is similar to the content type Link, but it shows the provided relative or absolute URL inside an iFrame rendered as a Plone page. However we can configure windowZ to do some usefull things to us, like: * Displays inside Plone any outside-to-Plone web page available on the web; * Catalogs the content from the provided web pages. Users may choose which pages to catalog; * Gives users the ability to hide left, right or both columns of the Plone site; * Each page may be individually resized; * Users may opt display the content metadata or show only the web page without any meta-information in the Plone; * Now you can have the ability to show many sites inside your site giving the site URL to show_window template. Someting like this: http://your_plone_site/show_window?url=http://google.com. See a more rich example.
RPMPackage Products.validation-2.0-2.lbn13.noarch
Data validation package for Archetypes.
RPMPackage Products.statusmessages-4.0-2.lbn13.noarch
 
RPMPackage Products.slideshowfolder-4.1b1-1.lbn13.noarch
Slideshow Folder provides a simple, elegant animated slideshow for Plone. Slideshow Folder integrates the Slideshow for Mootools javascript class into Plone. This powerful, lightweight, well-designed slideshow module was originally developed for TextPattern and has also been adapted for Joomla. Slideshow Folder offers the following features: * Animated slideshows with configurable transitions, including fade, wipe and push. * Configurable duration of transitions, and slide timing * Pan and zoom over slides (aka the "Ken Burns" effect) * Thumbnail navigation and forward/back arrows (both are optional) * Image captions * Intelligent preloading of images to save bandwidth
RPMPackage Products.rendezvous-1.4-6.lbn13.noarch
Products.rendezvous is a timeboard to select a rendez-vous when most people are available. You create a RendezVous content type where you select some days. For each date, you create 0 to several slots (for instance: 1pm, 2pm, morning, evening) and you publish your object. Then you send the url to all people you want to see at this rendezvous. Each member of the portal can participate to this rendezvous. The user checks the days and slots which for he or she is available.
RPMPackage Products.kupu-1.5.2-1.lbn13.noarch
Kupu is a cross-browser WYWSIWYG editor. It allows the comfortable editing of the body of an HTML document. It's client-side (browser) requirements are one of: - Mozilla 1.3.1 or higher - Internet Explorer 5.5 or higher - Netscape Navigator 7.1 or higher - Opera 9 or higher Server-side there are hardly any requirements, except for some way of processing data (CGI or something more fancy like PHP, ASP or Python scripts in Zope). Kupu is particularly suited for content migration as well as editing. Content copied from an existing web page is pasted with all formatting intact. This includes structure such as headings and lists, plus links, image references, text styling, and other aspects. Copying text from a word processor with an HTML clipboard - such as MS Word - works exactly the same. Kupu will clean up the content before it is sent to the server, and can send data to the server asynchronously using PUT (which allows the data to be saved without reloading the page) as well as in a form. Kupu can be customized on many different levels, allowing a lot of changes from CSS, but also providing a JavaScript extension API.
RPMPackage Products.jsImagePopups-2.0b6-1.lbn13.noarch
Provides lightbox functionality for images
RPMPackage Products.i18ntestcase-1.3-1.lbn13.noarch
Products.i18ntestcase is build on top of the ZopeTestCase package. It has been developed to simplify testing of gettext i18n files for Zope products. (c) 2005-2008, Hanno Schlichting (plone@hannosch.info) License: GPL Products.i18ntestcase Readme Products.i18ntestcase is build on top of the ZopeTestCase package. It has been developed to simplify testing of gettext i18n files for Zope products. The Products.i18ntestcase package provides: * The class 'I18NTestCase' of which you can derive your own test cases. * The classes 'PoTestCase.py' and 'PotTestCase.py' which include a set of common tests for po and pot files. * The 'test_i18n.py' script, which you can put in your tests folder to easily use all these already written tests. Copying the test_i18n.py to your tests folder is the preferred way.
RPMPackage Products.feedfeeder-2.1-1.lbn13.noarch
Feedfeeder has just a few things it needs to do: * Read in a few ATOM feeds (not too many). * Create FeedFeederItems out of the entries pulled from the ATOM feeds. Any feed items that contain enclosures will have the enclosures pulled down and added as File items to the feed item. * This means figuring out which items are new, which also means having a good ID generating mechanism.
RPMPackage Products.fatsyndication-1.0.1-7.lbn13.noarch
Five/AT layer for syndication
RPMPackage Products.contentmigration-2.1.5-1.lbn13.noarch
A generic content migration framework for Plone.
RPMPackage Products.basesyndication-1.0.0-2.lbn13.noarch
atom,rss etc feeds
RPMPackage Products.Zpydoc-4.0.5-1.lbn13.noarch
Zpydoc reads and formats python docstrings and much other useful information to dynamically produce automatic documentation for python, Zope, and Plone modules. As of Verion 2.x.x, it supports Plone skins.
RPMPackage Products.ZopeVersionControl-1.1.3-2.lbn13.noarch