Ports Search

Results 441450 of 8,048 for www%3Atrac.(0.004 seconds)
www/wicked-2.0.6 (Score: 0.024324121)
Horde Wiki Application
Wicked is a Wiki for the Horde framework. It uses PEAR's Text_Wiki package for markup rules, parsing, and rendering. It supports Creole, Mediawiki, Tiki Wiki, and its own markup engine. Some of Wicked's features are: Configurable markup engine HTML, plain text, Latex, reStructuredText output rendering Change tracking and revision history Full-text searching Per-page permissions Attachments with versioning Wiki synchronization
www/beautifulsoup-4.5.1 (Score: 0.024324121)
HTML/XML Parser for Python
Beautiful Soup parses arbitrarily invalid XML- or HTML-like substance into a tree representation. It provides methods and Pythonic idioms that make it easy to search and modify the tree. A well-formed XML/HTML document will yield a well-formed data structure. An ill-formed XML/HTML document will yield a correspondingly ill-formed data structure. If your document is only locally well-formed, you can use this library to find and process the well-formed part of it. The BeautifulSoup class has heuristics for obtaining a sensible parse tree in the face of common HTML errors.
www/imgsizer-2.9 (Score: 0.024324121)
Tool to autogenerate WIDTH and HEIGHT for IMG HTML tags
This tool auto-generates or corrects WIDTH and HEIGHT parameters into HTML IMG tags, making page loading faster.
www/formication-1.0.b1 (Score: 0.024324121)
Formular processing tool written in perl
Formication is a form processor which can send custom-formatted email, save form data to custom-formatted files, and reply to the user with a custom-formatted response. Formication is also able to require that certain fields be filled in. All configuration is done with simple templates, all of the templates for a given form being within the same file.
www/libdom-0.3.0 (Score: 0.024324121)
Document Object Model library
LibDOM is an implementation of the W3C DOM, written in C.
www/libhubbub-0.3.3 (Score: 0.024324121)
HTML5 parser library
Hubbub is an HTML5 compliant parsing library, written in C. It was developed as part of the NetSurf project.
www/libmicrohttpd-0.9.37 (Score: 0.024324121)
C library for embedding HTTP server functionality
libmicrohttpd is a small C library for embedding HTTP server functionality into other applications. It is reentrant, fast, supports HTTP 1.1, and permits listening on multiple ports. The API is simple and still powerful enough to allow programmers to use the entire HTTP feature set.
www/horde-5.2.12 (Score: 0.024324121)
Horde Application Framework
The Horde Application Framework is a flexible, modular, general-purpose web application framework written in PHP. It provides an extensive array of components that are targeted at the common problems and tasks involved in developing modern web applications. It is the basis for a large number of production-level web applications, notably the Horde Groupware suites.
www/litmus-0.13 (Score: 0.024324121)
WebDAV server protocol compliance test suite
WebDAV server protocol compliance test suite. Tests include: - OPTIONS for DAV: header - PUT, GET with byte comparison - MKCOL - DELETE (collections, non-collections) - COPY, MOVE using combinations of: o overwrite t/f o destination exists/doesn't exist o collection/non-collection - Property manipulation and querying: o set, delete, replace properties o persist dead props across COPY o namespace handling - Locking o attempts to modify locked resource (as lock owner, not owner) o shared/exclusive locks, lock discovery usage: litmus <url> <username> <password>
www/http-conduit-2.1.8 (Score: 0.024324121)
HTTP client package with conduit interface and HTTPS support
This package uses conduit for parsing the actual contents of the HTTP connection. It also provides higher-level functions which allow you to avoid directly dealing with streaming data.