Ports Search

Results 1,6711,680 of 8,048 for /www/.(0.004 seconds)
www/django-redis-4.5.0 (Score: 0.056974534)
Full featured Redis cache/session backend for Django
Django-redis is a BSD Licensed, full featured Redis cache/session backend for Django. Why use django-redis? * Modular client system (pluggable clients). * Master-Slave support in the default client. * Used in production in several projects as cache and session storage. * Supports infinite timeouts. * Python 3 support in same code base. * Facilities for raw access to Redis client/connection pool. * Highly configurable (can emulate memcached exception behavior, for example). * Unix sockets supported by default. * Pluggable parsers.
www/protovis-3.3.1 (Score: 0.056974534)
JavaScript graphical toolkit for data visualization
Protovis - A Graphical Toolkit for Data Visualization Protovis composes custom views of data with simple marks such as bars and dots. Unlike low-level graphics libraries that quickly become tedious for visualization, Protovis defines marks through dynamic properties that encode data, allowing inheritance, scales and layouts to simplify construction. Protovis is free and open-source, provided under the BSD License. It uses JavaScript and SVG for web-native visualizations; no plugin required (though you will need a modern web browser)! Although programming experience is helpful, Protovis is mostly declarative and designed to be learned by example. This project is led by Mike Bostock and Jeff Heer of the Stanford Visualization Group, with significant help from Vadim Ogievetsky. We welcome your contributions and suggestions.
www/pserv-3.4 (Score: 0.056974534)
Portable and small webserver written in C
pServ is a small, portable HTTP server. It is written in pure C for speed and portability. It runs as a standalone program and does not require inetd. It should be small enough to be used in a mobile computer or to be run on your obsolete workstation you have somewhere. This port contains a patched version to support the execution of php scripts.
www/publicfile-0.52 (Score: 0.056974534)
Secure, read-only, anonymous HTTP/FTP server
publicfile supplies files to the public through HTTP and FTP. Security features: publicfile chroot()s to the public file area and sheds root privileges. publicfile never attempts to modify the public file area. publicfile never runs any other programs. HTTP features: publicfile supports virtual hosts through the Host field. publicfile supports virtual hosts through absolute URLs. publicfile supports HTTP/1.1 persistent connections. publicfile supports HTTP/1.1 chunked responses. publicfile supports user-controlled content types. publicfile supports exact-prefix If-Modified-Since. FTP features: publicfile has built-in LIST and NLST commands. publicfile provides EPLF LIST responses. publicfile supports restarted transfers. publicfile supports pipelining.
www/pwebstats-1.3.8 (Score: 0.056974534)
Analyse a web server log
pwebstats will analyse a web server log in Common Log Format, or proxy server log, producing a variety of statistics. The output is a series of HTML pages and graphs.
www/GinGin-1.0.1 (Score: 0.056974534)
Hybrid of WIKI and BLOG system
GinGin is a hybrid of WIKI and BLOG. Users of GinGin can setup tags for their documents. The documents will be hyper-linked, automatically, when tags are in the content of them. In another word, GinGin will create cross-reference for documents by the tags specified by users. GinGin also has capability to tag URLs. URLs are associated with tags and cross-referenced for documents.
www/Lightbox-2.1 (Score: 0.056974534)
Lightbox photo display widget for TurboGears
Lightbox is a photo display widget for TurboGears
www/MechanicalSoup-0.4.0 (Score: 0.056974534)
Python library for automating interaction with websites
MechanicalSoup is a Python library for automating interaction with websites. It automatically stores and sends cookies, follows redirects, and can follow links and submit forms. Javascript is not supported at the Moment.
www/Products.CMFPlone-4.3.9 (Score: 0.056974534)
Plone Content Management System (core)
The Plone Content Management System (core).
www/amf-0.8.0 (Score: 0.056974534)
AMF support for Python
PyAMF provides Action Message Format (AMF) support for Python that is compatible with the Flash Player. The Adobe Integrated Runtime and Flash Player use AMF to communicate between an application and a remote server. AMF encodes remote procedure calls (RPC) into a compact binary representation that can be transferred over HTTP/HTTPS or the RTMP/RTMPS protocol. Objects and data values are serialized into this binary format, which increases performance, allowing applications to load data up to 10 times faster than with text-based formats such as XML or SOAP. AMF3, the default serialization for ActionScript 3.0, provides various advantages over AMF0, which is used for ActionScript 1.0 and 2.0. AMF3 sends data over the network more efficiently than AMF0. AMF3 supports sending int and uint objects as integers and supports data types that are available only in ActionScript 3.0, such as ByteArray, ArrayCollection, and IExternalizable.