Ports Search

Results 1,7711,780 of 8,048 for /www/.(0.003 seconds)
www/django-sortedm2m-1.3.0 (Score: 0.056974534)
Replacement for Django's many to many field
sortedm2m is a drop-in replacement for Django's own ManyToManyField. The provided SortedManyToManyField behaves like the original one but remembers the order of added relations.
www/coppermine-1.5.42 (Score: 0.056974534)
Web picture gallery script
Coppermine Photo Gallery is a picture gallery script. Users can upload pictures with a web browser (thumbnails are created on the fly), rate pictures, add comments and send e-cards. The admins can manage the galleries and batch add pictures that have been uploaded on the server by FTP. Images are stored in albums and albums can be grouped by categories. The script supports multiple users and each user can possibly have its own set of albums. The script also supports multiple languages and has a theme system. It uses PHP, a MySQL database and the GD library (version 1.x or 2.x) or ImageMagick to make the thumbnails. An install script makes the installation fast and simple.
www/sudo-1.2.0 (Score: 0.056974534)
Sudo mode is an extra layer of security for Django
django-sudo provides an extra layer of security for after a user is already logged in. Views can be decorated with @sudo_required, and then a user must re-enter their password to view that page. After verifying their password, that user has elevated permissions for the duration of SUDO_COOKIE_AGE. This duration is independent of the normal session duration allowing short elevated permission durations, but retain long user sessions.
www/django-tables2-1.0.5 (Score: 0.056974534)
Table/data-grid framework for Django
django-tables2 simplifies the task of turning sets of data into HTML tables. It has native support for pagination and sorting, does for HTML tables what django.forms does for HTML forms.
www/kwebkitpart-1.3.2 (Score: 0.056974534)
Web browser component for KDE SC based on QtWebKit
KWebKitPart is a web browser component for KDE SC (KPart). You can use it for example for browsing the web in Konqueror. KWebKitPart is still in early development and thus not guaranteed to be in production quality yet.
www/lessc-2.5.1 (Score: 0.056974534)
Javascript CSS pre-processor
Less is a CSS pre-processor, that it extends the CSS language, adding features that allow variables, mixins, functions and many other techniques that allow you to make CSS that is more maintainable, themable and extendable.
www/django-taggit-0.15.0 (Score: 0.056974534)
Reusable Django application for simple tagging
django-taggit a simpler approach to tagging with Django.
www/templatetag-sugar-1.0 (Score: 0.056974534)
Library to make writing templatetags in Django sweet
A library to make writing templatetags in Django sweet.
www/django-storages-1.1.8 (Score: 0.056974534)
Generic storages for Django
Generic storages for Django. Support for many storages (S3, MogileFS, etc) in Django
www/django-threaded-multihost-1.4.1 (Score: 0.056974534)
Multi-host utilities to Django
This small app provides multi-host utilities to Django projects by using threadlocals, middleware and simple utilities. Using the middleware provided, you can "easily" provide multi-site awareness to any project.