Ports Search

Results 6,1316,140 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.013 seconds)
textproc/scrollkeeper-0.3.14 (Score: 2.5742833E-4)
Open Document Cataloging Project
ScrollKeeper is a cataloging system for documentation on open systems. It manages documentation metadata (as specified by the Open Source Metadata Framework (OMF) and provides a simple API to allow help browsers to find, sort, and search the document catalog. It will also be able to communicate with catalog servers on the Net to search for documents which are not on the local system.
textproc/textogif-1.1 (Score: 2.5742833E-4)
Perl script to convert LaTeX formulas into GIFs
Converts a LaTeX file containing equations(s) into a GIF file for embedding into an HTML document. The black and white image of the equation is created at high resolution and then resampled to the target resolution to antialias what would otherwise be jagged edges.
textproc/rttool-1.0.3 (Score: 2.5742833E-4)
RT into HTML and plain text converter
RT is a simple and human-readable table format. RTtool is a converter from RT into various formats. RT can be incorporated into RD. At this time, RTtool can convert RT into HTML and plain text. To convert into plain text, you need w3m.
www/formalchemy-1.3.3 (Score: 2.5742833E-4)
Toolkit for creating HTML form elements
FormAlchemy greatly speeds development with SQLAlchemy mapped classes (models) in a HTML forms environment. FormAlchemy eliminates boilerplate by autogenerating HTML input fields from a given model. FormAlchemy will try to figure out what kind of HTML code should be returned by introspecting the model's properties and generate ready-to-use HTML code that will fit the developer's application.
www/cowboy-1.0.4 (Score: 2.5742833E-4)
Small, fast and modular HTTP server written in Erlang
Cowboy aims to provide a complete HTTP stack in a small code base. It is optimized for low latency and low memory usage, in parts because it uses binary strings. Cowboy provides routing capabilities, selectively dispatching requests to handlers written in Erlang. Because it uses Ranch for managing connections, Cowboy can easily be embedded in any other application.
www/html2wml-0.4.11 (Score: 2.5742833E-4)
CGI that can do on-the-fly HTML to WML conversion
Html2Wml converts HTML pages to WML pages, suitable for being viewed on a Wap device. The conversion can be done either on the command line to create static WML pages or on-the-fly by calling this program as a CGI.
www/DAV-1.0.7 (Score: 2.5742833E-4)
RFC 4918 WebDAV support
This is a library for the Web Distributed Authoring and Versioning (WebDAV) extensions to HTTP. At present it supports a very small subset of client functionality. In addition, there is an executable, hdav, which can be used for command-line operation.
www/http_load-20140814 (Score: 2.5742833E-4)
Multiprocessing http performance test client
http_load runs multiple http fetches in parallel, to test the throughput of a web server. However unlike most such test clients, it runs in a single process, so it doesn't bog down the client machine. It can be configured to do https fetches as well.
www/mod_auth_cookie_mysql2-1.0 (Score: 2.5742833E-4)
Allows authentication against MySQL database via secure cookie
This Apache module allows authentication against a MySQL database via a cryptographically secure cookie. Features: - Fake Basic Auth with cookies - Cookie only consists of random session data, no username or password - Can check expiry information stored in database against cookie - Can check if the remote IP is equal to the IP stored in database - Can be used for Single-Sign-On (SSO).
www/mod_scgi-1.15 (Score: 2.5742833E-4)
Apache module that implements the client side of the SCGI protocol
An Apache module that implements the client side of the Simple Common Gateway Interface protocol. The SCGI protocol is a replacement for the Common Gateway Interface (CGI) protocol. It is a standard for applications to interface with HTTP servers. It is similar to FastCGI but is designed to be easier to implement.