Ports Search

Results 1,7011,710 of 8,048 for www%3Atrac.(0.004 seconds)
www/gregarius-0.6.1 (Score: 0.020137845)
Web-based RSS/RDF/ATOM news aggregator
Gregarius is a Web-based RSS/RDF/ATOM news aggregator featuring OPML import/export, XHTML/CSS output and an AJAX-based item tagging system.
www/cssselect-0.9.1 (Score: 0.020137845)
Cssselect parses CSS3 Selectors and translates them to XPath 1.0
*cssselect* parses `CSS3 Selectors`_ and translate them to `XPath 1.0`_ expressions. Such expressions can be used in lxml_ or another XPath engine to find the matching elements in an XML or HTML document. This module used to live inside of lxml as ``lxml.cssselect`` before it was extracted as a stand-alone project.
www/phpmustache-2.11.1 (Score: 0.020137845)
PHP5 code for Mustache
A Mustache implementation in PHP.
www/cssutils-1.0 (Score: 0.020137845)
CSS Cascading Style Sheets library for Python
A Python package to parse and build CSS Cascading Style Sheets. Partly implement the DOM Level 2 CSS interfaces. Additional some cssutils only convenience and (hopefully) more pythonic methods are integrated.
Django implementation of annotatorjs Storage
Django implementation of annotatorjs Storage.
www/django-annoying-0.9.0 (Score: 0.020137845)
Eliminate annoying things in the Django framework
This is a django application that tries to eliminate annoying things in the Django framework. Features: render_to decorator - reduce typing in django views. signals decorator - allow use signals as decorators. ajax_request decorator - returns JsonResponse with this dict as content. autostrip decorator - strip text form fields before validation. get_object_or_None function - similar to get_object_or_404, but returns None if object not found. get_config function - get settings from django.conf if exists, return default value otherwise. AutoOneToOne field - creates related object on first call if it doesn't exist yet. HttpResponseReload - reload and stay on same page from where request was made. StaticServer middleware - instead of configuring urls.py, just add this middleware and it will serve you static files. JSONField - custom field that lets you easily store JSON data in one of your model fields.
www/django-appmedia-1.0.1 (Score: 0.020137845)
Serve static content from within django app directories
Support for serving static media from within django app directories
www/django-assets-0.11 (Score: 0.020137845)
Compress and merge CSS and Javascript files
Integrates the webassets library with Django, adding support for merging, minifying and compiling CSS and Javascript files.
www/django-auth-ldap-1.2.7 (Score: 0.020137845)
LDAP integration for django.contrib.auth
This is a Django authentication backend that authenticates against an LDAP service. Configuration can be as simple as a single distinguished name template, but there are many rich configuration options for working with users, groups, and permissions.
www/WebTest-2.0.23 (Score: 0.020137845)
Helper to test WSGI applications
py-WebTest is a helper to test WSGI applications, it wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server. It provides convenient full-stack testing of applications written with any WSGI-compatible framework.