You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage monit-5.6-4.lbn13.armv6hl
Monit is a utility for managing and monitoring, processes, files, directories and devices on a Unix system. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations. E.g. monit can start a process if it does not run, restart a process if it does not respond and stop a process if it uses to much resources. You can use monit to monitor files, directories and devices for changes, such as timestamp changes, checksum changes or size changes. You can even use monit to monitor remote hosts; monit can ping a remote host and check port connections. Authors: -------- Jan-Henrik Haukeland <hauk at tildeslash dot com> Martin Pala <martin.pala at iol dot cz> Rory Toma <rory at digeo dot com> Christian Hopp <chopp at iei dot tu-clausthal dot de>
RPMPackage mod_wsgi-3.4-6.fc18.armv6hl
The mod_wsgi adapter is an Apache module that provides a WSGI compliant interface for hosting Python based web applications within Apache. The adapter is written completely in C code against the Apache C runtime and for hosting WSGI applications within Apache has a lower overhead than using existing WSGI adapters for mod_python or CGI.
RPMPackage mod_wsgi-3.1-1.fc13.x86_64
The mod_wsgi adapter is an Apache module that provides a WSGI compliant interface for hosting Python based web applications within Apache. The adapter is written completely in C code against the Apache C runtime and for hosting WSGI applications within Apache has a lower overhead than using existing WSGI adapters for mod_python or CGI.
RPMPackage mobile.sniffer-1.0.0-2.lbn13.noarch
Mobile browser feature detection using multiple backends
RPMPackage mobile.htmlprocessing-1.0.0-2.lbn13.noarch
Turn arbitary HTML content to mobile browser friendly format
RPMPackage mobile.heurestics-0.9-2.lbn13.noarch
A collections of rules-of-thumbs for dealing with mobile phone browsers in web
RPMPackage mfabrik.webandmobile-1.0.14-2.lbn13.noarch
Publish easily on any media: web site, mobile site, mobile app and more. mFabrik Web And Mobile is an content management system for creating services across different devices, medias, push and pull channels. Reach more people, more efficiently.
RPMPackage mfabrik.behaviorutilities-0.1.1-3.lbn13.noarch
Helper patterns to create behaviors for Archetypes content with plone.behavior package
RPMPackage lineage.themeselection-1.2-1.lbn13.noarch
This package provides theme selection for Lineage subsites. In Plone we have plone.app.theming (aka Diazo theming) and the old CMF skins. Both are almost independent. lineage.themeselection adds a lineage.registry local component containing the settings for the plone.app.theming based theme. An object tab appears for site-managers to configure the subsite theme. Additionally it adds a schema-extender to the ChildSite Folder adding a CMFSkin selection dropown to the settings tab under edit. On traversal skin is switched and a plone.browserlayer marker is put on the request.
RPMPackage lineage.registry-1.0.1-1.lbn13.noarch
This package provides a plone.app.registry for Lineage subsites. It adds a local component with a layered-/proxy-registry. Behaviour If a value was not found in the lineage child-site registry, it is loaded from the parents registry. On value set it checks if value does not exist in child-registry and if value is different from the parent value. Then a new record based on the parent record is created and added to the child-registry with new value set. If it already exists in child-registry value is set. On value delete it deletes only existing values in the child-registry and does not touch the parent registry.
RPMPackage lineage.proxyprops-0.1-1.lbn13.noarch
This package listens for a IChildSiteCreation event and then adds a Proxy Properties local utility to that child site.
RPMPackage lineage.index-0.4-1.lbn13.noarch
lineage.index is an addon to collective.lineage that lets you search for content within a certain childsite. How does it work? lineage.index registers an index childsite on all items implementing Products.CMFCore.interfaces.IContentish (which will be all Archetypes and Dexterity based content types). The childsite's id can be used to search for content located in this childsite. When listing items on the main portal, you can use the metadata-column childsite to indicate which childsites the content has been aggregated from. Gotchas The vocabulary caches all childsite titles until zope is restarted. If you add childsites you need to restart zope to make them show up in the vocabulary.
RPMPackage libyaml-0.1.4-3.fc18.armv6hl
YAML is a data serialization format designed for human readability and interaction with scripting languages. LibYAML is a YAML parser and emitter written in C.
RPMPackage libyaml-0.1.3-2.fc13.x86_64
YAML is a data serialization format designed for human readability and interaction with scripting languages. LibYAML is a YAML parser and emitter written in C.
RPMPackage libunwind-1.0.1-3.fc17.armv6hl
Libunwind provides a C ABI to determine the call-chain of a program. This version of libunwind is targetted for the ia64 platform.
RPMPackage libunwind-0.99-0.13.20090430betagit4b8404d1.fc13.x86_64
Libunwind provides a C ABI to determine the call-chain of a program. This version of libunwind is targetted for the ia64 platform.
RPMPackage kss.core-1.6.5-2.lbn13.noarch
KSS is an Ajax framework that allows UI development without writing any Javascript. It uses style sheets with CSS-compliant syntax to declare and bind dynamic behaviors in the browser. The engine supports a set of generic DOM-like commands; they are computed on the server and sent back to manipulate the HTML page. What is KSS? ************ KSS is an AJAX framework. KSS has both a client-side Javascript library and server-side support. The client-side Javascript library needs to be included in your page. It fetches Kinetic style sheets from the server, parses them and binds a set of action to browser events and/or page elements. It is clean Javascript code that can peacefully coexist with other clean Javascript librarys like JQuery or ExtJS. It is about 100k in production mode. You can integrate your own Javascript code by using its extension mechanism through plugins. Server-side code is currently available for Zope (2 and 3, which includes Plone). The kss.base egg (which is currently in alpha) brings server-side support to other pythonic platforms, such as: * pylons * django * grok The Javascript client-side code can be used independently of existing server-side support. In other words, it is usable on platforms where we have not built server-side support like PHP, Ruby or Java. (If you have interest in porting KSS to the server environment you use and need help, please contact us !)
RPMPackage kss-1.6.5-2.lbn13.noarch
kss python module
RPMPackage ipython-0.13.1-1.lbn13.noarch
IPython provides a replacement for the interactive Python interpreter with extra functionality. Main features: * Comprehensive object introspection. * Input history, persistent across sessions. * Caching of output results during a session with automatically generated references. * Readline based name completion. * Extensible system of 'magic' commands for controlling the environment and performing many tasks related either to IPython or the operating system. * Configuration system with easy switching between different setups (simpler than changing $PYTHONSTARTUP environment variables every time). * Session logging and reloading. * Extensible syntax processing for special purpose situations. * Access to the system shell with user-extensible alias system. * Easily embeddable in other Python programs. * Integrated access to the pdb debugger and the Python profiler.
RPMPackage hexagonit.swfheader-1.2-1.lbn13.noarch
SWF metadata parser